/* Inner Page Styles */

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

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

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

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

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

.mask-a329 .badge-stone-6071 {
    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;
}

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

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

.mask-a329 .badge-stone-6071:hover::before {
    left: 100%;
}

.mask-a329 .badge-stone-6071:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.surface-2390 {
    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-2390:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

.preview_fluid_bfe2.fn-active-c6db {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.detail-old-03de {
    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);
}

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

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

.detail-old-03de p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.blue_f7a5 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 */
.pro-effc {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.content-a6fe:hover::before {
    left: 100%;
}

.content-a6fe 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;
}

.content-a6fe 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;
}

.content-a6fe .glass-3c2e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.content-a6fe .glass-3c2e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.message_dad0 .glass-3c2e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.message_dad0 .glass-3c2e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .wood-1908 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .wood-1908 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .wood-1908 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mask-a329 {
        justify-content: center;
    }
    
    .surface-2390 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .sort_outer_b6f5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .detail_dynamic_f602 {
        padding: var(--md-spacing-md) 0;
    }
    
    .video-adbd {
        padding: var(--md-spacing-md);
    }
    
    .old_6746 {
        padding: var(--md-spacing-md) 0;
    }
    
    .blue_f7a5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .message_dad0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gold_1cb1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .video-adbd {
        padding: var(--md-spacing-sm);
    }
    
    .detail-old-03de {
        padding: var(--md-spacing-md);
    }
    
    .blue_f7a5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.detail-old-03de,
.blue_f7a5,
.message_dad0 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.logo-outer-8cbe::-webkit-scrollbar {
    width: 8px;
}

.logo-outer-8cbe::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.logo-outer-8cbe::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.logo-outer-8cbe::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.grid-outer-df92 {
    font-size: 1.5rem;
}

.icon_2a0c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern_left_c0e4 strong {
    color: #00ff88;
}

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

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

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

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

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

.hot-3e6f::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;
}

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

.border-4ca0 {
    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;
}

.border-4ca0.heading_liquid_1cf5 .notice_c726 {
    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); }
}

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

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

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

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

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

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

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

.primary-lower-0c06 {
    font-size: 1.2rem;
}

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

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

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

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

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

.gradient_d561.background_soft_f4b5::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gradient_d561.gradient_dynamic_aebf::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient_d561.accordion_1849::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gradient_d561.outer_3be1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.huge-8912 {
    font-size: 1.2rem;
}

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

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

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

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

