/* Inner Page Styles */

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

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

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

.pro_2720 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_1e5e {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.progress_1e5e .primary-09c7 {
    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_1e5e .primary-09c7::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.progress_1e5e .primary-09c7:hover::before {
    left: 100%;
}

.progress_1e5e .primary-09c7:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.heading-cool-7964 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module_pink_ae2e.fn-active-583e {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.active-plasma-7e8a {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery_b9c0 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 */
.popup-c19d {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.row-new-3b68 {
    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;
}

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

.row-new-3b68:hover::before {
    left: 100%;
}

.row-new-3b68 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;
}

.row-new-3b68 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;
}

.row-new-3b68 .item_dirty_7677 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.row-new-3b68 .item_dirty_7677:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.slider_west_5101 .item_dirty_7677:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pro_2720 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pro_2720 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pro_2720 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .progress_1e5e {
        justify-content: center;
    }
    
    .fast-b808 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .feature_4d0f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .active-plasma-7e8a {
        padding: var(--md-spacing-md) 0;
    }
    
    .steel_ed81 {
        padding: var(--md-spacing-md);
    }
    
    .solid_d936 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gallery_b9c0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .slider_west_5101 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hard-7e8f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .steel_ed81 {
        padding: var(--md-spacing-sm);
    }
    
    .layout_dim_48ef {
        padding: var(--md-spacing-md);
    }
    
    .gallery_b9c0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.layout_dim_48ef,
.gallery_b9c0,
.slider_west_5101 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.label_af29 {
    font-size: 1.5rem;
}

.header_glass_86a2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mini-7f4a strong {
    color: #00ff88;
}

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

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

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

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

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

.heading-94f3::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;
}

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

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

.mask_2cd4.photo-e9d5 .item_under_6be6 {
    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); }
}

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

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

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

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

.input-e809 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;
}

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

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

.white_7a76 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .input-dirty-83a0 {
        grid-template-columns: 1fr;
    }
}

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

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

.component_blue_a383.full-4024::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.component_blue_a383.outer-9c1c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.component_blue_a383.new_cb27::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.component_blue_a383.gold-ba25::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.avatar_top_f27f {
    font-size: 1.2rem;
}

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

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

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

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

