/* Inner Page Styles */

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

.primary-35d0 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);
}

.primary-35d0 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);
}

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

.east-97d8 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.east-97d8 .link-brown-6dd6 {
    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;
}

.east-97d8 .link-brown-6dd6::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.east-97d8 .link-brown-6dd6:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.east-97d8 .link-brown-6dd6:hover::before {
    left: 100%;
}

.east-97d8 .link-brown-6dd6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.chip-tiny-8137 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth_d0b0.fn-active-2b4a {
    color: var(--casino-gold-light);
}

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

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

.badge-f33a {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.badge-f33a h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

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

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

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

.summary_4e52 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 */
.module-east-1862 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-east-1862 li {
    margin-bottom: var(--md-spacing-xs);
}

.module-east-1862 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);
}

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

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

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

.hovered-7e69:hover::before {
    left: 100%;
}

.hovered-7e69 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;
}

.hovered-7e69 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;
}

.hovered-7e69 .active-simple-da0e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hovered-7e69 .active-simple-da0e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.card-west-4d18 {
    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);
}

.card-west-4d18:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.modal_warm_4261 .active-simple-da0e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.modal_warm_4261 .active-simple-da0e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .primary-35d0 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .primary-35d0 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .primary-35d0 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .east-97d8 {
        justify-content: center;
    }
    
    .chip-tiny-8137 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .widget-rough-ea00 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .detail_feef {
        padding: var(--md-spacing-md) 0;
    }
    
    .badge-f33a {
        padding: var(--md-spacing-md);
    }
    
    .widget-60d4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .summary_4e52 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .modal_warm_4261 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .feature-purple-60b6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .badge-f33a {
        padding: var(--md-spacing-sm);
    }
    
    .message_fast_a115 {
        padding: var(--md-spacing-md);
    }
    
    .summary_4e52 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.message_fast_a115,
.summary_4e52,
.modal_warm_4261 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.dynamic-64f5::-webkit-scrollbar {
    width: 8px;
}

.dynamic-64f5::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.accordion-advanced-cf6c {
    font-size: 1.5rem;
}

.north-f57c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lite-6eae {
    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;
}

.lite-6eae strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.hero_bright_a154.box_old_4ff5 .gradient_dim_38b2 {
    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); }
}

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

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

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

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

.texture-7fad 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;
}

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

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

.layout_c8af {
    font-size: 1.2rem;
}

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

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

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

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

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

.hot_8334.hard_ba33::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hot_8334.heading_20ea::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hot_8334.list-49a8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hot_8334.focus-current-5e63::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.liquid-c8a8 {
    font-size: 1.2rem;
}

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

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

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

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

.table-7ae9.image_c34d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table-7ae9.fn-active-2b4a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.status-middle-5713 {
    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;
}

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

