/* Inner Page Styles */

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

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

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

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

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

.pink-d1e3 .list_white_e257 {
    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;
}

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

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

.pink-d1e3 .list_white_e257:hover::before {
    left: 100%;
}

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

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

.disabled-warm-aa14 {
    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);
}

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

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

.mask-up-5799 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.mask-up-5799 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

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

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

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

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

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

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

.outline-299a {
    color: var(--casino-gold-light);
}

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

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

.outline-299a.fn-active-a422 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid_simple_9342 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 */
.light-4d81 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.light-4d81 li {
    margin-bottom: var(--md-spacing-xs);
}

.light-4d81 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);
}

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

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

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

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

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

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

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

.gold_942b .accordion_prev_f665:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.hovered_79d8 .accordion_prev_f665 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hovered_79d8 .accordion_prev_f665:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .preview_tiny_4cd7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .preview_tiny_4cd7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .preview_tiny_4cd7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pink-d1e3 {
        justify-content: center;
    }
    
    .disabled-warm-aa14 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .notification-fixed-76f9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .complex-ee6d {
        padding: var(--md-spacing-md) 0;
    }
    
    .pink_e938 {
        padding: var(--md-spacing-md);
    }
    
    .message-f974 {
        padding: var(--md-spacing-md) 0;
    }
    
    .grid_simple_9342 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hovered_79d8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sidebar-f065 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pink_e938 {
        padding: var(--md-spacing-sm);
    }
    
    .liquid_76ea {
        padding: var(--md-spacing-md);
    }
    
    .grid_simple_9342 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.liquid_76ea,
.grid_simple_9342,
.hovered_79d8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.fresh-1987 {
    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);
}

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

.chip-7abe {
    font-size: 1.5rem;
}

.gas-ef50 strong {
    color: #00ff88;
}

.highlight-stone-79fc {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .accordion_top_1a19 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .highlight-stone-79fc {
        margin-left: 0;
    }
}

/* Main Content Compact */
.accent-basic-c7df {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.outer_1cd8 strong {
    color: #00ff88;
}

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

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

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

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

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

.overlay-bottom-2423::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;
}

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

.old-43db {
    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;
}

.old-43db.container_1fcd .texture-over-7920 {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

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

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

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

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

.hero-paper-8e70 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-paper-8e70 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;
}

.hero-paper-8e70 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);
}

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

.status_down_8fa5 {
    font-size: 1.2rem;
}

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

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

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

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

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

.over_d16e.pattern-b365::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.over_d16e.search-8ea2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.over_d16e.label_light_7e3d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.over_d16e.text_93a4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.medium_a213 {
    font-size: 1.2rem;
}

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

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

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

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

