/* Inner Page Styles */

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

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

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

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

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

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

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

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

.logo_7887 .modal_695b:hover::before {
    left: 100%;
}

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

.thumbnail-mini-1ec0 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery_out_cf94.fn-active-6705 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy-222a {
    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%;
}

.easy-222a 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 */
.photo_large_6de8 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.aside-fe60:hover::before {
    left: 100%;
}

.aside-fe60 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;
}

.aside-fe60 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;
}

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

.aside-fe60 .tiny_74e9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.short-09e5 {
    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);
}

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

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

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

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

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

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

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

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

.hot_b109 .tiny_74e9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .dynamic_f5b9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .dynamic_f5b9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .dynamic_f5b9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .logo_7887 {
        justify-content: center;
    }
    
    .container_fc86 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .link-north-8386 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .photo-paper-a92d {
        padding: var(--md-spacing-md) 0;
    }
    
    .short_9b5a {
        padding: var(--md-spacing-md);
    }
    
    .mini_1435 {
        padding: var(--md-spacing-md) 0;
    }
    
    .easy-222a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hot_b109 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .summary_warm_a39f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .short_9b5a {
        padding: var(--md-spacing-sm);
    }
    
    .iron_e533 {
        padding: var(--md-spacing-md);
    }
    
    .easy-222a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.iron_e533,
.easy-222a,
.hot_b109 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.list-85ce::-webkit-scrollbar {
    width: 8px;
}

.list-85ce::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.current-2bc1 {
    font-size: 1.5rem;
}

.status_99e8 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.active-solid-f04f {
    padding: 30px 0;
}

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

.feature-45ad {
    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;
}

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

.feature-45ad ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.feature-45ad li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.south_21dc strong {
    color: #00ff88;
}

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

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

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

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

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

.media-246f::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;
}

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

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

.tag-4618.summary_5749 .element_40ed {
    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); }
}

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

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

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

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

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

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

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

.wrapper-pressed-c19e {
    font-size: 1.2rem;
}

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

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

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

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

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

.narrow_d779.popup-narrow-8599::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.narrow_d779.detail-outer-f36b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.narrow_d779.table-9087::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.narrow_d779.table-under-6073::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.info-top-d1cd {
    font-size: 1.2rem;
}

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

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

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

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

