/* Inner Page Styles */

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

.wrapper-south-0fa9 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);
}

.wrapper-south-0fa9 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);
}

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

.pattern-3d0a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.pattern-3d0a .status_ebe5 {
    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;
}

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

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

.pattern-3d0a .status_ebe5:hover::before {
    left: 100%;
}

.pattern-3d0a .status_ebe5:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.widget-3377 {
    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-3377:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

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

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

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

.accent-cold-007a {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.surface-static-6adc {
    color: var(--casino-gold-light);
}

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

.surface-static-6adc a:hover {
    color: var(--casino-gold-light);
}

.surface-static-6adc.fn-active-3f24 {
    color: var(--casino-gold-light);
}

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

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

.secondary-bronze-6dff {
    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);
}

.secondary-bronze-6dff 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);
}

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

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

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

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

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

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

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

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

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

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

.message-tiny-051f {
    padding: var(--md-spacing-md) 0;
}

.tabs-fast-678f {
    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%;
}

.tabs-fast-678f 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 */
.first_9400 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.east-407b:hover::before {
    left: 100%;
}

.east-407b 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;
}

.east-407b 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;
}

.east-407b .main_5fb4 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.east-407b .main_5fb4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.gallery_7961 .main_5fb4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .wrapper-south-0fa9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .wrapper-south-0fa9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .wrapper-south-0fa9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pattern-3d0a {
        justify-content: center;
    }
    
    .widget-3377 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .mask-033f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .summary-71c3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .secondary-bronze-6dff {
        padding: var(--md-spacing-md);
    }
    
    .container-right-32b1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tabs-fast-678f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gallery_7961 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tooltip-dynamic-1c9f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .secondary-bronze-6dff {
        padding: var(--md-spacing-sm);
    }
    
    .pagination_4767 {
        padding: var(--md-spacing-md);
    }
    
    .tabs-fast-678f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pagination_4767,
.tabs-fast-678f,
.gallery_7961 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.module-63e8::-webkit-scrollbar {
    width: 8px;
}

.module-63e8::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.module-63e8::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.module-63e8::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.label_plasma_393a {
    font-size: 1.5rem;
}

.chip-9b6f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar_485c strong {
    color: #00ff88;
}

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

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

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

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

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

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

.image-silver-42e5 {
    text-align: center;
    margin-bottom: 30px;
}

.hero-large-8452 {
    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;
}

.hero-large-8452.sidebar-dynamic-765a .medium_5b4b {
    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); }
}

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

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

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

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

.main-ad11 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;
}

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

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

.short-be6d {
    font-size: 1.2rem;
}

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

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

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

.sort-bottom-c0ce {
    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;
}

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

.sort-bottom-c0ce.frame_1c00::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.sort-bottom-c0ce.secondary-clean-3437::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort-bottom-c0ce.aside_9e8b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.sort-bottom-c0ce.warm_6e22::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.outline_938a {
    font-size: 1.2rem;
}

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

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

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

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

