/* Inner Page Styles */

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

.gas-95de 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);
}

.gas-95de 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);
}

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

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

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

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

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

.south_707b .list_simple_3dd8:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-1283.fn-active-60e2 {
    color: var(--casino-gold-light);
}

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

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

.static-0e3b {
    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);
}

.static-0e3b 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag_clean_bd2b .under_067c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tag_clean_bd2b .under_067c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.picture-dynamic-29da {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.wide-2c6b {
    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);
}

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

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

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

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

.wide-2c6b .under_067c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gas-95de {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gas-95de h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gas-95de h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .south_707b {
        justify-content: center;
    }
    
    .tertiary_glass_dcb3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .column_right_772c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .complex_cb61 {
        padding: var(--md-spacing-md) 0;
    }
    
    .static-0e3b {
        padding: var(--md-spacing-md);
    }
    
    .video_a253 {
        padding: var(--md-spacing-md) 0;
    }
    
    .outline_d0a1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .wide-2c6b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .prev_c516 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .static-0e3b {
        padding: var(--md-spacing-sm);
    }
    
    .tiny-807a {
        padding: var(--md-spacing-md);
    }
    
    .outline_d0a1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tiny-807a,
.outline_d0a1,
.wide-2c6b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.rough-3b6a::-webkit-scrollbar {
    width: 8px;
}

.rough-3b6a::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.title_6ac9 {
    font-size: 1.5rem;
}

.large-1df9 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.thumbnail-simple-b9c3 {
    padding: 30px 0;
}

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

.light-3dbf {
    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;
}

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

.light-3dbf ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.light-3dbf li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.old_dfa7 strong {
    color: #00ff88;
}

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

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

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

.content-south-662e {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.border-in-27fa {
    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-left-3a76 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.backdrop-left-3a76::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;
}

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

.text-cold-ed58 {
    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;
}

.text-cold-ed58.disabled_1b74 .sidebar-plasma-8f5b {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

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

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

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

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

.paragraph_small_c732 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

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

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

.disabled_outer_fdaa {
    font-size: 1.2rem;
}

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

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

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

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

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

.outer-09f2.bottom_191e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.outer-09f2.section-copper-23c3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outer-09f2.disabled_44f1::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.outer-09f2.menu-c664::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.image_cold_5f9c {
    font-size: 1.2rem;
}

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

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

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

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

.wrapper_58f6.message-c4a6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wrapper_58f6.fn-active-60e2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.video_east_55ec.dropdown-cold-954d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.avatar-motion-964b {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.section_static_6581 { border-top: 3px solid #00ccff; }
.bottom_20e3 { border-top: 3px solid #00ff88; }
.button_old_86cf { border-top: 3px solid #d4af37; }
.sidebar-f078 { border-top: 3px solid #ff6b6b; }
.hovered-269a { border-top: 3px solid #8b5cf6; }

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

.shadow_4d2e {
    overflow-x: auto;
}

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

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

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

.tertiary_up_e192 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.input-upper-3d87 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.border-red-14a5 {
    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;
}

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

.pattern-66c2 {
    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;
}

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

.sort-7b5b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.yellow_b7dc {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.huge_1786 {
    font-size: 1.5rem;
}

.active-motion-e04a {
    color: #888;
    font-size: 0.9rem;
}

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

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

.card-blue-2339 {
    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;
}

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

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

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

.dropdown-899c strong {
    color: #fff;
    display: block;
}

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

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

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

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

.heading-c58e .info-paper-06bb {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.medium_2261 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

.detail-new-9e45 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.hero-fluid-236f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.block-fluid-b365 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.block-fluid-b365 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.heading_138c a {
    color: #ff6b6b;
}

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

.disabled-slow-9d74 {
    max-width: 800px;
    margin: 0 auto;
}

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

.list-b693 {
    text-align: center;
}

.list-b693 .input-bronze-064f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.list-b693 .advanced-bc95 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.disabled-slow-9d74 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.disabled-slow-9d74 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.pattern-9bb3 {
    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;
}

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

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

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

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

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

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

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

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

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

.active-e781.dropdown-cold-954d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.tabs-thick-4038 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .progress-4dff {
        flex-direction: column;
    }
    .picture_67f0 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.photo-brown-f32b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.carousel-soft-0cc6 .progress_next_2c2a {
    color: #666;
    margin: 0 8px;
}

.carousel-soft-0cc6 .menu-active-666e {
    color: #ff6b6b;
    text-decoration: line-through;
}

.row-steel-088a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.menu_simple_a4ea {
    font-size: 2rem;
}

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

.wide_1a07 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.advanced_cb48 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.backdrop-purple-78bc {
    background: #0a0a0a;
    padding: 30px 0;
}

.fresh-2dca {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.hard_b731 strong {
    color: #d4af37;
}

.carousel_f84d {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.purple-6669 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;
}

.purple-6669 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.plasma-2b6d strong {
    color: #d4af37;
}

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

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

.outline_bottom_5c1f strong {
    color: #00ff88;
}

.outline_bottom_5c1f span {
    color: #d4af37;
}

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

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

.progress-0d6d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.text-hard-d787 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .icon-right-9a80 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.dropdown_15b3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.purple-0dcd .active-selected-957f {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .dark_9847 {
        padding: 30px 15px;
    }
    
    .dark_9847 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gallery-a072 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .current-e7a0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .fast-74ce {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fast-74ce .description-38aa {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .advanced-d9c6 {
        font-size: 1.3rem;
    }
    
    .status-black-d1a0 {
        font-size: 0.7rem;
    }
    
    .slider-9157 {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider-9157 .under_067c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .panel_bright_342b {
        display: none;
    }
    
    .tertiary-motion-cf91 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .text_cool_ed5e {
        padding: 20px 10px;
    }
    
    .progress-0d6d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search-d3c9,
    .outline_6cb3 {
        padding: 15px;
    }
    
    .mini-a531 {
        flex-direction: column;
        gap: 5px;
    }
    
    .short_a1b6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .banner_green_da95 {
        padding: 30px 10px;
    }
    
    .widget_hovered_e614 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .summary_2549 {
        padding: 20px 15px;
    }
    
    .sort_center_5f43 {
        font-size: 2rem;
    }
    
    .summary_2549 h3 {
        font-size: 1.1rem;
    }
    
    .summary_2549 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .fixed-fa81 {
        padding: 20px 10px;
    }
    
    .feature_5623 h2 {
        font-size: 1.3rem;
    }
    
    .row_east_ea71 {
        font-size: 0.9rem;
    }
    
    .first_de9e h3 {
        font-size: 1.1rem;
    }
    
    .first_de9e p {
        font-size: 0.9rem;
    }
    
    .purple-6669 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .simple_17ef {
        grid-template-columns: 1fr;
    }
    
    .plasma-2b6d {
        font-size: 0.85rem;
    }
    
    .carousel_cold_6c26 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert_last_7a52 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .alert_last_7a52 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .shade-0022 {
        padding: 30px 10px;
    }
    
    .out_fa76 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification_7872 {
        padding: 15px 10px;
    }
    
    .notification_7872 h4 {
        font-size: 0.9rem;
    }
    
    .notification_7872 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .badge-stale-5b66 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .bright_74e4 {
        padding: 30px 10px;
    }
    
    .menu_iron_9d15 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture_33f6 {
        padding: 15px;
    }
    
    .outline-a35c {
        font-size: 0.9rem;
    }
    
    .cold-fb20 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .cold-fb20 .red_1bbb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .search-6a3b {
        padding: 30px 10px;
    }
    
    .search-6a3b h2 {
        font-size: 1.2rem;
    }
    
    .block_hard_654c {
        gap: 10px;
    }
    
    .image_9e3b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .image_9e3b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .panel_8378 {
        padding: 30px 10px;
    }
    
    .panel_8378 h2 {
        font-size: 1.2rem;
    }
    
    .active-south-91bd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card-e7c1 {
        padding: 15px 10px;
    }
    
    .card-e7c1 h4 {
        font-size: 0.85rem;
    }
    
    .card-e7c1 p {
        font-size: 0.75rem;
    }
    
    .article-b591 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .old-6c90 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .active-south-91bd {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .middle-dec5 {
        padding: 20px 10px;
    }
    
    .silver-b955 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .item-c535,
    .block-fluid-b365,
    .heading_138c {
        width: 100%;
    }
    
    .item-c535 h3 {
        font-size: 1.1rem;
    }
    
    .item-c535 p {
        font-size: 0.8rem;
    }
    
    .full_7714 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .accordion_79fc {
        padding: 30px 15px;
    }
    
    .accordion_79fc h2 {
        font-size: 1.3rem;
    }
    
    .accordion_79fc p {
        font-size: 0.85rem;
    }
    
    .stale_adcb {
        flex-direction: column;
        gap: 10px;
    }
    
    .stale_adcb .under_067c {
        width: 100%;
    }
    
    .icon_7422 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tag-upper-d335 {
        padding: 30px 10px;
    }
    
    .tag-upper-d335 h3 {
        font-size: 1.2rem;
    }
    
    .icon_short_b6b6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wide-2c6b {
        padding: 15px 10px;
    }
    
    .wide-2c6b h4 {
        font-size: 0.85rem;
    }
    
    .wide-2c6b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .media-complex-09e8 {
        padding: 30px 15px;
    }
    
    .tooltip-purple-15ce {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .panel_middle_b62e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .item-f398 h4 {
        font-size: 0.9rem;
    }
    
    .item-f398 a {
        font-size: 0.8rem;
    }
    
    .narrow-9b10 {
        font-size: 0.8rem;
    }
    
    .thumbnail-842d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .inner-07ac {
        padding: 8px 10px;
    }
    
    .video_soft_5c78 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .picture_purple_8081 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .video_soft_5c78 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .picture_purple_8081 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5d1d */
.ghost-box-q3 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