.media_upper_7e93.plasma_5fcf { background: linear-gradient(90deg, #00ccff, #0088ff); }
.media_upper_7e93.fn-active-6705 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-c531 { border-top: 3px solid #00ccff; }
.upper-c78d { border-top: 3px solid #00ff88; }
.link-paper-793f { border-top: 3px solid #d4af37; }
.disabled_current_4c81 { border-top: 3px solid #ff6b6b; }
.info-9a16 { border-top: 3px solid #8b5cf6; }

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

.container_ad93 {
    overflow-x: auto;
}

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

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

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

.panel-inner-a512 td {
    color: #ccc;
}

.panel-inner-a512 .surface-large-cae2 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.panel-inner-a512 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.copper-40de {
    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;
}

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

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

.thumbnail-stone-5a88 {
    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;
}

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

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

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

.secondary-96a3 {
    font-size: 2rem;
}

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

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

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

.element-stone-0dca {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .element-stone-0dca::before {
        left: 30px;
    }
}

.table-active-4e10 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

.heading-action-c888 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.header-small-555b {
    font-size: 1.5rem;
}

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

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

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

.purple-3a18 {
    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;
}

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

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

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

.alert-outer-ed78 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.new_39de .bottom_fdc2 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.progress-complex-3d4e h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup_dd96 a {
    color: #ff6b6b;
}

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

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

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

.block-a873 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.title-current-ca9c {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-iron-2330 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.breadcrumb-mini-75f1 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .gas-cef9 {
        flex-direction: column;
    }
    .breadcrumb-mini-75f1 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.breadcrumb-selected-9c73 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gallery-f22f .backdrop_faf4 {
    color: #666;
    margin: 0 8px;
}

.gallery-f22f .brown-6a52 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.accordion-bright-947b {
    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;
}

.card_4520 {
    font-size: 2rem;
}

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

.wide-7409 strong {
    color: #d4af37;
}

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

.preview-pro-fea9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.clean-ad4c h3,
.status-dim-84bb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.stale-6c84 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.fluid-fb80 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.carousel-black-ef90 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.module-bronze-57db summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.module-bronze-57db summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.red_118b strong {
    color: #d4af37;
}

.row_stone_ef2e {
    color: #aaa;
}

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

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

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

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

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

.main-liquid-5c32 {
    max-width: 900px;
    margin: 0 auto;
}

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

.middle-3699:last-child {
    border-bottom: none;
}

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

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

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

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

.up-861c {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.up-861c 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;
}

.up-861c li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.table_c335 strong {
    color: #d4af37;
}

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

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

.pro_9648 strong {
    color: #00ff88;
}

.pro_9648 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-glass-5606 strong {
    color: #00ff88;
}

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

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

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

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

.message-warm-c86c {
    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;
}

.tertiary-narrow-ccb4 {
    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;
}

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

@media (max-width: 768px) {
    .chip-7806 {
        flex-direction: column;
    }
    
    .message-warm-c86c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .prev_2ba8 {
        padding: 30px 15px;
    }
    
    .prev_2ba8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .right-0bfc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .sort-rough-c74b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .progress-next-ec25 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress-next-ec25 .detail-light-6f45 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .table_blue_a6ee {
        font-size: 1.3rem;
    }
    
    .heading_41d9 {
        font-size: 0.7rem;
    }
    
    .first_36d0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .first_36d0 .tiny_74e9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .content-black-11ae {
        display: none;
    }
    
    .in_45f0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .secondary_south_9aeb {
        padding: 20px 10px;
    }
    
    .module_2769 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .badge-plasma-3a09,
    .row-short-ecb3 {
        padding: 15px;
    }
    
    .hovered_a5b3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .complex_3af0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .brown-6a44 {
        padding: 30px 10px;
    }
    
    .summary_6a14 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid_ccbd {
        padding: 20px 15px;
    }
    
    .icon_pink_44a5 {
        font-size: 2rem;
    }
    
    .liquid_ccbd h3 {
        font-size: 1.1rem;
    }
    
    .liquid_ccbd p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .main_copper_9c27 {
        padding: 20px 5px;
    }
    
    .main_copper_9c27 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .chip-1c26 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .panel-inner-a512 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .panel-inner-a512 th,
    .panel-inner-a512 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .item_c80f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .row_5184 {
        padding: 20px 10px;
    }
    
    .clean-fa95 h2 {
        font-size: 1.3rem;
    }
    
    .accordion_f414 {
        font-size: 0.9rem;
    }
    
    .middle-3699 h3 {
        font-size: 1.1rem;
    }
    
    .middle-3699 p {
        font-size: 0.9rem;
    }
    
    .up-861c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active-a22c {
        grid-template-columns: 1fr;
    }
    
    .table_c335 {
        font-size: 0.85rem;
    }
    
    .rough_b0a3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar_4bb4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .sidebar_4bb4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .active_orange_a316 {
        padding: 30px 10px;
    }
    
    .dynamic_169a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-10bf {
        padding: 15px 10px;
    }
    
    .button-10bf h4 {
        font-size: 0.9rem;
    }
    
    .button-10bf p {
        font-size: 0.75rem;
        display: none;
    }
    
    .description_medium_faf3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dynamic_169a {
        grid-template-columns: 1fr;
    }
    
    .button-10bf p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .panel_up_6266 {
        padding: 30px 10px;
    }
    
    .iron_20b8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .brown_08d4 {
        padding: 15px;
    }
    
    .photo-tiny-f2d0 {
        font-size: 0.9rem;
    }
    
    .full-8e17 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .full-8e17 .texture_gas_5c6f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .orange-ad6a {
        padding: 30px 10px;
    }
    
    .orange-ad6a h2 {
        font-size: 1.2rem;
    }
    
    .aside_hard_d2d8 {
        gap: 10px;
    }
    
    .frame-east-247c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .frame-east-247c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .mini_90ea {
        padding: 30px 10px;
    }
    
    .mini_90ea h2 {
        font-size: 1.2rem;
    }
    
    .advanced_20e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag-full-4979 {
        padding: 15px 10px;
    }
    
    .tag-full-4979 h4 {
        font-size: 0.85rem;
    }
    
    .tag-full-4979 p {
        font-size: 0.75rem;
    }
    
    .black_2550 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .grid_43e5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .left-44d3 {
        padding: 20px 10px;
    }
    
    .lite_57a5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .copper-0742,
    .overlay_6ec4,
    .popup_dd96 {
        width: 100%;
    }
    
    .copper-0742 h3 {
        font-size: 1.1rem;
    }
    
    .copper-0742 p {
        font-size: 0.8rem;
    }
    
    .north-f301 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail_8c8b {
        padding: 30px 15px;
    }
    
    .thumbnail_8c8b h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail_8c8b p {
        font-size: 0.85rem;
    }
    
    .title-glass-22ea {
        flex-direction: column;
        gap: 10px;
    }
    
    .title-glass-22ea .tiny_74e9 {
        width: 100%;
    }
    
    .row_7a21 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .slider_basic_3dde {
        padding: 30px 15px;
    }
    
    .info-3140 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .layout-advanced-e83e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .notice_d6f1 h4 {
        font-size: 0.9rem;
    }
    
    .notice_d6f1 a {
        font-size: 0.8rem;
    }
    
    .blue_6a08 {
        font-size: 0.8rem;
    }
    
    .preview_c096 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .heading_east_14b4 {
        padding: 8px 10px;
    }
    
    .aside-liquid-a48d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .soft-4f3d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .aside-liquid-a48d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .soft-4f3d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2dd4 */
.ghost-box-i6 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.2;
}
