/* Inner Page Styles */

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

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

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

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

.component-smooth-cabb {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.component-smooth-cabb .tiny-72fe {
    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;
}

.component-smooth-cabb .tiny-72fe::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.component-smooth-cabb .tiny-72fe:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.component-smooth-cabb .tiny-72fe:hover::before {
    left: 100%;
}

.component-smooth-cabb .tiny-72fe:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.surface-wood-25ab {
    margin-bottom: var(--md-spacing-lg);
}

.wrapper_5e37 {
    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_5e37:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

.in_258e.fn-active-9b85 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.background-stone-183f {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

/* Feature Lists */
.link-down-c65d {
    list-style: none;
    padding: 0;
    margin: var(--md-spacing-md) 0;
}

.link-down-c65d li {
    color: var(--casino-gold-light);
    padding: var(--md-spacing-xs) 0;
    padding-left: var(--md-spacing-md);
    position: relative;
}

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

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

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

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

.surface-new-6a4a {
    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%;
}

.surface-new-6a4a 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 */
.row_static_385f {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.nav_pressed_cfb3 .glass-d7b5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.alert-short-5d49 {
    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);
}

.alert-short-5d49:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.picture_left_3273 .glass-d7b5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo_left_0aea {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .logo_left_0aea h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .logo_left_0aea h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .component-smooth-cabb {
        justify-content: center;
    }
    
    .wrapper_5e37 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .status_5286 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .background-stone-183f {
        padding: var(--md-spacing-md) 0;
    }
    
    .advanced_74cd {
        padding: var(--md-spacing-md);
    }
    
    .dark_d380 {
        padding: var(--md-spacing-md) 0;
    }
    
    .surface-new-6a4a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .picture_left_3273 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hard_54de {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .advanced_74cd {
        padding: var(--md-spacing-sm);
    }
    
    .full_ec42 {
        padding: var(--md-spacing-md);
    }
    
    .surface-new-6a4a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.full_ec42,
.surface-new-6a4a,
.picture_left_3273 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.message-a7c2 {
    font-size: 1.5rem;
}

.row_3413 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .hover-tiny-0f67 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.gas_4005 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.active_next_5c52.widget-a4fe .nav_6596 {
    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); }
}

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

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

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

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

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

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

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

.large-7f6e {
    font-size: 1.2rem;
}

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

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

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

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

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

.notification_rough_fdf7.text-basic-0664::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.notification_rough_fdf7.shadow_1cc9::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notification_rough_fdf7.module-3617::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.notification_rough_fdf7.column_0440::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dynamic-d986 {
    font-size: 1.2rem;
}

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

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

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

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

.column_current_3860.thick-b9f0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.column_current_3860.fn-active-9b85 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.carousel-north-5ef7 {
    background: #0a0a0a;
    padding: 60px 0;
}

.right-8c47 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.sidebar-23d3 {
    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;
}

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

.sidebar-23d3.background-yellow-788b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.new-310e {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.text-fresh-0b7f {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.banner_bronze_383d { border-top: 3px solid #00ccff; }
.summary_focused_9ada { border-top: 3px solid #00ff88; }
.short-7bd1 { border-top: 3px solid #d4af37; }
.highlight-f90e { border-top: 3px solid #ff6b6b; }
.right_ad3f { border-top: 3px solid #8b5cf6; }

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

.shadow-lower-2b1f {
    overflow-x: auto;
}

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

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

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

.panel_e67a td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.panel-clean-9f85 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.accent-prev-2f7c {
    color: #888;
    font-size: 0.85rem;
}

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

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

.dropdown-2b31 {
    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;
}

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

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

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

.huge-24a6 p {
    color: #888;
    font-size: 0.9rem;
}

.steel-2b4a {
    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;
}

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

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

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

.shade-69cd {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-23c3 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.selected-2add {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.large_3c73 .gradient-a6ce {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.surface-soft-a462 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-center-0b87 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.preview-91fc {
    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;
}

.tertiary-center-0b87 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.carousel_afa8 a {
    color: #ff6b6b;
}

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

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

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

.sort-dfd1 {
    text-align: center;
}

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

.sort-dfd1 .heading-4eba {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.gradient-ba50 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.component-c24b.background-yellow-788b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.icon-tiny-32eb {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .row-6ad8 {
        flex-direction: column;
    }
    .paper-7807 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.table-hard-a4f0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bottom_5348 .heading_09bc {
    color: #666;
    margin: 0 8px;
}

.bottom_5348 .popup_wood_40e7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.list-south-a25f {
    font-size: 2rem;
}

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

.simple-f2d5 strong {
    color: #d4af37;
}

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

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

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

.carousel-glass-8268 h3,
.article-purple-5bab h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.media-silver-94b3 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.mini-8c42 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.filter-focused-f125 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

.new-7f64 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.caption_tiny_50ba strong {
    color: #d4af37;
}

.message-5917 {
    color: #aaa;
}

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

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

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

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

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

.caption-prev-aecd {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.focused-b2e8 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;
}

.focused-b2e8 li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .pattern-pro-4d2c {
        grid-template-columns: 1fr;
    }
}

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

.inner-5cb0 strong {
    color: #d4af37;
}

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

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

.over_5c9e strong {
    color: #00ff88;
}

.over_5c9e span {
    color: #d4af37;
}

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

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

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

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

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

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

.info-dim-27f1 {
    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;
}

.focus-copper-82a1 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.description-gold-7021 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.description-gold-7021 li {
    margin-bottom: 5px;
}

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

.description-gold-7021 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.overlay_a8cf strong {
    color: #00ff88;
}

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

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

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

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

.purple-65b2 {
    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;
}

.row-hard-f9ee {
    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;
}

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

@media (max-width: 768px) {
    .solid_acf9 {
        flex-direction: column;
    }
    
    .purple-65b2 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.upper-051c {
    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;
}

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

@media (max-width: 480px) {
    .upper-051c {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .text_east_2c27 {
        padding: 30px 15px;
    }
    
    .text_east_2c27 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .notice_5c1f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .content_1cf0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .bright-81d3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .bright-81d3 .hard_4854 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .menu_plasma_db0c {
        font-size: 1.3rem;
    }
    
    .accordion_2ec1 {
        font-size: 0.7rem;
    }
    
    .pro_8437 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pro_8437 .glass-d7b5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .accent_581c {
        display: none;
    }
    
    .header_pink_fe73 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .carousel_99ed {
        padding: 20px 10px;
    }
    
    .feature-ec69 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bright-51b7,
    .heading-ccf5 {
        padding: 15px;
    }
    
    .warm_f6f4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .active_black_3fb7 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .slider-short-2f43 {
        padding: 30px 10px;
    }
    
    .hard-d7b7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tooltip_east_23b1 {
        padding: 20px 15px;
    }
    
    .preview-bd44 {
        font-size: 2rem;
    }
    
    .tooltip_east_23b1 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_east_23b1 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .menu-3489 {
        padding: 20px 5px;
    }
    
    .menu-3489 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .hover_light_ea92 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .panel_e67a {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .panel_e67a th,
    .panel_e67a td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .video-middle-954e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .message_action_a421 {
        padding: 20px 10px;
    }
    
    .outer-dcf1 h2 {
        font-size: 1.3rem;
    }
    
    .status-iron-43de {
        font-size: 0.9rem;
    }
    
    .frame_4994 h3 {
        font-size: 1.1rem;
    }
    
    .frame_4994 p {
        font-size: 0.9rem;
    }
    
    .focused-b2e8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pattern-pro-4d2c {
        grid-template-columns: 1fr;
    }
    
    .inner-5cb0 {
        font-size: 0.85rem;
    }
    
    .border_dynamic_c51a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer_next_c23a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .footer_next_c23a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .element_dim_7c96 {
        padding: 30px 10px;
    }
    
    .fresh_93c2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .left_160c {
        padding: 15px 10px;
    }
    
    .left_160c h4 {
        font-size: 0.9rem;
    }
    
    .left_160c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .badge-c034 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .slider-thick-e178 {
        padding: 30px 10px;
    }
    
    .info-476a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input_large_2658 {
        padding: 15px;
    }
    
    .pagination-liquid-cb29 {
        font-size: 0.9rem;
    }
    
    .card_7a7b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .card_7a7b .copper_a92e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .overlay-7d01 {
        padding: 30px 10px;
    }
    
    .overlay-7d01 h2 {
        font-size: 1.2rem;
    }
    
    .button-8245 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_e6db {
        padding: 15px 10px;
    }
    
    .nav_e6db h4 {
        font-size: 0.85rem;
    }
    
    .nav_e6db p {
        font-size: 0.75rem;
    }
    
    .container_051b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hard-9812 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .video_5216 {
        padding: 20px 10px;
    }
    
    .carousel_upper_0ad6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .primary-brown-e8ca,
    .tertiary-center-0b87,
    .carousel_afa8 {
        width: 100%;
    }
    
    .primary-brown-e8ca h3 {
        font-size: 1.1rem;
    }
    
    .primary-brown-e8ca p {
        font-size: 0.8rem;
    }
    
    .preview-91fc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .dim-5a6d {
        padding: 30px 15px;
    }
    
    .dim-5a6d h2 {
        font-size: 1.3rem;
    }
    
    .dim-5a6d p {
        font-size: 0.85rem;
    }
    
    .gallery-tiny-febf {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery-tiny-febf .glass-d7b5 {
        width: 100%;
    }
    
    .modal_7e8e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .progress-564e {
        padding: 30px 10px;
    }
    
    .progress-564e h3 {
        font-size: 1.2rem;
    }
    
    .message-complex-f8d7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture_left_3273 {
        padding: 15px 10px;
    }
    
    .picture_left_3273 h4 {
        font-size: 0.85rem;
    }
    
    .picture_left_3273 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .input_inner_b7bf {
        padding: 30px 15px;
    }
    
    .static_6728 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .search-fixed-4e74 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .menu_6a4a h4 {
        font-size: 0.9rem;
    }
    
    .menu_6a4a a {
        font-size: 0.8rem;
    }
    
    .static_4184 {
        font-size: 0.8rem;
    }
    
    .focused-7352 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .card-lower-3451 {
        padding: 8px 10px;
    }
    
    .out-b6e6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .huge-8633 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .out-b6e6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .huge-8633 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1d0e */
.ghost-box-a0 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
