/* Inner Page Styles */

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

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

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

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

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

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

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

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

.over_c37e .yellow_cc99:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-action-f9f8 {
    color: var(--casino-gold-light);
}

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

.backdrop-action-f9f8 a:hover {
    color: var(--casino-gold-light);
}

.backdrop-action-f9f8.fn-active-7891 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_black_025f 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 */
.static-2f61 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.static-2f61 li {
    margin-bottom: var(--md-spacing-xs);
}

.static-2f61 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);
}

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

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

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

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

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

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

.mask_stale_9559 .title-69b5 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.mask_stale_9559 .title-69b5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.texture-complex-657d {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.tooltip_14a0 .title-69b5 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tooltip_14a0 .title-69b5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .under-a6e3 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .under-a6e3 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .under-a6e3 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .over_c37e {
        justify-content: center;
    }
    
    .simple_104a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .panel_solid_5d3c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .wide_3a7a {
        padding: var(--md-spacing-md) 0;
    }
    
    .sidebar_27d2 {
        padding: var(--md-spacing-md);
    }
    
    .silver-b01d {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget_black_025f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tooltip_14a0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .item-82dd {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .sidebar_27d2 {
        padding: var(--md-spacing-sm);
    }
    
    .widget_2c82 {
        padding: var(--md-spacing-md);
    }
    
    .widget_black_025f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.widget_2c82,
.widget_black_025f,
.tooltip_14a0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.chip_e9db {
    font-size: 1.5rem;
}

.next_3951 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.frame-rough-daa8 {
    padding: 30px 0;
}

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

.list-tall-a53f {
    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;
}

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

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

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

.list-tall-a53f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.thumbnail_inner_d3a3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.content-simple-7ad5 {
    text-align: center;
    margin-bottom: 30px;
}

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

.message_927f.progress-0b1c .carousel_08dd {
    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); }
}

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

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

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

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

.huge-fd3d 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;
}

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

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

.module-ccc4 {
    font-size: 1.2rem;
}

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

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

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

.secondary-purple-bd7c {
    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;
}

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

.secondary-purple-bd7c.aside-92dc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.secondary-purple-bd7c.focus_down_783c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.secondary-purple-bd7c.frame_8e7c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.secondary-purple-bd7c.progress-6daa::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dropdown-5b34 {
    font-size: 1.2rem;
}

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

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

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

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

