/* Inner Page Styles */

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

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

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

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

.paragraph-narrow-f7c0 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.paragraph-narrow-f7c0 .pattern_wide_a812 {
    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;
}

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

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

.paragraph-narrow-f7c0 .pattern_wide_a812:hover::before {
    left: 100%;
}

.paragraph-narrow-f7c0 .pattern_wide_a812:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.module-first-2676 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.detail-focused-a858 {
    color: var(--casino-gold-light);
}

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

.detail-focused-a858 a:hover {
    color: var(--casino-gold-light);
}

.detail-focused-a858.fn-active-2626 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.alert-liquid-3f4d {
    padding: var(--md-spacing-lg) 0;
}

.description_68c2 {
    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_68c2 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_68c2 p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

.surface_glass_8ab9 li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

/* Promo Cards */
.article-current-42a1 {
    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;
}

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

.article-current-42a1:hover::before {
    left: 100%;
}

.article-current-42a1 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;
}

.article-current-42a1 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;
}

.article-current-42a1 .dynamic_d65d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.article-current-42a1 .dynamic_d65d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.disabled-c614 {
    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-c614:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.heading-8a95 {
    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);
}

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

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

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

.heading-8a95 .dynamic_d65d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.heading-8a95 .dynamic_d65d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tertiary_fluid_8a17 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tertiary_fluid_8a17 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tertiary_fluid_8a17 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .paragraph-narrow-f7c0 {
        justify-content: center;
    }
    
    .module-first-2676 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .shadow_673e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .alert-liquid-3f4d {
        padding: var(--md-spacing-md) 0;
    }
    
    .description_68c2 {
        padding: var(--md-spacing-md);
    }
    
    .thick-9734 {
        padding: var(--md-spacing-md) 0;
    }
    
    .background_afd1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .heading-8a95 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .text-hot-6fe7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .description_68c2 {
        padding: var(--md-spacing-sm);
    }
    
    .status_prev_83cf {
        padding: var(--md-spacing-md);
    }
    
    .background_afd1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.status_prev_83cf,
.background_afd1,
.heading-8a95 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.label-pro-1b14 {
    font-size: 1.5rem;
}

.green_e2d9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pressed-e06f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.middle-db50.top_ea78 .texture_center_a785 {
    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); }
}

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

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

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

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

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

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

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

.south_6209 {
    font-size: 1.2rem;
}

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

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

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

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

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

.notice_red_b9c0.selected-d4d6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.notice_red_b9c0.nav_6317::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notice_red_b9c0.steel_2cce::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.notice_red_b9c0.component-plasma-bb25::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.white_4dd0 {
    font-size: 1.2rem;
}

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

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

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

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

