/* Inner Page Styles */

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

.stone-72c5 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);
}

.stone-72c5 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);
}

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

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

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

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

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

.hover_warm_1b6e .row_94f3:hover::before {
    left: 100%;
}

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

.table-bronze-1668 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel_34ce.fn-active-f917 {
    color: var(--casino-gold-light);
}

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

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

.video-next-d5fb {
    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);
}

.video-next-d5fb 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);
}

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

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

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

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

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

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

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

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

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

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

.overlay-plasma-9f20 {
    padding: var(--md-spacing-md) 0;
}

.media-north-46b0 {
    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%;
}

.media-north-46b0 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 */
.shade_fresh_eec7 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.nav_small_dc3f .media-bright-8f7d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.nav_small_dc3f .media-bright-8f7d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.button_2eb0 .media-bright-8f7d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.button_2eb0 .media-bright-8f7d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .stone-72c5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .stone-72c5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .stone-72c5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hover_warm_1b6e {
        justify-content: center;
    }
    
    .advanced_6ebb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .heading_slow_793f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .picture_liquid_6ba0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .video-next-d5fb {
        padding: var(--md-spacing-md);
    }
    
    .fresh-7727 {
        padding: var(--md-spacing-md) 0;
    }
    
    .media-north-46b0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .button_2eb0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .form-5916 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .video-next-d5fb {
        padding: var(--md-spacing-sm);
    }
    
    .hot-4699 {
        padding: var(--md-spacing-md);
    }
    
    .media-north-46b0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hot-4699,
.media-north-46b0,
.button_2eb0 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.badge-1dfe::-webkit-scrollbar {
    width: 8px;
}

.badge-1dfe::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.badge-1dfe::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.badge-1dfe::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.dirty-6aa8 {
    font-size: 1.5rem;
}

.new-e06a strong {
    color: #00ff88;
}

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

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

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

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

.top-08bf {
    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;
}

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

.top-08bf ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.top-08bf li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.thick_f0c6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.red_cb45.search-d1d3 .hover_b944 {
    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); }
}

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

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

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

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

.tooltip-b976 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;
}

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

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

.notice_e9c7 {
    font-size: 1.2rem;
}

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

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

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

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

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

.short-e8ad.link-silver-fc92::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.short-e8ad.focus-narrow-0a6f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short-e8ad.block_07ec::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.short-e8ad.module_action_3e10::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.module_0054 {
    font-size: 1.2rem;
}

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

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

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

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

