/* Inner Page Styles */

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

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

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

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

.detail_77a6 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.detail_77a6 .list-7687 {
    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;
}

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

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

.detail_77a6 .list-7687:hover::before {
    left: 100%;
}

.detail_77a6 .list-7687:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.inner-014b {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bronze_764f.fn-active-224b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.sidebar-purple-93f7 {
    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;
}

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

.sidebar-purple-93f7:hover::before {
    left: 100%;
}

.sidebar-purple-93f7 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;
}

.sidebar-purple-93f7 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;
}

.sidebar-purple-93f7 .center_c81d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.sidebar-purple-93f7 .center_c81d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.gallery-9ed0 {
    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);
}

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

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

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

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

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

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

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

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

.grid_silver_533f .center_c81d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .input_pressed_a615 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .input_pressed_a615 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .input_pressed_a615 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .detail_77a6 {
        justify-content: center;
    }
    
    .inner-014b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .basic-95d9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .out-dcc7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .item-e4ad {
        padding: var(--md-spacing-md);
    }
    
    .shade-7c90 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gas_c388 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .grid_silver_533f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .texture_4b8b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .item-e4ad {
        padding: var(--md-spacing-sm);
    }
    
    .title-c774 {
        padding: var(--md-spacing-md);
    }
    
    .gas_c388 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.title-c774,
.gas_c388,
.grid_silver_533f {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.video-purple-8dd8::-webkit-scrollbar {
    width: 8px;
}

.video-purple-8dd8::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.video-purple-8dd8::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.video-purple-8dd8::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.video-up-198a {
    font-size: 1.5rem;
}

.overlay_bbf7 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.caption-c0c8 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.info-static-1720 {
    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;
}

.info-static-1720 strong {
    color: #00ff88;
}

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

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

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

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

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

.button-center-1f66::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;
}

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

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

.nav_ef89.hover-mini-aeb5 .element-4925 {
    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); }
}

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

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

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

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

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

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

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

.alert_current_09ce {
    font-size: 1.2rem;
}

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

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

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

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

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

.sidebar_mini_40c6.component-e8ce::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.sidebar_mini_40c6.main_hard_149d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sidebar_mini_40c6.last_7093::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.sidebar_mini_40c6.logo_7fed::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.menu_cool_0a8e {
    font-size: 1.2rem;
}

.text-narrow-3b57 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.accent-7712.dirty_d035 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accent-7712.fn-active-224b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

