/* Inner Page Styles */

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

.caption-gold-5731 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);
}

.caption-gold-5731 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);
}

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

.primary-4b98 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.primary-4b98 .simple-f1be {
    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;
}

.primary-4b98 .simple-f1be::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.primary-4b98 .simple-f1be:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.primary-4b98 .simple-f1be:hover::before {
    left: 100%;
}

.primary-4b98 .simple-f1be:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.form-254a {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-caab.fn-active-754b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.texture-wide-9ed3 {
    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);
}

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

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

.texture-wide-9ed3 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.grid_advanced_ae03 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-tall-8234 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.video-tall-8234 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-tall-8234 a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

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

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

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

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

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

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

.notice_pro_44b1 .focused-bfab:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.heading-warm-6dde {
    margin-top: var(--md-spacing-sm);
}

.fluid-1f7a {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

.module-soft-42a9 {
    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);
}

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

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

.module-soft-42a9 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.module-soft-42a9 .focused-bfab {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.module-soft-42a9 .focused-bfab:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .caption-gold-5731 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .caption-gold-5731 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .caption-gold-5731 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .primary-4b98 {
        justify-content: center;
    }
    
    .form-254a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gradient_fluid_acf0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .texture_full_70bf {
        padding: var(--md-spacing-md) 0;
    }
    
    .center_7e44 {
        padding: var(--md-spacing-md);
    }
    
    .up_a5bd {
        padding: var(--md-spacing-md) 0;
    }
    
    .grid_advanced_ae03 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .module-soft-42a9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tag-34ed {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .center_7e44 {
        padding: var(--md-spacing-sm);
    }
    
    .texture-wide-9ed3 {
        padding: var(--md-spacing-md);
    }
    
    .grid_advanced_ae03 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.texture-wide-9ed3,
.grid_advanced_ae03,
.module-soft-42a9 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.paragraph-pro-cc2e::-webkit-scrollbar {
    width: 8px;
}

.paragraph-pro-cc2e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.gallery_south_9eda {
    font-size: 1.5rem;
}

.hard-cc77 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.in-739b {
    padding: 30px 0;
}

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

.widget-over-3ee5 {
    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;
}

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

.widget-over-3ee5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.widget-over-3ee5 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.prev_4d4b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.video-65ef {
    text-align: center;
    margin-bottom: 30px;
}

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

.shadow_motion_3548.soft-5105 .lower-13ee {
    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); }
}

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

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

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

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

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

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

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

.chip_c890 {
    font-size: 1.2rem;
}

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

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

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

.media-current-89a6 {
    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;
}

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

.media-current-89a6.hover-dd70::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.media-current-89a6.full_b74a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.media-current-89a6.overlay_18d4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.media-current-89a6.hovered_87ca::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.frame_69b6 {
    font-size: 1.2rem;
}

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

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

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

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

