/* Inner Page Styles */

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

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

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

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

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

.frame_7b33 .static-40b2 {
    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;
}

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

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

.frame_7b33 .static-40b2:hover::before {
    left: 100%;
}

.frame_7b33 .static-40b2:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.wrapper-brown-3514 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.red_616f.fn-active-ea40 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status-73e8 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.pressed_510a .caption_c63e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.active-2c22 {
    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);
}

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

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

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

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

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

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

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

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

.text_active_63a0 .caption_c63e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .backdrop_first_eb00 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .backdrop_first_eb00 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .backdrop_first_eb00 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .frame_7b33 {
        justify-content: center;
    }
    
    .wrapper-brown-3514 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dirty-46be {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .up-9955 {
        padding: var(--md-spacing-md) 0;
    }
    
    .mini_f34a {
        padding: var(--md-spacing-md);
    }
    
    .black_1390 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pagination_south_5e06 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .text_active_63a0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .south_3afe {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .mini_f34a {
        padding: var(--md-spacing-sm);
    }
    
    .hot_56bf {
        padding: var(--md-spacing-md);
    }
    
    .pagination_south_5e06 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hot_56bf,
.pagination_south_5e06,
.text_active_63a0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.lite_958f {
    font-size: 1.5rem;
}

.backdrop-fluid-6353 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.narrow_07c4 strong {
    color: #00ff88;
}

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

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

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

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

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

.gradient-61fa::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;
}

.cool-48dc {
    text-align: center;
    margin-bottom: 30px;
}

.disabled-red-4b4f {
    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;
}

.disabled-red-4b4f.outline-3791 .container_12a3 {
    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); }
}

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

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

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

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

.current-e051 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;
}

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

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

.gradient-hot-98c4 {
    font-size: 1.2rem;
}

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

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

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

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

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

.popup_cold_13e6.secondary_old_9899::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.popup_cold_13e6.red_16a7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup_cold_13e6.iron_8765::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.popup_cold_13e6.soft-4919::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.bright-2beb {
    font-size: 1.2rem;
}

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

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

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

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