.border-pink-988d {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.highlight_04dd { border-top: 3px solid #00ccff; }
.banner-8e96 { border-top: 3px solid #00ff88; }
.current_bebb { border-top: 3px solid #d4af37; }
.message-under-7517 { border-top: 3px solid #ff6b6b; }
.orange-ab20 { border-top: 3px solid #8b5cf6; }

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

.west-47d2 {
    overflow-x: auto;
}

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

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

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

.stale_09d2 td {
    color: #ccc;
}

.stale_09d2 .component-686e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.main-bottom-2256 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.description_a3ee {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

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

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

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

.cold-c210 {
    font-size: 2rem;
}

.caption-upper-3fdc strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.caption-upper-3fdc p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.primary-bright-d687 {
    background: #0a0a0a;
    padding: 60px 0;
}

.mask-basic-998a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .mask-basic-998a::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.hovered-8c6f {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.soft_b43a .element-light-3282 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.filter-5c13 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.section-fixed-452d {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.pattern_5238 a {
    color: #ff6b6b;
}

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

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

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

.article_4bb5 {
    text-align: center;
}

.article_4bb5 .paragraph-41d6 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.article_4bb5 .accordion-629e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-last-ad8e {
    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;
}

.layout-last-ad8e.outline_1be5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.item-dynamic-74c8 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.form-32c5 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.tabs-wide-9641 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.steel_e207 .avatar-ea3c {
    color: #666;
    margin: 0 8px;
}

.steel_e207 .hovered-5b76 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.hard_ce38 {
    font-size: 2rem;
}

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

.pink_31b9 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.liquid-2db9 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.white_3200 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.texture-3ff1 summary::-webkit-details-marker {
    display: none;
}

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

.button-7dba {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.dropdown_a27a strong {
    color: #d4af37;
}

.link-red-efdd {
    color: #aaa;
}

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

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

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

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

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

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

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

.module-medium-5d2d:last-child {
    border-bottom: none;
}

.module-medium-5d2d h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.module-medium-5d2d p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.dark-7039 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;
}

.dark-7039 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.progress_4e13 strong {
    color: #d4af37;
}

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

.paragraph-gas-dcc2 {
    color: #888;
    font-size: 0.9rem;
}

.paragraph-gas-dcc2 strong {
    color: #00ff88;
}

.paragraph-gas-dcc2 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-iron-de88 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.focus-iron-de88 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.article-aa1b li {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.text-pink-5be8 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.section-fixed-452d {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .text-pink-5be8 {
        flex-direction: column;
    }
    
    .photo_west_0f77 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero_0c9c {
        padding: 30px 15px;
    }
    
    .hero_0c9c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .status-6f30 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .disabled_out_7f9c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .east_823a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .east_823a .tabs_stone_c4e9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .secondary-copper-6bee {
        font-size: 1.3rem;
    }
    
    .bright_ea80 {
        font-size: 0.7rem;
    }
    
    .row-fbc3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .row-fbc3 .center_c81d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .breadcrumb_bronze_1b5f {
        display: none;
    }
    
    .surface_b8b8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .south_a9e8 {
        padding: 20px 10px;
    }
    
    .nav_north_674c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .first-0839,
    .hard-dbf0 {
        padding: 15px;
    }
    
    .row_9af8 {
        flex-direction: column;
        gap: 5px;
    }
    
    .footer_6586 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .narrow_6077 {
        padding: 30px 10px;
    }
    
    .middle_c9e6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box-simple-777d {
        padding: 20px 15px;
    }
    
    .photo-757e {
        font-size: 2rem;
    }
    
    .box-simple-777d h3 {
        font-size: 1.1rem;
    }
    
    .box-simple-777d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .focus-new-1045 {
        padding: 20px 10px;
    }
    
    .row_rough_63db h2 {
        font-size: 1.3rem;
    }
    
    .wide_e245 {
        font-size: 0.9rem;
    }
    
    .module-medium-5d2d h3 {
        font-size: 1.1rem;
    }
    
    .module-medium-5d2d p {
        font-size: 0.9rem;
    }
    
    .dark-7039 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .gas_c382 {
        grid-template-columns: 1fr;
    }
    
    .progress_4e13 {
        font-size: 0.85rem;
    }
    
    .chip_mini_80bd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading-d2ad {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .heading-d2ad strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .column_cool_32e1 {
        padding: 30px 10px;
    }
    
    .list-pro-73ed {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mini-3728 {
        padding: 15px 10px;
    }
    
    .mini-3728 h4 {
        font-size: 0.9rem;
    }
    
    .mini-3728 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .highlight_8430 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .list-pro-73ed {
        grid-template-columns: 1fr;
    }
    
    .mini-3728 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .mini-69c1 {
        padding: 30px 10px;
    }
    
    .alert-63df {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading_dcb1 {
        padding: 15px;
    }
    
    .tall_f2e6 {
        font-size: 0.9rem;
    }
    
    .block-middle-c8e8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .block-middle-c8e8 .menu-d6d6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .label-506a {
        padding: 30px 10px;
    }
    
    .label-506a h2 {
        font-size: 1.2rem;
    }
    
    .plasma_43be {
        gap: 10px;
    }
    
    .panel-outer-e57b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .panel-outer-e57b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .hover_1f63 {
        padding: 30px 10px;
    }
    
    .hover_1f63 h2 {
        font-size: 1.2rem;
    }
    
    .top-b61b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tiny_5a38 {
        padding: 15px 10px;
    }
    
    .tiny_5a38 h4 {
        font-size: 0.85rem;
    }
    
    .tiny_5a38 p {
        font-size: 0.75rem;
    }
    
    .under_43e8 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .chip_medium_40f2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dim-0a87 {
        padding: 20px 10px;
    }
    
    .light-9b31 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .focused_464b,
    .inner-7784,
    .pattern_5238 {
        width: 100%;
    }
    
    .focused_464b h3 {
        font-size: 1.1rem;
    }
    
    .focused_464b p {
        font-size: 0.8rem;
    }
    
    .lite_f660 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .dropdown-advanced-554b {
        padding: 30px 15px;
    }
    
    .dropdown-advanced-554b h2 {
        font-size: 1.3rem;
    }
    
    .dropdown-advanced-554b p {
        font-size: 0.85rem;
    }
    
    .section-44fc {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-44fc .center_c81d {
        width: 100%;
    }
    
    .video_e967 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .primary_large_fb52 {
        padding: 30px 15px;
    }
    
    .primary_f0f8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .orange_6959 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .shade-4999 h4 {
        font-size: 0.9rem;
    }
    
    .shade-4999 a {
        font-size: 0.8rem;
    }
    
    .fresh-4783 {
        font-size: 0.8rem;
    }
    
    .wrapper-6cf4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .component-41e8 {
        padding: 8px 10px;
    }
    
    .accordion_b5b7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .table-action-d8cb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accordion_b5b7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .table-action-d8cb {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 449a */
.promo-block-i7 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.2;
}
