/* Inner Page Styles */

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

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

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

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

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

.pressed-6052 .layout_5b7a {
    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;
}

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

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

.pressed-6052 .layout_5b7a:hover::before {
    left: 100%;
}

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

.large-2e19 {
    margin-bottom: var(--md-spacing-lg);
}

.mini-6e80 {
    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);
}

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

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

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

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

.widget-inner-8ee7 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.gallery_bottom_d19a.fn-active-1fbf {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar_3bab 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 */
.widget-95ce {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-95ce li {
    margin-bottom: var(--md-spacing-xs);
}

.widget-95ce 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);
}

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

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

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

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

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

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

.container_2d5d .row-north-22b2 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.container_2d5d .row-north-22b2:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.layout-dark-0e2c {
    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);
}

.layout-dark-0e2c:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.content-8a85 {
    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);
}

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

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

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

.content-8a85 .row-north-22b2 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.content-8a85 .row-north-22b2:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-b3e3 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .footer-b3e3 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .footer-b3e3 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pressed-6052 {
        justify-content: center;
    }
    
    .mini-6e80 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .caption_188c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .gallery_c500 {
        padding: var(--md-spacing-md) 0;
    }
    
    .paper_9e26 {
        padding: var(--md-spacing-md);
    }
    
    .slider_short_b81a {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar_3bab {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .content-8a85 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wrapper-liquid-b8ba {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .paper_9e26 {
        padding: var(--md-spacing-sm);
    }
    
    .static_ddb6 {
        padding: var(--md-spacing-md);
    }
    
    .avatar_3bab {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.static_ddb6,
.avatar_3bab,
.content-8a85 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.motion-447e {
    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);
}

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

.overlay-b12c {
    font-size: 1.5rem;
}

.out_48ba strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph_badc strong {
    color: #00ff88;
}

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

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

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

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

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

.liquid_a3a2::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;
}

.message-paper-8114 {
    text-align: center;
    margin-bottom: 30px;
}

.block-north-975d {
    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;
}

.block-north-975d.mask-action-9fc7 .border-7cb7 {
    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); }
}

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

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

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

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

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

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

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

.component-huge-d878 {
    font-size: 1.2rem;
}

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

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

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

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

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

.under_f9d3.sidebar_c353::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.under_f9d3.solid-fa8f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.under_f9d3.element-43aa::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.under_f9d3.pink-223a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hot-e1f3 {
    font-size: 1.2rem;
}

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

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

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

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