.tiny_7c0a.progress-6397 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tiny_7c0a.fn-active-ea40 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.top-1ef3 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.slider-1f0c {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.button-soft-06db {
    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;
}

.button-soft-06db:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.button-soft-06db.text_hard_957a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.yellow-f482 { border-top: 3px solid #00ccff; }
.video-active-8944 { border-top: 3px solid #00ff88; }
.gallery_solid_4bac { border-top: 3px solid #d4af37; }
.slow-dc54 { border-top: 3px solid #ff6b6b; }
.hover-d744 { border-top: 3px solid #8b5cf6; }

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

.short-a7a7 {
    overflow-x: auto;
}

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

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

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

.lite_0a88 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.pro-64d2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.notification-38e2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fluid-2b1f {
    font-size: 2rem;
}

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

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

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

.gradient-clean-313c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .gradient-clean-313c::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.complex-9324 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .hidden-soft-310e {
        grid-template-columns: 1fr;
    }
}

.inner-1de7 {
    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;
}

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

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

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

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

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

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

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

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

.caption-plasma-7038 .backdrop_3610 {
    margin-bottom: 10px;
}

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

.caption-plasma-7038 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.info-gold-0f37 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.panel-selected-a8c3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fluid-543f {
    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;
}

.panel-selected-a8c3 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.info_top_ff60 a {
    color: #ff6b6b;
}

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

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

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

.accent_gold_4380 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.link-in-b112 {
    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;
}

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

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

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

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

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

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

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

.widget-white-3fb0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .widget-white-3fb0 {
        flex-direction: column;
    }
    .over-4063 {
        transform: rotate(90deg);
    }
}

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

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

.article-right-65d1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .article-right-65d1 {
        grid-template-columns: 1fr;
    }
}

.sidebar-silver-a628 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.stone_4b62 .secondary-84ca {
    color: #666;
    margin: 0 8px;
}

.stone_4b62 .red-f8bd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.list-3aee strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.red-d354 {
    font-size: 2rem;
}

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

.nav-clean-db7f strong {
    color: #d4af37;
}

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

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

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

.status_prev_1eed h3,
.green-514b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.pagination-brown-1cb9 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.slider-black-3058 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.caption-iron-45cd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.popup_3144 strong {
    color: #00ff88;
}

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

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

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

.backdrop-5ed0 h3,
.hover-c733 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.medium-30f4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.summary_163d strong {
    color: #d4af37;
}

.in_c7ec {
    color: #aaa;
}

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

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

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

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

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

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

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

.aside-current-ed9f:last-child {
    border-bottom: none;
}

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

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

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

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

.notification-silver-14c8 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.notification-silver-14c8 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;
}

.notification-silver-14c8 li strong {
    color: #00ff88;
}

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

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

.popup-motion-6efd {
    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;
}

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

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

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

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

.prev-28d9 strong {
    color: #d4af37;
}

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

.paper-73f9 {
    color: #888;
    font-size: 0.9rem;
}

.paper-73f9 strong {
    color: #00ff88;
}

.paper-73f9 span {
    color: #d4af37;
}

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

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

.section-large-a7c5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.popup-hard-21d2 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

.hero-liquid-f69a {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.table-3c6a {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.table-3c6a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-focused-04f4 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.detail-focused-04f4 strong {
    color: #00ff88;
}

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

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

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

.old-0f44 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.tag-left-2f57 {
    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;
}

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

@media (max-width: 768px) {
    .old-0f44 {
        flex-direction: column;
    }
    
    .lite-d350 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .article_hovered_4aa8 {
        padding: 30px 15px;
    }
    
    .article_hovered_4aa8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .liquid_3392 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .action-bbec {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gallery-mini-e4c2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gallery-mini-e4c2 .prev-c0da {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .background_full_3c3e {
        font-size: 1.3rem;
    }
    
    .fixed-40d3 {
        font-size: 0.7rem;
    }
    
    .focused_96e7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .focused_96e7 .caption_c63e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .input_1665 {
        display: none;
    }
    
    .block-lower-be4e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tabs-hovered-65d6 {
        padding: 20px 10px;
    }
    
    .section-large-a7c5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination-wood-1483,
    .row_out_e246 {
        padding: 15px;
    }
    
    .hero-liquid-f69a {
        flex-direction: column;
        gap: 5px;
    }
    
    .warm_3052 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .primary_up_6f11 {
        padding: 30px 10px;
    }
    
    .motion_521e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message-3a8a {
        padding: 20px 15px;
    }
    
    .liquid_a72a {
        font-size: 2rem;
    }
    
    .message-3a8a h3 {
        font-size: 1.1rem;
    }
    
    .message-3a8a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .module-1fb8 {
        padding: 20px 10px;
    }
    
    .primary-bef6 h2 {
        font-size: 1.3rem;
    }
    
    .hover_plasma_c1e7 {
        font-size: 0.9rem;
    }
    
    .aside-current-ed9f h3 {
        font-size: 1.1rem;
    }
    
    .aside-current-ed9f p {
        font-size: 0.9rem;
    }
    
    .notification-silver-14c8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tag-da4b {
        grid-template-columns: 1fr;
    }
    
    .prev-28d9 {
        font-size: 0.85rem;
    }
    
    .menu_b82b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup-motion-6efd {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .popup-motion-6efd strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .aside_4e68 {
        padding: 30px 10px;
    }
    
    .texture-in-e4a2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border_9561 {
        padding: 15px 10px;
    }
    
    .border_9561 h4 {
        font-size: 0.9rem;
    }
    
    .border_9561 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .banner-full-16e3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .texture-in-e4a2 {
        grid-template-columns: 1fr;
    }
    
    .border_9561 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .column-7c69 {
        padding: 30px 10px;
    }
    
    .info-hot-a47c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fast-1c99 {
        padding: 15px;
    }
    
    .component-373c {
        font-size: 0.9rem;
    }
    
    .lower-e0d9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .lower-e0d9 .item-50fa {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .list-top-15fe {
        padding: 30px 10px;
    }
    
    .list-top-15fe h2 {
        font-size: 1.2rem;
    }
    
    .north_f642 {
        gap: 10px;
    }
    
    .wide-99ad summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .wide-99ad p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .black-3420 {
        padding: 30px 10px;
    }
    
    .black-3420 h2 {
        font-size: 1.2rem;
    }
    
    .box-smooth-4d5b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .liquid_2d0b {
        padding: 15px 10px;
    }
    
    .liquid_2d0b h4 {
        font-size: 0.85rem;
    }
    
    .liquid_2d0b p {
        font-size: 0.75rem;
    }
    
    .menu-plasma-764a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .module-copper-a154 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .article_54ce {
        padding: 20px 10px;
    }
    
    .summary_a411 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .panel-93c3,
    .panel-selected-a8c3,
    .info_top_ff60 {
        width: 100%;
    }
    
    .panel-93c3 h3 {
        font-size: 1.1rem;
    }
    
    .panel-93c3 p {
        font-size: 0.8rem;
    }
    
    .fluid-543f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tag_focused_7c46 {
        padding: 30px 15px;
    }
    
    .tag_focused_7c46 h2 {
        font-size: 1.3rem;
    }
    
    .tag_focused_7c46 p {
        font-size: 0.85rem;
    }
    
    .down-875e {
        flex-direction: column;
        gap: 10px;
    }
    
    .down-875e .caption_c63e {
        width: 100%;
    }
    
    .dropdown-dark-74cf {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .texture-6163 {
        padding: 30px 15px;
    }
    
    .down_a41a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .primary-8168 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .dirty_5b2f h4 {
        font-size: 0.9rem;
    }
    
    .dirty_5b2f a {
        font-size: 0.8rem;
    }
    
    .tabs_first_c6de {
        font-size: 0.8rem;
    }
    
    .fluid_4798 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .label_e8de {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .footer-wide-4298 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ef02 */
.ghost-box-g6 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.0;
}
