/* Inner Page Styles */

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

.backdrop-selected-738d 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);
}

.backdrop-selected-738d 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);
}

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

.icon_middle_b6a7 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.icon_middle_b6a7 .menu_glass_8069 {
    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;
}

.icon_middle_b6a7 .menu_glass_8069::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.icon_middle_b6a7 .menu_glass_8069:hover::before {
    left: 100%;
}

.icon_middle_b6a7 .menu_glass_8069:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.nav-442e {
    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);
}

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

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

.section-1fc7 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.section-1fc7 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

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

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

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

/* Content Area Base Styles */
.info-359e {
    background-color: var(--casino-dark);
    color: var(--casino-gold-light);
    min-height: 100vh;
}

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

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

.card_fresh_e69f {
    color: var(--casino-gold-light);
}

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

.card_fresh_e69f a:hover {
    color: var(--casino-gold-light);
}

.card_fresh_e69f.fn-active-127e {
    color: var(--casino-gold-light);
}

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

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

.list-1ee9 {
    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);
}

.list-1ee9 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);
}

.list-1ee9 p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

/* Content Cards */
.slider_c762 {
    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);
}

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

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

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

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

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

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

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

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

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

.notification_advanced_ab6d {
    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%;
}

.notification_advanced_ab6d 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 */
.info_complex_9684 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info_complex_9684 li {
    margin-bottom: var(--md-spacing-xs);
}

.info_complex_9684 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);
}

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

/* Promo Cards */
.mask-south-1913 {
    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;
}

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

.mask-south-1913:hover::before {
    left: 100%;
}

.mask-south-1913 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;
}

.mask-south-1913 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;
}

.mask-south-1913 .fresh-d2ca {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.mask-south-1913 .fresh-d2ca:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hovered-96d8 {
    margin-top: var(--md-spacing-sm);
}

.complex_19f1 {
    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);
}

.complex_19f1:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.under-cb8d {
    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);
}

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

.under-cb8d h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-sm);
}

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

.under-cb8d .fresh-d2ca {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.under-cb8d .fresh-d2ca:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .backdrop-selected-738d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .backdrop-selected-738d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .backdrop-selected-738d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .icon_middle_b6a7 {
        justify-content: center;
    }
    
    .nav-442e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu_prev_623c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .small_b6f4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .list-1ee9 {
        padding: var(--md-spacing-md);
    }
    
    .heading_green_8a4c {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification_advanced_ab6d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .under-cb8d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .disabled_8745 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .list-1ee9 {
        padding: var(--md-spacing-sm);
    }
    
    .slider_c762 {
        padding: var(--md-spacing-md);
    }
    
    .notification_advanced_ab6d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.slider_c762,
.notification_advanced_ab6d,
.under-cb8d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.info-359e::-webkit-scrollbar {
    width: 8px;
}

.info-359e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.info-359e::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.info-359e::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

/* Author Section Compact */
.prev-99a5 {
    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);
}

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

.stale-2e0b {
    font-size: 1.5rem;
}

.surface_7e13 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.column-0a54 {
    padding: 30px 0;
}

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

.progress_79b0 {
    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;
}

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

.progress_79b0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.progress_79b0 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.tag-red-ec7f {
    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;
}

.tag-red-ec7f strong {
    color: #00ff88;
}

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

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

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

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

.outline_de87 {
    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 */
.fluid-3dc1 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.fluid-3dc1::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;
}

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

.action-0bb7 {
    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;
}

.action-0bb7.gallery_orange_dc22 .motion_e955 {
    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); }
}

.bottom-94b5 {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.shadow-inner-9452 {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 15px;
}

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

.bottom-1b60 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;
}

.bottom-1b60 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);
}

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

.input_hovered_4a44 {
    font-size: 1.2rem;
}

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

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

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

.link_a130 {
    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;
}

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

.link_a130.column_4b4a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.link_a130.message_gas_18cf::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.link_a130.avatar-copper-796f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.link_a130.pagination-fc47::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.chip_down_4782 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.full_db1d {
    font-size: 1.2rem;
}

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

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

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

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

.background-de5d.avatar_4935 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.background-de5d.fn-active-127e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.upper-f9c0 {
    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;
}

