/* Inner Page Styles */

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

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

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

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

.narrow-29f6 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.narrow-29f6 .pattern-0794 {
    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;
}

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

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

.narrow-29f6 .pattern-0794:hover::before {
    left: 100%;
}

.narrow-29f6 .pattern-0794:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow_top_e960.fn-active-7a72 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary-8f36 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.summary-8f36 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 */
.focus_stale_01fd {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.complex-8ec0:hover::before {
    left: 100%;
}

.complex-8ec0 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;
}

.complex-8ec0 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;
}

.complex-8ec0 .row-soft-a006 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.complex-8ec0 .row-soft-a006:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.title_narrow_d4a0 .row-soft-a006 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.title_narrow_d4a0 .row-soft-a006:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .input_focused_b294 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .input_focused_b294 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .input_focused_b294 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .narrow-29f6 {
        justify-content: center;
    }
    
    .header_d60a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .input_57f8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .carousel_f13c {
        padding: var(--md-spacing-md) 0;
    }
    
    .section_out_1e19 {
        padding: var(--md-spacing-md);
    }
    
    .content_white_11bf {
        padding: var(--md-spacing-md) 0;
    }
    
    .summary-8f36 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .title_narrow_d4a0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .nav-fixed-3826 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .section_out_1e19 {
        padding: var(--md-spacing-sm);
    }
    
    .component_large_26e1 {
        padding: var(--md-spacing-md);
    }
    
    .summary-8f36 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.component_large_26e1,
.summary-8f36,
.title_narrow_d4a0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.sidebar_prev_5134 {
    font-size: 1.5rem;
}

.west_d48d strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .detail-brown-445a {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .purple-5fd7 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.gallery-9c30 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.fresh-3fa6 {
    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;
}

.fresh-3fa6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.stone-6aff {
    text-align: center;
    margin-bottom: 30px;
}

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

.chip_9b87.light-a6c9 .over_4004 {
    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); }
}

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

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

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

.video-lite-014e {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-lite-014e 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;
}

.video-lite-014e 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);
}

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

.bronze_8416 {
    font-size: 1.2rem;
}

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

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

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

.hot_0de9 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.hot_0de9.popup_ee20::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hot_0de9.glass_7350::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hot_0de9.dim_9fe2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hot_0de9.disabled-brown-1687::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.box_warm_12e5 {
    font-size: 1.2rem;
}

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

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

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

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