.clean-eccd.filter-hovered-38cb { background: linear-gradient(90deg, #00ccff, #0088ff); }
.clean-eccd.fn-active-3f24 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.wrapper-847a {
    color: #666;
    font-size: 0.8rem;
}

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

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

.tag-dark-1adc {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.border-wide-9579 {
    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;
}

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

.border-wide-9579.highlight-fd3f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.hot_3c10 { border-top: 3px solid #00ccff; }
.title-hard-4f41 { border-top: 3px solid #00ff88; }
.black-76fe { border-top: 3px solid #d4af37; }
.icon_motion_df81 { border-top: 3px solid #ff6b6b; }
.orange_5001 { border-top: 3px solid #8b5cf6; }

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

.gas-24b2 {
    overflow-x: auto;
}

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

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

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

.nav_new_616a td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-gold-7f53 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.list-gold-7f53 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.pressed_513a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.sort-up-9bf3 {
    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;
}

.sort-up-9bf3::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

.sort-up-9bf3 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.sort-up-9bf3 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.advanced_1727 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.item-iron-6e7a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.gallery_ff49 .aside_upper_f200 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture_fresh_f5b8 a {
    color: #ff6b6b;
}

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

.hidden-purple-0791 {
    max-width: 800px;
    margin: 0 auto;
}

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

.heading-fast-043c {
    text-align: center;
}

.heading-fast-043c .hard_62ea {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.heading-fast-043c .carousel_58c3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.hidden-purple-0791 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-7e6a.highlight-fd3f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .layout-cold-eb22 {
        flex-direction: column;
    }
    .gradient_medium_bbfc {
        transform: rotate(90deg);
    }
}

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

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

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

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

.list-4cd7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.list-solid-75df .over-5256 {
    color: #666;
    margin: 0 8px;
}

.list-solid-75df .article-56b0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.message-wide-b732 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.badge_64b6 {
    font-size: 2rem;
}

.list-static-0cc7 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.list-static-0cc7 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.badge-next-a949 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.outline-wood-f383 strong {
    color: #00ff88;
}

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

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

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

.active-9d36 h3,
.paragraph-b969 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.thumbnail-hot-3ed3 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.bottom_572c strong {
    color: #d4af37;
}

.gas_7e70 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-first-9076 {
    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;
}

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

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

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

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

.slider-bff8 strong {
    color: #d4af37;
}

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

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

.yellow_fb5a strong {
    color: #00ff88;
}

.yellow_fb5a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-solid-ea65 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.border-solid-ea65 li {
    margin-bottom: 5px;
}

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

.border-solid-ea65 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.column_south_1ce6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .slow-3130 {
        flex-direction: column;
    }
    
    .first-b886 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .banner-fresh-7ed7 {
        padding: 30px 15px;
    }
    
    .banner-fresh-7ed7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .old-5896 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .middle_175b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .top_3f9e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .top_3f9e .content-up-9eab {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .primary-b0b4 {
        font-size: 1.3rem;
    }
    
    .secondary_complex_7092 {
        font-size: 0.7rem;
    }
    
    .block_15d0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .block_15d0 .main_5fb4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .wrapper_1a79 {
        display: none;
    }
    
    .gradient-048e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .mask_3eec {
        padding: 20px 10px;
    }
    
    .plasma-d159 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip_old_dbc4,
    .prev-f34f {
        padding: 15px;
    }
    
    .widget_e1d4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .table_341c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .component_bottom_360d {
        padding: 30px 10px;
    }
    
    .complex-3258 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .under_dbf8 {
        padding: 20px 15px;
    }
    
    .hard-6ae3 {
        font-size: 2rem;
    }
    
    .under_dbf8 h3 {
        font-size: 1.1rem;
    }
    
    .under_dbf8 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .huge-ec89 {
        padding: 20px 5px;
    }
    
    .huge-ec89 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tertiary-plasma-a393 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .nav_new_616a {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .nav_new_616a th,
    .nav_new_616a td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .texture-f025 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .element_liquid_22a0 {
        padding: 20px 10px;
    }
    
    .first-ad4e h2 {
        font-size: 1.3rem;
    }
    
    .video_b59c {
        font-size: 0.9rem;
    }
    
    .clean_7e58 h3 {
        font-size: 1.1rem;
    }
    
    .clean_7e58 p {
        font-size: 0.9rem;
    }
    
    .detail_center_41c6 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .video_south_5167 {
        grid-template-columns: 1fr;
    }
    
    .slider-bff8 {
        font-size: 0.85rem;
    }
    
    .active-narrow-cd45 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge-first-9076 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .badge-first-9076 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tertiary_9c89 {
        padding: 30px 10px;
    }
    
    .dim-5a65 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary-simple-5d59 {
        padding: 15px;
    }
    
    .main-c6f8 {
        font-size: 0.9rem;
    }
    
    .media_soft_7f58 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media_soft_7f58 .module_6930 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .popup-mini-023e {
        padding: 30px 10px;
    }
    
    .popup-mini-023e h2 {
        font-size: 1.2rem;
    }
    
    .warm-f88c {
        gap: 10px;
    }
    
    .info-b675 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .info-b675 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .progress-short-871e {
        padding: 30px 10px;
    }
    
    .progress-short-871e h2 {
        font-size: 1.2rem;
    }
    
    .frame-abfc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-action-df79 {
        padding: 15px 10px;
    }
    
    .picture-action-df79 h4 {
        font-size: 0.85rem;
    }
    
    .picture-action-df79 p {
        font-size: 0.75rem;
    }
    
    .dynamic_6e5b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .banner_easy_a2d1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .sidebar_slow_9680 {
        padding: 20px 10px;
    }
    
    .tertiary_fc34 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .paragraph_bright_52bd,
    .glass_0e34,
    .texture_fresh_f5b8 {
        width: 100%;
    }
    
    .paragraph_bright_52bd h3 {
        font-size: 1.1rem;
    }
    
    .paragraph_bright_52bd p {
        font-size: 0.8rem;
    }
    
    .steel-e6d2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .row_upper_3ea1 {
        padding: 30px 15px;
    }
    
    .row_upper_3ea1 h2 {
        font-size: 1.3rem;
    }
    
    .row_upper_3ea1 p {
        font-size: 0.85rem;
    }
    
    .block-lite-4b97 {
        flex-direction: column;
        gap: 10px;
    }
    
    .block-lite-4b97 .main_5fb4 {
        width: 100%;
    }
    
    .item_lite_7b31 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .search_a611 {
        padding: 30px 15px;
    }
    
    .paper_dbfe {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .iron_fabf {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .photo_c0c0 h4 {
        font-size: 0.9rem;
    }
    
    .photo_c0c0 a {
        font-size: 0.8rem;
    }
    
    .active_wide_545a {
        font-size: 0.8rem;
    }
    
    .link_ccfc p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .dirty_87f6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .widget-2097 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: dd0d */
.ghost-box-k2 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