.primary-c70f.caption_large_5886 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.primary-c70f.fn-active-1fbf { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.paper-081d {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.gold-d8e7.banner_out_d557 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.west_891a { border-top: 3px solid #00ccff; }
.badge-iron-3255 { border-top: 3px solid #00ff88; }
.shadow-over-e39e { border-top: 3px solid #d4af37; }
.tag-e360 { border-top: 3px solid #ff6b6b; }
.dynamic_0e1d { border-top: 3px solid #8b5cf6; }

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

.outline-7072 {
    overflow-x: auto;
}

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

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

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

.video-56ee td {
    color: #ccc;
}

.video-56ee .search_ed53 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.video-56ee tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.panel-083c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.basic-2f41 {
    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;
}

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

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

.tag-glass-cf5a {
    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;
}

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

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

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

.mask-411b {
    font-size: 2rem;
}

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

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

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

.video-pink-40c6 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .video-pink-40c6::before {
        left: 30px;
    }
}

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

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

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

.liquid-e714::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);
}

.search-thick-7166 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.liquid-b04a {
    font-size: 1.5rem;
}

.backdrop-3a67 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.shade-black-60e6 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.gallery-326d .frame_mini_4827 {
    margin-bottom: 10px;
}

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

.gallery-326d strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.progress-soft-0ccc h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.surface-fluid-4994 {
    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;
}

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

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

.input-hard-da7c span {
    color: #666;
    font-size: 0.8rem;
}

.input-hard-da7c a {
    color: #ff6b6b;
}

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

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

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

.hero-hovered-ec11 {
    text-align: center;
}

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

.hero-hovered-ec11 .slow_86d2 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.grid-7c70 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.footer-green-a8a3 {
    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;
}

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

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

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

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

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

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

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

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

.main-simple-ba89 {
    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;
}

.main-simple-ba89.banner_out_d557 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.purple_1696 .silver_25cf {
    color: #666;
    margin: 0 8px;
}

.purple_1696 .photo-simple-7a7f {
    color: #ff6b6b;
    text-decoration: line-through;
}

.tag-3e4d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.sort-west-d372 {
    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;
}

.footer_9097 {
    font-size: 2rem;
}

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

.footer_71ce strong {
    color: #d4af37;
}

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

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

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

.under-a4c2 h3,
.gold-5fe7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.image-451d strong {
    color: #d4af37;
    margin-right: 8px;
}

.block-42a4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.info_b9cc strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.hero-mini-dbf2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.west_e9d3 strong {
    color: #d4af37;
}

.container_hovered_99ef {
    color: #aaa;
}

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

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

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

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

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

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

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

.panel-glass-52a9:last-child {
    border-bottom: none;
}

.panel-glass-52a9 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.panel-glass-52a9 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

.carousel-hard-f663 {
    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;
}

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

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

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

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

.article_f8c1 strong {
    color: #d4af37;
}

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

.video-0f8a {
    color: #888;
    font-size: 0.9rem;
}

.video-0f8a strong {
    color: #00ff88;
}

.video-0f8a span {
    color: #d4af37;
}

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

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

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

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

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

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

.notification-dirty-4da6 {
    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;
}

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

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

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

.text-purple-bc96 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.easy-86b0 {
    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);
}

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

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

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

.header_in_9dc6 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

.lite-505c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lite-505c li {
    margin-bottom: 5px;
}

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

.lite-505c a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.breadcrumb_lite_cc77 strong {
    color: #00ff88;
}

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

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

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

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

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

.lite-5a15 {
    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;
}

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

@media (max-width: 768px) {
    .section-under-e7a0 {
        flex-direction: column;
    }
    
    .background_8596 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

.message-dark-1fdd .texture_new_e767 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notice-current-00c2 {
        padding: 30px 15px;
    }
    
    .notice-current-00c2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .under-c040 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .text_in_aa6a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .badge_west_7164 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .badge_west_7164 .preview_d4d5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .slider-f84a {
        font-size: 1.3rem;
    }
    
    .table-f0c2 {
        font-size: 0.7rem;
    }
    
    .dim_26c4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dim_26c4 .row-north-22b2 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .block_00f2 {
        display: none;
    }
    
    .picture-f5a2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .small-d64d {
        padding: 20px 10px;
    }
    
    .center-9859 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bright-b04a,
    .tall_c748 {
        padding: 15px;
    }
    
    .text-purple-bc96 {
        flex-direction: column;
        gap: 5px;
    }
    
    .easy-86b0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .module-69a4 {
        padding: 30px 10px;
    }
    
    .backdrop_c13d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .full_cdbd {
        padding: 20px 15px;
    }
    
    .gradient_3c27 {
        font-size: 2rem;
    }
    
    .full_cdbd h3 {
        font-size: 1.1rem;
    }
    
    .full_cdbd p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .current-68d3 {
        padding: 20px 5px;
    }
    
    .current-68d3 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .top-dc6e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .video-56ee {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .video-56ee th,
    .video-56ee td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .message_hovered_ae60 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .layout_current_e88c {
        padding: 20px 10px;
    }
    
    .logo_9f6a h2 {
        font-size: 1.3rem;
    }
    
    .form_d55d {
        font-size: 0.9rem;
    }
    
    .panel-glass-52a9 h3 {
        font-size: 1.1rem;
    }
    
    .panel-glass-52a9 p {
        font-size: 0.9rem;
    }
    
    .summary_a3f6 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .frame-21db {
        grid-template-columns: 1fr;
    }
    
    .article_f8c1 {
        font-size: 0.85rem;
    }
    
    .gold_f5e7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel-hard-f663 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .carousel-hard-f663 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .outer_1e0a {
        padding: 30px 10px;
    }
    
    .green_12fd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge_3abb {
        padding: 15px 10px;
    }
    
    .huge_3abb h4 {
        font-size: 0.9rem;
    }
    
    .huge_3abb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .pagination_steel_c4e1 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .overlay_1183 {
        padding: 30px 10px;
    }
    
    .summary-eeb0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow_608e {
        padding: 15px;
    }
    
    .banner-2e54 {
        font-size: 0.9rem;
    }
    
    .preview_old_9d47 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .preview_old_9d47 .stone_639e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .article_ca4d {
        padding: 30px 10px;
    }
    
    .article_ca4d h2 {
        font-size: 1.2rem;
    }
    
    .picture-e2b5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer_3ecf {
        padding: 15px 10px;
    }
    
    .footer_3ecf h4 {
        font-size: 0.85rem;
    }
    
    .footer_3ecf p {
        font-size: 0.75rem;
    }
    
    .active-pressed-2172 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .white_8536 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .article_in_7688 {
        padding: 20px 10px;
    }
    
    .feature-green-e3b1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .frame_pink_f2d1,
    .button_short_4f3c,
    .input-hard-da7c {
        width: 100%;
    }
    
    .frame_pink_f2d1 h3 {
        font-size: 1.1rem;
    }
    
    .frame_pink_f2d1 p {
        font-size: 0.8rem;
    }
    
    .surface-fluid-4994 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .purple-44fb {
        padding: 30px 15px;
    }
    
    .purple-44fb h2 {
        font-size: 1.3rem;
    }
    
    .purple-44fb p {
        font-size: 0.85rem;
    }
    
    .slow-9b9c {
        flex-direction: column;
        gap: 10px;
    }
    
    .slow-9b9c .row-north-22b2 {
        width: 100%;
    }
    
    .surface-west-b1eb {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .block_basic_0651 {
        padding: 30px 10px;
    }
    
    .block_basic_0651 h3 {
        font-size: 1.2rem;
    }
    
    .summary-fresh-8e29 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .content-8a85 {
        padding: 15px 10px;
    }
    
    .content-8a85 h4 {
        font-size: 0.85rem;
    }
    
    .content-8a85 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .slider-8f36 {
        padding: 30px 15px;
    }
    
    .progress-632a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .video-2695 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .advanced-d100 h4 {
        font-size: 0.9rem;
    }
    
    .advanced-d100 a {
        font-size: 0.8rem;
    }
    
    .green_42ba {
        font-size: 0.8rem;
    }
    
    .mini-9455 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .highlight-down-f18b {
        padding: 8px 10px;
    }
    
    .warm-da71 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .status_2cb9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .warm-da71 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .status_2cb9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 26d7 */
.ghost-box-y9 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.3;
}
