/* Inner Page Styles */

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

.static-3a51 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);
}

.static-3a51 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);
}

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

.progress-218d {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.progress-218d .in-2bd8 {
    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;
}

.progress-218d .in-2bd8::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.progress-218d .in-2bd8:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.progress-218d .in-2bd8:hover::before {
    left: 100%;
}

.progress-218d .in-2bd8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_current_ebea.fn-active-b9d0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.background-clean-218a {
    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);
}

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

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

.background-clean-218a p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

.paragraph-brown-78fe {
    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%;
}

.paragraph-brown-78fe 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 */
.thick-789d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thick-789d li {
    margin-bottom: var(--md-spacing-xs);
}

.thick-789d 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);
}

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

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

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

.pagination-04ce:hover::before {
    left: 100%;
}

.pagination-04ce 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;
}

.pagination-04ce 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;
}

.pagination-04ce .clean_d663 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.pagination-04ce .clean_d663:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.copper-a5e0 .clean_d663:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .static-3a51 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .static-3a51 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .static-3a51 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .progress-218d {
        justify-content: center;
    }
    
    .dynamic_7520 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .disabled-9ebf {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .shadow-e3c5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal_lite_554f {
        padding: var(--md-spacing-md);
    }
    
    .card_warm_5a70 {
        padding: var(--md-spacing-md) 0;
    }
    
    .paragraph-brown-78fe {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .copper-a5e0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .button_hard_7370 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .modal_lite_554f {
        padding: var(--md-spacing-sm);
    }
    
    .background-clean-218a {
        padding: var(--md-spacing-md);
    }
    
    .paragraph-brown-78fe {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.background-clean-218a,
.paragraph-brown-78fe,
.copper-a5e0 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.feature-center-4235::-webkit-scrollbar {
    width: 8px;
}

.feature-center-4235::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.outer_4f9a {
    font-size: 1.5rem;
}

.accordion_3bfb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_orange_8bd2 strong {
    color: #00ff88;
}

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

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

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

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

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

.module-outer-e298::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;
}

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

.message-3d1b {
    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;
}

.message-3d1b.bronze_ebc7 .hidden_207d {
    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); }
}

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

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

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

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

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

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

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

.article-pink-6e23 {
    font-size: 1.2rem;
}

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

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

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

.preview-tiny-f422 {
    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;
}

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

.preview-tiny-f422.stale_9b82::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.preview-tiny-f422.glass-1619::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.preview-tiny-f422.cold-8240::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.preview-tiny-f422.summary-d0da::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.avatar_5569 {
    font-size: 1.2rem;
}

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

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

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

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

