/* Inner Page Styles */

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

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

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

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

.hero-focused-8b19 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hero-focused-8b19 .red_27a4 {
    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;
}

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

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

.hero-focused-8b19 .red_27a4:hover::before {
    left: 100%;
}

.hero-focused-8b19 .red_27a4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.component-hot-c58e {
    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);
}

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

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

.pattern-solid-9aad h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.pattern-solid-9aad p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.cool_2cee.fn-active-8d47 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-1a9e {
    padding: var(--md-spacing-md) 0;
}

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

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

.white-0dbf li {
    margin-bottom: var(--md-spacing-xs);
}

.white-0dbf 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);
}

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

/* Promo Cards */
.active-middle-4c78 {
    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;
}

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

.active-middle-4c78:hover::before {
    left: 100%;
}

.active-middle-4c78 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;
}

.active-middle-4c78 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;
}

.active-middle-4c78 .surface-e7d2 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.active-middle-4c78 .surface-e7d2:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.chip-09b3 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.overlay-fd70 .surface-e7d2 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.overlay-fd70 .surface-e7d2:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .warm_6a8b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .warm_6a8b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .warm_6a8b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hero-focused-8b19 {
        justify-content: center;
    }
    
    .component-hot-c58e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pattern_690b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .easy-752d {
        padding: var(--md-spacing-md) 0;
    }
    
    .block-f952 {
        padding: var(--md-spacing-md);
    }
    
    .dynamic_7696 {
        padding: var(--md-spacing-md) 0;
    }
    
    .yellow_3d4b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .overlay-fd70 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .inner-ef2d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .block-f952 {
        padding: var(--md-spacing-sm);
    }
    
    .panel_fluid_09b8 {
        padding: var(--md-spacing-md);
    }
    
    .yellow_3d4b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.panel_fluid_09b8,
.yellow_3d4b,
.overlay-fd70 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.texture-current-7639::-webkit-scrollbar {
    width: 8px;
}

.texture-current-7639::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.active-yellow-1794 {
    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);
}

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

.red-d19b {
    font-size: 1.5rem;
}

.pressed_5662 strong {
    color: #00ff88;
}

.progress-action-78f7 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tertiary_clean_aef2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .progress-action-78f7 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero_e21c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.shade-c8c1.preview-fc2d .button-156e {
    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); }
}

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

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

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

.caption-purple-3ac9 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caption-purple-3ac9 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;
}

.caption-purple-3ac9 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);
}

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

.mask_motion_957a {
    font-size: 1.2rem;
}

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

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

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

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

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

.wrapper_west_5c32.large_aa8e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.wrapper_west_5c32.thick_b974::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wrapper_west_5c32.warm_a843::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.wrapper_west_5c32.photo-stone-e768::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.progress_warm_358e {
    font-size: 1.2rem;
}

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

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

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

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

