/* Inner Page Styles */

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

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

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

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

.mini-6b9d {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.mini-6b9d .layout_18bd {
    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;
}

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

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

.mini-6b9d .layout_18bd:hover::before {
    left: 100%;
}

.mini-6b9d .layout_18bd:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.surface-5dd5 {
    color: var(--casino-gold-light);
}

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

.surface-5dd5 a:hover {
    color: var(--casino-gold-light);
}

.surface-5dd5.fn-active-3c61 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-dd84 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 */
.filter-fixed-b1ee {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-fixed-b1ee li {
    margin-bottom: var(--md-spacing-xs);
}

.filter-fixed-b1ee 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);
}

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

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

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

.overlay-upper-e967:hover::before {
    left: 100%;
}

.overlay-upper-e967 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;
}

.overlay-upper-e967 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;
}

.overlay-upper-e967 .silver_92ad {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.overlay-upper-e967 .silver_92ad:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.title-6b18 {
    margin-top: var(--md-spacing-sm);
}

.button-hovered-5779 {
    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);
}

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

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

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

.sidebar-04a7 {
    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);
}

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

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

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

.sidebar-04a7 .silver_92ad {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.sidebar-04a7 .silver_92ad:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .fast_9616 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .fast_9616 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .fast_9616 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mini-6b9d {
        justify-content: center;
    }
    
    .wood-a23a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .logo-upper-08a2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .fluid-53d4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .focus-0204 {
        padding: var(--md-spacing-md);
    }
    
    .row_next_ee46 {
        padding: var(--md-spacing-md) 0;
    }
    
    .article-dd84 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .sidebar-04a7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .avatar_86cc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .focus-0204 {
        padding: var(--md-spacing-sm);
    }
    
    .background-5dea {
        padding: var(--md-spacing-md);
    }
    
    .article-dd84 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.background-5dea,
.article-dd84,
.sidebar-04a7 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.accent-advanced-1915::-webkit-scrollbar {
    width: 8px;
}

.accent-advanced-1915::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.bright_e311 {
    font-size: 1.5rem;
}

.modal_0a2c strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.warm-69a0 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .mask-stone-0d20 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.stale-6370 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.notification-5138.widget-e6f8 .breadcrumb_rough_b603 {
    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); }
}

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

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

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

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

.secondary-solid-f94c 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;
}

.secondary-solid-f94c 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);
}

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

.progress-cold-a363 {
    font-size: 1.2rem;
}

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

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

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

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

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

.white_518f.small_ff52::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.white_518f.alert_paper_b2d1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.white_518f.pagination-20de::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.white_518f.avatar-narrow-603e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.icon-tall-6931 {
    font-size: 1.2rem;
}

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

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

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

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

