/* Inner Page Styles */

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

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

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

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

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

.preview-6433 .glass-77f4 {
    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;
}

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

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

.preview-6433 .glass-77f4:hover::before {
    left: 100%;
}

.preview-6433 .glass-77f4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.mask-3cca {
    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);
}

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

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

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

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

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

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

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

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

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

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

.disabled-18a7 {
    color: var(--casino-gold-light);
}

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

.disabled-18a7 a:hover {
    color: var(--casino-gold-light);
}

.disabled-18a7.fn-active-9360 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item_fresh_c89a 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 */
.notice-6b63 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-6b63 li {
    margin-bottom: var(--md-spacing-xs);
}

.notice-6b63 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);
}

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

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

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

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

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

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

.item_873f .progress-dynamic-fa2c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.item_873f .progress-dynamic-fa2c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.preview-warm-c442 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.background_f5f1 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

.background_f5f1 .progress-dynamic-fa2c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.background_f5f1 .progress-dynamic-fa2c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .media_832b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .media_832b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .media_832b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .preview-6433 {
        justify-content: center;
    }
    
    .mask-3cca {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu_red_ab11 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .modal-ef11 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal_warm_0b39 {
        padding: var(--md-spacing-md);
    }
    
    .frame_warm_a2ff {
        padding: var(--md-spacing-md) 0;
    }
    
    .item_fresh_c89a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .background_f5f1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accent-focused-301e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .modal_warm_0b39 {
        padding: var(--md-spacing-sm);
    }
    
    .element_1432 {
        padding: var(--md-spacing-md);
    }
    
    .item_fresh_c89a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.element_1432,
.item_fresh_c89a,
.background_f5f1 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.new_4194 {
    font-size: 1.5rem;
}

.card_ae30 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-light-b8ee {
    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;
}

.outline-light-b8ee strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.popup-slow-5b1f {
    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;
}

.popup-slow-5b1f.feature_soft_6afb .pattern-6029 {
    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); }
}

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

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

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

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

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

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

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

.notice_de0b {
    font-size: 1.2rem;
}

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

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

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

.accent-tiny-4601 {
    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;
}

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

.accent-tiny-4601.component_806e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.accent-tiny-4601.narrow_584c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accent-tiny-4601.plasma-cb76::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.accent-tiny-4601.pagination_huge_16da::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.outline-cool-647e {
    font-size: 1.2rem;
}

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

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

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

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

