/* Inner Page Styles */

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

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

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

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

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

.block_glass_a25c .input-liquid-b813 {
    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;
}

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

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

.block_glass_a25c .input-liquid-b813:hover::before {
    left: 100%;
}

.block_glass_a25c .input-liquid-b813:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container_red_a1ae.fn-active-8a3c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy-f384 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 */
.nav-5b7d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-5b7d li {
    margin-bottom: var(--md-spacing-xs);
}

.nav-5b7d 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);
}

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

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

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

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

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

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

.section_a171 .preview-67c2 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.section_a171 .preview-67c2:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.highlight-mini-d059 {
    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);
}

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

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

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

.highlight-mini-d059 .preview-67c2 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.highlight-mini-d059 .preview-67c2:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .label_082e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .label_082e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .label_082e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .block_glass_a25c {
        justify-content: center;
    }
    
    .focus_action_e2d8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .breadcrumb-a145 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .primary-19da {
        padding: var(--md-spacing-md) 0;
    }
    
    .dim_e7b1 {
        padding: var(--md-spacing-md);
    }
    
    .caption-b519 {
        padding: var(--md-spacing-md) 0;
    }
    
    .easy-f384 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .highlight-mini-d059 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .icon_cbfc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .dim_e7b1 {
        padding: var(--md-spacing-sm);
    }
    
    .tabs-over-da11 {
        padding: var(--md-spacing-md);
    }
    
    .easy-f384 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tabs-over-da11,
.easy-f384,
.highlight-mini-d059 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.alert_20ff {
    font-size: 1.5rem;
}

.hover_hovered_2f48 strong {
    color: #00ff88;
}

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

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

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

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

.pagination-thick-85a7 {
    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;
}

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

.pagination-thick-85a7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.pagination-thick-85a7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.article-pro-6925 {
    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;
}

.article-pro-6925 strong {
    color: #00ff88;
}

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

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

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

.caption-black-984b {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.backdrop-bronze-7b04::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;
}

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

.filter-8ff0 {
    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;
}

.filter-8ff0.gallery_iron_d19b .border-c05c {
    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); }
}

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

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

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

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

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

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

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

.action-d8b5 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .label-active-4cb6 {
        grid-template-columns: 1fr;
    }
}

.notice-advanced-9f75 {
    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;
}

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

.notice-advanced-9f75.paragraph-orange-5428::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.notice-advanced-9f75.hard-d0a0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notice-advanced-9f75.frame-out-bbab::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.notice-advanced-9f75.west_31a9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.heading_ae5b {
    font-size: 1.2rem;
}

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

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

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

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

