/* Inner Page Styles */

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

.button-40af 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);
}

.button-40af 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);
}

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

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

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

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

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

.input_817b .carousel_old_29af:hover::before {
    left: 100%;
}

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

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

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

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

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

.picture-bright-4fe1 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.picture-bright-4fe1 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.white_3aa0.fn-active-3b90 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selected_eaf2 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 */
.easy-2d0b {
    list-style: none;
    padding: 0;
    margin: 0;
}

.easy-2d0b li {
    margin-bottom: var(--md-spacing-xs);
}

.easy-2d0b 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);
}

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

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

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

.soft_00b0:hover::before {
    left: 100%;
}

.soft_00b0 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;
}

.soft_00b0 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;
}

.soft_00b0 .prev_c776 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.soft_00b0 .prev_c776:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.mask-689b {
    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);
}

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

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

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

.description-5f5d {
    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);
}

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

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

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

.description-5f5d .prev_c776 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.description-5f5d .prev_c776:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .button-40af {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .button-40af h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .button-40af h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .input_817b {
        justify-content: center;
    }
    
    .gallery_6d88 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .active-clean-8d33 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .disabled_d793 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gold_aa83 {
        padding: var(--md-spacing-md);
    }
    
    .article_prev_830a {
        padding: var(--md-spacing-md) 0;
    }
    
    .selected_eaf2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .description-5f5d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .center_5647 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gold_aa83 {
        padding: var(--md-spacing-sm);
    }
    
    .row-ecfd {
        padding: var(--md-spacing-md);
    }
    
    .selected_eaf2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.row-ecfd,
.selected_eaf2,
.description-5f5d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.footer_8c9f::-webkit-scrollbar {
    width: 8px;
}

.footer_8c9f::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.article-clean-2f42 {
    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);
}

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

.orange-9e1e {
    font-size: 1.5rem;
}

.tertiary_basic_a23c strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.wrapper-right-58bf {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.search-a3a6 strong {
    color: #00ff88;
}

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

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

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

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

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

.short-9dc0::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;
}

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

.header-under-6e93 {
    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;
}

.header-under-6e93.out_0d88 .nav_e593 {
    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); }
}

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

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

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

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

.fluid-dd1a 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;
}

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

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

.aside_complex_ddd5 {
    font-size: 1.2rem;
}

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

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

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

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

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

.static_3c5c.hidden-c546::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.static_3c5c.blue_fcaa::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.static_3c5c.inner_c78d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.static_3c5c.tall-faca::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.focused_1f21 {
    font-size: 1.2rem;
}

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

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

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

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

.filter_in_2b84.container_adfc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.filter_in_2b84.fn-active-3b90 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.module-pro-a159 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

.notice-987c {
    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;
}

