/* Inner Page Styles */

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

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

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

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

.in-464c {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.in-464c .complex_060f {
    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;
}

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

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

.in-464c .complex_060f:hover::before {
    left: 100%;
}

.in-464c .complex_060f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.content-pink-ade2 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary_lite_83af.fn-active-8350 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-large-150d {
    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%;
}

.row-large-150d 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 */
.title-right-4f55 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.title-right-4f55 li {
    margin-bottom: var(--md-spacing-xs);
}

.title-right-4f55 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);
}

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

/* Promo Cards */
.background-green-307b {
    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;
}

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

.background-green-307b:hover::before {
    left: 100%;
}

.background-green-307b 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;
}

.background-green-307b 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;
}

.background-green-307b .tag-870a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.background-green-307b .tag-870a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.badge-4ef3 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.easy_055d .tag-870a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.easy_055d .tag-870a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .overlay_dirty_ea5b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .overlay_dirty_ea5b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .overlay_dirty_ea5b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .in-464c {
        justify-content: center;
    }
    
    .content-pink-ade2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .picture_59f5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .image_f1f8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .link-c597 {
        padding: var(--md-spacing-md);
    }
    
    .sidebar-0c57 {
        padding: var(--md-spacing-md) 0;
    }
    
    .row-large-150d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .easy_055d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .module-red-c511 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .link-c597 {
        padding: var(--md-spacing-sm);
    }
    
    .heading-bcc4 {
        padding: var(--md-spacing-md);
    }
    
    .row-large-150d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.heading-bcc4,
.row-large-150d,
.easy_055d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hot_2e3d {
    font-size: 1.5rem;
}

.picture-inner-e6c9 strong {
    color: #00ff88;
}

.block-liquid-279a {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .container_pressed_ec47 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .block-liquid-279a {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_5fe9 strong {
    color: #00ff88;
}

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

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

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

.description-inner-997e {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.picture-north-f749::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;
}

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

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

.carousel_dim_5722.texture-1299 .text-109c {
    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); }
}

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

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

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

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

.backdrop-4e15 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;
}

.backdrop-4e15 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);
}

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

.down_f907 {
    font-size: 1.2rem;
}

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

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

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

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

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

.summary-86ef.accordion-0d5f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.summary-86ef.paragraph-under-f1d0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.summary-86ef.gold_f01b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.summary-86ef.mask_62da::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.wide_c080 {
    font-size: 1.2rem;
}