.tag-f145.new_f772 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag-f145.fn-active-3c61 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.component-middle-a9ff {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.media-clean-b667 { border-top: 3px solid #00ccff; }
.detail-light-4bd1 { border-top: 3px solid #00ff88; }
.west_fd46 { border-top: 3px solid #d4af37; }
.panel_a5b3 { border-top: 3px solid #ff6b6b; }
.icon-af30 { border-top: 3px solid #8b5cf6; }

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

.message-fast-b947 {
    overflow-x: auto;
}

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

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

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

.icon-clean-5b9c td {
    color: #ccc;
}

.icon-clean-5b9c .slow_17d9 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.icon-clean-5b9c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.row-inner-99d9 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

@media (max-width: 576px) {
    .panel-small-93b2 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.card-tall-b24e p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.caption_4c46 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.selected-6cd4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.preview-basic-2ba0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.photo-fresh-a415 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.tertiary-ac3a strong {
    color: #fff;
    display: block;
}

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

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

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

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

.progress_paper_4248 .row_d44b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsible Banner */
.progress-cool-0a69 {
    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;
}

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

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

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

.section-cold-7761 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.disabled-short-5157 {
    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;
}

.section-cold-7761 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.accent_4334 a {
    color: #ff6b6b;
}

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

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

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

.paragraph_1037 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.media-yellow-db79 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.tabs-complex-3384 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

.silver-55c4 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .notification-warm-c500 {
        flex-direction: column;
    }
    .overlay-d15a {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.tabs-26a7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.section-complex-18a7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.slider-9613 .in-e09f {
    color: #666;
    margin: 0 8px;
}

.slider-9613 .south-351b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.fresh-063f strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.component_f57b {
    font-size: 2rem;
}

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

.footer_de8c strong {
    color: #d4af37;
}

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

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

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

.border-3320 h3,
.hard-2f4d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.upper-84ad {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.shadow-north-4668 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.grid-473a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.under-516d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.popup-435a summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.video-purple-a551 strong {
    color: #d4af37;
}

.highlight_hovered_e272 {
    color: #aaa;
}

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

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

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

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

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

.progress-fixed-2e86 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.stale-9d0a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.stale-9d0a 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;
}

.stale-9d0a li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.media_54b8 strong {
    color: #d4af37;
}

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

.easy-7fb2 {
    color: #888;
    font-size: 0.9rem;
}

.easy-7fb2 strong {
    color: #00ff88;
}

.easy-7fb2 span {
    color: #d4af37;
}

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

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

.carousel-dynamic-885b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .carousel-dynamic-885b {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.image-10c3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.narrow-1434 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.outer-03dc strong {
    color: #00ff88;
}

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

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

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

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

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

.picture-thick-c008 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero_6bcd {
        padding: 30px 15px;
    }
    
    .hero_6bcd h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .background-9e9d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .alert_up_2441 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hero_warm_d38d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero_warm_d38d .item_2fe1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .breadcrumb_white_dae6 {
        font-size: 1.3rem;
    }
    
    .action_8731 {
        font-size: 0.7rem;
    }
    
    .progress_pressed_cb97 {
        flex-direction: column;
        gap: 10px;
    }
    
    .progress_pressed_cb97 .silver_92ad {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .article_b9bc {
        display: none;
    }
    
    .focused-7814 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .down-8c7a {
        padding: 20px 10px;
    }
    
    .carousel-dynamic-885b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accent_2b12,
    .detail_14c9 {
        padding: 15px;
    }
    
    .image-10c3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .mask_f339 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .chip-hot-687a {
        padding: 30px 10px;
    }
    
    .next_41af {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .iron_aedc {
        padding: 20px 15px;
    }
    
    .glass_a92a {
        font-size: 2rem;
    }
    
    .iron_aedc h3 {
        font-size: 1.1rem;
    }
    
    .iron_aedc p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .popup-0db6 {
        padding: 20px 10px;
    }
    
    .section_thick_2963 h2 {
        font-size: 1.3rem;
    }
    
    .over_4bee {
        font-size: 0.9rem;
    }
    
    .logo_44fb h3 {
        font-size: 1.1rem;
    }
    
    .logo_44fb p {
        font-size: 0.9rem;
    }
    
    .stale-9d0a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pagination_390f {
        grid-template-columns: 1fr;
    }
    
    .media_54b8 {
        font-size: 0.85rem;
    }
    
    .disabled_plasma_d1b0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_90d7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .item_90d7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .banner-2921 {
        padding: 30px 10px;
    }
    
    .liquid-6112 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight-old-9a77 {
        padding: 15px 10px;
    }
    
    .highlight-old-9a77 h4 {
        font-size: 0.9rem;
    }
    
    .highlight-old-9a77 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .panel_3206 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .liquid-6112 {
        grid-template-columns: 1fr;
    }
    
    .highlight-old-9a77 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .box-c915 {
        padding: 30px 10px;
    }
    
    .footer-774f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern_left_3630 {
        padding: 15px;
    }
    
    .bottom-2a9c {
        font-size: 0.9rem;
    }
    
    .column-paper-2690 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .column-paper-2690 .mask_basic_29e8 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .input-soft-e694 {
        padding: 30px 10px;
    }
    
    .input-soft-e694 h2 {
        font-size: 1.2rem;
    }
    
    .primary_left_0c4b {
        gap: 10px;
    }
    
    .gallery_8258 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .gallery_8258 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .frame_hovered_24b6 {
        padding: 30px 10px;
    }
    
    .frame_hovered_24b6 h2 {
        font-size: 1.2rem;
    }
    
    .iron-1825 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .full_51f9 {
        padding: 15px 10px;
    }
    
    .full_51f9 h4 {
        font-size: 0.85rem;
    }
    
    .full_51f9 p {
        font-size: 0.75rem;
    }
    
    .banner-701a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .info_hard_e24c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .progress-cool-0a69 {
        padding: 20px 10px;
    }
    
    .slider_rough_a5e5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .texture-slow-a0ba,
    .section-cold-7761,
    .accent_4334 {
        width: 100%;
    }
    
    .texture-slow-a0ba h3 {
        font-size: 1.1rem;
    }
    
    .texture-slow-a0ba p {
        font-size: 0.8rem;
    }
    
    .disabled-short-5157 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .gold-a21f {
        padding: 30px 15px;
    }
    
    .gold-a21f h2 {
        font-size: 1.3rem;
    }
    
    .gold-a21f p {
        font-size: 0.85rem;
    }
    
    .lower-b7b7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .lower-b7b7 .silver_92ad {
        width: 100%;
    }
    
    .modal_4d3b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .narrow-79de {
        padding: 30px 10px;
    }
    
    .narrow-79de h3 {
        font-size: 1.2rem;
    }
    
    .narrow-305e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar-04a7 {
        padding: 15px 10px;
    }
    
    .sidebar-04a7 h4 {
        font-size: 0.85rem;
    }
    
    .sidebar-04a7 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hidden-33f1 {
        padding: 30px 15px;
    }
    
    .accent_tall_98ad {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .caption_b14f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .accent_under_903e h4 {
        font-size: 0.9rem;
    }
    
    .accent_under_903e a {
        font-size: 0.8rem;
    }
    
    .media_bright_1ebd {
        font-size: 0.8rem;
    }
    
    .texture_dark_deef p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .next_4589 {
        padding: 8px 10px;
    }
    
    .tooltip-up-49d4 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .paper-4a2f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tooltip-up-49d4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .paper-4a2f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 973c */
.promo-block-t6 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.2;
}