.active_8cd8.accordion-bronze-b2e1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active_8cd8.fn-active-c6db { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.overlay-short-c95a {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.widget-5a8e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.disabled-active-2deb {
    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;
}

.disabled-active-2deb:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.disabled-active-2deb.widget-50e9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.info-thick-289a { border-top: 3px solid #00ccff; }
.silver-13e6 { border-top: 3px solid #00ff88; }
.over_e386 { border-top: 3px solid #d4af37; }
.notice_e990 { border-top: 3px solid #ff6b6b; }
.menu_red_bac5 { border-top: 3px solid #8b5cf6; }

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

.pressed_4430 {
    overflow-x: auto;
}

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

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

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

.row-bottom-731b td {
    color: #ccc;
}

.row-bottom-731b .new_15fb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.row-bottom-731b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.summary-green-2322 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.block-small-0376 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.logo-3bed {
    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;
}

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

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

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

.outer-2e07 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.status-active-04a6 {
    font-size: 2rem;
}

.logo-first-4ffa strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.logo-first-4ffa p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary_bronze_111e {
    font-size: 1.5rem;
}

.thick-9fe6 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.column_4014 .title-rough-e598 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.iron-288c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pagination_glass_5dd6 a {
    color: #ff6b6b;
}

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

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

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

.solid_92bc {
    text-align: center;
}

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

.solid_92bc .in-78ef {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-liquid-265e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.shade_stone_0642.widget-50e9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.slider_db0f .tooltip_warm_00bc {
    color: #666;
    margin: 0 8px;
}

.slider_db0f .dirty_b6e3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.backdrop-stale-1995 {
    font-size: 2rem;
}

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

.east-cbda strong {
    color: #d4af37;
}

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

.description-blue-8e56 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.soft_274e h3,
.breadcrumb-narrow-fc46 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.shadow-prev-7262 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.secondary-out-47e2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.down-22a1 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.form-static-c09e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.wide-691b h3,
.mini_c5a7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.menu-3c9d summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.shadow_cddf strong {
    color: #d4af37;
}

.info_green_c8cd {
    color: #aaa;
}

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

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

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

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

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

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

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

.status-large-d501:last-child {
    border-bottom: none;
}

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

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

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

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

.texture-94b0 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

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

.texture-94b0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.north_0acf strong {
    color: #d4af37;
}

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

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

.shadow_09e0 strong {
    color: #00ff88;
}

.shadow_09e0 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.popup-over-4fd0 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.border-0aeb {
    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);
}

.slow-158b {
    color: #999;
    font-size: 0.85rem;
}

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

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

.paragraph-54b1 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.paragraph-54b1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

@media (max-width: 480px) {
    .detail-silver-479d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

.shade-dim-70a5 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.shade-dim-70a5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.banner-12b9 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .section-7902 {
        padding: 30px 15px;
    }
    
    .section-7902 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .content-c042 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .west-4fff {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .container_e147 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .container_e147 .dynamic-e2bc {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .input_dynamic_e516 {
        font-size: 1.3rem;
    }
    
    .nav-outer-b9ca {
        font-size: 0.7rem;
    }
    
    .tertiary_0c50 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary_0c50 .glass-3c2e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .modal_f81b {
        display: none;
    }
    
    .header-pink-17bc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .background_full_cbb3 {
        padding: 20px 10px;
    }
    
    .background_30ff {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pink-189d,
    .section-100a {
        padding: 15px;
    }
    
    .grid_orange_bbea {
        flex-direction: column;
        gap: 5px;
    }
    
    .border-0aeb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .cool-5586 {
        padding: 30px 10px;
    }
    
    .menu-10ec {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture-4c65 {
        padding: 20px 15px;
    }
    
    .fixed_541f {
        font-size: 2rem;
    }
    
    .texture-4c65 h3 {
        font-size: 1.1rem;
    }
    
    .texture-4c65 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .out-9850 {
        padding: 20px 10px;
    }
    
    .title_pressed_0160 h2 {
        font-size: 1.3rem;
    }
    
    .alert-cdf5 {
        font-size: 0.9rem;
    }
    
    .status-large-d501 h3 {
        font-size: 1.1rem;
    }
    
    .status-large-d501 p {
        font-size: 0.9rem;
    }
    
    .texture-94b0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .panel_dcc7 {
        grid-template-columns: 1fr;
    }
    
    .north_0acf {
        font-size: 0.85rem;
    }
    
    .overlay-cold-2e88 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_dfa5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .badge_dfa5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .disabled-out-6b0e {
        padding: 30px 10px;
    }
    
    .tag-glass-5230 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hover-over-ae1b {
        padding: 15px 10px;
    }
    
    .hover-over-ae1b h4 {
        font-size: 0.9rem;
    }
    
    .hover-over-ae1b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .advanced-e4b1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tag-glass-5230 {
        grid-template-columns: 1fr;
    }
    
    .hover-over-ae1b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .selected-f59d {
        padding: 30px 10px;
    }
    
    .focus-green-f1cc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .silver_8f4a {
        padding: 15px;
    }
    
    .huge-6ff0 {
        font-size: 0.9rem;
    }
    
    .row-fast-e6d4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .row-fast-e6d4 .small-6350 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .row_liquid_e268 {
        padding: 30px 10px;
    }
    
    .row_liquid_e268 h2 {
        font-size: 1.2rem;
    }
    
    .stone-84fa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .preview-2acb {
        padding: 15px 10px;
    }
    
    .preview-2acb h4 {
        font-size: 0.85rem;
    }
    
    .preview-2acb p {
        font-size: 0.75rem;
    }
    
    .bottom-7f70 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .alert_afe8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .banner_98cb {
        padding: 20px 10px;
    }
    
    .notice_paper_3b67 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .table-black-b6a3,
    .copper-d48a,
    .pagination_glass_5dd6 {
        width: 100%;
    }
    
    .table-black-b6a3 h3 {
        font-size: 1.1rem;
    }
    
    .table-black-b6a3 p {
        font-size: 0.8rem;
    }
    
    .paragraph_ff13 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .widget-ff09 {
        padding: 30px 15px;
    }
    
    .widget-ff09 h2 {
        font-size: 1.3rem;
    }
    
    .widget-ff09 p {
        font-size: 0.85rem;
    }
    
    .tooltip-simple-0186 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tooltip-simple-0186 .glass-3c2e {
        width: 100%;
    }
    
    .notification-ebe8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pagination-inner-974b {
        padding: 30px 15px;
    }
    
    .mini_6d81 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .right-00e8 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .widget_basic_3fdc h4 {
        font-size: 0.9rem;
    }
    
    .widget_basic_3fdc a {
        font-size: 0.8rem;
    }
    
    .wrapper-aeee {
        font-size: 0.8rem;
    }
    
    .message_fresh_c43a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .message-huge-862b {
        padding: 8px 10px;
    }
    
    .tooltip-bottom-df25 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .title_paper_bf9f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tooltip-bottom-df25 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .title_paper_bf9f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 68ca */
.widget-item-m9 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