.photo-lower-3b14 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.sort_pink_46e4.blue_b316 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort_pink_46e4.fn-active-8350 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.block-soft-1f9c {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.article_fca9 {
    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_fca9:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

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

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

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

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

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

.full_f46d { border-top: 3px solid #00ccff; }
.detail_a9fd { border-top: 3px solid #00ff88; }
.texture-c807 { border-top: 3px solid #d4af37; }
.next_fdb2 { border-top: 3px solid #ff6b6b; }
.bronze-5578 { border-top: 3px solid #8b5cf6; }

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

.menu-cold-40be {
    overflow-x: auto;
}

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

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

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

.accent_cf85 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.complex-51a2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.active-liquid-5af3 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.carousel-tall-2692 {
    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;
}

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

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

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

.accent-5c3c p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.narrow_4d5e {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.alert-tall-4987 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.upper-5b0e {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.hot-5d50 {
    font-size: 1.5rem;
}

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

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

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

.hard-3ab6 {
    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;
}

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

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

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

.panel-d3ba strong {
    color: #fff;
    display: block;
}

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

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

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

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

.action_79cf .steel-bd2b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-center-13c0 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.icon-silver-8b74 {
    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;
}

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

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

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

.main-south-e076 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.main-south-e076 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.pattern-pink-d443 span {
    color: #666;
    font-size: 0.8rem;
}

.pattern-pink-d443 a {
    color: #ff6b6b;
}

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

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

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

.badge_6766 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.card-next-67fa {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-prev-78b3 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.over_72f5 .slider_868a {
    color: #666;
    margin: 0 8px;
}

.over_72f5 .middle-77a4 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.footer-glass-873e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.dynamic_2cdc {
    font-size: 2rem;
}

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

.mask_yellow_9cc6 strong {
    color: #d4af37;
}

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

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

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

.form_north_3657 h3,
.backdrop-plasma-82b7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.thick-08ab {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.stone_a272 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.clean-8baf {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.badge_2eb3 h3,
.over-8c41 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.container_narrow_f78b strong {
    color: #d4af37;
}

.image-active-5c08 {
    color: #aaa;
}

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

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

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

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

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

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

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

.modal-advanced-e927:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.right-74ee {
    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;
}

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

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

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

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

.panel-956d strong {
    color: #d4af37;
}

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

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

.small_ce29 strong {
    color: #00ff88;
}

.small_ce29 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.card-paper-20c8 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-112a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-112a li {
    margin-bottom: 5px;
}

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

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

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

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

.border-static-cde7 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.border-static-cde7 strong {
    color: #00ff88;
}

.component-fluid-af8d {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

.mask-center-13c0 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .picture-fd9a {
        flex-direction: column;
    }
    
    .label-61ae {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.card-basic-8fc5 .stone_7556 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .yellow-f672 {
        padding: 30px 15px;
    }
    
    .yellow-f672 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .table-3cc9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .heading_plasma_524a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pink_185c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pink_185c .fast-9818 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .breadcrumb-stale-475d {
        font-size: 1.3rem;
    }
    
    .outer_dc10 {
        font-size: 0.7rem;
    }
    
    .accordion-static-f7b7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion-static-f7b7 .tag-870a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .video_full_3f01 {
        display: none;
    }
    
    .content-wood-7a5d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .active-1c08 {
        padding: 20px 10px;
    }
    
    .card_b49e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery_de8c,
    .fresh-8e4a {
        padding: 15px;
    }
    
    .wood_f172 {
        flex-direction: column;
        gap: 5px;
    }
    
    .card-paper-20c8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .dirty_4813 {
        padding: 20px 10px;
    }
    
    .huge-61bd h2 {
        font-size: 1.3rem;
    }
    
    .icon_soft_c45d {
        font-size: 0.9rem;
    }
    
    .modal-advanced-e927 h3 {
        font-size: 1.1rem;
    }
    
    .modal-advanced-e927 p {
        font-size: 0.9rem;
    }
    
    .active_light_4b55 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .shade_1aea {
        grid-template-columns: 1fr;
    }
    
    .panel-956d {
        font-size: 0.85rem;
    }
    
    .yellow_8abc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .right-74ee {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .right-74ee strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .video_gas_ed7f {
        padding: 30px 10px;
    }
    
    .iron_d108 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled_99d8 {
        padding: 15px 10px;
    }
    
    .disabled_99d8 h4 {
        font-size: 0.9rem;
    }
    
    .disabled_99d8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .element-advanced-aa51 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .iron_d108 {
        grid-template-columns: 1fr;
    }
    
    .disabled_99d8 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .shadow-370d {
        padding: 30px 10px;
    }
    
    .widget-9b45 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-bd56 {
        padding: 15px;
    }
    
    .old-0796 {
        font-size: 0.9rem;
    }
    
    .pagination-upper-44a5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pagination-upper-44a5 .secondary_b79f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .photo_glass_5f48 {
        padding: 30px 10px;
    }
    
    .photo_glass_5f48 h2 {
        font-size: 1.2rem;
    }
    
    .blue-2844 {
        gap: 10px;
    }
    
    .simple_8ca5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .simple_8ca5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .filter_south_ea21 {
        padding: 30px 10px;
    }
    
    .filter_south_ea21 h2 {
        font-size: 1.2rem;
    }
    
    .module_add8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black_76f7 {
        padding: 15px 10px;
    }
    
    .black_76f7 h4 {
        font-size: 0.85rem;
    }
    
    .black_76f7 p {
        font-size: 0.75rem;
    }
    
    .pink_3464 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .over_acf9 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .icon-silver-8b74 {
        padding: 20px 10px;
    }
    
    .detail-d9b3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .outline_7e54,
    .main-south-e076,
    .pattern-pink-d443 {
        width: 100%;
    }
    
    .outline_7e54 h3 {
        font-size: 1.1rem;
    }
    
    .outline_7e54 p {
        font-size: 0.8rem;
    }
    
    .highlight_42fb {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .notice-pro-0f63 {
        padding: 30px 15px;
    }
    
    .notice-pro-0f63 h2 {
        font-size: 1.3rem;
    }
    
    .notice-pro-0f63 p {
        font-size: 0.85rem;
    }
    
    .nav_red_8ef2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav_red_8ef2 .tag-870a {
        width: 100%;
    }
    
    .alert-4385 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .box-outer-0f2a {
        padding: 30px 10px;
    }
    
    .box-outer-0f2a h3 {
        font-size: 1.2rem;
    }
    
    .feature_ace5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .easy_055d {
        padding: 15px 10px;
    }
    
    .easy_055d h4 {
        font-size: 0.85rem;
    }
    
    .easy_055d p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .frame_selected_3690 {
        padding: 30px 15px;
    }
    
    .gradient-solid-bd50 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .component_3f6f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .notification_gold_8d78 h4 {
        font-size: 0.9rem;
    }
    
    .notification_gold_8d78 a {
        font-size: 0.8rem;
    }
    
    .dark-ee29 {
        font-size: 0.8rem;
    }
    
    .fixed_15e9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .bronze_879a {
        padding: 8px 10px;
    }
    
    .mini-e784 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hidden_adff {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .mini-e784 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hidden_adff {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c156 */
.promo-block-c3 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.3;
}