.gold_208d.purple_df1b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gold_208d.fn-active-7a72 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.icon-2eeb {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.pagination-1ed8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.form-dirty-69a7 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.highlight-8b50 {
    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;
}

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

.highlight-8b50.status-green-d7f0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.tabs-hot-8eda {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.mini-9440 { border-top: 3px solid #00ccff; }
.pressed_306e { border-top: 3px solid #00ff88; }
.fresh-6e53 { border-top: 3px solid #d4af37; }
.active-thick-4505 { border-top: 3px solid #ff6b6b; }
.middle-7bcd { border-top: 3px solid #8b5cf6; }

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

.popup_c972 {
    overflow-x: auto;
}

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

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

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

.dark_d686 td {
    color: #ccc;
}

.dark_d686 .chip-hot-485a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.box-short-6f5c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.tabs-68a0 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.cool-8a85 {
    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;
}

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

.article-brown-176c {
    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;
}

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

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

.item-large-0ff2 {
    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;
}

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

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

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

.caption_eb2f {
    font-size: 2rem;
}

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

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

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

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

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

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

.active-pressed-31df {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.short-2f1a {
    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;
}

.short-2f1a::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);
}

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

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

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

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

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

.top-11f1 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.dirty-e8c6 {
    font-size: 1.5rem;
}

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

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

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

.tabs-96de {
    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;
}

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

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

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

.form-easy-4323 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.disabled-5486 .banner_hot_c151 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mask-4fb7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.content-orange-b0de {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.steel-eaab a {
    color: #ff6b6b;
}

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

.inner-75bb {
    max-width: 800px;
    margin: 0 auto;
}

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

.nav-stone-d800 {
    text-align: center;
}

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

.nav-stone-d800 .module_pro_1262 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.inner-75bb > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.secondary-green-85f0 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.first-3e05 {
    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;
}

.first-3e05.status-green-d7f0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .tiny_81c7 {
        flex-direction: column;
    }
    .sort-9b6a {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.blue_fc6c .caption_6c33 {
    color: #666;
    margin: 0 8px;
}

.blue_fc6c .description_55fe {
    color: #ff6b6b;
    text-decoration: line-through;
}

.image-859c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.shade-advanced-379b strong {
    color: #d4af37;
    margin-right: 8px;
}

.video-lower-d6ad {
    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;
}

.iron_4c38 {
    font-size: 2rem;
}

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

.article-7411 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.secondary-d696 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.black-a4fb strong {
    color: #d4af37;
}

.active-d050 {
    color: #aaa;
}

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

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

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

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

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

.pressed-9cc9 {
    max-width: 900px;
    margin: 0 auto;
}

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

.column-old-0630:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-8c2b strong {
    color: #d4af37;
}

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

.dropdown-paper-667c {
    color: #888;
    font-size: 0.9rem;
}

.dropdown-paper-667c strong {
    color: #00ff88;
}

.dropdown-paper-667c span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.image-simple-80b6 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.background-302e {
    color: #999;
    font-size: 0.85rem;
}

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

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

.main-hard-f1a6 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.main-hard-f1a6 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-b428 strong {
    color: #00ff88;
}

.section-dim-84b6 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.tertiary-over-2044 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.content-orange-b0de {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tertiary-over-2044 {
        flex-direction: column;
    }
    
    .thick_b993 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.stone-6ffa {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hidden-new-894c {
        padding: 30px 15px;
    }
    
    .hidden-new-894c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .primary-stale-be9a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .liquid_a942 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .box-fcbc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .box-fcbc .glass_1400 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .image_bb1e {
        font-size: 1.3rem;
    }
    
    .background-8aae {
        font-size: 0.7rem;
    }
    
    .east_dde9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .east_dde9 .row-soft-a006 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .gradient_tall_c3d2 {
        display: none;
    }
    
    .filter_short_8b89 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .selected-43b4 {
        padding: 20px 10px;
    }
    
    .overlay-bfe0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header_045b,
    .middle_3086 {
        padding: 15px;
    }
    
    .image-simple-80b6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .motion-a1e5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .slow_d2d6 {
        padding: 30px 10px;
    }
    
    .white-0ac8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .action-0f6b {
        padding: 20px 15px;
    }
    
    .last-7607 {
        font-size: 2rem;
    }
    
    .action-0f6b h3 {
        font-size: 1.1rem;
    }
    
    .action-0f6b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .middle_9c44 {
        padding: 20px 10px;
    }
    
    .primary_over_0c90 h2 {
        font-size: 1.3rem;
    }
    
    .badge-cold-1bca {
        font-size: 0.9rem;
    }
    
    .column-old-0630 h3 {
        font-size: 1.1rem;
    }
    
    .column-old-0630 p {
        font-size: 0.9rem;
    }
    
    .tag_3e9b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .secondary_yellow_5993 {
        grid-template-columns: 1fr;
    }
    
    .next-8c2b {
        font-size: 0.85rem;
    }
    
    .progress_warm_1fd5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary-7674 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .secondary-7674 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .paragraph_fast_5daf {
        padding: 30px 10px;
    }
    
    .gallery-center-721f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fast_f3e2 {
        padding: 15px 10px;
    }
    
    .fast_f3e2 h4 {
        font-size: 0.9rem;
    }
    
    .fast_f3e2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .form-208e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gallery-center-721f {
        grid-template-columns: 1fr;
    }
    
    .fast_f3e2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .block-iron-fdcb {
        padding: 30px 10px;
    }
    
    .short_0201 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading_a2cd {
        padding: 15px;
    }
    
    .item-202e {
        font-size: 0.9rem;
    }
    
    .accent-0c14 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accent-0c14 .photo_fluid_fc1f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .frame_motion_9e82 {
        padding: 30px 10px;
    }
    
    .frame_motion_9e82 h2 {
        font-size: 1.2rem;
    }
    
    .banner-362f {
        gap: 10px;
    }
    
    .stone-d1cd summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .stone-d1cd p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .preview_bd95 {
        padding: 30px 10px;
    }
    
    .preview_bd95 h2 {
        font-size: 1.2rem;
    }
    
    .glass_e27f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .overlay-active-fb97 {
        padding: 15px 10px;
    }
    
    .overlay-active-fb97 h4 {
        font-size: 0.85rem;
    }
    
    .overlay-active-fb97 p {
        font-size: 0.75rem;
    }
    
    .down-b112 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .fresh_0b19 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .notice_fixed_0ebc {
        padding: 20px 10px;
    }
    
    .aside-center-c3b5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pro_d0fa,
    .next_d270,
    .steel-eaab {
        width: 100%;
    }
    
    .pro_d0fa h3 {
        font-size: 1.1rem;
    }
    
    .pro_d0fa p {
        font-size: 0.8rem;
    }
    
    .shade-c012 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .mini-c48d {
        padding: 30px 15px;
    }
    
    .mini-c48d h2 {
        font-size: 1.3rem;
    }
    
    .mini-c48d p {
        font-size: 0.85rem;
    }
    
    .dropdown_bright_a59e {
        flex-direction: column;
        gap: 10px;
    }
    
    .dropdown_bright_a59e .row-soft-a006 {
        width: 100%;
    }
    
    .top-e7af {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .heading_green_4e61 {
        padding: 30px 15px;
    }
    
    .paragraph_9ff6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .current_5f1e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pro-6b5e h4 {
        font-size: 0.9rem;
    }
    
    .pro-6b5e a {
        font-size: 0.8rem;
    }
    
    .banner-blue-eb4d {
        font-size: 0.8rem;
    }
    
    .in-b6f7 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .dynamic_1821 {
        padding: 8px 10px;
    }
    
    .input_e8dd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .search-clean-f183 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .input_e8dd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .search-clean-f183 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6cdd */
.phantom-card-h8 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.0;
}