.upper-f9c0:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.upper-f9c0.label-c8e2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.search_0b03 { border-top: 3px solid #00ccff; }
.photo_a4fe { border-top: 3px solid #00ff88; }
.notice-current-72b5 { border-top: 3px solid #d4af37; }
.sort-tall-7375 { border-top: 3px solid #ff6b6b; }
.notice-outer-cd00 { border-top: 3px solid #8b5cf6; }

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

.small-7d46 {
    overflow-x: auto;
}

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

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

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

.secondary_pressed_12b7 td {
    color: #ccc;
}

.secondary_pressed_12b7 .avatar-dynamic-cfd0 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.narrow-9360 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.photo_cc52 {
    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;
}

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

.hover-next-97f6 {
    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;
}

.paragraph-7757 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.paragraph-7757 p {
    color: #888;
    font-size: 0.9rem;
}

.pagination-4801 {
    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;
}

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

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

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

.pagination_b81b {
    font-size: 2rem;
}

.top-200c strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

/* Certifications Timeline */
.bottom-25f3 {
    background: #0a0a0a;
    padding: 60px 0;
}

.outline-large-1f1c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .outline-large-1f1c::before {
        left: 30px;
    }
}

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

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

.outer-c989 {
    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;
}

.outer-c989::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);
}

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

.outer-c989 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

.background_b388 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.gallery_outer_305a {
    font-size: 1.5rem;
}

.hover-brown-b0b0 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.logo-c47b {
    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;
}

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

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

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

.easy-a511 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.row-middle-a3c7 .slow_fdc1 {
    margin-bottom: 10px;
}

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

.row-middle-a3c7 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

.container_center_2b70 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 */
.picture_prev_41f4 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.easy-514d {
    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;
}

.article-cd72 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

.overlay-south-c057 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.article-bottom-4492 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.advanced-f562 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.breadcrumb-static-f06c {
    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;
}

.primary-center-31f4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.pink-0877 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.carousel_772e {
    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;
}

.pink-0877 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.slow_f057 a {
    color: #ff6b6b;
}

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

.black-aa66 {
    max-width: 800px;
    margin: 0 auto;
}

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

.large-beb4 {
    text-align: center;
}

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

.large-beb4 .dirty-8cc4 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.black-aa66 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.black-aa66 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.wrapper_2707 {
    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;
}

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

.highlight-tall-7da2 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.chip_a821 {
    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;
}

.chip_a821.label-c8e2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .highlight-paper-d0d3 {
        flex-direction: column;
    }
    .popup_fresh_7eb9 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.video-rough-d1c8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.header-silver-e958 .cold_cbb1 {
    color: #666;
    margin: 0 8px;
}

.header-silver-e958 .caption-08a1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.info-stone-ec0f {
    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;
}

.gold_b9e3 {
    font-size: 2rem;
}

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

.pagination_bright_4a89 strong {
    color: #d4af37;
}

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

.feature-thick-5d3b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .feature-thick-5d3b {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.paragraph-d0a8 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.image_e807 {
    background: #0a0a0a;
    padding: 30px 0;
}

.prev_7fc2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.orange_226a h3,
.video-hard-0aa7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.component-cold-51ca summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.component-cold-51ca summary::-webkit-details-marker {
    display: none;
}

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

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

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

.mask-middle-a74d {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.mask-middle-a74d strong {
    color: #d4af37;
}

.table_e954 {
    color: #aaa;
}

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

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

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

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

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

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

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

.primary_6f00:last-child {
    border-bottom: none;
}

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

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

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

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

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

.down-bad1 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;
}

.down-bad1 li strong {
    color: #00ff88;
}

.gradient-next-6d26 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .gradient-next-6d26 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.notification-old-47c2 {
    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;
}

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

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

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

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

.accordion_2d0f strong {
    color: #d4af37;
}

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

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

.gradient_94a1 strong {
    color: #00ff88;
}

.gradient_94a1 span {
    color: #d4af37;
}

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

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

.clean-b65f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.thick-3ee8 {
    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;
}

.dropdown_copper_85bb h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.mini-495e {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

.easy-5c22 p {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.shadow-yellow-a135 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.new-6a35 {
    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);
}

.selected-7129 {
    color: #999;
    font-size: 0.85rem;
}

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

.header-purple-17e5 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.menu-north-324b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.menu-north-324b li:last-child {
    border-bottom: none;
}

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

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

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

.gold-4d25 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

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

@media (max-width: 480px) {
    .gold-4d25 {
        grid-template-columns: 1fr;
    }
}

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

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

.alert_tiny_fd40 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alert_tiny_fd40 li {
    margin-bottom: 5px;
}

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

.alert_tiny_fd40 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.row_cc69 {
    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;
}

.light_c3d8 {
    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;
}

.active-dd5f {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.active-dd5f strong {
    color: #00ff88;
}

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

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

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

.section-tiny-a165 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.west_d984 {
    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;
}

.highlight-b6cb {
    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;
}

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

@media (max-width: 768px) {
    .section-tiny-a165 {
        flex-direction: column;
    }
    
    .west_d984 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

.rough-ee6f {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}

.gallery_7491 {
    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;
}

.gallery_7491: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) {
    .gallery_7491 {
        width: 150px;
        height: 150px;
    }
}

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .shadow-over-240a {
        padding: 30px 15px;
    }
    
    .shadow-over-240a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .banner-hard-8f7e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gallery-466a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .slow_cff1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slow_cff1 .surface_3a02 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .widget-large-040c {
        font-size: 1.3rem;
    }
    
    .fast_bfbb {
        font-size: 0.7rem;
    }
    
    .search-202d {
        flex-direction: column;
        gap: 10px;
    }
    
    .search-202d .fresh-d2ca {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hero_dim_2993 {
        display: none;
    }
    
    .top_2172 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .up_9549 {
        padding: 20px 10px;
    }
    
    .clean-b65f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-action-d081,
    .header-purple-17e5 {
        padding: 15px;
    }
    
    .shadow-yellow-a135 {
        flex-direction: column;
        gap: 5px;
    }
    
    .new-6a35 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .avatar_warm_71e3 {
        padding: 30px 10px;
    }
    
    .frame-south-d45f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .highlight-black-1159 {
        padding: 20px 15px;
    }
    
    .item-9f95 {
        font-size: 2rem;
    }
    
    .highlight-black-1159 h3 {
        font-size: 1.1rem;
    }
    
    .highlight-black-1159 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .search_54bc {
        padding: 20px 10px;
    }
    
    .slider_top_9696 h2 {
        font-size: 1.3rem;
    }
    
    .liquid-de30 {
        font-size: 0.9rem;
    }
    
    .primary_6f00 h3 {
        font-size: 1.1rem;
    }
    
    .primary_6f00 p {
        font-size: 0.9rem;
    }
    
    .down-bad1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .preview_glass_cd64 {
        grid-template-columns: 1fr;
    }
    
    .accordion_2d0f {
        font-size: 0.85rem;
    }
    
    .gradient-next-6d26 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification-old-47c2 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .notification-old-47c2 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .cold-841a {
        padding: 30px 10px;
    }
    
    .solid-d740 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs_pink_d2a7 {
        padding: 15px 10px;
    }
    
    .tabs_pink_d2a7 h4 {
        font-size: 0.9rem;
    }
    
    .tabs_pink_d2a7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .button_fast_7f5e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .solid-d740 {
        grid-template-columns: 1fr;
    }
    
    .tabs_pink_d2a7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dropdown_fa1f {
        padding: 30px 10px;
    }
    
    .heading-gold-1d96 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .inner-f4fc {
        padding: 15px;
    }
    
    .detail_current_6747 {
        font-size: 0.9rem;
    }
    
    .tooltip_cfc8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tooltip_cfc8 .label_out_ec92 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .content_b9dc {
        padding: 30px 10px;
    }
    
    .content_b9dc h2 {
        font-size: 1.2rem;
    }
    
    .box-1b09 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_aa90 {
        padding: 15px 10px;
    }
    
    .status_aa90 h4 {
        font-size: 0.85rem;
    }
    
    .status_aa90 p {
        font-size: 0.75rem;
    }
    
    .cold_04e5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .layout_west_7c12 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .box-1b09 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .breadcrumb-static-f06c {
        padding: 20px 10px;
    }
    
    .primary-center-31f4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .notification_north_549d,
    .pink-0877,
    .slow_f057 {
        width: 100%;
    }
    
    .notification_north_549d h3 {
        font-size: 1.1rem;
    }
    
    .notification_north_549d p {
        font-size: 0.8rem;
    }
    
    .carousel_772e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .cool_80e5 {
        padding: 30px 15px;
    }
    
    .cool_80e5 h2 {
        font-size: 1.3rem;
    }
    
    .cool_80e5 p {
        font-size: 0.85rem;
    }
    
    .photo_tiny_e9ee {
        flex-direction: column;
        gap: 10px;
    }
    
    .photo_tiny_e9ee .fresh-d2ca {
        width: 100%;
    }
    
    .wrapper_f105 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .up-2f92 {
        padding: 30px 10px;
    }
    
    .up-2f92 h3 {
        font-size: 1.2rem;
    }
    
    .tag-1aec {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .under-cb8d {
        padding: 15px 10px;
    }
    
    .under-cb8d h4 {
        font-size: 0.85rem;
    }
    
    .under-cb8d p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tag-1aec {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .hard-240e {
        padding: 30px 15px;
    }
    
    .video-pressed-7137 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gold_3572 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .filter_92aa h4 {
        font-size: 0.9rem;
    }
    
    .filter_92aa a {
        font-size: 0.8rem;
    }
    
    .banner-red-3e2b {
        font-size: 0.8rem;
    }
    
    .texture-purple-8bc5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .paper_a9ab {
        padding: 8px 10px;
    }
    
    .border-north-1cad {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .info-849a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .border-north-1cad {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .info-849a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 67f1 */
.widget-item-d7 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