.notice-987c:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.notice-987c.photo-narrow-d68b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.tertiary-gas-609a { border-top: 3px solid #00ccff; }
.background_fresh_290a { border-top: 3px solid #00ff88; }
.gallery_thick_10c2 { border-top: 3px solid #d4af37; }
.heading_fd5d { border-top: 3px solid #ff6b6b; }
.label-new-63d9 { border-top: 3px solid #8b5cf6; }

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

.frame_white_72f3 {
    overflow-x: auto;
}

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

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

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

.modal-39eb td {
    color: #ccc;
}

.modal-39eb .light_9d2e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.modal-39eb tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.container-stone-e474 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.medium-056e {
    color: #888;
    font-size: 0.85rem;
}

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

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

.tall-3f4b {
    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;
}

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

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

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

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

.link-fluid-ca05 {
    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;
}

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

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

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

.fixed-16ec {
    font-size: 2rem;
}

.bronze-8db6 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

.shade-new-27e2 {
    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;
}

.shade-new-27e2::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);
}

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

.shade-new-27e2 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.shade-new-27e2 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.card-smooth-ac42 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.table_dim_be45 strong {
    color: #fff;
    display: block;
}

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

.hovered-6dd0 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hovered-6dd0 .notice-top-6e21 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.element_action_f17d .main_d955 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.footer-891c h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.table-up-4f1a {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.message-full-51cf p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.message-full-51cf span {
    color: #666;
    font-size: 0.8rem;
}

.message-full-51cf a {
    color: #ff6b6b;
}

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

.border-motion-15e3 {
    max-width: 800px;
    margin: 0 auto;
}

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

.feature-a873 {
    text-align: center;
}

.feature-a873 .sort-tall-6bf9 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.feature-a873 .new_0f77 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.border-motion-15e3 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.border-motion-15e3 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.slider-pro-c955 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.up-4cde {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.component-a724.photo-narrow-d68b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.main-1c16 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.form-6c25 .header_d831 {
    color: #666;
    margin: 0 8px;
}

.form-6c25 .tertiary_dynamic_e425 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.message-9a80 {
    font-size: 2rem;
}

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

.table-da30 strong {
    color: #d4af37;
}

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

.box-13e3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.alert-76dd h3,
.hero_0dac h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.pattern-dynamic-f037 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.east-52d2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.slow_41d7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

.frame-pink-134c {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.frame-pink-134c strong {
    color: #d4af37;
}

.article-outer-dd4d {
    color: #aaa;
}

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

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

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

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

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

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

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

.iron-c7c5:last-child {
    border-bottom: none;
}

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

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

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

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

.tooltip-east-8c5e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.tooltip-east-8c5e 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;
}

.tooltip-east-8c5e li strong {
    color: #00ff88;
}

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

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

.media-26ad {
    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;
}

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

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

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

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

.sort-black-7d32 strong {
    color: #d4af37;
}

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

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

.progress_3835 strong {
    color: #00ff88;
}

.progress_3835 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.pagination_3b06 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.wrapper-advanced-a403 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.wrapper-advanced-a403 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary_new_b211 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.table-up-4f1a {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .hover_2e64 {
        flex-direction: column;
    }
    
    .black_fa67 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.gallery-2e6e {
    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-2e6e: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-2e6e {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .gallery-2e6e {
        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;
}

.main-967d .background-purple-4c35 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .thumbnail-d12a {
        padding: 30px 15px;
    }
    
    .thumbnail-d12a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .header-9edb {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .photo_16e6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .aside-gold-346b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside-gold-346b .tooltip_fast_c99f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .footer-plasma-236c {
        font-size: 1.3rem;
    }
    
    .list_8b78 {
        font-size: 0.7rem;
    }
    
    .hover-ef9a {
        flex-direction: column;
        gap: 10px;
    }
    
    .hover-ef9a .prev_c776 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tooltip_full_d057 {
        display: none;
    }
    
    .shade-huge-b88c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .iron_40d7 {
        padding: 20px 10px;
    }
    
    .title_blue_98af {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb_a838,
    .alert-a51c {
        padding: 15px;
    }
    
    .pagination_3b06 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hard_456c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .lower_7019 {
        padding: 30px 10px;
    }
    
    .frame_light_e0b6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notification_965e {
        padding: 20px 15px;
    }
    
    .column-center-f8fe {
        font-size: 2rem;
    }
    
    .notification_965e h3 {
        font-size: 1.1rem;
    }
    
    .notification_965e p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .search-outer-58f9 {
        padding: 20px 5px;
    }
    
    .search-outer-58f9 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .mask_5918 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .modal-39eb {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .modal-39eb th,
    .modal-39eb td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .focus_d01e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .list_ddcb {
        padding: 20px 10px;
    }
    
    .sidebar_orange_8714 h2 {
        font-size: 1.3rem;
    }
    
    .fixed_e2fd {
        font-size: 0.9rem;
    }
    
    .iron-c7c5 h3 {
        font-size: 1.1rem;
    }
    
    .iron-c7c5 p {
        font-size: 0.9rem;
    }
    
    .tooltip-east-8c5e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .wide_5822 {
        grid-template-columns: 1fr;
    }
    
    .sort-black-7d32 {
        font-size: 0.85rem;
    }
    
    .last_2d38 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media-26ad {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .media-26ad strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .info-2c2c {
        padding: 30px 10px;
    }
    
    .hard-98c3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image-blue-a880 {
        padding: 15px 10px;
    }
    
    .image-blue-a880 h4 {
        font-size: 0.9rem;
    }
    
    .image-blue-a880 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .modal_d555 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hard-98c3 {
        grid-template-columns: 1fr;
    }
    
    .image-blue-a880 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .green_7342 {
        padding: 30px 10px;
    }
    
    .prev_360f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .copper-877e {
        padding: 15px;
    }
    
    .thick_998d {
        font-size: 0.9rem;
    }
    
    .bronze_fe8d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .bronze_fe8d .huge_d5cd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .image-8a28 {
        padding: 30px 10px;
    }
    
    .image-8a28 h2 {
        font-size: 1.2rem;
    }
    
    .wide_fcfd {
        gap: 10px;
    }
    
    .new-9ab0 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .new-9ab0 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .dim-2da9 {
        padding: 30px 10px;
    }
    
    .dim-2da9 h2 {
        font-size: 1.2rem;
    }
    
    .pagination_5021 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .over_f2fd {
        padding: 15px 10px;
    }
    
    .over_f2fd h4 {
        font-size: 0.85rem;
    }
    
    .over_f2fd p {
        font-size: 0.75rem;
    }
    
    .status-fixed-c032 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .banner_ab14 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .cool_a2cc {
        padding: 20px 10px;
    }
    
    .notification_0814 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .item_brown_1d17,
    .pattern_wide_19b7,
    .message-full-51cf {
        width: 100%;
    }
    
    .item_brown_1d17 h3 {
        font-size: 1.1rem;
    }
    
    .item_brown_1d17 p {
        font-size: 0.8rem;
    }
    
    .highlight_soft_6f2a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .orange-7f40 {
        padding: 30px 15px;
    }
    
    .orange-7f40 h2 {
        font-size: 1.3rem;
    }
    
    .orange-7f40 p {
        font-size: 0.85rem;
    }
    
    .bottom_a8e7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .bottom_a8e7 .prev_c776 {
        width: 100%;
    }
    
    .narrow-5adf {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .link_tall_235b {
        padding: 30px 10px;
    }
    
    .link_tall_235b h3 {
        font-size: 1.2rem;
    }
    
    .highlight_a86f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description-5f5d {
        padding: 15px 10px;
    }
    
    .description-5f5d h4 {
        font-size: 0.85rem;
    }
    
    .description-5f5d p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .bronze_3a09 {
        padding: 30px 15px;
    }
    
    .aside-bronze-c2f4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .panel-beaa {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .first_cce3 h4 {
        font-size: 0.9rem;
    }
    
    .first_cce3 a {
        font-size: 0.8rem;
    }
    
    .pagination_eb19 {
        font-size: 0.8rem;
    }
    
    .module-0bd3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .static_45da {
        padding: 8px 10px;
    }
    
    .gallery-active-1cb8 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accordion-pro-3844 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gallery-active-1cb8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accordion-pro-3844 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8f1d */
.ghost-box-e3 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