.bottom_d4fa.modal-6bbb { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bottom_d4fa.fn-active-9360 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.title-445c {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pink-361a { border-top: 3px solid #00ccff; }
.list-d6c0 { border-top: 3px solid #00ff88; }
.hard-e7a6 { border-top: 3px solid #d4af37; }
.carousel-liquid-fa6b { border-top: 3px solid #ff6b6b; }
.video-99bf { border-top: 3px solid #8b5cf6; }

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

.slider_next_3720 {
    overflow-x: auto;
}

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

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

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

.stale_7959 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.brown-638e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.solid-782d {
    font-size: 2rem;
}

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

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

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

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

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

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

.background-mini-225b {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.feature-gas-0f3f {
    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;
}

.feature-gas-0f3f::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);
}

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

.feature-gas-0f3f h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

.accordion-pressed-3fc6 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.photo-babc {
    font-size: 1.5rem;
}

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

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

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

.logo-20a8 {
    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;
}

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

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

.feature-dim-84c5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.menu-stale-9689 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.popup-fresh-d058 .clean_7776 {
    margin-bottom: 10px;
}

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

.popup-fresh-d058 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.slider-2f51 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.texture-pressed-4d5a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.texture-pressed-4d5a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.widget-thick-a63c {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.lite_94f4 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

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

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

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

.rough_dd0a a {
    color: #ff6b6b;
}

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

.paragraph-east-3f9f {
    max-width: 800px;
    margin: 0 auto;
}

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

.popup-pressed-23a2 {
    text-align: center;
}

.popup-pressed-23a2 .chip-56d1 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.popup-pressed-23a2 .tooltip_c138 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.paragraph-east-3f9f h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.paragraph-east-3f9f > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.border-3c9f {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.feature-full-4727 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.widget-in-73d7 {
    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;
}

.widget-in-73d7.tertiary_4a02 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.center-ba7d .widget-slow-5ddf {
    color: #666;
    margin: 0 8px;
}

.center-ba7d .new-5e20 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.notice-under-7e97 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.dropdown_af86 {
    font-size: 2rem;
}

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

.focus_0026 strong {
    color: #d4af37;
}

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

.gold-528b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.wide-6f03 h3,
.dim-fbba h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.footer-09ce {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.backdrop-full-5724 strong {
    color: #d4af37;
    margin-right: 8px;
}

.wood-5e84 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.secondary_5711 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.paper-77e9 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.popup-green-d739 h3,
.column-0e69 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.heading_652d strong {
    color: #d4af37;
}

.aside-15ae {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-225c {
    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;
}

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

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

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

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

.iron_ef89 strong {
    color: #d4af37;
}

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

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

.advanced-e7be strong {
    color: #00ff88;
}

.advanced-e7be span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.notification-silver-93b5 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.image-fluid-32ff {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.up-1492 li {
    margin-bottom: 5px;
}

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

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

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

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

.box-light-2b61 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.box-light-2b61 strong {
    color: #00ff88;
}

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

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

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

.header-complex-1d77 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.bottom-48a6 {
    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;
}

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

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

@media (max-width: 768px) {
    .header-complex-1d77 {
        flex-direction: column;
    }
    
    .bottom-48a6 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.card-smooth-219f {
    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;
}

.card-smooth-219f: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) {
    .card-smooth-219f {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .card-smooth-219f {
        width: 120px;
        height: 120px;
    }
}

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

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

.notification_easy_b8f9 .gallery-prev-566e {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .shade-tiny-b89f {
        padding: 30px 15px;
    }
    
    .shade-tiny-b89f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .row-black-40ba {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .slider_next_39d6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hidden-7a71 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hidden-7a71 .steel_ae27 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .status_full_38e1 {
        font-size: 1.3rem;
    }
    
    .overlay-47dd {
        font-size: 0.7rem;
    }
    
    .fresh-40f8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fresh-40f8 .progress-dynamic-fa2c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .link_9070 {
        display: none;
    }
    
    .link_middle_6cb4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .nav_1d12 {
        padding: 20px 10px;
    }
    
    .main_top_7d81 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-under-86a5,
    .pressed-cfc6 {
        padding: 15px;
    }
    
    .image-fluid-32ff {
        flex-direction: column;
        gap: 5px;
    }
    
    .texture_4bb2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .info_huge_5228 {
        padding: 30px 10px;
    }
    
    .hovered-777d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fresh_7900 {
        padding: 20px 15px;
    }
    
    .pattern_middle_313a {
        font-size: 2rem;
    }
    
    .fresh_7900 h3 {
        font-size: 1.1rem;
    }
    
    .fresh_7900 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .text_orange_940d {
        padding: 20px 10px;
    }
    
    .bronze_f72d h2 {
        font-size: 1.3rem;
    }
    
    .secondary-black-0e84 {
        font-size: 0.9rem;
    }
    
    .footer_47dd h3 {
        font-size: 1.1rem;
    }
    
    .footer_47dd p {
        font-size: 0.9rem;
    }
    
    .dim_6b39 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .out_9277 {
        grid-template-columns: 1fr;
    }
    
    .iron_ef89 {
        font-size: 0.85rem;
    }
    
    .heading-inner-27c2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-225c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .progress-225c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thumbnail_3646 {
        padding: 30px 10px;
    }
    
    .media-complex-add8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search_pressed_ce96 {
        padding: 15px 10px;
    }
    
    .search_pressed_ce96 h4 {
        font-size: 0.9rem;
    }
    
    .search_pressed_ce96 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .heading_selected_a2a9 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .mini-6777 {
        padding: 30px 10px;
    }
    
    .grid_1286 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wood-caf0 {
        padding: 15px;
    }
    
    .feature_yellow_d67a {
        font-size: 0.9rem;
    }
    
    .media_5207 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media_5207 .filter-wide-7312 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .accent-hard-bcbe {
        padding: 30px 10px;
    }
    
    .accent-hard-bcbe h2 {
        font-size: 1.2rem;
    }
    
    .primary-down-7c96 {
        gap: 10px;
    }
    
    .secondary_last_02af summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .secondary_last_02af p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .mask-green-d2bc {
        padding: 30px 10px;
    }
    
    .mask-green-d2bc h2 {
        font-size: 1.2rem;
    }
    
    .fresh_356f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_feee {
        padding: 15px 10px;
    }
    
    .active_feee h4 {
        font-size: 0.85rem;
    }
    
    .active_feee p {
        font-size: 0.75rem;
    }
    
    .hard_2bd7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .warm_9e50 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .action-162e {
        padding: 20px 10px;
    }
    
    .slider_f6a7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .list_yellow_cb8a,
    .block_3f9f,
    .rough_dd0a {
        width: 100%;
    }
    
    .list_yellow_cb8a h3 {
        font-size: 1.1rem;
    }
    
    .list_yellow_cb8a p {
        font-size: 0.8rem;
    }
    
    .lite_94f4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .label_glass_0cae {
        padding: 30px 15px;
    }
    
    .label_glass_0cae h2 {
        font-size: 1.3rem;
    }
    
    .label_glass_0cae p {
        font-size: 0.85rem;
    }
    
    .advanced-6b4d {
        flex-direction: column;
        gap: 10px;
    }
    
    .advanced-6b4d .progress-dynamic-fa2c {
        width: 100%;
    }
    
    .layout-bbd7 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .dim-f5cc {
        padding: 30px 15px;
    }
    
    .bronze_ddfb {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .icon-c554 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .accordion_c297 h4 {
        font-size: 0.9rem;
    }
    
    .accordion_c297 a {
        font-size: 0.8rem;
    }
    
    .warm_23d9 {
        font-size: 0.8rem;
    }
    
    .rough-d090 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .focus_motion_685f {
        padding: 8px 10px;
    }
    
    .info-hard-52d1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .pro_dbba {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info-hard-52d1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pro_dbba {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8759 */
.phantom-card-j5 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
