/* Inner Page Styles */

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

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

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

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

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

.complex-ed4d .smooth_5ecc {
    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;
}

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

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

.complex-ed4d .smooth_5ecc:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter_large_0812.fn-active-06c9 {
    color: var(--casino-gold-light);
}

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

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

.avatar-75f4 {
    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);
}

.avatar-75f4 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);
}

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

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

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

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

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

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

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

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

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

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

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

.border-basic-5239 {
    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%;
}

.border-basic-5239 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 */
.texture_next_548f {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.fixed-e7e0:hover::before {
    left: 100%;
}

.fixed-e7e0 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;
}

.fixed-e7e0 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;
}

.fixed-e7e0 .section-2647 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.fixed-e7e0 .section-2647:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.element-d538 .section-2647 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.element-d538 .section-2647:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .status-7d8a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .status-7d8a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .status-7d8a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .complex-ed4d {
        justify-content: center;
    }
    
    .surface_e074 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .alert-current-2740 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .middle-6a0e {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar-75f4 {
        padding: var(--md-spacing-md);
    }
    
    .status-1c21 {
        padding: var(--md-spacing-md) 0;
    }
    
    .border-basic-5239 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .element-d538 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .video_590b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .avatar-75f4 {
        padding: var(--md-spacing-sm);
    }
    
    .overlay-150a {
        padding: var(--md-spacing-md);
    }
    
    .border-basic-5239 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.overlay-150a,
.border-basic-5239,
.element-d538 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.picture-a12a {
    font-size: 1.5rem;
}

.main-solid-20f6 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.wood-0c04 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .hero-mini-7ec6 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.dim-e247 strong {
    color: #00ff88;
}

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

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

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

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

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

.down_e76c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.slider-steel-f4cc {
    text-align: center;
    margin-bottom: 30px;
}

.focus-under-4f96 {
    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;
}

.focus-under-4f96.slider_down_500b .last_ebc0 {
    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); }
}

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

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

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

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

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

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

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

.hard_105e {
    font-size: 1.2rem;
}

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

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

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

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

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

.stale_9df5.hover-solid-d090::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.stale_9df5.dropdown_7d1f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.stale_9df5.texture-717e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.stale_9df5.box_a49c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.widget-11f6 {
    font-size: 1.2rem;
}

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

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

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

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