.next_afcc.advanced_824d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.next_afcc.fn-active-8a3c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.basic-1edd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.green_2bae {
    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_2bae:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.green_2bae.hero-medium-c82d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.filter-upper-1cbf {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.panel-0154 { border-top: 3px solid #00ccff; }
.status-a536 { border-top: 3px solid #00ff88; }
.action-f4a1 { border-top: 3px solid #d4af37; }
.status-ef4d { border-top: 3px solid #ff6b6b; }
.bright_f8f1 { border-top: 3px solid #8b5cf6; }

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

.photo-5135 {
    overflow-x: auto;
}

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

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

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

.out-10b6 td {
    color: #ccc;
}

.out-10b6 .list-gas-1dd1 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.out-10b6 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.widget-2c2f {
    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;
}

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

.grid-west-9419 {
    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;
}

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

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

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

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

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

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

.old_9884 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.pro-1b8e {
    background: #0a0a0a;
    padding: 60px 0;
}

.basic-640f {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.chip-ca79 {
    font-size: 1.5rem;
}

.notice-south-703f {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.active-copper-779c strong {
    color: #fff;
    display: block;
}

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

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

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

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

.grid_clean_09f3 .border-5602 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.badge-dim-b163 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.down-29a9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.border-4b87 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.solid-5454 a {
    color: #ff6b6b;
}

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

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

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

.over-7393 {
    text-align: center;
}

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

.over-7393 .dark-08a3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.column-brown-99a6 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs_9aeb.hero-medium-c82d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.filter-inner-f5c8 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.description_02a8 .dirty-e5b0 {
    color: #666;
    margin: 0 8px;
}

.description_02a8 .container-east-7a0a {
    color: #ff6b6b;
    text-decoration: line-through;
}

.component-first-b0de {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.column-next-0076 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.highlight_7701 {
    font-size: 2rem;
}

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

.tabs-gas-f6f8 strong {
    color: #d4af37;
}

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

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

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

.border_2da8 h3,
.badge-tiny-8bcc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.left-32fd strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.thick-7b20 strong {
    color: #00ff88;
}

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

.border-5f53 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.red_6337 h3,
.section-5d83 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.gradient-narrow-d898 summary::-webkit-details-marker {
    display: none;
}

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

.main-stone-295f {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.lite_7655 strong {
    color: #d4af37;
}

.title_upper_d520 {
    color: #aaa;
}

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

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

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

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

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

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

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

.wide-9475:last-child {
    border-bottom: none;
}

.wide-9475 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.wide-9475 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .column-gas-6d3b {
        grid-template-columns: 1fr;
    }
}

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

.solid-5fff strong {
    color: #d4af37;
}

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

.nav-28c8 {
    color: #888;
    font-size: 0.9rem;
}

.nav-28c8 strong {
    color: #00ff88;
}

.nav-28c8 span {
    color: #d4af37;
}

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

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

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

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

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

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

.backdrop-mini-247f {
    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;
}

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

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

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

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

.summary-green-349a {
    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);
}

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

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

.background-top-680a h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.texture-solid-6edc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.texture-solid-6edc li {
    margin-bottom: 5px;
}

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

.texture-solid-6edc a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.grid-9a16 {
    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;
}

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

.article-0a48 strong {
    color: #00ff88;
}

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

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

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

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

.pressed-18c8 {
    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;
}

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

.border-4b87 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .text-f63c {
        flex-direction: column;
    }
    
    .pressed-18c8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.column-right-f079 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .texture-red-909c {
        padding: 30px 15px;
    }
    
    .texture-red-909c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tiny-85ae {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .paper_3e63 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .light_acf6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .light_acf6 .sidebar-9b03 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .lite_df6f {
        font-size: 1.3rem;
    }
    
    .sidebar_static_52a0 {
        font-size: 0.7rem;
    }
    
    .module_basic_67a3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .module_basic_67a3 .preview-67c2 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .simple-e905 {
        display: none;
    }
    
    .hidden-0207 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .stone_5c4e {
        padding: 20px 10px;
    }
    
    .hot_218d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image-gold-6a7c,
    .background-top-680a {
        padding: 15px;
    }
    
    .tooltip_bronze_4876 {
        flex-direction: column;
        gap: 5px;
    }
    
    .summary-green-349a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .basic-908d {
        padding: 30px 10px;
    }
    
    .lite-640a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focus_bright_7938 {
        padding: 20px 15px;
    }
    
    .menu-first-e940 {
        font-size: 2rem;
    }
    
    .focus_bright_7938 h3 {
        font-size: 1.1rem;
    }
    
    .focus_bright_7938 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .bronze-bd40 {
        padding: 20px 10px;
    }
    
    .background_724a h2 {
        font-size: 1.3rem;
    }
    
    .dynamic-7d0f {
        font-size: 0.9rem;
    }
    
    .wide-9475 h3 {
        font-size: 1.1rem;
    }
    
    .wide-9475 p {
        font-size: 0.9rem;
    }
    
    .active_aa66 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .column-gas-6d3b {
        grid-template-columns: 1fr;
    }
    
    .solid-5fff {
        font-size: 0.85rem;
    }
    
    .pattern_mini_fe51 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas_43f4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gas_43f4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .out_043f {
        padding: 30px 10px;
    }
    
    .up_feb7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight-dc4c {
        padding: 15px 10px;
    }
    
    .highlight-dc4c h4 {
        font-size: 0.9rem;
    }
    
    .highlight-dc4c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .message_smooth_3880 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .item-2901 {
        padding: 30px 10px;
    }
    
    .wrapper_cool_14f4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary-e69e {
        padding: 15px;
    }
    
    .border-hard-35b9 {
        font-size: 0.9rem;
    }
    
    .thick_60b8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thick_60b8 .secondary_brown_1903 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .modal_7bd4 {
        padding: 30px 10px;
    }
    
    .modal_7bd4 h2 {
        font-size: 1.2rem;
    }
    
    .paper_99d5 {
        gap: 10px;
    }
    
    .tiny-9299 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tiny-9299 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .center_34c7 {
        padding: 30px 10px;
    }
    
    .center_34c7 h2 {
        font-size: 1.2rem;
    }
    
    .outer_f3f0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .west-1b73 {
        padding: 15px 10px;
    }
    
    .west-1b73 h4 {
        font-size: 0.85rem;
    }
    
    .west-1b73 p {
        font-size: 0.75rem;
    }
    
    .under_192a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .focused_3ca3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .search-d4e0 {
        padding: 20px 10px;
    }
    
    .tertiary_inner_e5a4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .old-e296,
    .input_soft_57a3,
    .solid-5454 {
        width: 100%;
    }
    
    .old-e296 h3 {
        font-size: 1.1rem;
    }
    
    .old-e296 p {
        font-size: 0.8rem;
    }
    
    .tag-ae79 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail_cdd7 {
        padding: 30px 15px;
    }
    
    .thumbnail_cdd7 h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail_cdd7 p {
        font-size: 0.85rem;
    }
    
    .thick-e373 {
        flex-direction: column;
        gap: 10px;
    }
    
    .thick-e373 .preview-67c2 {
        width: 100%;
    }
    
    .image-lower-84a6 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .simple-b016 {
        padding: 30px 10px;
    }
    
    .simple-b016 h3 {
        font-size: 1.2rem;
    }
    
    .container_plasma_1fd0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight-mini-d059 {
        padding: 15px 10px;
    }
    
    .highlight-mini-d059 h4 {
        font-size: 0.85rem;
    }
    
    .highlight-mini-d059 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .progress_9642 {
        padding: 30px 15px;
    }
    
    .tooltip_glass_edcd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .upper-70d2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .simple-7cc5 h4 {
        font-size: 0.9rem;
    }
    
    .simple-7cc5 a {
        font-size: 0.8rem;
    }
    
    .warm_44f7 {
        font-size: 0.8rem;
    }
    
    .input-hard-c6fe p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .progress-7a17 {
        padding: 8px 10px;
    }
    
    .filter_24d5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .inner_60b9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .filter_24d5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .inner_60b9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ccb4 */
.ghost-box-r8 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.0;
}