.accordion-inner-73db.slider_60da { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accordion-inner-73db.fn-active-7891 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.element-easy-d65b {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-up-5e10 { border-top: 3px solid #00ccff; }
.active-37d9 { border-top: 3px solid #00ff88; }
.hot_7969 { border-top: 3px solid #d4af37; }
.carousel_e1f3 { border-top: 3px solid #ff6b6b; }
.accordion-basic-b713 { border-top: 3px solid #8b5cf6; }

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

.prev_fb0c {
    overflow-x: auto;
}

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

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

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

.detail-dd7c td {
    color: #ccc;
}

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

.detail-dd7c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.tooltip-prev-a632 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.title-dynamic-84a2 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.focus-white-cf00 {
    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;
}

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

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

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

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

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

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

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

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

.slider-brown-2cd0 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.info_fast_3ca2 {
    font-size: 1.5rem;
}

.motion-3b72 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.banner-tiny-eb4e {
    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;
}

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

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

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

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

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

.wood-9b32 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.wood-9b32 .gas-5c54 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.text-black-1dcd .surface_95b2 {
    margin-bottom: 10px;
}

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

.text-black-1dcd strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.gradient-35bf {
    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;
}

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

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

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

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

.container-mini-5f4b h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.item-cool-361e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.input-north-c69f {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.border-56f8 {
    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;
}

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

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

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

.warm_a395 a {
    color: #ff6b6b;
}

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

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

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

.image_east_8a3c {
    text-align: center;
}

.image_east_8a3c .center-44ae {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

.component-lite-fc32 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.disabled-purple-3c22 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

.highlight-hard-3c35 h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

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

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

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

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

.search-5e64 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.progress-cool-47db {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .wrapper-219b {
        flex-direction: column;
    }
    .progress-cool-47db {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.next-2e9d {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.border_e468 .aside_5eb2 {
    color: #666;
    margin: 0 8px;
}

.border_e468 .disabled_selected_2b95 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.grid-orange-9c7c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.banner-4c75 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.left_2c69 {
    font-size: 2rem;
}

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

.badge-965a strong {
    color: #d4af37;
}

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

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

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

.nav-3e07 h3,
.article_medium_fd5b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.active-tall-8873 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.sort-glass-b726 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.yellow-5cb0 strong {
    color: #d4af37;
    margin-right: 8px;
}

.modal-bronze-7f09 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.box_dark_5ae7 strong {
    color: #00ff88;
}

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

.row-pink-40a4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .row-pink-40a4 {
        grid-template-columns: 1fr;
    }
}

.focus-fresh-6d95 h3,
.secondary_4959 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.status-7e8d summary::-webkit-details-marker {
    display: none;
}

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

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

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

.pattern-dark-8b8b {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.pattern-dark-8b8b strong {
    color: #d4af37;
}

.breadcrumb_a374 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-a588 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;
}

.panel-a588 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.header_steel_1236 strong {
    color: #d4af37;
}

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

.short-1d64 {
    color: #888;
    font-size: 0.9rem;
}

.short-1d64 strong {
    color: #00ff88;
}

.short-1d64 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.video-action-864c {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.warm-290e {
    color: #999;
    font-size: 0.85rem;
}

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

.progress-prev-652f h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.tooltip-complex-bb32 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tooltip-complex-bb32 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-fluid-3a6c {
    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;
}

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

.slow_3a21 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.input-north-c69f {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

.blue-59cb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .aside_gas_1d09 {
        padding: 30px 15px;
    }
    
    .aside_gas_1d09 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .module_stone_e09a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .article-thick-b378 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .panel_b0e2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .panel_b0e2 .feature-4931 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pressed-5619 {
        font-size: 1.3rem;
    }
    
    .pagination-warm-afca {
        font-size: 0.7rem;
    }
    
    .notice-bottom-0503 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice-bottom-0503 .title-69b5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .soft_c71b {
        display: none;
    }
    
    .overlay-soft-3a38 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .paper_bf4c {
        padding: 20px 10px;
    }
    
    .surface_action_e38f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget-0c45,
    .progress-prev-652f {
        padding: 15px;
    }
    
    .video-action-864c {
        flex-direction: column;
        gap: 5px;
    }
    
    .red_d850 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .shadow_upper_b7e5 {
        padding: 30px 10px;
    }
    
    .pattern-b131 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tooltip-gold-394a {
        padding: 20px 15px;
    }
    
    .overlay-next-0df5 {
        font-size: 2rem;
    }
    
    .tooltip-gold-394a h3 {
        font-size: 1.1rem;
    }
    
    .tooltip-gold-394a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .icon-gas-180e {
        padding: 20px 10px;
    }
    
    .column-e5f1 h2 {
        font-size: 1.3rem;
    }
    
    .brown_3e3b {
        font-size: 0.9rem;
    }
    
    .iron_9e02 h3 {
        font-size: 1.1rem;
    }
    
    .iron_9e02 p {
        font-size: 0.9rem;
    }
    
    .panel-a588 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .status-74c1 {
        grid-template-columns: 1fr;
    }
    
    .header_steel_1236 {
        font-size: 0.85rem;
    }
    
    .input_bedd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .upper_8272 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .upper_8272 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .liquid-4e29 {
        padding: 30px 10px;
    }
    
    .description_a695 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .chip_e321 {
        padding: 15px 10px;
    }
    
    .chip_e321 h4 {
        font-size: 0.9rem;
    }
    
    .chip_e321 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .narrow-c455 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .caption_wide_028f {
        padding: 30px 10px;
    }
    
    .element_66c1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .outline_feb2 {
        padding: 15px;
    }
    
    .dropdown-2205 {
        font-size: 0.9rem;
    }
    
    .slider_yellow_7159 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slider_yellow_7159 .list_979e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .popup-67af {
        padding: 30px 10px;
    }
    
    .popup-67af h2 {
        font-size: 1.2rem;
    }
    
    .tag_1e0b {
        gap: 10px;
    }
    
    .link_left_7c2f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .link_left_7c2f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .label-green-4d0c {
        padding: 30px 10px;
    }
    
    .label-green-4d0c h2 {
        font-size: 1.2rem;
    }
    
    .sidebar-rough-7559 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification_lower_7ddc {
        padding: 15px 10px;
    }
    
    .notification_lower_7ddc h4 {
        font-size: 0.85rem;
    }
    
    .notification_lower_7ddc p {
        font-size: 0.75rem;
    }
    
    .active_9528 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .table_7c69 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tall_66ed {
        padding: 20px 10px;
    }
    
    .gradient_0542 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .west_8569,
    .static_594e,
    .warm_a395 {
        width: 100%;
    }
    
    .west_8569 h3 {
        font-size: 1.1rem;
    }
    
    .west_8569 p {
        font-size: 0.8rem;
    }
    
    .border-56f8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .info_wide_d9d2 {
        padding: 30px 15px;
    }
    
    .info_wide_d9d2 h2 {
        font-size: 1.3rem;
    }
    
    .info_wide_d9d2 p {
        font-size: 0.85rem;
    }
    
    .badge_advanced_40b7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .badge_advanced_40b7 .title-69b5 {
        width: 100%;
    }
    
    .description-1976 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .border-clean-8ab5 {
        padding: 30px 10px;
    }
    
    .border-clean-8ab5 h3 {
        font-size: 1.2rem;
    }
    
    .menu-2a32 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip_14a0 {
        padding: 15px 10px;
    }
    
    .tooltip_14a0 h4 {
        font-size: 0.85rem;
    }
    
    .tooltip_14a0 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .surface-gold-ffd3 {
        padding: 30px 15px;
    }
    
    .module_0886 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .search-e300 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .backdrop_in_3f08 h4 {
        font-size: 0.9rem;
    }
    
    .backdrop_in_3f08 a {
        font-size: 0.8rem;
    }
    
    .tertiary-over-335a {
        font-size: 0.8rem;
    }
    
    .white_b66a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .aside-cold-bb87 {
        padding: 8px 10px;
    }
    
    .accent_hard_6ff1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .shade_over_6295 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accent_hard_6ff1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .shade_over_6295 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4ce4 */
.phantom-card-y2 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.0;
}
