/* Inner Page Styles */

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

.summary-small-5e1d 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);
}

.summary-small-5e1d 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);
}

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

.modal-ac1e {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.modal-ac1e .black_3d0b {
    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;
}

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

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

.modal-ac1e .black_3d0b:hover::before {
    left: 100%;
}

.modal-ac1e .black_3d0b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.layout-08b3 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_old_69ec.fn-active-c70d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.nav-old-29e3 {
    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);
}

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

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

.nav-old-29e3 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.content-6836 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 */
.breadcrumb-iron-26dc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-iron-26dc li {
    margin-bottom: var(--md-spacing-xs);
}

.breadcrumb-iron-26dc 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);
}

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

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

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

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

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

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

.tag_eee5 .input_lower_1133 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tag_eee5 .input_lower_1133:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.soft-21f5 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.component_65a2 .input_lower_1133 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.component_65a2 .input_lower_1133:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .summary-small-5e1d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .summary-small-5e1d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .summary-small-5e1d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .modal-ac1e {
        justify-content: center;
    }
    
    .layout-08b3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dark_d5e0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .progress_warm_e754 {
        padding: var(--md-spacing-md) 0;
    }
    
    .smooth_7c6e {
        padding: var(--md-spacing-md);
    }
    
    .nav_bottom_7898 {
        padding: var(--md-spacing-md) 0;
    }
    
    .content-6836 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .component_65a2 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .bright-d6d8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .smooth_7c6e {
        padding: var(--md-spacing-sm);
    }
    
    .nav-old-29e3 {
        padding: var(--md-spacing-md);
    }
    
    .content-6836 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.nav-old-29e3,
.content-6836,
.component_65a2 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.message-next-cd28::-webkit-scrollbar {
    width: 8px;
}

.message-next-cd28::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.gradient-dynamic-3c93 {
    font-size: 1.5rem;
}

.module_620d strong {
    color: #00ff88;
}

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

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

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

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

.detail-upper-7ea4 {
    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;
}

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

.detail-upper-7ea4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.detail-upper-7ea4 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.copper-67a1 {
    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;
}

.copper-67a1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.title_2d7a.in-d184 .old_c4c3 {
    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); }
}

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

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

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

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

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

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

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

.progress-7fa7 {
    font-size: 1.2rem;
}

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

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

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

.light-5b28 {
    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;
}

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

.light-5b28.pattern-0e5d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.light-5b28.glass_91e2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.light-5b28.description_2fa5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.light-5b28.main-61c8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.current_2b4f {
    font-size: 1.2rem;
}

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

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

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

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