.medium_c125.slow_4bdf { background: linear-gradient(90deg, #00ccff, #0088ff); }
.medium_c125.fn-active-8d47 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.modal-last-ca18 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.search-smooth-d29a {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

.pagination-gold-1e85 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.hard-91b3 { border-top: 3px solid #00ccff; }
.text-smooth-0528 { border-top: 3px solid #00ff88; }
.filter-07b1 { border-top: 3px solid #d4af37; }
.bright-99c7 { border-top: 3px solid #ff6b6b; }
.info_3109 { border-top: 3px solid #8b5cf6; }

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

.notice-blue-5693 {
    overflow-x: auto;
}

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

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

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

.video-west-3cb1 td {
    color: #ccc;
}

.video-west-3cb1 .title_stale_8674 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.video-west-3cb1 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.label-0ecf {
    color: #888;
    font-size: 0.85rem;
}

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

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

.nav-fluid-d1ca {
    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;
}

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

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

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

.hero-687b p {
    color: #888;
    font-size: 0.9rem;
}

.paragraph-fixed-5010 {
    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;
}

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

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

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

.static-baa8 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus_5ac7 {
    font-size: 1.5rem;
}

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

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

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

.element-6cf8 {
    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;
}

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

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

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

.sort-24e8 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.header-bc24 .top-922c {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.active-28ac {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.prev-1c13 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.image-under-49df {
    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;
}

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

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

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

.breadcrumb_d6a6 a {
    color: #ff6b6b;
}

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

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

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

.notice_20e7 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark-dd19.dynamic_e4a7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.active-next-7e5f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.container-1ab5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.element_iron_af50 .item-brown-4ac4 {
    color: #666;
    margin: 0 8px;
}

.element_iron_af50 .caption_52e7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.down_3311 {
    font-size: 2rem;
}

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

.progress-78c5 strong {
    color: #d4af37;
}

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

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

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

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

.hover-north-f751 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.surface_outer_099e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tiny-7d77 strong {
    color: #d4af37;
}

.description_80c0 {
    color: #aaa;
}

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

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

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

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

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

.chip-cool-5d44 {
    max-width: 900px;
    margin: 0 auto;
}

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

.prev-ff89:last-child {
    border-bottom: none;
}

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

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

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

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

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

.hard-8001 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;
}

.hard-8001 li strong {
    color: #00ff88;
}

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

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

.status-wide-2c30 {
    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;
}

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

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

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

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

.description-hot-46ae strong {
    color: #d4af37;
}

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

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

.footer_f4c3 strong {
    color: #00ff88;
}

.footer_f4c3 span {
    color: #d4af37;
}

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

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

.mask-black-c716 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.layout-0f77 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.component-active-9c8e {
    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);
}

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

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

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

.element-hovered-8fd9 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.element-hovered-8fd9 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.detail-complex-828e {
    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;
}

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

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

.hovered_020d strong {
    color: #00ff88;
}

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

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

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

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

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

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

.prev-1c13 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.frame-54a8 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .popup-down-0987 {
        padding: 30px 15px;
    }
    
    .popup-down-0987 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pink_fa2e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .container-87ef {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .frame_bottom_9dca {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .frame_bottom_9dca .border-west-e8e1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .background-left-da03 {
        font-size: 1.3rem;
    }
    
    .backdrop-1c55 {
        font-size: 0.7rem;
    }
    
    .footer-72f7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-72f7 .surface-e7d2 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .outline_up_457b {
        display: none;
    }
    
    .gradient-smooth-6dd2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .paper_64c8 {
        padding: 20px 10px;
    }
    
    .mask-black-c716 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-fresh-e3b5,
    .main_d089 {
        padding: 15px;
    }
    
    .layout-0f77 {
        flex-direction: column;
        gap: 5px;
    }
    
    .component-active-9c8e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dirty-f5bc {
        padding: 30px 10px;
    }
    
    .focus_action_71eb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table_7e29 {
        padding: 20px 15px;
    }
    
    .accordion-static-f93e {
        font-size: 2rem;
    }
    
    .table_7e29 h3 {
        font-size: 1.1rem;
    }
    
    .table_7e29 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .picture-plasma-2528 {
        padding: 20px 5px;
    }
    
    .picture-plasma-2528 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .item_next_2a92 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .video-west-3cb1 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .video-west-3cb1 th,
    .video-west-3cb1 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .feature_pro_0aa2 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .progress-right-df7b {
        padding: 20px 10px;
    }
    
    .wide_be7d h2 {
        font-size: 1.3rem;
    }
    
    .list-9c6f {
        font-size: 0.9rem;
    }
    
    .prev-ff89 h3 {
        font-size: 1.1rem;
    }
    
    .prev-ff89 p {
        font-size: 0.9rem;
    }
    
    .hard-8001 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .gold-33d2 {
        grid-template-columns: 1fr;
    }
    
    .description-hot-46ae {
        font-size: 0.85rem;
    }
    
    .texture-a771 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-wide-2c30 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .status-wide-2c30 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .notification-57ba {
        padding: 30px 10px;
    }
    
    .frame-top-49fb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail_b1dc {
        padding: 15px 10px;
    }
    
    .detail_b1dc h4 {
        font-size: 0.9rem;
    }
    
    .detail_b1dc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .motion-29bf {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .frame-top-49fb {
        grid-template-columns: 1fr;
    }
    
    .detail_b1dc p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .first-e3c2 {
        padding: 30px 10px;
    }
    
    .modal_east_db77 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .motion_3cb6 {
        padding: 15px;
    }
    
    .panel-west-d872 {
        font-size: 0.9rem;
    }
    
    .outline-b762 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outline-b762 .right_d77a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .stale_b847 {
        padding: 30px 10px;
    }
    
    .stale_b847 h2 {
        font-size: 1.2rem;
    }
    
    .bottom-bb6e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text_prev_e39e {
        padding: 15px 10px;
    }
    
    .text_prev_e39e h4 {
        font-size: 0.85rem;
    }
    
    .text_prev_e39e p {
        font-size: 0.75rem;
    }
    
    .pattern-6a67 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .filter-1410 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .filter-8475 {
        padding: 20px 10px;
    }
    
    .highlight_soft_0dba {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .title_a57f,
    .row_focused_68af,
    .breadcrumb_d6a6 {
        width: 100%;
    }
    
    .title_a57f h3 {
        font-size: 1.1rem;
    }
    
    .title_a57f p {
        font-size: 0.8rem;
    }
    
    .image-under-49df {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .gradient_82fc {
        padding: 30px 15px;
    }
    
    .gradient_82fc h2 {
        font-size: 1.3rem;
    }
    
    .gradient_82fc p {
        font-size: 0.85rem;
    }
    
    .gradient-4e3e {
        flex-direction: column;
        gap: 10px;
    }
    
    .gradient-4e3e .surface-e7d2 {
        width: 100%;
    }
    
    .button_3bc9 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .white-bb02 {
        padding: 30px 10px;
    }
    
    .white-bb02 h3 {
        font-size: 1.2rem;
    }
    
    .text-fast-be85 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .overlay-fd70 {
        padding: 15px 10px;
    }
    
    .overlay-fd70 h4 {
        font-size: 0.85rem;
    }
    
    .overlay-fd70 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .paragraph-3c65 {
        padding: 30px 15px;
    }
    
    .wood-873f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .texture-over-9a69 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .video_lite_191c h4 {
        font-size: 0.9rem;
    }
    
    .video_lite_191c a {
        font-size: 0.8rem;
    }
    
    .border-inner-7172 {
        font-size: 0.8rem;
    }
    
    .chip-8121 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .status-7856 {
        padding: 8px 10px;
    }
    
    .alert-bright-beb5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .medium-e3b4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .alert-bright-beb5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .medium-e3b4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ef0f */
.ghost-box-y5 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
