/* Inner Page Styles */

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

.shadow-selected-3ae3 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);
}

.shadow-selected-3ae3 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);
}

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

.outline-3a1a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.outline-3a1a .hovered_1b0c {
    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;
}

.outline-3a1a .hovered_1b0c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.outline-3a1a .hovered_1b0c:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.outline-3a1a .hovered_1b0c:hover::before {
    left: 100%;
}

.outline-3a1a .hovered_1b0c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video_inner_a3bf.fn-active-2982 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame_upper_5382 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 */
.video-current-fa8f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.video-current-fa8f li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

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

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

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

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

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

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

.menu_north_72b0 .tall_0fd4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.pagination-pressed-bde1 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.tall-204a {
    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);
}

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

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

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

.tall-204a .tall_0fd4 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tall-204a .tall_0fd4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .shadow-selected-3ae3 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .shadow-selected-3ae3 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .shadow-selected-3ae3 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .outline-3a1a {
        justify-content: center;
    }
    
    .next_e09e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .panel-08a8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .mini_af9d {
        padding: var(--md-spacing-md) 0;
    }
    
    .pink_d49f {
        padding: var(--md-spacing-md);
    }
    
    .search-1e7d {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame_upper_5382 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tall-204a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pressed_3666 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pink_d49f {
        padding: var(--md-spacing-sm);
    }
    
    .heading_b720 {
        padding: var(--md-spacing-md);
    }
    
    .frame_upper_5382 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.heading_b720,
.frame_upper_5382,
.tall-204a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.preview_ec82 {
    font-size: 1.5rem;
}

.pink_ab14 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.accent-042f {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.active_3304 strong {
    color: #00ff88;
}

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

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

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

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

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

.thumbnail-west-2094::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;
}

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

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

.text-7cfe.tiny_8e4f .main_d4d4 {
    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); }
}

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

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

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

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

.bronze-eab6 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;
}

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

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

.layout-3481 {
    font-size: 1.2rem;
}

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

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

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

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

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

.focus-middle-9089.hover-edc3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.focus-middle-9089.modal_last_a8de::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focus-middle-9089.hover-next-ae02::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.focus-middle-9089.surface-e59b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.west_b20e {
    font-size: 1.2rem;
}

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

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

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

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