.fluid_f018.header_fast_7fd1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fluid_f018.fn-active-583e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.title-64c2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.alert-5a47 { border-top: 3px solid #00ccff; }
.thumbnail_bd0d { border-top: 3px solid #00ff88; }
.plasma-96f4 { border-top: 3px solid #d4af37; }
.bronze_074a { border-top: 3px solid #ff6b6b; }
.hidden-north-7e61 { border-top: 3px solid #8b5cf6; }

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

.list-wood-2b73 {
    overflow-x: auto;
}

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

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

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

.card_east_6094 td {
    color: #ccc;
}

.card_east_6094 .summary-slow-cda7 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.logo-05d5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.inner-6e11 {
    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;
}

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

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

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

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

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

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

.mask_slow_fbb9 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.breadcrumb-02ef {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.basic-921c {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.shade-steel-4b71 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.banner-dark-f0fe strong {
    color: #fff;
    display: block;
}

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

.nav-stone-e769 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.border-6957 .container-9628 {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .mask-steel-285b {
        grid-template-columns: 1fr;
    }
}

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

.stale-246f {
    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;
}

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

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

.breadcrumb-steel-1f89 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.new-1a1c {
    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;
}

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

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

.hard-2e22 span {
    color: #666;
    font-size: 0.8rem;
}

.hard-2e22 a {
    color: #ff6b6b;
}

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

.avatar-cool-57d1 {
    max-width: 800px;
    margin: 0 auto;
}

.logo-gold-2c0d {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.smooth-e559 {
    text-align: center;
}

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

.smooth-e559 .tooltip-38f7 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.avatar-cool-57d1 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.avatar-cool-57d1 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.stone-36dd {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.over_eb71 .frame-narrow-6258 {
    color: #666;
    margin: 0 8px;
}

.over_eb71 .border_524e {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.block-action-b6ad strong {
    color: #d4af37;
    margin-right: 8px;
}

.chip-upper-3513 {
    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;
}

.warm_92ba {
    font-size: 2rem;
}

.article-962b {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.article-962b strong {
    color: #d4af37;
}

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

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

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

.pink-3055 h3,
.container-tiny-5714 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.list_old_af5d strong {
    color: #00ff88;
}

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

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

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

.progress_small_6d56 h3,
.block-tiny-2091 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.preview-green-e005 summary::-webkit-details-marker {
    display: none;
}

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

.easy-0ca6 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.shade-45a5 strong {
    color: #d4af37;
}

.layout_fc52 {
    color: #aaa;
}

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

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

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

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

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

.info-steel-2b03 {
    max-width: 900px;
    margin: 0 auto;
}

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

.layout-black-acf0:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.container-liquid-cf2e {
    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;
}

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

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

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

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

.row-blue-d41d strong {
    color: #d4af37;
}

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

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

.shade_gold_1c97 strong {
    color: #00ff88;
}

.shade_gold_1c97 span {
    color: #d4af37;
}

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

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

.surface-prev-6d51 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .surface-prev-6d51 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.title-213a {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.summary-first-4cb9 {
    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);
}

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

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

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

.row-warm-aa23 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.row-warm-aa23 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-b502 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .article-prev-930f {
        padding: 30px 15px;
    }
    
    .article-prev-930f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .east-2e0a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .banner_bronze_e650 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .input_pink_9ee8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .input_pink_9ee8 .border-top-d793 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .section-focused-3154 {
        font-size: 1.3rem;
    }
    
    .breadcrumb_light_da5c {
        font-size: 0.7rem;
    }
    
    .yellow_8ca3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .yellow_8ca3 .item_dirty_7677 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .footer-b058 {
        display: none;
    }
    
    .secondary_purple_89fd {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .focused_9843 {
        padding: 20px 10px;
    }
    
    .surface-prev-6d51 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .summary-current-272f,
    .form_upper_c848 {
        padding: 15px;
    }
    
    .complex-4903 {
        flex-direction: column;
        gap: 5px;
    }
    
    .summary-first-4cb9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .footer-c5cb {
        padding: 30px 10px;
    }
    
    .link_7051 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .plasma-fe44 {
        padding: 20px 15px;
    }
    
    .paragraph-inner-4c08 {
        font-size: 2rem;
    }
    
    .plasma-fe44 h3 {
        font-size: 1.1rem;
    }
    
    .plasma-fe44 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .modal-down-87fd {
        padding: 20px 5px;
    }
    
    .modal-down-87fd h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .iron-96ba {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .card_east_6094 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .card_east_6094 th,
    .card_east_6094 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .bottom_2d1c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tag_caae {
        padding: 20px 10px;
    }
    
    .border_9024 h2 {
        font-size: 1.3rem;
    }
    
    .surface-black-1b08 {
        font-size: 0.9rem;
    }
    
    .layout-black-acf0 h3 {
        font-size: 1.1rem;
    }
    
    .layout-black-acf0 p {
        font-size: 0.9rem;
    }
    
    .container_1290 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .clean_1ace {
        grid-template-columns: 1fr;
    }
    
    .row-blue-d41d {
        font-size: 0.85rem;
    }
    
    .card_pressed_56cd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container-liquid-cf2e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .container-liquid-cf2e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .article-7c1d {
        padding: 30px 10px;
    }
    
    .purple_60fe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focused_a4bc {
        padding: 15px 10px;
    }
    
    .focused_a4bc h4 {
        font-size: 0.9rem;
    }
    
    .focused_a4bc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .search-cb2d {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .right-c096 {
        padding: 30px 10px;
    }
    
    .row_cold_f080 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .old-9d35 {
        padding: 15px;
    }
    
    .north_6f43 {
        font-size: 0.9rem;
    }
    
    .column_last_c838 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .column_last_c838 .steel_92be {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .card_action_934a {
        padding: 30px 10px;
    }
    
    .card_action_934a h2 {
        font-size: 1.2rem;
    }
    
    .alert-05bb {
        gap: 10px;
    }
    
    .outline-large-917f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .outline-large-917f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .narrow-f251 {
        padding: 30px 10px;
    }
    
    .narrow-f251 h2 {
        font-size: 1.2rem;
    }
    
    .module_fluid_7072 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section-glass-36de {
        padding: 15px 10px;
    }
    
    .section-glass-36de h4 {
        font-size: 0.85rem;
    }
    
    .section-glass-36de p {
        font-size: 0.75rem;
    }
    
    .pro-8937 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .last_38bf {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .progress-2ca5 {
        padding: 20px 10px;
    }
    
    .left-e40f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .medium_1905,
    .section_stone_027d,
    .hard-2e22 {
        width: 100%;
    }
    
    .medium_1905 h3 {
        font-size: 1.1rem;
    }
    
    .medium_1905 p {
        font-size: 0.8rem;
    }
    
    .new-1a1c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hovered-3bc9 {
        padding: 30px 15px;
    }
    
    .hovered-3bc9 h2 {
        font-size: 1.3rem;
    }
    
    .hovered-3bc9 p {
        font-size: 0.85rem;
    }
    
    .notice-f1e1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice-f1e1 .item_dirty_7677 {
        width: 100%;
    }
    
    .shadow-current-1217 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .active_6b9f {
        padding: 30px 15px;
    }
    
    .avatar-mini-99ff {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .notification-a00a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .caption_e97e h4 {
        font-size: 0.9rem;
    }
    
    .caption_e97e a {
        font-size: 0.8rem;
    }
    
    .up-35ce {
        font-size: 0.8rem;
    }
    
    .hidden-brown-ebcb p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .notification-a468 {
        padding: 8px 10px;
    }
    
    .huge-64a1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .popup_53de {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .huge-64a1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .popup_53de {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2c9f */
.phantom-card-t6 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
