/* Inner Page Styles */

/* Hero Section Layout Styles */
.lower-3278 {
    padding: var(--md-spacing-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lower-3278 h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.lower-3278 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.lower-3278 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

.photo-74a4 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.photo-74a4 .box-yellow-e6de {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

.photo-74a4 .box-yellow-e6de::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.photo-74a4 .box-yellow-e6de:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.photo-74a4 .box-yellow-e6de:hover::before {
    left: 100%;
}

.photo-74a4 .box-yellow-e6de:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.upper_6321 {
    margin-bottom: var(--md-spacing-lg);
}

.outline-c547 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.outline-c547:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.active_old_92c6 {
    font-size: 2rem;
    margin-right: var(--md-spacing-md);
    min-width: 40px;
    text-align: center;
}

.tag-779c h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.tag-779c p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

.grid_liquid_df3b {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

.grid_liquid_df3b img {
    border-radius: var(--md-radius-lg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all var(--md-transition-normal);
}

.grid_liquid_df3b img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

/* Content Area Base Styles */
.text-under-97d0 {
    background-color: var(--casino-dark);
    color: var(--casino-gold-light);
    min-height: 100vh;
}

/* Breadcrumb Navigation */
.surface_clean_e100 {
    background-color: var(--casino-black);
    border-bottom: 1px solid var(--casino-gold);
    padding: var(--md-spacing-sm) 0;
}

.wide-1af1 {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: var(--md-spacing-xs);
}

.north-19d7 {
    color: var(--casino-gold-light);
}

.north-19d7 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.north-19d7 a:hover {
    color: var(--casino-gold-light);
}

.north-19d7.fn-active-09ca {
    color: var(--casino-gold-light);
}

.north-19d7:not(:last-child)::after {
    content: '>';
    margin-left: var(--md-spacing-xs);
    color: var(--casino-gold);
}

/* Main Content Area */
.wide_3f21 {
    padding: var(--md-spacing-lg) 0;
}

.row-fast-87ec {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.row-fast-87ec h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.row-fast-87ec p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

/* Content Cards */
.heading_9304 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

.heading_9304:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

.heading_9304 h3 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-medium);
    margin-bottom: var(--md-spacing-md);
}

.heading_9304 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

/* Feature Lists */
.paragraph_medium_afcb {
    list-style: none;
    padding: 0;
    margin: var(--md-spacing-md) 0;
}

.paragraph_medium_afcb li {
    color: var(--casino-gold-light);
    padding: var(--md-spacing-xs) 0;
    padding-left: var(--md-spacing-md);
    position: relative;
}

.paragraph_medium_afcb li::before {
    content: '✓';
    color: var(--casino-gold);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* CTA Section */
.fluid_1419 {
    text-align: center;
    margin-top: var(--md-spacing-lg);
    padding-top: var(--md-spacing-md);
    border-top: 1px solid var(--casino-gray);
}

/* Sidebar Section */
.list-small-3c4a {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

.preview_bea8 {
    padding: var(--md-spacing-md) 0;
}

.dropdown_red_0228 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.dropdown_red_0228 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.pink-6f05 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pink-6f05 li {
    margin-bottom: var(--md-spacing-xs);
}

.pink-6f05 a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.pink-6f05 a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

/* Promo Cards */
.feature-fixed-9a9e {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.feature-fixed-9a9e::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

.feature-fixed-9a9e:hover::before {
    left: 100%;
}

.feature-fixed-9a9e h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.feature-fixed-9a9e p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

.feature-fixed-9a9e .wood_7ed8 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.feature-fixed-9a9e .wood_7ed8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

/* Contact Information */
.thumbnail_3d71 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-xs);
}

.secondary_efe1 {
    margin-top: var(--md-spacing-sm);
}

.summary-dirty-34b5 {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.summary-dirty-34b5:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

/* Related Pages */
.list_blue_5361 {
    background-color: var(--casino-black);
    padding: var(--md-spacing-lg) 0;
    border-top: 1px solid var(--casino-gold);
}

.list_blue_5361 h3 {
    color: var(--casino-gold);
    text-align: center;
    margin-bottom: var(--md-spacing-lg);
    font-size: var(--md-font-size-headline-small);
}

.backdrop-first-0c9a {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.backdrop-first-0c9a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

.backdrop-first-0c9a h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-sm);
}

.backdrop-first-0c9a p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.backdrop-first-0c9a .wood_7ed8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.backdrop-first-0c9a .wood_7ed8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lower-3278 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .lower-3278 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .lower-3278 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .photo-74a4 {
        justify-content: center;
    }
    
    .outline-c547 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .active_old_92c6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .wide_3f21 {
        padding: var(--md-spacing-md) 0;
    }
    
    .row-fast-87ec {
        padding: var(--md-spacing-md);
    }
    
    .list-small-3c4a {
        padding: var(--md-spacing-md) 0;
    }
    
    .dropdown_red_0228 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .backdrop-first-0c9a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wide-1af1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .row-fast-87ec {
        padding: var(--md-spacing-sm);
    }
    
    .heading_9304 {
        padding: var(--md-spacing-md);
    }
    
    .dropdown_red_0228 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.heading_9304,
.dropdown_red_0228,
.backdrop-first-0c9a {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar Styles */
.text-under-97d0::-webkit-scrollbar {
    width: 8px;
}

.text-under-97d0::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.text-under-97d0::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.text-under-97d0::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

/* ============================================
   COMPACT STYLES - Space Optimization
   ============================================ */

/* Author Section Compact */
.paragraph-1ddd {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

.article_south_788e {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.caption-iron-0dd7 {
    font-size: 1.5rem;
}

.accent_7d5d strong {
    color: #00ff88;
}

.rough_a270 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .article_south_788e {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .rough_a270 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.right_5e25 {
    padding: 30px 0;
}

.narrow_a9fc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-tall-b837 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.gallery-tall-b837 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

.gallery-tall-b837 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-tall-b837 li {
    color: #ccc;
    font-size: 0.85rem;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.gallery-tall-b837 li:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {
    .narrow_a9fc {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .narrow_a9fc {
        grid-template-columns: 1fr;
    }
}

/* Expert Tips Compact */
.small-3a36 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

.small-3a36 h3 {
    color: #00ff88;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: center;
}

.top-01a9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.thick-af75 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.thick-af75 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .top-01a9 {
        grid-template-columns: 1fr;
    }
}

/* Version History Compact */
.huge_6cde {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 255, 136, 0.1);
}

.huge_6cde h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

.block-39d8 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.fluid_9564 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.box_db7c {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.box_db7c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.fluid-fda6 {
    text-align: center;
    margin-bottom: 30px;
}

.accent-red-7927 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00ff88;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.accent-red-7927.alert-ffca .prev_028b {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

.gradient-708d {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.left_908a h1 {
    font-size: 2.5rem;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
}

.lower-856d {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 15px;
}

.dropdown_0394 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown_0394 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.dropdown_0394 img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

.card_dim_a806 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.smooth-f2cc {
    font-size: 1.2rem;
}

/* Metrics Dashboard */
.aside-5007 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .aside-5007 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .aside-5007 {
        grid-template-columns: 1fr;
    }
}

.focus_60f0 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.focus_60f0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.focus_60f0.main-b079::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.focus_60f0.status_first_82e4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focus_60f0.south-9c31::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.focus_60f0.info_hovered_7690::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.tag-down-9bd2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.status_153b {
    font-size: 1.2rem;
}

.glass_c9de {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.tabs-f797 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
}

.notification_silver_7caf {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0;
}

.chip-gold-8f39 {
    height: 100%;
    background: linear-gradient(90deg, #00ff88, #00cc66);
    border-radius: 3px;
    transition: width 1s ease;
}

.chip-gold-8f39.feature-216f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip-gold-8f39.fn-active-09ca { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.fast-1923 {
    color: #666;
    font-size: 0.8rem;
}

.up-c3e8 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.highlight-fe3c {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
}

.top-4aac {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.header_north_c00d {
    background: #0a0a0a;
    padding: 60px 0;
}

.surface-c440 {
    max-width: 800px;
    margin: 0 auto;
}

.feature_dynamic_1dcb {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 0;
}

.container_728f {
    color: #00ff88;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.yellow_59b9 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.wrapper-2abc {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

.wrapper-2abc:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.wrapper-2abc.accent_7a46 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.thumbnail_ed94 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.wrapper_8635 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

.info_focused_7b8c {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

.photo-focused-5cc5 {
    text-align: center;
    color: #00ff88;
    font-size: 1.5rem;
    padding: 10px 0;
    opacity: 0.5;
}

.pro-e4bb { border-top: 3px solid #00ccff; }
.silver_09d8 { border-top: 3px solid #00ff88; }
.row-83ce { border-top: 3px solid #d4af37; }
.top-42c7 { border-top: 3px solid #ff6b6b; }
.black_cece { border-top: 3px solid #8b5cf6; }

/* Comparison Section */
.accent_selected_0e66 {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.element_c6d8 {
    overflow-x: auto;
}

.hot_1d7e {
    width: 100%;
    border-collapse: collapse;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 12px;
    overflow: hidden;
}

.hot_1d7e th,
.hot_1d7e td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hot_1d7e th {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.hot_1d7e td {
    color: #ccc;
}

.hot_1d7e .up_9f33 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.hot_1d7e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.secondary-tiny-a604 {
    background: #0a0a0a;
    padding: 60px 0;
}

.lower-e953 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .lower-e953 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .lower-e953 {
        grid-template-columns: 1fr;
    }
}

.pattern_next_2513 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.pattern_next_2513 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fast-aee0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gold_6e9d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.description-d31e {
    color: #888;
    font-size: 0.85rem;
}

.image_6d3f {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

/* Expert Analysis Section */
.active_8e6d {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.heading-f8bb {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.narrow_3bd6 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stone_5822 {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-east-e7fa h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.tabs-east-e7fa p {
    color: #888;
    font-size: 0.9rem;
}

.wide_f361 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

.mini-5591 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .mini-5591 {
        grid-template-columns: 1fr;
    }
}

.slider_wide_b1d9 {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: rgba(0, 255, 136, 0.05);
    border-radius: 8px;
}

.stale-71fc {
    font-size: 2rem;
}

.middle-ad0c strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.middle-ad0c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.progress_cb82 {
    background: #0a0a0a;
    padding: 60px 0;
}

.feature_61c1 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.feature_61c1::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #00ff88, #d4af37, #ff6b6b);
}

@media (max-width: 576px) {
    .feature_61c1::before {
        left: 30px;
    }
}

.notice-dcea {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.pagination-2f15 {
    width: 50px;
    color: #d4af37;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: right;
    flex-shrink: 0;
}

.widget-short-d268 {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

.widget-short-d268::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

.element-e93d {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.widget-short-d268 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.widget-short-d268 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Reviews Carousel Section */
.silver_a2ec {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 60px 0;
}

.list-selected-6845 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.article-dark-69dc {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.motion_8700 {
    font-size: 1.5rem;
}

.hidden_7065 {
    color: #888;
    font-size: 0.9rem;
}

.soft_c6a1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .soft_c6a1 {
        grid-template-columns: 1fr;
    }
}

.silver_2de0 {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

.widget_c83c {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

.icon-up-bc71 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 30px 0 20px;
}

.hard-4f03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.accent-9672 strong {
    color: #fff;
    display: block;
}

.focus-58dd {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
}

.tall_17a2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tall_17a2 .shade-clean-7945 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.prev-3505 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.prev-3505 .next-22e7 {
    margin-bottom: 10px;
}

.prev-3505 p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.prev-3505 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.accent_easy_6536 {
    background: #0a0a0a;
    padding: 60px 0;
}

.selected_ee25 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .selected_ee25 {
        grid-template-columns: 1fr;
    }
}

.footer-0886 h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.tabs_dark_538e {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.outline-d724 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.tabs-huge-cf85 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.tabs-huge-cf85 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.nav_gold_df1a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sidebar_north_2773 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.layout-9b43 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.middle-6da4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-clean-ddd8 {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    align-items: center;
}

.input_e080 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
}

.backdrop_gold_770c {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.complex-f32f {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

.cold-f32e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.simple_08ce h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.simple_08ce p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.block-basic-5bbf {
    display: flex;
    align-items: center;
    gap: 10px;
}

.glass_9973 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.block-basic-5bbf span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.info-ea49 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.info-ea49 span {
    color: #666;
    font-size: 0.8rem;
}

.info-ea49 a {
    color: #ff6b6b;
}

/* CTA Tech Section */
.footer_5e60 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 60px 0;
    text-align: center;
}

.lower-16c3 {
    max-width: 800px;
    margin: 0 auto;
}

.outline_pink_a984 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.surface_7bfd {
    text-align: center;
}

.surface_7bfd .tiny_cd41 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.surface_7bfd .banner-yellow-4b06 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lower-16c3 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.lower-16c3 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.status_bright_acf2 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

.status_bright_acf2 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.feature_static_a5a7 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

@media (max-width: 992px) {
    .feature_static_a5a7 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .feature_static_a5a7 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.text-eb31 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.text-eb31:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    background: rgba(0, 255, 136, 0.05);
}

.advanced-d55e {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

.carousel_steel_9f04 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 3px;
}

.focus_4e18 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

/* ============================================
   PLATFORM PAGE - ULTRA COMPACT STYLES
   ============================================ */

/* Architecture Flow - Horizontal */
.photo_a0d3 {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 30px 0;
}

.photo_a0d3 h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

.slow_2928 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.over-e4d9 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

.over-e4d9.accent_7a46 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.aside-fresh-ec6c {
    display: block;
    color: #00ff88;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.wrapper_out_92f0 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.primary_complex_8cbb {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .slow_2928 {
        flex-direction: column;
    }
    .primary_complex_8cbb {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.alert-b6aa {
    background: #0a0a0a;
    padding: 30px 0;
}

.alert-b6aa h2 {
    color: #00ff88;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
}

.search_3f99 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .search_3f99 {
        grid-template-columns: 1fr;
    }
}

.module-center-1c38 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.red-586f {
    background: rgba(0, 255, 136, 0.1);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.85rem;
    color: #00ff88;
}

.red-586f .next-f3a9 {
    color: #666;
    margin: 0 8px;
}

.red-586f .glass-a1c3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.advanced-200e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.complex-b4f4 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.complex-b4f4 strong {
    color: #d4af37;
    margin-right: 8px;
}

.cool_c125 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.pink-d625 {
    font-size: 2rem;
}

.primary-solid-7151 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.primary-solid-7151 strong {
    color: #d4af37;
}

/* Certs & Reviews Combined */
.alert_hard_716b {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 30px 0;
}

.small-9fb5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .small-9fb5 {
        grid-template-columns: 1fr;
    }
}

.column_first_797d h3,
.dirty_0e23 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.heading_f33e {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.red_df35 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.article_44b3 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.article_44b3 strong {
    color: #d4af37;
    margin-right: 8px;
}

.info-new-cc54 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-large-ff01 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #ccc;
}

.section-large-ff01 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.sort-short-cf90 {
    background: #0a0a0a;
    padding: 30px 0;
}

.sidebar-medium-002f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .sidebar-medium-002f {
        grid-template-columns: 1fr;
    }
}

.silver_1a02 h3,
.image-f66f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.backdrop-next-c518 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.down_1cc2 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.down_1cc2 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.down_1cc2 summary::-webkit-details-marker {
    display: none;
}

.down_1cc2 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

.dropdown-a723 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.menu_e90a {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.solid-3534 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.solid-3534 strong {
    color: #d4af37;
}

.light_07ca {
    color: #aaa;
}

/* ============================================
   SEO ARTICLE CONTENT STYLES
   ============================================ */

.dynamic-7667 {
    background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
    padding: 50px 0;
}

.image-718e {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.image-718e h2 {
    color: #00ff88;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.banner_basic_1c11 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.article_next_4a26 {
    max-width: 900px;
    margin: 0 auto;
}

.texture-d36f {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.texture-d36f:last-child {
    border-bottom: none;
}

.texture-d36f h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.texture-d36f p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.texture-d36f p a {
    color: #00ff88;
    text-decoration: none;
    border-bottom: 1px dotted #00ff88;
    transition: all 0.3s ease;
}

.texture-d36f p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.description_bcc0 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.description_bcc0 li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

.description_bcc0 li strong {
    color: #00ff88;
}

.steel-cd34 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .steel-cd34 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.banner_gold_aa8d {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

.banner_gold_aa8d strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

.middle_cde5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

@media (max-width: 576px) {
    .middle_cde5 {
        grid-template-columns: 1fr;
    }
}

.mini-8eba {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.9rem;
    color: #ccc;
}

.mini-8eba strong {
    color: #d4af37;
}

.message_medium_d571 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

.advanced-ee0f {
    color: #888;
    font-size: 0.9rem;
}

.advanced-ee0f strong {
    color: #00ff88;
}

.advanced-ee0f span {
    color: #d4af37;
}

/* ============================================
   E-E-A-T AUTHOR & EDITORIAL SECTION
   ============================================ */

.sidebar_large_4cb8 {
    background: linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.input-e8f9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .input-e8f9 {
        grid-template-columns: 1fr;
    }
}

.focused_72b0 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.caption_up_4669 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.texture-e633 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.tabs-short-805e h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.paper-2789 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

.slider-large-042c p {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.fluid-93bc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.orange-3f19 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.column-smooth-02b2 {
    color: #999;
    font-size: 0.85rem;
}

.medium_ae8e {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.medium_ae8e h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.paragraph-869b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.paragraph-869b li {
    color: #bbb;
    font-size: 0.85rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.paragraph-869b li:last-child {
    border-bottom: none;
}

.column_3047 {
    color: #888;
    font-size: 0.8rem;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Methodology & Sources Section */
.iron_413b {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

.modal_down_ed72 {
    background: rgba(212, 175, 55, 0.05);
    border-radius: 10px;
    padding: 20px !important;
}

.status-fluid-7ac2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .status-fluid-7ac2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .status-fluid-7ac2 {
        grid-template-columns: 1fr;
    }
}

.photo-selected-0612 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px;
}

.photo-selected-0612 strong {
    color: #d4af37;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
}

.photo-selected-0612 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.photo-selected-0612 li {
    margin-bottom: 5px;
}

.photo-selected-0612 a {
    color: #00ff88;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.photo-selected-0612 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.menu_b185 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

.pagination_e9a8 {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.article-middle-d70c {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.article-middle-d70c strong {
    color: #00ff88;
}

.tooltip_clean_7b5c {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

/* Update History Section */
.basic_7fc7 {
    background: rgba(20, 20, 35, 0.6);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.basic_7fc7 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.modal_26d0 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.input-clean-ddd8 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

.input_e080 {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

.backdrop_gold_770c {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .modal_26d0 {
        flex-direction: column;
    }
    
    .input-clean-ddd8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ============================================
   HERO LOGO CONTAINER
   ============================================ */

.button-dynamic-93d9 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}

.tabs-cc7e {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.tabs-cc7e:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .tabs-cc7e {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .tabs-cc7e {
        width: 120px;
        height: 120px;
    }
}

/* ============================================
   MOBILE RESPONSIVE FIXES - SLOT PAGE
   ============================================ */

/* Global overflow fix */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

.status_6984 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .focus-pink-6982 {
        padding: 30px 15px;
    }
    
    .focus-pink-6982 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .notification-510b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .thumbnail_blue_9bb8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .list_hard_707a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list_hard_707a .bright_98e0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .photo-8bb6 {
        font-size: 1.3rem;
    }
    
    .down_baa7 {
        font-size: 0.7rem;
    }
    
    .full_1c28 {
        flex-direction: column;
        gap: 10px;
    }
    
    .full_1c28 .wood_7ed8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .text_d1f2 {
        display: none;
    }
    
    .backdrop_16e4 {
        display: none;
    }
}

/* Author Badge Mobile */
@media (max-width: 768px) {
    .card_dim_a806 {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.8rem;
        padding: 10px;
        gap: 5px;
    }
}

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .sidebar_large_4cb8 {
        padding: 20px 10px;
    }
    
    .input-e8f9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused_72b0,
    .medium_ae8e {
        padding: 15px;
    }
    
    .fluid-93bc {
        flex-direction: column;
        gap: 5px;
    }
    
    .orange-3f19 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .carousel_static_009b {
        padding: 30px 10px;
    }
    
    .background-bc2c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dim_ac59 {
        padding: 20px 15px;
    }
    
    .logo_dirty_4fbc {
        font-size: 2rem;
    }
    
    .dim_ac59 h3 {
        font-size: 1.1rem;
    }
    
    .dim_ac59 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .accent_selected_0e66 {
        padding: 20px 5px;
    }
    
    .accent_selected_0e66 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .detail_01da {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .hot_1d7e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .hot_1d7e th,
    .hot_1d7e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .paper_1b7e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .dynamic-7667 {
        padding: 20px 10px;
    }
    
    .image-718e h2 {
        font-size: 1.3rem;
    }
    
    .banner_basic_1c11 {
        font-size: 0.9rem;
    }
    
    .texture-d36f h3 {
        font-size: 1.1rem;
    }
    
    .texture-d36f p {
        font-size: 0.9rem;
    }
    
    .description_bcc0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .middle_cde5 {
        grid-template-columns: 1fr;
    }
    
    .mini-8eba {
        font-size: 0.85rem;
    }
    
    .steel-cd34 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .banner_gold_aa8d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .banner_gold_aa8d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .slider-focused-826e {
        padding: 30px 10px;
    }
    
    .black-06f9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary-fresh-c0a4 {
        padding: 15px 10px;
    }
    
    .secondary-fresh-c0a4 h4 {
        font-size: 0.9rem;
    }
    
    .secondary-fresh-c0a4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .fast-391d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .black-06f9 {
        grid-template-columns: 1fr;
    }
    
    .secondary-fresh-c0a4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .white-6516 {
        padding: 30px 10px;
    }
    
    .thick-ad2c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status-smooth-ce38 {
        padding: 15px;
    }
    
    .pro_6750 {
        font-size: 0.9rem;
    }
    
    .image_975a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image_975a .gradient-eab1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .sidebar_25ef {
        padding: 30px 10px;
    }
    
    .sidebar_25ef h2 {
        font-size: 1.2rem;
    }
    
    .pattern_pink_fe59 {
        gap: 10px;
    }
    
    .column_7325 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .column_7325 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .icon_f8bf {
        padding: 30px 10px;
    }
    
    .icon_f8bf h2 {
        font-size: 1.2rem;
    }
    
    .menu-dark-3983 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outline-2c0a {
        padding: 15px 10px;
    }
    
    .outline-2c0a h4 {
        font-size: 0.85rem;
    }
    
    .outline-2c0a p {
        font-size: 0.75rem;
    }
    
    .hidden_2b91 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hovered_59cd {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .menu-dark-3983 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .complex-f32f {
        padding: 20px 10px;
    }
    
    .cold-f32e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .simple_08ce,
    .block-basic-5bbf,
    .info-ea49 {
        width: 100%;
    }
    
    .simple_08ce h3 {
        font-size: 1.1rem;
    }
    
    .simple_08ce p {
        font-size: 0.8rem;
    }
    
    .glass_9973 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .selected_9095 {
        padding: 30px 15px;
    }
    
    .selected_9095 h2 {
        font-size: 1.3rem;
    }
    
    .selected_9095 p {
        font-size: 0.85rem;
    }
    
    .feature-dynamic-d4dd {
        flex-direction: column;
        gap: 10px;
    }
    
    .feature-dynamic-d4dd .wood_7ed8 {
        width: 100%;
    }
    
    .modal-left-e4c5 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .east_8eed {
        padding: 30px 10px;
    }
    
    .east_8eed h3 {
        font-size: 1.2rem;
    }
    
    .highlight-8b22 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop-first-0c9a {
        padding: 15px 10px;
    }
    
    .backdrop-first-0c9a h4 {
        font-size: 0.85rem;
    }
    
    .backdrop-first-0c9a p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .highlight-8b22 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .static-382a {
        padding: 30px 15px;
    }
    
    .sort-b3e4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .accent_advanced_beca {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .right_526e h4 {
        font-size: 0.9rem;
    }
    
    .right_526e a {
        font-size: 0.8rem;
    }
    
    .accent-fb7b {
        font-size: 0.8rem;
    }
    
    .alert_bronze_ad32 p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .sort-b3e4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Top Bar Mobile */
@media (max-width: 768px) {
    .modal-solid-be07 {
        padding: 8px 10px;
    }
    
    .yellow_a99c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accordion_fixed_e7c4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .yellow_a99c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accordion_fixed_e7c4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ded8 */
.ghost-box-m4 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
