/* Inner Page Styles */

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

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

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

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

.container-gas-91dd {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.container-gas-91dd .summary_motion_bcb5 {
    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;
}

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

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

.container-gas-91dd .summary_motion_bcb5:hover::before {
    left: 100%;
}

.container-gas-91dd .summary_motion_bcb5:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery_48b1.fn-active-8bb7 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-glass-2806 {
    padding: var(--md-spacing-md) 0;
}

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

.thumbnail_ee5b 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 */
.card-tiny-bc83 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-tiny-bc83 li {
    margin-bottom: var(--md-spacing-xs);
}

.card-tiny-bc83 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);
}

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

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

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

.message-ad0f:hover::before {
    left: 100%;
}

.message-ad0f 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;
}

.message-ad0f 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;
}

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

.message-ad0f .easy_fe09:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.list_soft_858a .easy_fe09:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .accent_slow_3676 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .accent_slow_3676 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .accent_slow_3676 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .container-gas-91dd {
        justify-content: center;
    }
    
    .widget_19fc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .mask-stone-cbd9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hidden_621a {
        padding: var(--md-spacing-md) 0;
    }
    
    .caption_5bd7 {
        padding: var(--md-spacing-md);
    }
    
    .old-1337 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thumbnail_ee5b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .list_soft_858a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .notice-3725 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .caption_5bd7 {
        padding: var(--md-spacing-sm);
    }
    
    .bronze_5680 {
        padding: var(--md-spacing-md);
    }
    
    .thumbnail_ee5b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bronze_5680,
.thumbnail_ee5b,
.list_soft_858a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.clean-707a::-webkit-scrollbar {
    width: 8px;
}

.clean-707a::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.dropdown_white_0d01 {
    font-size: 1.5rem;
}

.tertiary-hard-2596 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.main-stale-608d {
    padding: 30px 0;
}

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

.feature-3b5d {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

.feature-3b5d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.feature-3b5d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.popup_full_7acb strong {
    color: #00ff88;
}

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

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

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

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

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

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

.blue-74ef {
    text-align: center;
    margin-bottom: 30px;
}

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

.tooltip_199a.tabs-current-97a0 .active-center-c91f {
    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); }
}

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

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

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

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

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

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

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

.bronze_3cb5 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .texture-east-37e5 {
        grid-template-columns: 1fr;
    }
}

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

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

.bright_6cd2.notice_top_576b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.bright_6cd2.gradient-inner-a083::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bright_6cd2.text_old_12fd::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.bright_6cd2.shadow_513f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pattern-22c3 {
    font-size: 1.2rem;
}

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

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

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

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

.highlight-basic-078f.info-e5d5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight-basic-078f.fn-active-8bb7 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.column-dirty-1903 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.photo-large-6693 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.video-rough-3e12 {
    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;
}

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