.background-4309.input-ef0a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.background-4309.fn-active-06c9 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.info-hard-5482 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.thumbnail-plasma-565a {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.notice-warm-a497 {
    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;
}

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

.notice-warm-a497.old_4e03 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.hidden_short_87f6 { border-top: 3px solid #00ccff; }
.up-a75a { border-top: 3px solid #00ff88; }
.component-purple-7447 { border-top: 3px solid #d4af37; }
.frame-0a28 { border-top: 3px solid #ff6b6b; }
.narrow-3226 { border-top: 3px solid #8b5cf6; }

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

.menu-c9d2 {
    overflow-x: auto;
}

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

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

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

.focus_red_e52d td {
    color: #ccc;
}

.focus_red_e52d .notification-plasma-01c3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.up-076b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.menu-orange-49ee {
    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;
}

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

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

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

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

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

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

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

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

.top_b317 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.light-595e {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.pro-08eb {
    font-size: 1.5rem;
}

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

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

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

.old-96f0 {
    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;
}

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

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

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

.lower-0f25 strong {
    color: #fff;
    display: block;
}

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

.message-active-1e7d {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.message-active-1e7d .easy-2a9f {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.tabs_21ab .sidebar_top_0b5b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.slider-complex-05a2 {
    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;
}

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

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

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

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

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

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

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

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

.dirty-4f79 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.modal-dirty-8e07 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-glass-150e {
    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;
}

.modal-dirty-8e07 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.media-df6b a {
    color: #ff6b6b;
}

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

.card-dynamic-5ce3 {
    max-width: 800px;
    margin: 0 auto;
}

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

.box_52d8 {
    text-align: center;
}

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

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

.card-dynamic-5ce3 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.card-dynamic-5ce3 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.tooltip-28e9 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.banner-middle-7620 {
    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;
}

.banner-middle-7620.old_4e03 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .up-6dae {
        flex-direction: column;
    }
    .tiny_6992 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.text-iron-a988 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.banner-hard-ab8b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.action_b490 .pro-569a {
    color: #666;
    margin: 0 8px;
}

.action_b490 .title_8203 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.card-red-46f6 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.bronze_832f {
    font-size: 2rem;
}

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

.feature-fdda strong {
    color: #d4af37;
}

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

.filter-east-00b2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.message_414f h3,
.overlay-old-456e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.list-pink-c944 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.white-092d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.west_c215 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.filter-complex-f8f8 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.short-2553 h3,
.dim-7821 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.list-short-e5c6 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.image_active_b817 strong {
    color: #d4af37;
}

.large-4f15 {
    color: #aaa;
}

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

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

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

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

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

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

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

.image-in-c198:last-child {
    border-bottom: none;
}

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

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

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

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

.item-5d39 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.item-5d39 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;
}

.item-5d39 li strong {
    color: #00ff88;
}

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

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

.sort-plasma-4bc0 {
    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;
}

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

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

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

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

.menu-3e9c strong {
    color: #d4af37;
}

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

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

.section-2566 strong {
    color: #00ff88;
}

.section-2566 span {
    color: #d4af37;
}

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

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

.tiny-65ef {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.tertiary-iron-f0ed {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

.alert-warm-492b h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.black-5af2 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.black-5af2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.accordion-3eb2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-3eb2 li {
    margin-bottom: 5px;
}

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

.accordion-3eb2 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.picture_0b6c strong {
    color: #00ff88;
}

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

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

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

.media-plasma-b0a3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.hidden-181d {
    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;
}

.dirty-4f79 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

@media (max-width: 480px) {
    .footer_ef15 {
        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;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .progress-plasma-f78c {
        padding: 30px 15px;
    }
    
    .progress-plasma-f78c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .up-f3b3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tabs-17ff {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .up_af00 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .up_af00 .heading-wide-e55e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .content-hard-1557 {
        font-size: 1.3rem;
    }
    
    .highlight-a7ef {
        font-size: 0.7rem;
    }
    
    .old-1db2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .old-1db2 .section-2647 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tag_selected_10f3 {
        display: none;
    }
    
    .chip_tiny_aa8e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .silver-1db0 {
        padding: 20px 10px;
    }
    
    .tiny-65ef {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .large-90eb,
    .alert-warm-492b {
        padding: 15px;
    }
    
    .tertiary-iron-f0ed {
        flex-direction: column;
        gap: 5px;
    }
    
    .hero_3e89 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .column-e20e {
        padding: 30px 10px;
    }
    
    .accordion-pink-4d1a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown-old-340c {
        padding: 20px 15px;
    }
    
    .carousel_pro_d45e {
        font-size: 2rem;
    }
    
    .dropdown-old-340c h3 {
        font-size: 1.1rem;
    }
    
    .dropdown-old-340c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .form-d9c8 {
        padding: 20px 5px;
    }
    
    .form-d9c8 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .menu-down-5542 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .focus_red_e52d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .focus_red_e52d th,
    .focus_red_e52d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .highlight-7dcc {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .gold_dfaf {
        padding: 20px 10px;
    }
    
    .box-top-7533 h2 {
        font-size: 1.3rem;
    }
    
    .narrow-28d2 {
        font-size: 0.9rem;
    }
    
    .image-in-c198 h3 {
        font-size: 1.1rem;
    }
    
    .image-in-c198 p {
        font-size: 0.9rem;
    }
    
    .item-5d39 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .nav_north_9f5e {
        grid-template-columns: 1fr;
    }
    
    .menu-3e9c {
        font-size: 0.85rem;
    }
    
    .blue-0ae4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort-plasma-4bc0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .sort-plasma-4bc0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .input_a46b {
        padding: 30px 10px;
    }
    
    .item-0f29 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label_pressed_728c {
        padding: 15px 10px;
    }
    
    .label_pressed_728c h4 {
        font-size: 0.9rem;
    }
    
    .label_pressed_728c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .feature_advanced_ba87 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .item-0f29 {
        grid-template-columns: 1fr;
    }
    
    .label_pressed_728c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .overlay-22f3 {
        padding: 30px 10px;
    }
    
    .image-stale-7362 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message-out-ffdc {
        padding: 15px;
    }
    
    .overlay_first_e00d {
        font-size: 0.9rem;
    }
    
    .surface_1c0a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface_1c0a .info_7db3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .badge-red-1a43 {
        padding: 30px 10px;
    }
    
    .badge-red-1a43 h2 {
        font-size: 1.2rem;
    }
    
    .card-0c82 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .orange-98aa {
        padding: 15px 10px;
    }
    
    .orange-98aa h4 {
        font-size: 0.85rem;
    }
    
    .orange-98aa p {
        font-size: 0.75rem;
    }
    
    .soft_ed30 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .mask-a46e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .block_b498 {
        padding: 20px 10px;
    }
    
    .advanced-602a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .caption_last_a088,
    .modal-dirty-8e07,
    .media-df6b {
        width: 100%;
    }
    
    .caption_last_a088 h3 {
        font-size: 1.1rem;
    }
    
    .caption_last_a088 p {
        font-size: 0.8rem;
    }
    
    .status-glass-150e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .bright-569b {
        padding: 30px 10px;
    }
    
    .bright-569b h3 {
        font-size: 1.2rem;
    }
    
    .background-selected-bb8d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element-d538 {
        padding: 15px 10px;
    }
    
    .element-d538 h4 {
        font-size: 0.85rem;
    }
    
    .element-d538 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .texture_prev_74f1 {
        padding: 30px 15px;
    }
    
    .form-medium-20e6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .focused_a076 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .paragraph_36c5 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph_36c5 a {
        font-size: 0.8rem;
    }
    
    .small-7296 {
        font-size: 0.8rem;
    }
    
    .rough-238d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .module-7d8a {
        padding: 8px 10px;
    }
    
    .east-d01a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .card_58d1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .east-d01a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .card_58d1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b7ac */
.ghost-box-g1 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.0;
}
