/* Inner Page Styles */

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

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

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

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

.cool-0c63 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.cool-0c63 .form-right-e9e8 {
    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;
}

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

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

.cool-0c63 .form-right-e9e8:hover::before {
    left: 100%;
}

.cool-0c63 .form-right-e9e8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.header-fixed-e047 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.search-liquid-1a3f {
    color: var(--casino-gold-light);
}

.search-liquid-1a3f a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.search-liquid-1a3f a:hover {
    color: var(--casino-gold-light);
}

.search-liquid-1a3f.fn-active-0973 {
    color: var(--casino-gold-light);
}

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

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

.description-wide-0ed2 {
    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);
}

.description-wide-0ed2 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.medium_b108 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 */
.west-5e22 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.west-5e22 li {
    margin-bottom: var(--md-spacing-xs);
}

.west-5e22 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);
}

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

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

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

.dropdown-cool-de8b:hover::before {
    left: 100%;
}

.dropdown-cool-de8b 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;
}

.dropdown-cool-de8b 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;
}

.dropdown-cool-de8b .sidebar-thick-9288 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.dropdown-cool-de8b .sidebar-thick-9288:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.surface_west_5c26 .sidebar-thick-9288 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.surface_west_5c26 .sidebar-thick-9288:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .video-a2b1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .video-a2b1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .video-a2b1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .cool-0c63 {
        justify-content: center;
    }
    
    .header-fixed-e047 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .black-15e5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .over-a18e {
        padding: var(--md-spacing-md) 0;
    }
    
    .description-wide-0ed2 {
        padding: var(--md-spacing-md);
    }
    
    .top-8f74 {
        padding: var(--md-spacing-md) 0;
    }
    
    .medium_b108 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .surface_west_5c26 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .banner_35ea {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .description-wide-0ed2 {
        padding: var(--md-spacing-sm);
    }
    
    .old_de11 {
        padding: var(--md-spacing-md);
    }
    
    .medium_b108 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.old_de11,
.medium_b108,
.surface_west_5c26 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.hot-1cd0::-webkit-scrollbar {
    width: 8px;
}

.hot-1cd0::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.badge_861d {
    font-size: 1.5rem;
}

.dim-7452 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.dirty-3fe7 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-e88d.pro-5b52 .list_simple_8527 {
    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); }
}

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

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

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

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

.cool-2a58 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;
}

.cool-2a58 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);
}

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

.outline-purple-d85c {
    font-size: 1.2rem;
}

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

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

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

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

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

.layout-0076.widget-6161::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.layout-0076.west_13c0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.layout-0076.section-4117::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.layout-0076.active-dcb2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gallery_43b4 {
    font-size: 1.2rem;
}