.status-middle-5713.media-2cac {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.upper_814b { border-top: 3px solid #00ccff; }
.hero-tiny-6cd7 { border-top: 3px solid #00ff88; }
.large_80d0 { border-top: 3px solid #d4af37; }
.shadow-e98c { border-top: 3px solid #ff6b6b; }
.north_9e9b { border-top: 3px solid #8b5cf6; }

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

.pattern_2e15 {
    overflow-x: auto;
}

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

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

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

.hot-a04e td {
    color: #ccc;
}

.hot-a04e .preview-15fa {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

@media (max-width: 576px) {
    .caption-complex-6d40 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

.header-small-771f h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.header-small-771f p {
    color: #888;
    font-size: 0.9rem;
}

.paragraph-white-4a9f {
    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;
}

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

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

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

.info_dirty_020c {
    font-size: 2rem;
}

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

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

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

.block-next-bfbf {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.background-selected-8a30 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.stale-40f2 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.left_965a .search_7648 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid_6bda a {
    color: #ff6b6b;
}

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

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

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

.logo_38c7 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selected-6fdf {
    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;
}

.selected-6fdf.media-2cac {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.icon-tall-30da {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .copper-c13e {
        flex-direction: column;
    }
    .notification-53dc {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.layout_bronze_e60a .carousel_bright_e49c {
    color: #666;
    margin: 0 8px;
}

.layout_bronze_e60a .easy_1e84 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.background_66f3 {
    font-size: 2rem;
}

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

.modal_d8c8 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.info-62e7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.shadow_31af strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.short-5a99 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.pagination-c029 strong {
    color: #d4af37;
}

.block-fe82 {
    color: #aaa;
}

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

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

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

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

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

.large-773a {
    max-width: 900px;
    margin: 0 auto;
}

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

.action-3d5f:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.summary-gas-7bfc {
    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;
}

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

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

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

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

.outline-dirty-bd85 strong {
    color: #d4af37;
}

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

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

.article_outer_d0b4 strong {
    color: #00ff88;
}

.article_outer_d0b4 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-wood-ab03 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-db27 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.sidebar_dfc4 strong {
    color: #00ff88;
}

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

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

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

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

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

.accent-inner-c930 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .layout-green-ef26 {
        padding: 30px 15px;
    }
    
    .layout-green-ef26 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .image_focused_af1c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .secondary_focused_6e8e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .message_hard_bfeb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message_hard_bfeb .static-7ba4 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .first_5923 {
        font-size: 1.3rem;
    }
    
    .copper_9689 {
        font-size: 0.7rem;
    }
    
    .glass_8b71 {
        flex-direction: column;
        gap: 10px;
    }
    
    .glass_8b71 .active-simple-da0e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .row_d58e {
        display: none;
    }
    
    .hero-iron-d194 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .status_new_ee3e {
        padding: 20px 10px;
    }
    
    .motion-bd38 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .footer_dc77,
    .description-827f {
        padding: 15px;
    }
    
    .border_tiny_b56e {
        flex-direction: column;
        gap: 5px;
    }
    
    .overlay-wood-ab03 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .simple-9c5f {
        padding: 30px 10px;
    }
    
    .cold_aad6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface_focused_8efa {
        padding: 20px 15px;
    }
    
    .active_0e5b {
        font-size: 2rem;
    }
    
    .surface_focused_8efa h3 {
        font-size: 1.1rem;
    }
    
    .surface_focused_8efa p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .white-6d4b {
        padding: 20px 10px;
    }
    
    .fresh-bd85 h2 {
        font-size: 1.3rem;
    }
    
    .summary-7a55 {
        font-size: 0.9rem;
    }
    
    .action-3d5f h3 {
        font-size: 1.1rem;
    }
    
    .action-3d5f p {
        font-size: 0.9rem;
    }
    
    .photo_3089 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .left-27b4 {
        grid-template-columns: 1fr;
    }
    
    .outline-dirty-bd85 {
        font-size: 0.85rem;
    }
    
    .item_hovered_b850 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary-gas-7bfc {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .summary-gas-7bfc strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .complex_68c4 {
        padding: 30px 10px;
    }
    
    .solid_9343 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow-hovered-b127 {
        padding: 15px 10px;
    }
    
    .shadow-hovered-b127 h4 {
        font-size: 0.9rem;
    }
    
    .shadow-hovered-b127 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .bright-277b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .solid_9343 {
        grid-template-columns: 1fr;
    }
    
    .shadow-hovered-b127 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .element-lite-cac1 {
        padding: 30px 10px;
    }
    
    .slow_b646 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bottom_e6a5 {
        padding: 15px;
    }
    
    .image_ade1 {
        font-size: 0.9rem;
    }
    
    .hover-east-19ae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hover-east-19ae .modal_under_3a84 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .upper_bbce {
        padding: 30px 10px;
    }
    
    .upper_bbce h2 {
        font-size: 1.2rem;
    }
    
    .brown-8e7b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header_green_125d {
        padding: 15px 10px;
    }
    
    .header_green_125d h4 {
        font-size: 0.85rem;
    }
    
    .header_green_125d p {
        font-size: 0.75rem;
    }
    
    .blue-9d22 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .action_658b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .middle-b51c {
        padding: 20px 10px;
    }
    
    .table-2ba9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .badge_ca3f,
    .easy-db2e,
    .grid_6bda {
        width: 100%;
    }
    
    .badge_ca3f h3 {
        font-size: 1.1rem;
    }
    
    .badge_ca3f p {
        font-size: 0.8rem;
    }
    
    .block_efd3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .sidebar-huge-c2f7 {
        padding: 30px 15px;
    }
    
    .sidebar-huge-c2f7 h2 {
        font-size: 1.3rem;
    }
    
    .sidebar-huge-c2f7 p {
        font-size: 0.85rem;
    }
    
    .text-complex-67ae {
        flex-direction: column;
        gap: 10px;
    }
    
    .text-complex-67ae .active-simple-da0e {
        width: 100%;
    }
    
    .old-5570 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .fixed_06dd {
        padding: 30px 10px;
    }
    
    .fixed_06dd h3 {
        font-size: 1.2rem;
    }
    
    .header-cool-c813 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .modal_warm_4261 {
        padding: 15px 10px;
    }
    
    .modal_warm_4261 h4 {
        font-size: 0.85rem;
    }
    
    .modal_warm_4261 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .module-7512 {
        padding: 30px 15px;
    }
    
    .yellow_e4a9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .mini-d9ab {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .list-9735 h4 {
        font-size: 0.9rem;
    }
    
    .list-9735 a {
        font-size: 0.8rem;
    }
    
    .blue_c155 {
        font-size: 0.8rem;
    }
    
    .selected_62f9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .alert_over_d597 {
        padding: 8px 10px;
    }
    
    .hard-7852 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .component-clean-74ad {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hard-7852 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .component-clean-74ad {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 97ac */
.promo-block-j8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