.paragraph-bd48.primary_4a65 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paragraph-bd48.fn-active-b9d0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.component-200f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.feature-080e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.footer-2713.rough-9679 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.wide_f386 { border-top: 3px solid #00ccff; }
.row_under_814e { border-top: 3px solid #00ff88; }
.gold_9e49 { border-top: 3px solid #d4af37; }
.modal-0524 { border-top: 3px solid #ff6b6b; }
.hard_262b { border-top: 3px solid #8b5cf6; }

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

.easy_7a52 {
    overflow-x: auto;
}

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

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

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

.background_4a01 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.first-390a {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.shade-lower-edea p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.filter_prev_8979 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.mask-up-c486 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-9acf {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.dropdown-5069 {
    font-size: 1.5rem;
}

.last-8ddc {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .input-orange-4aaf {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.popup-401a {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.cold-e894 .medium-54b3 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.info-slow-389e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-da44 a {
    color: #ff6b6b;
}

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

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

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

.solid_bf2b {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-2a26 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .tall_b7fd {
        flex-direction: column;
    }
    .block-steel-4520 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.slider_0676 .texture_47b9 {
    color: #666;
    margin: 0 8px;
}

.slider_0676 .aside_light_1870 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.static-1dff {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.summary_718f {
    font-size: 2rem;
}

.photo-upper-7cdc {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.photo-upper-7cdc strong {
    color: #d4af37;
}

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

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

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

.popup-72b6 h3,
.wood-4409 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.video-purple-2d38 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.summary_1028 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.alert-1dda summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.article_middle_29b1 strong {
    color: #d4af37;
}

.large_ae22 {
    color: #aaa;
}

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

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

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

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

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

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

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

.upper-2b50:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sort-tall-c720 strong {
    color: #d4af37;
}

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

.secondary-30a9 {
    color: #888;
    font-size: 0.9rem;
}

.secondary-30a9 strong {
    color: #00ff88;
}

.secondary-30a9 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.wrapper-dark-5635 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.container-23be {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.container-23be li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-top-7907 strong {
    color: #00ff88;
}

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

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

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

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

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

.image-yellow-0194 {
    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;
}

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

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

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

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

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

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

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

.element_d62e .glass-10d1 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .new_3fa2 {
        padding: 30px 15px;
    }
    
    .new_3fa2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .last_bdba {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .mask_3b86 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .left-a320 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .left-a320 .panel_silver_79ad {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .container-6473 {
        font-size: 1.3rem;
    }
    
    .link-bottom-3120 {
        font-size: 0.7rem;
    }
    
    .silver_96b8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .silver_96b8 .clean_d663 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .popup-wide-b3b4 {
        display: none;
    }
    
    .dark-807d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .image_2546 {
        padding: 20px 10px;
    }
    
    .video-c46a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border_a9f8,
    .widget_rough_c2b5 {
        padding: 15px;
    }
    
    .yellow_6225 {
        flex-direction: column;
        gap: 5px;
    }
    
    .bright_41d4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .modal-clean-4f7d {
        padding: 30px 10px;
    }
    
    .primary-1f79 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status_large_8fd5 {
        padding: 20px 15px;
    }
    
    .shadow_tiny_0082 {
        font-size: 2rem;
    }
    
    .status_large_8fd5 h3 {
        font-size: 1.1rem;
    }
    
    .status_large_8fd5 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .focus_hot_023b {
        padding: 20px 10px;
    }
    
    .alert-advanced-8c6e h2 {
        font-size: 1.3rem;
    }
    
    .logo-b9e4 {
        font-size: 0.9rem;
    }
    
    .upper-2b50 h3 {
        font-size: 1.1rem;
    }
    
    .upper-2b50 p {
        font-size: 0.9rem;
    }
    
    .feature_fdfd li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .form_056b {
        grid-template-columns: 1fr;
    }
    
    .sort-tall-c720 {
        font-size: 0.85rem;
    }
    
    .message-selected-3e10 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search_dim_8e1e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .search_dim_8e1e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .purple-a7a7 {
        padding: 30px 10px;
    }
    
    .summary-70b8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas-bebf {
        padding: 15px 10px;
    }
    
    .gas-bebf h4 {
        font-size: 0.9rem;
    }
    
    .gas-bebf p {
        font-size: 0.75rem;
        display: none;
    }
    
    .block_250d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .summary-70b8 {
        grid-template-columns: 1fr;
    }
    
    .gas-bebf p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .text-left-6800 {
        padding: 30px 10px;
    }
    
    .article_05b2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo_full_0423 {
        padding: 15px;
    }
    
    .column_2522 {
        font-size: 0.9rem;
    }
    
    .text_d31d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .text_d31d .frame_tiny_f2bb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .filter-focused-be99 {
        padding: 30px 10px;
    }
    
    .filter-focused-be99 h2 {
        font-size: 1.2rem;
    }
    
    .hovered_2354 {
        gap: 10px;
    }
    
    .shade-active-f8f8 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .shade-active-f8f8 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .aside-5133 {
        padding: 30px 10px;
    }
    
    .aside-5133 h2 {
        font-size: 1.2rem;
    }
    
    .soft-752f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card-4be9 {
        padding: 15px 10px;
    }
    
    .card-4be9 h4 {
        font-size: 0.85rem;
    }
    
    .card-4be9 p {
        font-size: 0.75rem;
    }
    
    .image-blue-9d56 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .form_cec2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .north-113a {
        padding: 20px 10px;
    }
    
    .info-b459 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .selected-d7af,
    .right-ade5,
    .notice-da44 {
        width: 100%;
    }
    
    .selected-d7af h3 {
        font-size: 1.1rem;
    }
    
    .selected-d7af p {
        font-size: 0.8rem;
    }
    
    .copper_9d62 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tall_7928 {
        padding: 30px 15px;
    }
    
    .tall_7928 h2 {
        font-size: 1.3rem;
    }
    
    .tall_7928 p {
        font-size: 0.85rem;
    }
    
    .gallery-outer-b81c {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery-outer-b81c .clean_d663 {
        width: 100%;
    }
    
    .complex-a89d {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pagination-west-4419 {
        padding: 30px 15px;
    }
    
    .column_tiny_d44e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .inner-6751 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .widget-66e2 h4 {
        font-size: 0.9rem;
    }
    
    .widget-66e2 a {
        font-size: 0.8rem;
    }
    
    .bronze_03de {
        font-size: 0.8rem;
    }
    
    .text-ea5d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hard-2ced {
        padding: 8px 10px;
    }
    
    .large-73d7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .icon_motion_7ea1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .large-73d7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .icon_motion_7ea1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d479 */
.widget-item-h7 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.0;
}
