/* Inner Page Styles */

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

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

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

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

.notification-over-a5e4 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.notification-over-a5e4 .description_static_f25c {
    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;
}

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

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

.notification-over-a5e4 .description_static_f25c:hover::before {
    left: 100%;
}

.notification-over-a5e4 .description_static_f25c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight_down_976e.fn-active-28fc {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-medium-f109 {
    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%;
}

.notification-medium-f109 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 */
.brown-2d4a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brown-2d4a li {
    margin-bottom: var(--md-spacing-xs);
}

.brown-2d4a 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);
}

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

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

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

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

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

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

.small_dcbe .surface-up-4009 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.small_dcbe .surface-up-4009:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.header-11d9 {
    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);
}

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

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

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

.header-11d9 .surface-up-4009 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.header-11d9 .surface-up-4009:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .media_action_b40c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .media_action_b40c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .media_action_b40c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .notification-over-a5e4 {
        justify-content: center;
    }
    
    .notification_dc69 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .bright-5052 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .overlay_e0bb {
        padding: var(--md-spacing-md) 0;
    }
    
    .tag_brown_519a {
        padding: var(--md-spacing-md);
    }
    
    .yellow_37ba {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification-medium-f109 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .header-11d9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .video_full_7b8e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tag_brown_519a {
        padding: var(--md-spacing-sm);
    }
    
    .pressed_f529 {
        padding: var(--md-spacing-md);
    }
    
    .notification-medium-f109 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pressed_f529,
.notification-medium-f109,
.header-11d9 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.button-hard-0f90::-webkit-scrollbar {
    width: 8px;
}

.button-hard-0f90::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.button-hard-0f90::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.button-hard-0f90::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.module_wide_e7c9 {
    font-size: 1.5rem;
}

.tertiary-0408 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .paragraph-024a {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .notification-middle-eed0 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.rough-ec2c {
    padding: 30px 0;
}

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

.link-8f6a {
    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;
}

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

.link-8f6a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.link-8f6a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.smooth_2906 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.card-down-1242 {
    text-align: center;
    margin-bottom: 30px;
}

.highlight-solid-2c25 {
    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;
}

.highlight-solid-2c25.background-08cf .panel-tiny-304b {
    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); }
}

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

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

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

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

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

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

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

.article-affa {
    font-size: 1.2rem;
}

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

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

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

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

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

.dirty_12ef.border-b3cb::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.dirty_12ef.shadow-clean-8c79::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dirty_12ef.paragraph_outer_c502::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.dirty_12ef.focus_e29f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hard_39f9 {
    font-size: 1.2rem;
}

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

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

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

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