.disabled_tall_e081.list-ce9c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.disabled_tall_e081.fn-active-2982 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.frame-glass-1db8 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.status-focused-036e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.link-pink-4c81 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.tag-gas-07a5 { border-top: 3px solid #00ccff; }
.easy-25af { border-top: 3px solid #00ff88; }
.wrapper-65fa { border-top: 3px solid #d4af37; }
.image_152c { border-top: 3px solid #ff6b6b; }
.modal_45cb { border-top: 3px solid #8b5cf6; }

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

.hot_cc4c {
    overflow-x: auto;
}

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

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

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

.picture-steel-db97 td {
    color: #ccc;
}

.picture-steel-db97 .cold_3a58 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.picture-steel-db97 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.new-1a07 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.fixed-4e0e {
    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;
}

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

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

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

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

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

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

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

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

.content-thick-5aec {
    font-size: 2rem;
}

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

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

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

.shade-over-5e32 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .shade-over-5e32::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

.hero-huge-827b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.filter-1a06 {
    font-size: 1.5rem;
}

.hidden-copper-af59 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.item-slow-770b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.backdrop-4bbc .message-dim-aef9 {
    margin-bottom: 10px;
}

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

.backdrop-4bbc strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.border-43d5 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.middle-8ab7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.layout-static-98fd {
    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;
}

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

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

.highlight-mini-ef35 span {
    color: #666;
    font-size: 0.8rem;
}

.highlight-mini-ef35 a {
    color: #ff6b6b;
}

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

.logo-5cf8 {
    max-width: 800px;
    margin: 0 auto;
}

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

.popup_north_f508 {
    text-align: center;
}

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

.popup_north_f508 .tertiary-rough-f514 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.mask-cool-0057 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.image-pressed-9107 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.heading-next-6a36 .green_dde4 {
    color: #666;
    margin: 0 8px;
}

.heading-next-6a36 .nav-down-ffc4 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.hidden-0b51 {
    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;
}

.breadcrumb_clean_5170 {
    font-size: 2rem;
}

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

.layout-1972 strong {
    color: #d4af37;
}

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

.modal-2eb8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.breadcrumb_gas_dce8 h3,
.media-outer-ee60 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.summary-33de strong {
    color: #d4af37;
    margin-right: 8px;
}

.form-26da {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.cold_98de strong {
    color: #00ff88;
}

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

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

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

.thumbnail-d90c h3,
.search-mini-778f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.nav_1d21 strong {
    color: #d4af37;
}

.green-1c7f {
    color: #aaa;
}

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

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

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

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

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

.summary-8eb8 {
    max-width: 900px;
    margin: 0 auto;
}

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

.header-static-2983:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.purple-68db {
    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;
}

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

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

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

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

.notice_6f69 strong {
    color: #d4af37;
}

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

.pink-0bfe {
    color: #888;
    font-size: 0.9rem;
}

.pink-0bfe strong {
    color: #00ff88;
}

.pink-0bfe span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.box-stone-a8f5 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient-5016 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sort_dark_af45 .widget-e87e {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .liquid_88ee {
        padding: 30px 15px;
    }
    
    .liquid_88ee h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .row-8ed0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tertiary-simple-8f2b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .current-09ed {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .current-09ed .detail_7837 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .caption-slow-9625 {
        font-size: 1.3rem;
    }
    
    .gold-0a7f {
        font-size: 0.7rem;
    }
    
    .stale_c779 {
        flex-direction: column;
        gap: 10px;
    }
    
    .stale_c779 .tall_0fd4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .menu_glass_57e5 {
        display: none;
    }
    
    .filter-rough-8f94 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .cold_8a31 {
        padding: 20px 10px;
    }
    
    .thick-aa9a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column-action-d139,
    .description_fast_1297 {
        padding: 15px;
    }
    
    .gallery_thick_7885 {
        flex-direction: column;
        gap: 5px;
    }
    
    .clean_7e77 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .text-black-3ed4 {
        padding: 30px 10px;
    }
    
    .bottom_fac5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav-advanced-0584 {
        padding: 20px 15px;
    }
    
    .pink-21ef {
        font-size: 2rem;
    }
    
    .nav-advanced-0584 h3 {
        font-size: 1.1rem;
    }
    
    .nav-advanced-0584 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .static-66d1 {
        padding: 20px 10px;
    }
    
    .rough_60ea h2 {
        font-size: 1.3rem;
    }
    
    .up_4681 {
        font-size: 0.9rem;
    }
    
    .header-static-2983 h3 {
        font-size: 1.1rem;
    }
    
    .header-static-2983 p {
        font-size: 0.9rem;
    }
    
    .accordion_cd24 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .in-a368 {
        grid-template-columns: 1fr;
    }
    
    .notice_6f69 {
        font-size: 0.85rem;
    }
    
    .hard_ffb6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .purple-68db {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .purple-68db strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dropdown_complex_11d0 {
        padding: 30px 10px;
    }
    
    .caption_2df1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar_5ffa {
        padding: 15px 10px;
    }
    
    .sidebar_5ffa h4 {
        font-size: 0.9rem;
    }
    
    .sidebar_5ffa p {
        font-size: 0.75rem;
        display: none;
    }
    
    .thick-da27 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .grid-light-2bb9 {
        padding: 30px 10px;
    }
    
    .menu_south_cdae {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid_0ec7 {
        padding: 15px;
    }
    
    .new-0f14 {
        font-size: 0.9rem;
    }
    
    .top_8092 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .top_8092 .action_926e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .steel_6012 {
        padding: 30px 10px;
    }
    
    .steel_6012 h2 {
        font-size: 1.2rem;
    }
    
    .input-112e {
        gap: 10px;
    }
    
    .media-huge-861e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .media-huge-861e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .active-1328 {
        padding: 30px 10px;
    }
    
    .active-1328 h2 {
        font-size: 1.2rem;
    }
    
    .motion-bc63 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout-d04f {
        padding: 15px 10px;
    }
    
    .layout-d04f h4 {
        font-size: 0.85rem;
    }
    
    .layout-d04f p {
        font-size: 0.75rem;
    }
    
    .static-1a58 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .avatar_84a5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pattern_fluid_d0b3 {
        padding: 20px 10px;
    }
    
    .accent-6c30 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .medium-9e2c,
    .dim_65eb,
    .highlight-mini-ef35 {
        width: 100%;
    }
    
    .medium-9e2c h3 {
        font-size: 1.1rem;
    }
    
    .medium-9e2c p {
        font-size: 0.8rem;
    }
    
    .layout-static-98fd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .module_02d2 {
        padding: 30px 15px;
    }
    
    .module_02d2 h2 {
        font-size: 1.3rem;
    }
    
    .module_02d2 p {
        font-size: 0.85rem;
    }
    
    .south_a842 {
        flex-direction: column;
        gap: 10px;
    }
    
    .south_a842 .tall_0fd4 {
        width: 100%;
    }
    
    .surface-narrow-cf40 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .info_a3c4 {
        padding: 30px 15px;
    }
    
    .cool-a1ac {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .header_4a65 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hidden-a64d h4 {
        font-size: 0.9rem;
    }
    
    .hidden-a64d a {
        font-size: 0.8rem;
    }
    
    .list-simple-88e5 {
        font-size: 0.8rem;
    }
    
    .silver_fcad p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .sidebar-e71a {
        padding: 8px 10px;
    }
    
    .shadow_cfad {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .pagination-117f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shadow_cfad {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pagination-117f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2572 */
.promo-block-j8 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