.content-75c4.action-2a25 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.content-75c4.fn-active-754b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.chip-liquid-dd2c {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-iron-e220 { border-top: 3px solid #00ccff; }
.progress-666e { border-top: 3px solid #00ff88; }
.mini_e59a { border-top: 3px solid #d4af37; }
.tabs_ebb7 { border-top: 3px solid #ff6b6b; }
.old_a085 { border-top: 3px solid #8b5cf6; }

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

.east-6ea9 {
    overflow-x: auto;
}

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

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

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

.tertiary_7572 td {
    color: #ccc;
}

.tertiary_7572 .icon-59cc {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-cool-45ae h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.hero-cool-45ae p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.content-red-d2aa {
    font-size: 2rem;
}

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

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

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

.dark-04b7 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-6446 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .dropdown-hot-5d0d {
        grid-template-columns: 1fr;
    }
}

.main-static-f427 {
    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;
}

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

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

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

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

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

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

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

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

.stale_e572 .table_3706 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.content-wood-2a87 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.north-317e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

.hero-rough-682b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.hero-rough-682b span {
    color: #666;
    font-size: 0.8rem;
}

.hero-rough-682b a {
    color: #ff6b6b;
}

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

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

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

.prev_5441 {
    text-align: center;
}

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

.prev_5441 .small-9c4d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .table-4bb6 {
        flex-direction: column;
    }
    .new-2879 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.upper-922b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.shade-mini-b53d .button_steel_d24f {
    color: #666;
    margin: 0 8px;
}

.shade-mini-b53d .tiny_5a6f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.east-7133 {
    font-size: 2rem;
}

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

.motion-064d strong {
    color: #d4af37;
}

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

.logo-liquid-5458 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.tag_dynamic_285d h3,
.article-narrow-bea3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.carousel-bronze-22c2 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.popup_7ff9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.aside-8a56 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.chip_1088 strong {
    color: #d4af37;
}

.purple_bf0d {
    color: #aaa;
}

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

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

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

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

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

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

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

.smooth-06d0:last-child {
    border-bottom: none;
}

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

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

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

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

.dropdown-steel-8f82 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.dropdown-steel-8f82 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;
}

.dropdown-steel-8f82 li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .row-cool-57a2 {
        grid-template-columns: 1fr;
    }
}

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

.outline_9632 strong {
    color: #d4af37;
}

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

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

.info_c0cc strong {
    color: #00ff88;
}

.info_c0cc span {
    color: #d4af37;
}

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

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

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

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

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

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

.slider-414f {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

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

.feature-small-9876 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.badge-456e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .column-action-3c2e {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.accordion_b562 strong {
    color: #00ff88;
}

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

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

.frame-plasma-499d h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

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

.modal-full-e621 {
    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;
}

.static-629a {
    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;
}

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

@media (max-width: 768px) {
    .preview-de82 {
        flex-direction: column;
    }
    
    .modal-full-e621 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

.heading-4511 .popup_c426 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .logo_down_0c84 {
        padding: 30px 15px;
    }
    
    .logo_down_0c84 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .item_full_46b5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .nav-clean-457d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .silver-62ff {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .silver-62ff .short_434b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .shadow_new_e49f {
        font-size: 1.3rem;
    }
    
    .gradient_6dca {
        font-size: 0.7rem;
    }
    
    .message-e20a {
        flex-direction: column;
        gap: 10px;
    }
    
    .message-e20a .focused-bfab {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .secondary_d620 {
        display: none;
    }
    
    .hover_35c2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .alert_d2d8 {
        padding: 20px 10px;
    }
    
    .message_purple_e575 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border_e182,
    .breadcrumb-right-4875 {
        padding: 15px;
    }
    
    .badge-456e {
        flex-direction: column;
        gap: 5px;
    }
    
    .out_35cb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .picture_2ceb {
        padding: 30px 10px;
    }
    
    .shade-40c9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message_lite_b45d {
        padding: 20px 15px;
    }
    
    .pattern-3519 {
        font-size: 2rem;
    }
    
    .message_lite_b45d h3 {
        font-size: 1.1rem;
    }
    
    .message_lite_b45d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .column-0458 {
        padding: 20px 10px;
    }
    
    .sidebar-f541 h2 {
        font-size: 1.3rem;
    }
    
    .list-fe25 {
        font-size: 0.9rem;
    }
    
    .smooth-06d0 h3 {
        font-size: 1.1rem;
    }
    
    .smooth-06d0 p {
        font-size: 0.9rem;
    }
    
    .dropdown-steel-8f82 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .row-cool-57a2 {
        grid-template-columns: 1fr;
    }
    
    .outline_9632 {
        font-size: 0.85rem;
    }
    
    .current_953f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tall_e925 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tall_e925 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .table-3fe1 {
        padding: 30px 10px;
    }
    
    .slow-3330 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas-5703 {
        padding: 15px 10px;
    }
    
    .gas-5703 h4 {
        font-size: 0.9rem;
    }
    
    .gas-5703 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tooltip-south-a85f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .slow-3330 {
        grid-template-columns: 1fr;
    }
    
    .gas-5703 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fixed_9d05 {
        padding: 30px 10px;
    }
    
    .caption_gas_fa2a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notice_silver_f3c6 {
        padding: 15px;
    }
    
    .outline_ff84 {
        font-size: 0.9rem;
    }
    
    .image_bfeb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image_bfeb .thumbnail-97dc {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .east-f1c5 {
        padding: 30px 10px;
    }
    
    .east-f1c5 h2 {
        font-size: 1.2rem;
    }
    
    .block-c897 {
        gap: 10px;
    }
    
    .pink-a5df summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .pink-a5df p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .copper_5301 {
        padding: 30px 10px;
    }
    
    .copper_5301 h2 {
        font-size: 1.2rem;
    }
    
    .right-beed {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fresh_af09 {
        padding: 15px 10px;
    }
    
    .fresh_af09 h4 {
        font-size: 0.85rem;
    }
    
    .fresh_af09 p {
        font-size: 0.75rem;
    }
    
    .tag-546c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .wood-f6e0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .overlay_3fc3 {
        padding: 20px 10px;
    }
    
    .nav-398b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .fast-0535,
    .silver-c096,
    .hero-rough-682b {
        width: 100%;
    }
    
    .fast-0535 h3 {
        font-size: 1.1rem;
    }
    
    .fast-0535 p {
        font-size: 0.8rem;
    }
    
    .hidden_solid_97cf {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .search_06c3 {
        padding: 30px 15px;
    }
    
    .search_06c3 h2 {
        font-size: 1.3rem;
    }
    
    .search_06c3 p {
        font-size: 0.85rem;
    }
    
    .footer_8d9f {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer_8d9f .focused-bfab {
        width: 100%;
    }
    
    .red-be87 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .pagination-medium-e61f {
        padding: 30px 10px;
    }
    
    .pagination-medium-e61f h3 {
        font-size: 1.2rem;
    }
    
    .accordion-8cbf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .module-soft-42a9 {
        padding: 15px 10px;
    }
    
    .module-soft-42a9 h4 {
        font-size: 0.85rem;
    }
    
    .module-soft-42a9 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .modal_8119 {
        padding: 30px 15px;
    }
    
    .paper_7f27 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .slow-c46e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .lower_4f74 h4 {
        font-size: 0.9rem;
    }
    
    .lower_4f74 a {
        font-size: 0.8rem;
    }
    
    .pattern_motion_68c9 {
        font-size: 0.8rem;
    }
    
    .carousel_steel_07b8 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .frame_d9d8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .description_fluid_e82b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4721 */
.promo-block-t3 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