.active-last-43ef {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.link-iron-cd0b.hard-5c18 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.link-iron-cd0b.fn-active-0973 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.modal-e2ae.iron-9e9d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.complex-0c8a { border-top: 3px solid #00ccff; }
.in_555a { border-top: 3px solid #00ff88; }
.menu_thick_6369 { border-top: 3px solid #d4af37; }
.label-soft-78fd { border-top: 3px solid #ff6b6b; }
.notice-ac10 { border-top: 3px solid #8b5cf6; }

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

.shadow_e694 {
    overflow-x: auto;
}

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

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

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

.surface-under-0dcf td {
    color: #ccc;
}

.surface-under-0dcf .dim_2a81 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.surface-under-0dcf tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-new-33b4 {
    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;
}

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

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

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

.gold-e10d {
    font-size: 2rem;
}

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

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

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

.cold-95d3 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.fresh-0fa7 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.primary_faa3 {
    font-size: 1.5rem;
}

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

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

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

.backdrop-pink-ae22 {
    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;
}

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

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

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

.filter-3af8 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.card_bronze_f5c9 .purple-c3e7 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hero-0eab {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.text-active-a93b {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.text-active-a93b span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.mask_68ba a {
    color: #ff6b6b;
}

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

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

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

.button-white-c119 {
    text-align: center;
}

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

.button-white-c119 .avatar_current_d378 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.column-plasma-8f29 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.dynamic-fb3a.iron-9e9d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.alert-8f24 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.gradient-9160 .icon-down-25b4 {
    color: #666;
    margin: 0 8px;
}

.gradient-9160 .silver_dd34 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.dirty-3697 {
    font-size: 2rem;
}

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

.dynamic-7c86 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.avatar_ec1c strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.info-lite-b0d5 {
    background: #0a0a0a;
    padding: 30px 0;
}

.table-next-c54e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.box_8e56 strong {
    color: #d4af37;
}

.picture_plasma_f58f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gas-5d91 strong {
    color: #d4af37;
}

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

.dropdown-action-f42b {
    color: #888;
    font-size: 0.9rem;
}

.dropdown-action-f42b strong {
    color: #00ff88;
}

.dropdown-action-f42b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.menu-copper-ea60 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-f034 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.aside_b847 strong {
    color: #00ff88;
}

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

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

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

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

.iron-6d78 {
    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;
}

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

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

@media (max-width: 768px) {
    .tag_up_8c9c {
        flex-direction: column;
    }
    
    .iron-6d78 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

.full_5828 .gas-cb7a {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .image_cada {
        padding: 30px 15px;
    }
    
    .image_cada h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .surface-deff {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .chip-6f58 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .steel_6005 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .steel_6005 .liquid_e15c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .menu_top_a9b2 {
        font-size: 1.3rem;
    }
    
    .component_upper_fb82 {
        font-size: 0.7rem;
    }
    
    .mini_671d {
        flex-direction: column;
        gap: 10px;
    }
    
    .mini_671d .sidebar-thick-9288 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .light-bb80 {
        display: none;
    }
    
    .light-fcd0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .liquid_2a25 {
        padding: 20px 10px;
    }
    
    .backdrop-e4af {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .huge_50ad,
    .surface-a035 {
        padding: 15px;
    }
    
    .full_42b5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .menu-copper-ea60 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .lite-07c2 {
        padding: 30px 10px;
    }
    
    .breadcrumb-5c81 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .over_9a5b {
        padding: 20px 15px;
    }
    
    .nav_fixed_fa4b {
        font-size: 2rem;
    }
    
    .over_9a5b h3 {
        font-size: 1.1rem;
    }
    
    .over_9a5b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .video_3e4b {
        padding: 20px 10px;
    }
    
    .border-97cb h2 {
        font-size: 1.3rem;
    }
    
    .panel-a64e {
        font-size: 0.9rem;
    }
    
    .hard_62cd h3 {
        font-size: 1.1rem;
    }
    
    .hard_62cd p {
        font-size: 0.9rem;
    }
    
    .menu_3f11 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pagination_3ac5 {
        grid-template-columns: 1fr;
    }
    
    .gas-5d91 {
        font-size: 0.85rem;
    }
    
    .fluid_1ba7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_active_1d16 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .nav_active_1d16 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .selected_9628 {
        padding: 30px 10px;
    }
    
    .box_f782 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input_8323 {
        padding: 15px 10px;
    }
    
    .input_8323 h4 {
        font-size: 0.9rem;
    }
    
    .input_8323 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .frame-old-8575 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .article_red_e291 {
        padding: 30px 10px;
    }
    
    .short_d2b0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sort_stone_b05a {
        padding: 15px;
    }
    
    .pattern_fff1 {
        font-size: 0.9rem;
    }
    
    .surface-last-1e0d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface-last-1e0d .progress_up_9dce {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .title-first-4075 {
        padding: 30px 10px;
    }
    
    .title-first-4075 h2 {
        font-size: 1.2rem;
    }
    
    .last_3509 {
        gap: 10px;
    }
    
    .focus-soft-1ada summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .focus-soft-1ada p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .carousel-c9e6 {
        padding: 30px 10px;
    }
    
    .carousel-c9e6 h2 {
        font-size: 1.2rem;
    }
    
    .image-basic-2d9f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tiny_8e5f {
        padding: 15px 10px;
    }
    
    .tiny_8e5f h4 {
        font-size: 0.85rem;
    }
    
    .tiny_8e5f p {
        font-size: 0.75rem;
    }
    
    .preview-smooth-d904 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .form_paper_f0bc {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .image-basic-2d9f {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .smooth-e30d {
        padding: 20px 10px;
    }
    
    .bottom_bffd {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .list_4b09,
    .text-active-a93b,
    .mask_68ba {
        width: 100%;
    }
    
    .list_4b09 h3 {
        font-size: 1.1rem;
    }
    
    .list_4b09 p {
        font-size: 0.8rem;
    }
    
    .fluid_42e2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .aside_4696 {
        padding: 30px 15px;
    }
    
    .aside_4696 h2 {
        font-size: 1.3rem;
    }
    
    .aside_4696 p {
        font-size: 0.85rem;
    }
    
    .secondary_2400 {
        flex-direction: column;
        gap: 10px;
    }
    
    .secondary_2400 .sidebar-thick-9288 {
        width: 100%;
    }
    
    .hot-b614 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .out_3801 {
        padding: 30px 10px;
    }
    
    .out_3801 h3 {
        font-size: 1.2rem;
    }
    
    .component-inner-c7f0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface_west_5c26 {
        padding: 15px 10px;
    }
    
    .surface_west_5c26 h4 {
        font-size: 0.85rem;
    }
    
    .surface_west_5c26 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .backdrop_dynamic_0c9d {
        padding: 30px 15px;
    }
    
    .notice_pink_bb40 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hover_71c6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .label-3821 h4 {
        font-size: 0.9rem;
    }
    
    .label-3821 a {
        font-size: 0.8rem;
    }
    
    .selected_94a1 {
        font-size: 0.8rem;
    }
    
    .white_e813 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .lower-2166 {
        padding: 8px 10px;
    }
    
    .current_f90a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .banner-outer-b845 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .current_f90a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .banner-outer-b845 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3eaf */
.promo-block-o1 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