.title-first-4d5c.dynamic-3db3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title-first-4d5c.fn-active-2626 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy_8bc8 { border-top: 3px solid #00ccff; }
.current_fb48 { border-top: 3px solid #00ff88; }
.texture-white-90fb { border-top: 3px solid #d4af37; }
.static_590e { border-top: 3px solid #ff6b6b; }
.up-8c93 { border-top: 3px solid #8b5cf6; }

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

.content_57e7 {
    overflow-x: auto;
}

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

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

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

.accent_bottom_323e td {
    color: #ccc;
}

.accent_bottom_323e .inner-b1f1 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.accent_bottom_323e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.description-old-38e6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.plasma-24e9 {
    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;
}

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

.outer-4d87 {
    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;
}

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

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

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

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

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

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

.border_easy_0be9 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.gallery-black-46fd {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.modal-118e {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.card-solid-c340 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.background-blue-08fc strong {
    color: #fff;
    display: block;
}

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

.notification-clean-54d5 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.notification-clean-54d5 .motion-2316 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.sidebar_steel_b3f9 .description-8bdb {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.text-light-4373 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.main-19d1 {
    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;
}

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

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

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

.right-b525 a {
    color: #ff6b6b;
}

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

.plasma-5c14 {
    max-width: 800px;
    margin: 0 auto;
}

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

.search_1e20 {
    text-align: center;
}

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

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

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

.plasma-5c14 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.element-0e24 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.list-lower-0263 {
    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;
}

.list-lower-0263.accordion_4e92 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.slider-complex-e7b1 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.tertiary-650e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.item-0581 .glass_400e {
    color: #666;
    margin: 0 8px;
}

.item-0581 .south_2743 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.texture_medium_8631 {
    font-size: 2rem;
}

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

.badge_hard_11d1 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.accordion_medium_58a4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.current_6588 strong {
    color: #d4af37;
}

.tall-9d40 {
    color: #aaa;
}

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

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

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

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

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

.column-dirty-ca92 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-7f10 strong {
    color: #d4af37;
}

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

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

.active-cd80 strong {
    color: #00ff88;
}

.active-cd80 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.feature-outer-3c65 {
    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);
}

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

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

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

.disabled-pressed-8838 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.disabled-pressed-8838 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue-9f0c {
    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;
}

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

.thumbnail_short_5da5 strong {
    color: #00ff88;
}

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

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

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

.slider-up-975e {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.tabs-8af7 {
    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;
}

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

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

@media (max-width: 768px) {
    .slider-up-975e {
        flex-direction: column;
    }
    
    .tabs-8af7 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.column-tiny-6e2b {
    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;
}

.column-tiny-6e2b: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) {
    .column-tiny-6e2b {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .column-tiny-6e2b {
        width: 120px;
        height: 120px;
    }
}

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

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

.rough-c2e5 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .feature-advanced-19da {
        padding: 30px 15px;
    }
    
    .feature-advanced-19da h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .sidebar_6f30 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dirty_2456 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .section_full_dfb9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .section_full_dfb9 .menu-e2ef {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .disabled-top-d510 {
        font-size: 1.3rem;
    }
    
    .notification-f524 {
        font-size: 0.7rem;
    }
    
    .sidebar_a1e8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sidebar_a1e8 .dynamic_d65d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .footer_light_f579 {
        display: none;
    }
    
    .north_2bb3 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hover_pressed_cfaa {
        padding: 20px 10px;
    }
    
    .focused_a713 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .prev_5325,
    .paragraph-f953 {
        padding: 15px;
    }
    
    .primary_a367 {
        flex-direction: column;
        gap: 5px;
    }
    
    .feature-outer-3c65 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .card-c7b3 {
        padding: 30px 10px;
    }
    
    .grid_de86 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .outer-e5f2 {
        padding: 20px 15px;
    }
    
    .gradient_dfdc {
        font-size: 2rem;
    }
    
    .outer-e5f2 h3 {
        font-size: 1.1rem;
    }
    
    .outer-e5f2 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .status-brown-0bcb {
        padding: 20px 5px;
    }
    
    .status-brown-0bcb h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .sidebar-pink-e89d {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .accent_bottom_323e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .accent_bottom_323e th,
    .accent_bottom_323e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .fluid_d02a {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .banner-tall-5329 {
        padding: 20px 10px;
    }
    
    .wrapper-pro-4a26 h2 {
        font-size: 1.3rem;
    }
    
    .gold-9f83 {
        font-size: 0.9rem;
    }
    
    .paper_3c00 h3 {
        font-size: 1.1rem;
    }
    
    .paper_3c00 p {
        font-size: 0.9rem;
    }
    
    .notice_in_3051 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .medium_c3b0 {
        grid-template-columns: 1fr;
    }
    
    .column-7f10 {
        font-size: 0.85rem;
    }
    
    .secondary_last_749f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fresh_01cf {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fresh_01cf strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .description_a1e3 {
        padding: 30px 10px;
    }
    
    .shadow_dim_bf33 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature_f8b6 {
        padding: 15px;
    }
    
    .alert-b7d6 {
        font-size: 0.9rem;
    }
    
    .hero_bronze_273b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero_bronze_273b .sidebar-red-5e98 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .under-275f {
        padding: 30px 10px;
    }
    
    .under-275f h2 {
        font-size: 1.2rem;
    }
    
    .module-1f25 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section-new-5a87 {
        padding: 15px 10px;
    }
    
    .section-new-5a87 h4 {
        font-size: 0.85rem;
    }
    
    .section-new-5a87 p {
        font-size: 0.75rem;
    }
    
    .dropdown_2f46 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .row_next_4fd9 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pressed_96f3 {
        padding: 20px 10px;
    }
    
    .hard-d1d6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tiny_a1d8,
    .picture_complex_cd69,
    .right-b525 {
        width: 100%;
    }
    
    .tiny_a1d8 h3 {
        font-size: 1.1rem;
    }
    
    .tiny_a1d8 p {
        font-size: 0.8rem;
    }
    
    .main-19d1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .huge-cbae {
        padding: 30px 15px;
    }
    
    .huge-cbae h2 {
        font-size: 1.3rem;
    }
    
    .huge-cbae p {
        font-size: 0.85rem;
    }
    
    .notice_north_410d {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice_north_410d .dynamic_d65d {
        width: 100%;
    }
    
    .surface-3123 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .west_4882 {
        padding: 30px 10px;
    }
    
    .west_4882 h3 {
        font-size: 1.2rem;
    }
    
    .highlight-motion-498a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading-8a95 {
        padding: 15px 10px;
    }
    
    .heading-8a95 h4 {
        font-size: 0.85rem;
    }
    
    .heading-8a95 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .highlight-motion-498a {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .huge_9d93 {
        padding: 30px 15px;
    }
    
    .gallery-short-d197 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .notification_middle_074a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .card-pink-ce70 h4 {
        font-size: 0.9rem;
    }
    
    .card-pink-ce70 a {
        font-size: 0.8rem;
    }
    
    .background_9bfc {
        font-size: 0.8rem;
    }
    
    .focus_6747 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hover_upper_f7f5 {
        padding: 8px 10px;
    }
    
    .box_top_3cf4 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .pagination_c171 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .box_top_3cf4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pagination_c171 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7d46 */
.phantom-card-e1 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