.video-rough-3e12.summary-5e60 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.article-dynamic-297d {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.chip-f060 { border-top: 3px solid #00ccff; }
.tall-5ca7 { border-top: 3px solid #00ff88; }
.narrow_cf2d { border-top: 3px solid #d4af37; }
.module-ae3d { border-top: 3px solid #ff6b6b; }
.menu-south-ced1 { border-top: 3px solid #8b5cf6; }

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

.label_a086 {
    overflow-x: auto;
}

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

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

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

.media-0a3f td {
    color: #ccc;
}

.media-0a3f .dropdown-1793 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.media-0a3f tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.text-middle-a323 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.shadow-hot-4863 {
    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;
}

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

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

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

.border-e9f8 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.mask-next-0537::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);
}

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

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

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

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

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

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

.advanced-aeb9 {
    font-size: 1.5rem;
}

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

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

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

.module-glass-9a7b {
    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;
}

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

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

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

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

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

.label-large-a47f {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.label-large-a47f .old-1ba5 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.gold_845b .primary-wood-7d54 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.pattern-large-a810 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-dim-1df3 {
    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;
}

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

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

.warm-6ce1 span {
    color: #666;
    font-size: 0.8rem;
}

.warm-6ce1 a {
    color: #ff6b6b;
}

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

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

.gallery-mini-2ff3 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.thick_49e9 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.small-5a12 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.breadcrumb-98fa {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.shadow-ee0d.summary-5e60 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.heading-glass-3b4d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .icon_bacf {
        flex-direction: column;
    }
    .fast-3da5 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.prev_63a6 .hard-bbe6 {
    color: #666;
    margin: 0 8px;
}

.prev_63a6 .black-d5ec {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.highlight-c957 {
    font-size: 2rem;
}

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

.in_6c62 strong {
    color: #d4af37;
}

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

.paragraph-purple-ec33 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.image-62f9 h3,
.small_97f1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.wrapper-south-f8ff {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.tooltip-0cb9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wood_864e strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.input-narrow-b223 {
    background: #0a0a0a;
    padding: 30px 0;
}

.gallery-under-42fb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.pressed-9717 h3,
.row-basic-b61f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.disabled-6c05 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.slider_hot_0820 strong {
    color: #d4af37;
}

.preview_666e {
    color: #aaa;
}

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

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

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

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

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

.west-806d {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-91b8 strong {
    color: #d4af37;
}

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

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

.west_6781 strong {
    color: #00ff88;
}

.west_6781 span {
    color: #d4af37;
}

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

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

.mask-simple-db9c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.message-0b2a {
    color: #999;
    font-size: 0.85rem;
}

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

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

.last-1a1a {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.texture-f87a li {
    margin-bottom: 5px;
}

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

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

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

.black-01fb {
    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;
}

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

.logo-action-6897 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .notice-a542 {
        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;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .grid_selected_2f0e {
        padding: 30px 15px;
    }
    
    .grid_selected_2f0e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .picture_active_3ad8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .backdrop_c788 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .west-969b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .west-969b .alert-easy-e04d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .content_d2df {
        font-size: 1.3rem;
    }
    
    .sort_cc73 {
        font-size: 0.7rem;
    }
    
    .chip_63b3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .chip_63b3 .easy_fe09 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .paper_b148 {
        display: none;
    }
    
    .gallery-hot-cc4c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .large-c2ba {
        padding: 20px 10px;
    }
    
    .mask-simple-db9c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tiny_1aba,
    .avatar_d50e {
        padding: 15px;
    }
    
    .center-a7ab {
        flex-direction: column;
        gap: 5px;
    }
    
    .nav-c7cd {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pattern-b7ca {
        padding: 30px 10px;
    }
    
    .under_221f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pink-63a0 {
        padding: 20px 15px;
    }
    
    .module_tall_e8d0 {
        font-size: 2rem;
    }
    
    .pink-63a0 h3 {
        font-size: 1.1rem;
    }
    
    .pink-63a0 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .message-a62d {
        padding: 20px 5px;
    }
    
    .message-a62d h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .block_5672 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .media-0a3f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .media-0a3f th,
    .media-0a3f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .disabled-lower-0770 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .copper_65fb {
        padding: 20px 10px;
    }
    
    .upper-5f4a h2 {
        font-size: 1.3rem;
    }
    
    .nav-b9c1 {
        font-size: 0.9rem;
    }
    
    .copper_7400 h3 {
        font-size: 1.1rem;
    }
    
    .copper_7400 p {
        font-size: 0.9rem;
    }
    
    .alert_in_cb7f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .detail_advanced_7f2d {
        grid-template-columns: 1fr;
    }
    
    .pattern-91b8 {
        font-size: 0.85rem;
    }
    
    .filter_right_6aa9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .up-9903 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .up-9903 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .heading_out_f05b {
        padding: 30px 10px;
    }
    
    .pro_b1ec {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .short-ddaa {
        padding: 15px;
    }
    
    .progress_medium_d38a {
        font-size: 0.9rem;
    }
    
    .hidden-steel-6e93 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hidden-steel-6e93 .tiny-2e01 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .status-active-3247 {
        padding: 30px 10px;
    }
    
    .status-active-3247 h2 {
        font-size: 1.2rem;
    }
    
    .pagination_4607 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row_out_e60d {
        padding: 15px 10px;
    }
    
    .row_out_e60d h4 {
        font-size: 0.85rem;
    }
    
    .row_out_e60d p {
        font-size: 0.75rem;
    }
    
    .box_south_a3c1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .preview_ecbb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .mask_1b1d {
        padding: 20px 10px;
    }
    
    .paragraph_f8f9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .overlay-2012,
    .container_39bb,
    .warm-6ce1 {
        width: 100%;
    }
    
    .overlay-2012 h3 {
        font-size: 1.1rem;
    }
    
    .overlay-2012 p {
        font-size: 0.8rem;
    }
    
    .item-dim-1df3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hidden-yellow-61fa {
        padding: 30px 15px;
    }
    
    .hidden-yellow-61fa h2 {
        font-size: 1.3rem;
    }
    
    .hidden-yellow-61fa p {
        font-size: 0.85rem;
    }
    
    .static_d4e5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .static_d4e5 .easy_fe09 {
        width: 100%;
    }
    
    .detail-f2ca {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .fixed_5220 {
        padding: 30px 15px;
    }
    
    .easy-4a25 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .clean_d0db {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .card-51ea h4 {
        font-size: 0.9rem;
    }
    
    .card-51ea a {
        font-size: 0.8rem;
    }
    
    .progress_4d35 {
        font-size: 0.8rem;
    }
    
    .dropdown-bb58 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .left_c33c {
        padding: 8px 10px;
    }
    
    .left_7810 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .image-current-a769 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .left_7810 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .image-current-a769 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5423 */
.shadow-element-n6 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