.tabs-acbc.under-fc32 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tabs-acbc.fn-active-a422 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.tooltip-huge-3575 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.surface-bright-6824 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.caption-pressed-a03b:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.caption-pressed-a03b.warm_2f9d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.message_ab99 { border-top: 3px solid #00ccff; }
.item-first-4cee { border-top: 3px solid #00ff88; }
.backdrop-44c4 { border-top: 3px solid #d4af37; }
.tabs_0b17 { border-top: 3px solid #ff6b6b; }
.hot-3559 { border-top: 3px solid #8b5cf6; }

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

.layout_white_0fc7 {
    overflow-x: auto;
}

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

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

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

.pattern-b911 td {
    color: #ccc;
}

.pattern-b911 .section-38cb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.pattern-b911 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary-soft-1c77 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.simple-667d {
    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;
}

.simple-667d::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);
}

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

.simple-667d h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

.item-6cef {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.header_2c4e {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.aside_small_5a4d .easy-db78 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.notice-6b3d {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-lower-3b20 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.warm-640b {
    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;
}

.primary-lower-3b20 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.active_fceb a {
    color: #ff6b6b;
}

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

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

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

.layout-fb29 {
    text-align: center;
}

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

.layout-fb29 .gradient_bottom_ac2b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.label-motion-84c0 {
    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;
}

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

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

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

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

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

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

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

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

.accordion-66ee {
    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;
}

.accordion-66ee.warm_2f9d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.tertiary-thick-de8e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .north-2944 {
        flex-direction: column;
    }
    .complex-ef15 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.media-iron-da09 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.photo-3d0e .chip-673f {
    color: #666;
    margin: 0 8px;
}

.photo-3d0e .article_focused_58b6 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.section-5726 {
    font-size: 2rem;
}

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

.media_dirty_1605 strong {
    color: #d4af37;
}

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

.pink-79bb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.accordion-0e26 h3,
.backdrop-plasma-71fb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.media-current-867c {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.disabled_down_f75b strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.block-clean-bad4 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.status-dbde h3,
.widget-simple-b477 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.slider-5a32 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.green-4487 strong {
    color: #d4af37;
}

.component_b613 {
    color: #aaa;
}

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

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

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

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

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

.iron-96f4 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.title-light-a506 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.title-light-a506 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;
}

.title-light-a506 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.title_5aa9 strong {
    color: #d4af37;
}

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

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

.info_2c83 strong {
    color: #00ff88;
}

.info_2c83 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.container-29b1 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-black-e21b strong {
    color: #00ff88;
}

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

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

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

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

.summary-5c89 {
    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;
}

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

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

@media (max-width: 768px) {
    .list_40d6 {
        flex-direction: column;
    }
    
    .summary-5c89 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.heading-41a7 {
    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;
}

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

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

.widget-443f .item-1b9f {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .motion_658a {
        padding: 30px 15px;
    }
    
    .motion_658a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .preview_orange_9774 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .icon_459a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .form-action-5095 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .form-action-5095 .thumbnail_26f9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .outline-fluid-1575 {
        font-size: 1.3rem;
    }
    
    .accent_5974 {
        font-size: 0.7rem;
    }
    
    .menu_red_b39f {
        flex-direction: column;
        gap: 10px;
    }
    
    .menu_red_b39f .accordion_prev_f665 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fixed_ee67 {
        display: none;
    }
    
    .status_568d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .layout_ae83 {
        padding: 20px 10px;
    }
    
    .prev-7173 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .rough-48a1,
    .widget-e463 {
        padding: 15px;
    }
    
    .hot-8fa3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .container-29b1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .background_brown_df3c {
        padding: 20px 5px;
    }
    
    .background_brown_df3c h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .soft-ae1d {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .pattern-b911 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .pattern-b911 th,
    .pattern-b911 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .frame-paper-2e8b {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .last_0367 {
        padding: 20px 10px;
    }
    
    .aside-4b36 h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail-8714 {
        font-size: 0.9rem;
    }
    
    .iron-990e h3 {
        font-size: 1.1rem;
    }
    
    .iron-990e p {
        font-size: 0.9rem;
    }
    
    .title-light-a506 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .shadow-83ee {
        grid-template-columns: 1fr;
    }
    
    .title_5aa9 {
        font-size: 0.85rem;
    }
    
    .out_6b74 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .action-a81f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .action-a81f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .east_452d {
        padding: 30px 10px;
    }
    
    .west-9480 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo-lower-78fc {
        padding: 15px 10px;
    }
    
    .photo-lower-78fc h4 {
        font-size: 0.9rem;
    }
    
    .photo-lower-78fc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .link-hard-1a4c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .west-9480 {
        grid-template-columns: 1fr;
    }
    
    .photo-lower-78fc p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .title-955a {
        padding: 30px 10px;
    }
    
    .under_f598 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .footer-medium-859b {
        padding: 15px;
    }
    
    .caption_stone_7ed3 {
        font-size: 0.9rem;
    }
    
    .summary-center-cc01 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .summary-center-cc01 .disabled-ca0c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .text-ad8f {
        padding: 30px 10px;
    }
    
    .text-ad8f h2 {
        font-size: 1.2rem;
    }
    
    .filter_medium_1dd6 {
        gap: 10px;
    }
    
    .active-short-8595 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .active-short-8595 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .border-stone-8bea {
        padding: 30px 10px;
    }
    
    .border-stone-8bea h2 {
        font-size: 1.2rem;
    }
    
    .logo-lower-e3cc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .module-ed2a {
        padding: 15px 10px;
    }
    
    .module-ed2a h4 {
        font-size: 0.85rem;
    }
    
    .module-ed2a p {
        font-size: 0.75rem;
    }
    
    .alert-first-1676 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .disabled_201b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tiny-70ae {
        padding: 20px 10px;
    }
    
    .motion-9872 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tertiary_west_c071,
    .primary-lower-3b20,
    .active_fceb {
        width: 100%;
    }
    
    .tertiary_west_c071 h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_west_c071 p {
        font-size: 0.8rem;
    }
    
    .warm-640b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .short-3e9f {
        padding: 30px 15px;
    }
    
    .short-3e9f h2 {
        font-size: 1.3rem;
    }
    
    .short-3e9f p {
        font-size: 0.85rem;
    }
    
    .backdrop_up_a471 {
        flex-direction: column;
        gap: 10px;
    }
    
    .backdrop_up_a471 .accordion_prev_f665 {
        width: 100%;
    }
    
    .block_a51e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .frame-4b65 {
        padding: 30px 10px;
    }
    
    .frame-4b65 h3 {
        font-size: 1.2rem;
    }
    
    .video_1eb0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hovered_79d8 {
        padding: 15px 10px;
    }
    
    .hovered_79d8 h4 {
        font-size: 0.85rem;
    }
    
    .hovered_79d8 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .background-68e4 {
        padding: 30px 15px;
    }
    
    .bright-a8cc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .alert_copper_1346 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sidebar_narrow_45e8 h4 {
        font-size: 0.9rem;
    }
    
    .sidebar_narrow_45e8 a {
        font-size: 0.8rem;
    }
    
    .surface-yellow-6017 {
        font-size: 0.8rem;
    }
    
    .feature-cf2e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .background-black-92d0 {
        padding: 8px 10px;
    }
    
    .breadcrumb-tall-5b80 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tabs-large-330b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb-tall-5b80 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tabs-large-330b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6466 */
.phantom-card-s7 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