.tertiary-first-ab9e.mask_daf1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tertiary-first-ab9e.fn-active-f917 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.copper-b17c.active-a124 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.photo_pro_6583 { border-top: 3px solid #00ccff; }
.outer-954b { border-top: 3px solid #00ff88; }
.hero-black-2c76 { border-top: 3px solid #d4af37; }
.component_plasma_b910 { border-top: 3px solid #ff6b6b; }
.large_262c { border-top: 3px solid #8b5cf6; }

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

.small_de1c {
    overflow-x: auto;
}

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

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

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

.disabled_adc0 td {
    color: #ccc;
}

.disabled_adc0 .notification-pro-07f3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rough-315e {
    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;
}

.avatar-green-9e93 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.avatar-green-9e93 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.search_tiny_175b {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph_hard_fdff {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.fluid-6837 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.pagination_medium_21bb .red_5782 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.picture-narrow-9c8b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.section-advanced-55eb 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 */
.silver-f885 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.thumbnail-south-6e86 {
    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;
}

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

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

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

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

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

.table-under-9dcb {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.nav-full-a6e6 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrapper-gas-be43 {
    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;
}

.nav-full-a6e6 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.first-1fec span {
    color: #666;
    font-size: 0.8rem;
}

.first-1fec a {
    color: #ff6b6b;
}

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

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

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

.image_north_1a31 {
    text-align: center;
}

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

.image_north_1a31 .highlight-hard-780e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.avatar_static_91dd {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .image-south-ffd3 {
        flex-direction: column;
    }
    .gradient_f434 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.next-632c .selected_2114 {
    color: #666;
    margin: 0 8px;
}

.next-632c .steel_637b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.box_4fec {
    font-size: 2rem;
}

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

.block_141e strong {
    color: #d4af37;
}

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

.pink-95cc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

.pagination-next-e6be strong {
    color: #00ff88;
}

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

.card-liquid-8d8b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .card-liquid-8d8b {
        grid-template-columns: 1fr;
    }
}

.primary-west-e1d9 h3,
.accordion-39d6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.middle-3b9e summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.static_d8ec strong {
    color: #d4af37;
}

.detail-b266 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter-cb11 li strong {
    color: #00ff88;
}

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

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

.carousel-basic-0aea {
    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;
}

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

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

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

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

.tiny_adcd strong {
    color: #d4af37;
}

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

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

.section_plasma_cb4c strong {
    color: #00ff88;
}

.section_plasma_cb4c span {
    color: #d4af37;
}

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

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

.media-fluid-20b1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.search-81b1 {
    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);
}

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

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

.pagination-dynamic-3a3c h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.feature-9dad {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.feature-9dad li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.up-2d4f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.up-2d4f li {
    margin-bottom: 5px;
}

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

.up-2d4f a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.accordion-easy-472a {
    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;
}

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

.notification-lite-4f52 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.notification-lite-4f52 strong {
    color: #00ff88;
}

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

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

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

.shade-8b0a {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.sort-narrow-7ef3 {
    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;
}

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

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

@media (max-width: 768px) {
    .shade-8b0a {
        flex-direction: column;
    }
    
    .sort-narrow-7ef3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.info-hovered-f6fe {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .button-a8dd {
        padding: 30px 15px;
    }
    
    .button-a8dd h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .thick-bbd9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dropdown-liquid-b311 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .active-a3be {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .active-a3be .static-f905 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .media_hovered_10c2 {
        font-size: 1.3rem;
    }
    
    .texture-south-d471 {
        font-size: 0.7rem;
    }
    
    .main_3f99 {
        flex-direction: column;
        gap: 10px;
    }
    
    .main_3f99 .media-bright-8f7d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .mask-outer-ef45 {
        display: none;
    }
    
    .title-4ab5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .wood_8369 {
        padding: 20px 10px;
    }
    
    .media-fluid-20b1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .medium_569a,
    .pagination-dynamic-3a3c {
        padding: 15px;
    }
    
    .wrapper-8051 {
        flex-direction: column;
        gap: 5px;
    }
    
    .search-81b1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .red-ac6f {
        padding: 30px 10px;
    }
    
    .liquid-2fa1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary_cold_b51b {
        padding: 20px 15px;
    }
    
    .element-e106 {
        font-size: 2rem;
    }
    
    .primary_cold_b51b h3 {
        font-size: 1.1rem;
    }
    
    .primary_cold_b51b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .status-rough-c97e {
        padding: 20px 10px;
    }
    
    .paragraph_91c5 h2 {
        font-size: 1.3rem;
    }
    
    .narrow-16f4 {
        font-size: 0.9rem;
    }
    
    .glass_6fef h3 {
        font-size: 1.1rem;
    }
    
    .glass_6fef p {
        font-size: 0.9rem;
    }
    
    .filter-cb11 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .panel_0b3a {
        grid-template-columns: 1fr;
    }
    
    .tiny_adcd {
        font-size: 0.85rem;
    }
    
    .background-1329 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel-basic-0aea {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .carousel-basic-0aea strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .container-79b7 {
        padding: 30px 10px;
    }
    
    .north_5783 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .light_f174 {
        padding: 15px 10px;
    }
    
    .light_f174 h4 {
        font-size: 0.9rem;
    }
    
    .light_f174 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .status-6b3a {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dynamic-b340 {
        padding: 30px 10px;
    }
    
    .video_cold_2316 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .short_f4af {
        padding: 15px;
    }
    
    .footer-up-1623 {
        font-size: 0.9rem;
    }
    
    .label-action-684a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .label-action-684a .item-copper-a2d3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .top-5c46 {
        padding: 30px 10px;
    }
    
    .top-5c46 h2 {
        font-size: 1.2rem;
    }
    
    .accent-pink-dda2 {
        gap: 10px;
    }
    
    .banner_mini_64a1 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .banner_mini_64a1 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .row-1437 {
        padding: 30px 10px;
    }
    
    .row-1437 h2 {
        font-size: 1.2rem;
    }
    
    .pressed_6d7a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar-soft-a937 {
        padding: 15px 10px;
    }
    
    .sidebar-soft-a937 h4 {
        font-size: 0.85rem;
    }
    
    .sidebar-soft-a937 p {
        font-size: 0.75rem;
    }
    
    .white_e910 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .fresh-e7dc {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .medium-0c7a {
        padding: 20px 10px;
    }
    
    .prev_7eca {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .bottom-15f3,
    .nav-full-a6e6,
    .first-1fec {
        width: 100%;
    }
    
    .bottom-15f3 h3 {
        font-size: 1.1rem;
    }
    
    .bottom-15f3 p {
        font-size: 0.8rem;
    }
    
    .wrapper-gas-be43 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .simple-7a87 {
        padding: 30px 15px;
    }
    
    .simple-7a87 h2 {
        font-size: 1.3rem;
    }
    
    .simple-7a87 p {
        font-size: 0.85rem;
    }
    
    .secondary_ea67 {
        flex-direction: column;
        gap: 10px;
    }
    
    .secondary_ea67 .media-bright-8f7d {
        width: 100%;
    }
    
    .accordion-55f1 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hidden_0143 {
        padding: 30px 15px;
    }
    
    .silver_12c0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .menu-west-7d35 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .avatar-clean-23ee h4 {
        font-size: 0.9rem;
    }
    
    .avatar-clean-23ee a {
        font-size: 0.8rem;
    }
    
    .shadow-59e4 {
        font-size: 0.8rem;
    }
    
    .caption-static-39ad p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .focus-da72 {
        padding: 8px 10px;
    }
    
    .tabs_advanced_d22c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .popup-83dd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tabs_advanced_d22c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .popup-83dd {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: aca2 */
.ghost-box-x7 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.0;
}