.bright_3f0a.label_lite_6c22 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bright_3f0a.fn-active-28fc { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.narrow-66d7 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.dropdown-stale-74c8 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.tall_e778 { border-top: 3px solid #00ccff; }
.slow_154a { border-top: 3px solid #00ff88; }
.feature_hard_d305 { border-top: 3px solid #d4af37; }
.main-08de { border-top: 3px solid #ff6b6b; }
.shade_12cb { border-top: 3px solid #8b5cf6; }

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

.action-5311 {
    overflow-x: auto;
}

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

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

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

.row-a2bc td {
    color: #ccc;
}

.row-a2bc .warm_9f62 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.last-9ce7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.top-7e8b {
    color: #888;
    font-size: 0.85rem;
}

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

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

.avatar-dirty-99ba {
    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;
}

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

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

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

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

.paragraph-new-8b68 {
    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;
}

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

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

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

.down_d1bb {
    font-size: 2rem;
}

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

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

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

.caption-easy-0484 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.filter-pro-4ed8 {
    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;
}

.filter-pro-4ed8::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);
}

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

.filter-pro-4ed8 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.filter-pro-4ed8 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.block_a146 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-4c8b .column_293b {
    margin-bottom: 10px;
}

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

.plasma-4c8b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.avatar-4ee7 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active_b712 a {
    color: #ff6b6b;
}

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

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

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

.texture-2159 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-614f {
    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;
}

.active-614f.sort_f0bc {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .layout_bright_99ea {
        flex-direction: column;
    }
    .text-under-ffe2 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.modal_black_e5b3 .plasma_637e {
    color: #666;
    margin: 0 8px;
}

.modal_black_e5b3 .feature-solid-1965 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.advanced_ee8e {
    font-size: 2rem;
}

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

.active_1a6b strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.media-bright-dc9a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.paragraph_under_a831 strong {
    color: #00ff88;
}

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

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

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

.sort-760e h3,
.video_d066 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.footer-action-4c37 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.wrapper-8cc3 strong {
    color: #d4af37;
}

.tag_2393 {
    color: #aaa;
}

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

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

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

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

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

.frame-pro-b140 {
    max-width: 900px;
    margin: 0 auto;
}

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

.progress-warm-7978:last-child {
    border-bottom: none;
}

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

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

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

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

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

.rough-dc1d 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;
}

.rough-dc1d li strong {
    color: #00ff88;
}

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

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

.paragraph-182e {
    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;
}

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

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

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

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

.footer_000f strong {
    color: #d4af37;
}

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

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

.chip-dfa8 strong {
    color: #00ff88;
}

.chip-dfa8 span {
    color: #d4af37;
}

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

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

.shadow-30a6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.blue_5cbc {
    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-e9e7 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

.carousel-40a2 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-2af7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.container-8d73 {
    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;
}

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

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

.tooltip-fresh-b334 .title-selected-1810 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .progress-239f {
        padding: 30px 15px;
    }
    
    .progress-239f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .progress-737c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .heading_878b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .footer_8a9b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .footer_8a9b .list-478d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .row-north-e91d {
        font-size: 1.3rem;
    }
    
    .soft-f4ad {
        font-size: 0.7rem;
    }
    
    .image-898d {
        flex-direction: column;
        gap: 10px;
    }
    
    .image-898d .surface-up-4009 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .preview_solid_3962 {
        display: none;
    }
    
    .fresh-2148 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tooltip-center-a36e {
        padding: 20px 10px;
    }
    
    .shadow-30a6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs_9962,
    .description_148f {
        padding: 15px;
    }
    
    .filter_df91 {
        flex-direction: column;
        gap: 5px;
    }
    
    .carousel-40a2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .heading_warm_be60 {
        padding: 30px 10px;
    }
    
    .fluid_3035 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tooltip_5014 {
        padding: 20px 15px;
    }
    
    .focused-b132 {
        font-size: 2rem;
    }
    
    .tooltip_5014 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_5014 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .left-0853 {
        padding: 20px 5px;
    }
    
    .left-0853 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .focus-tall-e1d2 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .row-a2bc {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .row-a2bc th,
    .row-a2bc td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .disabled-purple-257f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .blue_b2e1 {
        padding: 20px 10px;
    }
    
    .search_57a0 h2 {
        font-size: 1.3rem;
    }
    
    .top_fe76 {
        font-size: 0.9rem;
    }
    
    .progress-warm-7978 h3 {
        font-size: 1.1rem;
    }
    
    .progress-warm-7978 p {
        font-size: 0.9rem;
    }
    
    .rough-dc1d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active-72be {
        grid-template-columns: 1fr;
    }
    
    .footer_000f {
        font-size: 0.85rem;
    }
    
    .simple-ca6a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-182e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paragraph-182e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .list-bright-88d6 {
        padding: 30px 10px;
    }
    
    .fresh_2f2d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lower-8dad {
        padding: 15px 10px;
    }
    
    .lower-8dad h4 {
        font-size: 0.9rem;
    }
    
    .lower-8dad p {
        font-size: 0.75rem;
        display: none;
    }
    
    .chip-last-4f19 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .fresh_2f2d {
        grid-template-columns: 1fr;
    }
    
    .lower-8dad p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .thumbnail-7209 {
        padding: 30px 10px;
    }
    
    .image_7f3a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dim-3fe2 {
        padding: 15px;
    }
    
    .card_lite_24ee {
        font-size: 0.9rem;
    }
    
    .secondary_out_5bd9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .secondary_out_5bd9 .logo-af02 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .link-eb1c {
        padding: 30px 10px;
    }
    
    .link-eb1c h2 {
        font-size: 1.2rem;
    }
    
    .steel_96ab {
        gap: 10px;
    }
    
    .easy-066d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .easy-066d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .pattern-focused-d10e {
        padding: 30px 10px;
    }
    
    .pattern-focused-d10e h2 {
        font-size: 1.2rem;
    }
    
    .old-4cd7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo-8e32 {
        padding: 15px 10px;
    }
    
    .photo-8e32 h4 {
        font-size: 0.85rem;
    }
    
    .photo-8e32 p {
        font-size: 0.75rem;
    }
    
    .sort-c012 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .center-2032 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pink_019a {
        padding: 20px 10px;
    }
    
    .block-hard-6ee0 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tertiary_warm_28fe,
    .form_gold_46dc,
    .active_b712 {
        width: 100%;
    }
    
    .tertiary_warm_28fe h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_warm_28fe p {
        font-size: 0.8rem;
    }
    
    .gallery-d045 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .article-16b6 {
        padding: 30px 15px;
    }
    
    .article-16b6 h2 {
        font-size: 1.3rem;
    }
    
    .article-16b6 p {
        font-size: 0.85rem;
    }
    
    .block_thick_a219 {
        flex-direction: column;
        gap: 10px;
    }
    
    .block_thick_a219 .surface-up-4009 {
        width: 100%;
    }
    
    .video-huge-0de2 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .mask_dde4 {
        padding: 30px 10px;
    }
    
    .mask_dde4 h3 {
        font-size: 1.2rem;
    }
    
    .active_c4d4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header-11d9 {
        padding: 15px 10px;
    }
    
    .header-11d9 h4 {
        font-size: 0.85rem;
    }
    
    .header-11d9 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .block-6171 {
        padding: 30px 15px;
    }
    
    .dropdown_7fe8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .liquid_26f9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .detail_blue_05bb h4 {
        font-size: 0.9rem;
    }
    
    .detail_blue_05bb a {
        font-size: 0.8rem;
    }
    
    .tag_d283 {
        font-size: 0.8rem;
    }
    
    .backdrop-3211 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .caption_b174 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .link_6dad {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 53c4 */
.shadow-element-z4 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.0;
}
