/* Inner Page Styles */

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

.disabled-9a39 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);
}

.disabled-9a39 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);
}

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

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

.mask_592e .row-6541 {
    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;
}

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

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

.mask_592e .row-6541:hover::before {
    left: 100%;
}

.mask_592e .row-6541:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.surface_6c6a.fn-active-233a {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.background-action-805f {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-adf0:hover::before {
    left: 100%;
}

.primary-adf0 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;
}

.primary-adf0 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;
}

.primary-adf0 .aside-middle-dfda {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.primary-adf0 .aside-middle-dfda:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.background_glass_c298 .aside-middle-dfda {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.background_glass_c298 .aside-middle-dfda:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .disabled-9a39 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .disabled-9a39 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .disabled-9a39 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mask_592e {
        justify-content: center;
    }
    
    .dirty-f4ce {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tall-fe2a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .background-action-805f {
        padding: var(--md-spacing-md) 0;
    }
    
    .badge_c473 {
        padding: var(--md-spacing-md);
    }
    
    .media-center-3159 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hover_a371 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .background_glass_c298 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wrapper_selected_0864 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .badge_c473 {
        padding: var(--md-spacing-sm);
    }
    
    .prev_fdda {
        padding: var(--md-spacing-md);
    }
    
    .hover_a371 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.prev_fdda,
.hover_a371,
.background_glass_c298 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.lite-07f5 {
    font-size: 1.5rem;
}

.overlay_541b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .notification-bottom-30e4 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.summary_dim_e4eb strong {
    color: #00ff88;
}

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

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

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

.notification-liquid-3e8f {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.medium-82d2::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;
}

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

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

.main_out_cc53.element_first_7f6e .main-focused-7c7a {
    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); }
}

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

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

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

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

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

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

.hidden_stale_d936 {
    font-size: 1.2rem;
}

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

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

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

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

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

.info-abcb.accordion-dim-ec39::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.info-abcb.thumbnail-small-3aec::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info-abcb.notice_inner_c2ee::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.info-abcb.gas-d976::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.secondary_glass_8d44 {
    font-size: 1.2rem;
}

.caption-hard-51d1 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.breadcrumb_e928.title-43f5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.breadcrumb_e928.fn-active-233a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.fast-2abc {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.main-dark-413a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.last-3d38 {
    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;
}

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

.last-3d38.header_new_4e63 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.slider-e41a { border-top: 3px solid #00ccff; }
.article-steel-6a72 { border-top: 3px solid #00ff88; }
.mini-af41 { border-top: 3px solid #d4af37; }
.highlight-2576 { border-top: 3px solid #ff6b6b; }
.article_ced1 { border-top: 3px solid #8b5cf6; }

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

.gas_a6f4 {
    overflow-x: auto;
}

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

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

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

.pattern-pink-85ce td {
    color: #ccc;
}

.pattern-pink-85ce .content_6dfa {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.pattern-pink-85ce tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.container-down-af74 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.surface-3ed6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.dropdown-light-0217 {
    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;
}

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

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

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

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

.block-cold-413e {
    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;
}

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

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

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

.upper_770b {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice_3808 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.layout-new-22b0 strong {
    color: #fff;
    display: block;
}

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

.surface-outer-45b9 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.surface-outer-45b9 .status-1f51 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.silver-bfb4 .fluid_5432 {
    margin-bottom: 10px;
}

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

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

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

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

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

.carousel_5d1b h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.widget-9dae {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

.rough-5a88 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar_prev_5d59 a {
    color: #ff6b6b;
}

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

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

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

.white_ccf4 {
    text-align: center;
}

.white_ccf4 .popup-dirty-2231 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-bronze-8be6 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .logo_4910 {
        flex-direction: column;
    }
    .feature-bronze-8be6 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.primary-mini-0c08 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.tertiary-905e .highlight-fc74 {
    color: #666;
    margin: 0 8px;
}

.tertiary-905e .secondary-motion-28a6 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.inner_600c {
    font-size: 2rem;
}

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

.hidden_west_0a94 strong {
    color: #d4af37;
}

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

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

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

.status-dim-5620 h3,
.banner_clean_7596 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.photo-34ef {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.wood_6554 strong {
    color: #00ff88;
}

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

.carousel-blue-315e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.container-0253 h3,
.list-dynamic-232f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.center_009a strong {
    color: #d4af37;
}

.focused-86cf {
    color: #aaa;
}

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

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

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

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

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

.progress-right-0dda {
    max-width: 900px;
    margin: 0 auto;
}

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

.hot_fd4f:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon_700e strong {
    color: #d4af37;
}

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

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

.filter-cdf3 strong {
    color: #00ff88;
}

.filter-cdf3 span {
    color: #d4af37;
}

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

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

.focused-4cb4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.tooltip-steel-9599 {
    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;
}

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

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

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

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

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

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

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

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

.heading-full-57ea {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.heading-full-57ea li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-static-22d5 {
    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;
}

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

.fresh-c838 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .content-5a40 {
        flex-direction: column;
    }
    
    .feature_easy_0455 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.article-hard-6469 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hidden_rough_6a2b {
        padding: 30px 15px;
    }
    
    .hidden_rough_6a2b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .inner-d2ad {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .aside_c805 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .shade_d130 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shade_d130 .filter_081a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .backdrop_4cc3 {
        font-size: 1.3rem;
    }
    
    .picture-blue-5291 {
        font-size: 0.7rem;
    }
    
    .widget_mini_570d {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget_mini_570d .aside-middle-dfda {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .blue_5d18 {
        display: none;
    }
    
    .outline_lite_a7b0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .caption_fast_c3e4 {
        padding: 20px 10px;
    }
    
    .focused-4cb4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .card-c328,
    .notification_clean_7ccb {
        padding: 15px;
    }
    
    .popup_focused_bd9d {
        flex-direction: column;
        gap: 5px;
    }
    
    .yellow_3feb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .west-a0f0 {
        padding: 30px 10px;
    }
    
    .footer_12b2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle-c101 {
        padding: 20px 15px;
    }
    
    .out_08d5 {
        font-size: 2rem;
    }
    
    .middle-c101 h3 {
        font-size: 1.1rem;
    }
    
    .middle-c101 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .middle-37f3 {
        padding: 20px 10px;
    }
    
    .red-1045 h2 {
        font-size: 1.3rem;
    }
    
    .component_650e {
        font-size: 0.9rem;
    }
    
    .hot_fd4f h3 {
        font-size: 1.1rem;
    }
    
    .hot_fd4f p {
        font-size: 0.9rem;
    }
    
    .footer_ef88 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .advanced-4c5a {
        grid-template-columns: 1fr;
    }
    
    .icon_700e {
        font-size: 0.85rem;
    }
    
    .gas-0ba4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .preview_54e6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .preview_54e6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .chip_7153 {
        padding: 30px 10px;
    }
    
    .cold_9489 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu-0146 {
        padding: 15px 10px;
    }
    
    .menu-0146 h4 {
        font-size: 0.9rem;
    }
    
    .menu-0146 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .left_ea9c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hovered-82a9 {
        padding: 30px 10px;
    }
    
    .modal_373a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .silver_cb27 {
        padding: 15px;
    }
    
    .grid_9f3f {
        font-size: 0.9rem;
    }
    
    .hot-5150 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hot-5150 .feature-87d6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .inner_2881 {
        padding: 30px 10px;
    }
    
    .inner_2881 h2 {
        font-size: 1.2rem;
    }
    
    .soft_4976 {
        gap: 10px;
    }
    
    .banner-right-084c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .banner-right-084c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .primary-a7cd {
        padding: 30px 10px;
    }
    
    .primary-a7cd h2 {
        font-size: 1.2rem;
    }
    
    .shade-3a2a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-inner-a0a4 {
        padding: 15px 10px;
    }
    
    .pattern-inner-a0a4 h4 {
        font-size: 0.85rem;
    }
    
    .pattern-inner-a0a4 p {
        font-size: 0.75rem;
    }
    
    .popup-selected-b68e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .static-81b1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .grid-upper-7f29 {
        padding: 20px 10px;
    }
    
    .dirty_a919 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .bright-679e,
    .plasma-edec,
    .sidebar_prev_5d59 {
        width: 100%;
    }
    
    .bright-679e h3 {
        font-size: 1.1rem;
    }
    
    .bright-679e p {
        font-size: 0.8rem;
    }
    
    .pro-f662 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .gradient-b2a8 {
        padding: 30px 15px;
    }
    
    .gradient-b2a8 h2 {
        font-size: 1.3rem;
    }
    
    .gradient-b2a8 p {
        font-size: 0.85rem;
    }
    
    .orange_7817 {
        flex-direction: column;
        gap: 10px;
    }
    
    .orange_7817 .aside-middle-dfda {
        width: 100%;
    }
    
    .huge-37b9 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .old_ae0e {
        padding: 30px 15px;
    }
    
    .advanced-5ffd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .purple-6a92 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hero_c056 h4 {
        font-size: 0.9rem;
    }
    
    .hero_c056 a {
        font-size: 0.8rem;
    }
    
    .aside-cool-0d19 {
        font-size: 0.8rem;
    }
    
    .glass-f21e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .soft_40d9 {
        padding: 8px 10px;
    }
    
    .status-6fed {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .surface_e6b2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .status-6fed {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .surface_e6b2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f167 */
.phantom-card-c6 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
