/* Inner Page Styles */

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

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

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

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

.sort-black-6c68 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.sort-black-6c68 .overlay_blue_7abd {
    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;
}

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

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

.sort-black-6c68 .overlay_blue_7abd:hover::before {
    left: 100%;
}

.sort-black-6c68 .overlay_blue_7abd:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.in-80c1 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.selected-34f6 {
    color: var(--casino-gold-light);
}

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

.selected-34f6 a:hover {
    color: var(--casino-gold-light);
}

.selected-34f6.fn-active-8154 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-34ee {
    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%;
}

.breadcrumb-34ee 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 */
.border_complex_8707 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.liquid-36f2:hover::before {
    left: 100%;
}

.liquid-36f2 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;
}

.liquid-36f2 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;
}

.liquid-36f2 .secondary_778e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.liquid-36f2 .secondary_778e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.message-684b {
    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);
}

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

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

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

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

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

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

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

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

.list_rough_7beb .secondary_778e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .old_2261 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .old_2261 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .old_2261 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .sort-black-6c68 {
        justify-content: center;
    }
    
    .in-80c1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dirty-2331 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .out-06c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gold-e117 {
        padding: var(--md-spacing-md);
    }
    
    .description-dark-2417 {
        padding: var(--md-spacing-md) 0;
    }
    
    .breadcrumb-34ee {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .list_rough_7beb {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .mask_748a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gold-e117 {
        padding: var(--md-spacing-sm);
    }
    
    .video_over_6ebe {
        padding: var(--md-spacing-md);
    }
    
    .breadcrumb-34ee {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.video_over_6ebe,
.breadcrumb-34ee,
.list_rough_7beb {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.middle-57de {
    font-size: 1.5rem;
}

.easy-ead6 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.east-4917 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.first-434f {
    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;
}

.first-434f strong {
    color: #00ff88;
}

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

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

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

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

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

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

.slider-under-82bb {
    text-align: center;
    margin-bottom: 30px;
}

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

.green-d751.outline_b70a .logo-9552 {
    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); }
}

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

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

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

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

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

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

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

.stale_4fa5 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .gradient-blue-73ce {
        grid-template-columns: 1fr;
    }
}

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

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

.out_451c.background_69b0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.out_451c.popup_steel_ceff::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.out_451c.thumbnail-ef60::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.out_451c.last-1e93::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hover_cool_2125 {
    font-size: 1.2rem;
}

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

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

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

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

.aside-white-6693.avatar-b353 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.aside-white-6693.fn-active-8154 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.medium-5f98 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.accent_24a4 { border-top: 3px solid #00ccff; }
.box_3386 { border-top: 3px solid #00ff88; }
.banner-fresh-9170 { border-top: 3px solid #d4af37; }
.copper-60e8 { border-top: 3px solid #ff6b6b; }
.component_475d { border-top: 3px solid #8b5cf6; }

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

.upper-b3ee {
    overflow-x: auto;
}

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

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

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

.soft_7a4e td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag-last-75c5 {
    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;
}

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

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

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

.top-be4d {
    font-size: 2rem;
}

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

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

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

.input-8fe6 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.layout_59e8 {
    font-size: 1.5rem;
}

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

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

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

.panel-right-c933 {
    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;
}

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

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

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

.badge-static-3515 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.slider-a5f5 .icon-6f34 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.pagination-last-5c02 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.smooth-3b2a {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.info-blue-1afe {
    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;
}

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

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

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

.static-5789 a {
    color: #ff6b6b;
}

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

.surface-dim-9060 {
    max-width: 800px;
    margin: 0 auto;
}

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

.card_580b {
    text-align: center;
}

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

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

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

.surface-dim-9060 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.south-94ca {
    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;
}

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

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

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

.stone-42a0 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.pattern-silver-97a7 {
    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;
}

.pattern-silver-97a7.panel_liquid_7504 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.over-6dff {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.article_advanced_8e71 .lower_db76 {
    color: #666;
    margin: 0 8px;
}

.article_advanced_8e71 .tall-a7ec {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.shade-out-0043 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.pressed_22c2 {
    font-size: 2rem;
}

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

.icon_wood_a434 strong {
    color: #d4af37;
}

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

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

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

.preview-static-c870 h3,
.overlay-0d69 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.image-fixed-e1ac {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.notification_outer_3e4e strong {
    color: #00ff88;
}

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

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

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

.large-5cce h3,
.huge-5a82 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.hover-out-54e6 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.liquid-f603 strong {
    color: #d4af37;
}

.short-5712 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-4367 strong {
    color: #d4af37;
}

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

.modal-basic-9905 {
    color: #888;
    font-size: 0.9rem;
}

.modal-basic-9905 strong {
    color: #00ff88;
}

.modal-basic-9905 span {
    color: #d4af37;
}

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

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

.disabled-down-2987 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.detail-full-81cf {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.hidden-fluid-3e77 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-advanced-d0cc {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

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

.feature_85bd strong {
    color: #00ff88;
}

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

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

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

.item-small-86df {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.smooth-3b2a {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .item-small-86df {
        flex-direction: column;
    }
    
    .table-b01c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.old-0d6a {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .secondary-red-d678 {
        padding: 30px 15px;
    }
    
    .secondary-red-d678 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hard-a888 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .iron_0e15 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .shade_east_5186 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shade_east_5186 .surface_3591 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .banner_99c6 {
        font-size: 1.3rem;
    }
    
    .black_feac {
        font-size: 0.7rem;
    }
    
    .text-in-6ecb {
        flex-direction: column;
        gap: 10px;
    }
    
    .text-in-6ecb .secondary_778e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .texture-c05b {
        display: none;
    }
    
    .overlay-85cf {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .new_ec5c {
        padding: 20px 10px;
    }
    
    .disabled-down-2987 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .out_068b,
    .title_573a {
        padding: 15px;
    }
    
    .detail-full-81cf {
        flex-direction: column;
        gap: 5px;
    }
    
    .hidden-fluid-3e77 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .video_red_bc22 {
        padding: 30px 10px;
    }
    
    .primary-south-fcca {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button_c9e8 {
        padding: 20px 15px;
    }
    
    .summary_steel_dce8 {
        font-size: 2rem;
    }
    
    .button_c9e8 h3 {
        font-size: 1.1rem;
    }
    
    .button_c9e8 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .outer-a370 {
        padding: 20px 10px;
    }
    
    .preview-111b h2 {
        font-size: 1.3rem;
    }
    
    .feature_2e26 {
        font-size: 0.9rem;
    }
    
    .item_rough_7a4e h3 {
        font-size: 1.1rem;
    }
    
    .item_rough_7a4e p {
        font-size: 0.9rem;
    }
    
    .box_prev_b3d2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .popup-bbf7 {
        grid-template-columns: 1fr;
    }
    
    .notice-4367 {
        font-size: 0.85rem;
    }
    
    .paragraph_north_95f4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wood-1733 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .wood-1733 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .filter_new_1047 {
        padding: 30px 10px;
    }
    
    .prev-0979 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .out_239f {
        padding: 15px 10px;
    }
    
    .out_239f h4 {
        font-size: 0.9rem;
    }
    
    .out_239f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .accordion_copper_bbb9 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hero_south_fb3b {
        padding: 30px 10px;
    }
    
    .in_a49c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel-stale-47fb {
        padding: 15px;
    }
    
    .overlay_slow_9267 {
        font-size: 0.9rem;
    }
    
    .huge-6e0c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .huge-6e0c .text_8d4e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .content-bdf9 {
        padding: 30px 10px;
    }
    
    .content-bdf9 h2 {
        font-size: 1.2rem;
    }
    
    .current-63c4 {
        gap: 10px;
    }
    
    .row-88dc summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .row-88dc p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .iron-8eb5 {
        padding: 30px 10px;
    }
    
    .iron-8eb5 h2 {
        font-size: 1.2rem;
    }
    
    .motion_7e1e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel-red-787e {
        padding: 15px 10px;
    }
    
    .carousel-red-787e h4 {
        font-size: 0.85rem;
    }
    
    .carousel-red-787e p {
        font-size: 0.75rem;
    }
    
    .chip-a76d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .video-6c4a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .red-e964 {
        padding: 20px 10px;
    }
    
    .section_f10c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .old_7801,
    .cold-1021,
    .static-5789 {
        width: 100%;
    }
    
    .old_7801 h3 {
        font-size: 1.1rem;
    }
    
    .old_7801 p {
        font-size: 0.8rem;
    }
    
    .info-blue-1afe {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .steel-a4b3 {
        padding: 30px 10px;
    }
    
    .steel-a4b3 h3 {
        font-size: 1.2rem;
    }
    
    .purple-8a9f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list_rough_7beb {
        padding: 15px 10px;
    }
    
    .list_rough_7beb h4 {
        font-size: 0.85rem;
    }
    
    .list_rough_7beb p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .detail_over_d010 {
        padding: 30px 15px;
    }
    
    .caption_5c15 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .accordion-1f10 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .feature-mini-f8a5 h4 {
        font-size: 0.9rem;
    }
    
    .feature-mini-f8a5 a {
        font-size: 0.8rem;
    }
    
    .logo_5333 {
        font-size: 0.8rem;
    }
    
    .stale-8eef p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .image-gold-c1cf {
        padding: 8px 10px;
    }
    
    .sort_left_f61d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .pattern_a705 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .sort_left_f61d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pattern_a705 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e2ff */
.promo-block-o3 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.3;
}