.avatar_cold_50d8.light_da9c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.avatar_cold_50d8.fn-active-c70d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.hidden-huge-f424 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.mini-037a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.focus-bb96.content-simple-050d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.disabled-fluid-06ca {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.heading-west-6119 { border-top: 3px solid #00ccff; }
.search_soft_339e { border-top: 3px solid #00ff88; }
.border_yellow_e1da { border-top: 3px solid #d4af37; }
.panel_7773 { border-top: 3px solid #ff6b6b; }
.card-white-cfca { border-top: 3px solid #8b5cf6; }

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

.slider_fresh_4008 {
    overflow-x: auto;
}

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

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

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

.surface_clean_f4a8 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.prev-187a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.tabs-fixed-1da7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.wrapper-fixed-56ba {
    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;
}

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

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

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

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

.tooltip-55bb {
    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;
}

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

@media (max-width: 768px) {
    .hero-lite-05fb {
        grid-template-columns: 1fr;
    }
}

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

.frame_243c {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-67ca {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.mini-676d {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.search-out-b983 .last-dca3 {
    margin-bottom: 10px;
}

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

.search-out-b983 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.wrapper-3a86 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.accent-fluid-ccd6 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.bronze-dbed {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

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

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

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

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

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

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

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

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

.under_5c08 a {
    color: #ff6b6b;
}

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

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

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

.badge_112c {
    text-align: center;
}

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

.badge_112c .in-002b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.description-gas-ad7b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basic-c128.content-simple-050d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.pro-45f7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.card_0ea9 .notification-441d {
    color: #666;
    margin: 0 8px;
}

.card_0ea9 .highlight-silver-1c9c {
    color: #ff6b6b;
    text-decoration: line-through;
}

.logo-active-a90a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.progress-old-85e3 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.warm_cf31 {
    font-size: 2rem;
}

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

.filter-77a4 strong {
    color: #d4af37;
}

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

.tag-under-0d41 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .tag-under-0d41 {
        grid-template-columns: 1fr;
    }
}

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

.hot-0da1 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.red_b60b strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.picture-full-799c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.feature_lower_b182 h3,
.caption-under-c1d2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.content-huge-3277 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.up-9ce4 strong {
    color: #d4af37;
}

.section_63e5 {
    color: #aaa;
}

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

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

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

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

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

.table-13da {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-complex-5599 strong {
    color: #d4af37;
}

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

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

.hidden_ee9a strong {
    color: #00ff88;
}

.hidden_ee9a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-clean-a9f7 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.aside-clean-a9f7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-action-d60d strong {
    color: #00ff88;
}

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

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

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

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

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

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

.accent-fluid-ccd6 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .progress_2f53 {
        padding: 30px 15px;
    }
    
    .progress_2f53 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .action_343a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .disabled-6125 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .frame_iron_a488 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .frame_iron_a488 .section_huge_8a5d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .panel-red-3912 {
        font-size: 1.3rem;
    }
    
    .container_slow_a6ae {
        font-size: 0.7rem;
    }
    
    .outer_43c0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .outer_43c0 .input_lower_1133 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .secondary_liquid_98a9 {
        display: none;
    }
    
    .sort_04eb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .active-1284 {
        padding: 20px 10px;
    }
    
    .surface_down_203a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active-9dfa,
    .button-8aff {
        padding: 15px;
    }
    
    .tabs_0f3e {
        flex-direction: column;
        gap: 5px;
    }
    
    .hero_c116 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gradient_paper_530a {
        padding: 30px 10px;
    }
    
    .wood_3103 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider_8e94 {
        padding: 20px 15px;
    }
    
    .fluid_da57 {
        font-size: 2rem;
    }
    
    .slider_8e94 h3 {
        font-size: 1.1rem;
    }
    
    .slider_8e94 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .dropdown-f0b6 {
        padding: 20px 5px;
    }
    
    .dropdown-f0b6 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .active-middle-6bda {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .surface_clean_f4a8 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .surface_clean_f4a8 th,
    .surface_clean_f4a8 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .border_east_d13c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .progress-dim-4e14 {
        padding: 20px 10px;
    }
    
    .container-4573 h2 {
        font-size: 1.3rem;
    }
    
    .element_bottom_e040 {
        font-size: 0.9rem;
    }
    
    .surface_5c40 h3 {
        font-size: 1.1rem;
    }
    
    .surface_5c40 p {
        font-size: 0.9rem;
    }
    
    .component_4b69 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .motion_70ea {
        grid-template-columns: 1fr;
    }
    
    .title-complex-5599 {
        font-size: 0.85rem;
    }
    
    .dropdown_8e8f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form_fluid_a28b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .form_fluid_a28b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .caption_815c {
        padding: 30px 10px;
    }
    
    .badge-complex-955a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article-fresh-42ed {
        padding: 15px 10px;
    }
    
    .article-fresh-42ed h4 {
        font-size: 0.9rem;
    }
    
    .article-fresh-42ed p {
        font-size: 0.75rem;
        display: none;
    }
    
    .down-3518 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .badge-complex-955a {
        grid-template-columns: 1fr;
    }
    
    .article-fresh-42ed p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .input-37ac {
        padding: 30px 10px;
    }
    
    .label-glass-680c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature_54f3 {
        padding: 15px;
    }
    
    .disabled-0207 {
        font-size: 0.9rem;
    }
    
    .huge-a582 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .huge-a582 .border-9f7a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .wide-f487 {
        padding: 30px 10px;
    }
    
    .wide-f487 h2 {
        font-size: 1.2rem;
    }
    
    .narrow-492c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .glass_8965 {
        padding: 15px 10px;
    }
    
    .glass_8965 h4 {
        font-size: 0.85rem;
    }
    
    .glass_8965 p {
        font-size: 0.75rem;
    }
    
    .huge-a310 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .grid_upper_7e5e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .bronze-dbed {
        padding: 20px 10px;
    }
    
    .table-tall-a47d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .article_black_acc7,
    .hover_384b,
    .under_5c08 {
        width: 100%;
    }
    
    .article_black_acc7 h3 {
        font-size: 1.1rem;
    }
    
    .article_black_acc7 p {
        font-size: 0.8rem;
    }
    
    .heading_upper_2c6a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .inner_4351 {
        padding: 30px 15px;
    }
    
    .inner_4351 h2 {
        font-size: 1.3rem;
    }
    
    .inner_4351 p {
        font-size: 0.85rem;
    }
    
    .nav-687c {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-687c .input_lower_1133 {
        width: 100%;
    }
    
    .pagination-next-7883 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .feature-complex-8c59 {
        padding: 30px 15px;
    }
    
    .hero_f6e0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hover_old_f9ef {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .button-7a1d h4 {
        font-size: 0.9rem;
    }
    
    .button-7a1d a {
        font-size: 0.8rem;
    }
    
    .backdrop_4e2f {
        font-size: 0.8rem;
    }
    
    .pattern_right_7cfb p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .texture-narrow-87fd {
        padding: 8px 10px;
    }
    
    .huge-a803 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .table_tall_c8c8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .huge-a803 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .table_tall_c8c8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: bcbf */
.ghost-box-j9 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
