/* Inner Page Styles */

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

.static-022a 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);
}

.static-022a 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);
}

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

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

.tag-6bfd .photo_medium_50a9 {
    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;
}

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

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

.tag-6bfd .photo_medium_50a9:hover::before {
    left: 100%;
}

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

.chip-last-e4ec {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image_bae8.fn-active-fd0f {
    color: var(--casino-gold-light);
}

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

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

.overlay-complex-3034 {
    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);
}

.overlay-complex-3034 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);
}

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

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

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

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

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

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

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

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

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

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

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

.module-medium-3326 {
    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%;
}

.module-medium-3326 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 */
.form-312e {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-312e li {
    margin-bottom: var(--md-spacing-xs);
}

.form-312e 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);
}

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

/* Promo Cards */
.nav-prev-2e98 {
    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-prev-2e98::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

.nav-prev-2e98:hover::before {
    left: 100%;
}

.nav-prev-2e98 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-prev-2e98 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-prev-2e98 .small_f40a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.nav-prev-2e98 .small_f40a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.progress-smooth-a070 {
    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);
}

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

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

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

.progress-smooth-a070 .small_f40a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.progress-smooth-a070 .small_f40a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .static-022a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .static-022a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .static-022a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tag-6bfd {
        justify-content: center;
    }
    
    .background_next_24b1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .texture-e111 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .info_wide_1fb5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .overlay-complex-3034 {
        padding: var(--md-spacing-md);
    }
    
    .progress_a710 {
        padding: var(--md-spacing-md) 0;
    }
    
    .module-medium-3326 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .progress-smooth-a070 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .feature-steel-4e59 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .overlay-complex-3034 {
        padding: var(--md-spacing-sm);
    }
    
    .copper-136f {
        padding: var(--md-spacing-md);
    }
    
    .module-medium-3326 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.copper-136f,
.module-medium-3326,
.progress-smooth-a070 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.slider-in-9af6 {
    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);
}

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

.west-6f0c {
    font-size: 1.5rem;
}

.popup_west_18b7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel_8559 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.photo-298b {
    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;
}

.photo-298b.focus-dynamic-c8bc .frame_thick_856b {
    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); }
}

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

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

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

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

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

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

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

.alert-21c0 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .avatar-pro-8e47 {
        grid-template-columns: 1fr;
    }
}

.active-center-b203 {
    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;
}

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

.active-center-b203.background_2603::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active-center-b203.prev-1ef2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-center-b203.upper-3a1d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active-center-b203.tall_0e64::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.border_red_a2e9 {
    font-size: 1.2rem;
}

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

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

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

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

.photo_82a5.accent_e596 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.photo_82a5.fn-active-fd0f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.status-pro-ba9c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.cool_4813.frame-in-7ed0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.media_dim_6d9e { border-top: 3px solid #00ccff; }
.status_dark_8aab { border-top: 3px solid #00ff88; }
.header-solid-c28a { border-top: 3px solid #d4af37; }
.message_steel_79f6 { border-top: 3px solid #ff6b6b; }
.pattern-simple-7ba3 { border-top: 3px solid #8b5cf6; }

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

.mask_cool_c8d2 {
    overflow-x: auto;
}

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

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

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

.focus_c34d td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.center-9d70 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.highlight-south-8695 {
    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;
}

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

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

.row-9f81 {
    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;
}

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

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

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

.dark_449b {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.message-4b15 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs_large_eb96 {
    font-size: 1.5rem;
}

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

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

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

.carousel-3fe1 {
    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;
}

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

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

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

.content-orange-a2c5 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.image-f7b7 .dynamic_6321 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.basic-7ab1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-glass-65df p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.feature-glass-65df span {
    color: #666;
    font-size: 0.8rem;
}

.feature-glass-65df a {
    color: #ff6b6b;
}

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

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

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

.bright-3872 {
    text-align: center;
}

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

.bright-3872 .video-hovered-8e9e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.message-56a2 {
    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;
}

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

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

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

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

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

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

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

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

.purple-9f06 {
    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;
}

.purple-9f06.frame-in-7ed0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.widget-black-dfac {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .outline-5355 {
        flex-direction: column;
    }
    .small_25d7 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.summary-middle-4fe9 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.carousel_e9d1 .fixed_9a0d {
    color: #666;
    margin: 0 8px;
}

.carousel_e9d1 .iron_c4a6 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.main_yellow_1f0d {
    font-size: 2rem;
}

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

.basic_8af8 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.south_c385 strong {
    color: #00ff88;
}

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

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

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

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

.wrapper-49af {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.link-dark-02c6 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.texture-87c0 strong {
    color: #d4af37;
}

.title_5e13 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.caption-gold-5e44 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.caption-gold-5e44 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;
}

.caption-gold-5e44 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.simple-50d8 strong {
    color: #d4af37;
}

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

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

.focus_pro_35fd strong {
    color: #00ff88;
}

.focus_pro_35fd span {
    color: #d4af37;
}

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

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

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

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

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

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

.bronze-5b98 {
    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;
}

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

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

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

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

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

.tag-1f40 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-60df ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.secondary-60df li {
    margin-bottom: 5px;
}

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

.secondary-60df a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.dropdown-a6e2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.plasma-0d9b {
    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;
}

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

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

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

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

.dynamic-7c8a .border-action-458b {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .bright-86e6 {
        padding: 30px 15px;
    }
    
    .bright-86e6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .silver-30ff {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .west_f1a6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .wide_4df0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .wide_4df0 .header_cold_fc00 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .paragraph_2903 {
        font-size: 1.3rem;
    }
    
    .module-e3b4 {
        font-size: 0.7rem;
    }
    
    .media-cfa2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .media-cfa2 .small_f40a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .banner_static_492b {
        display: none;
    }
    
    .thumbnail-6a91 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gallery-f597 {
        padding: 20px 10px;
    }
    
    .list_fast_c56d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature_glass_5c67,
    .notification_fast_1732 {
        padding: 15px;
    }
    
    .solid_aed7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .overlay_43c1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .west-a8ca {
        padding: 30px 10px;
    }
    
    .logo-under-76ce {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .prev-e2f0 {
        padding: 20px 15px;
    }
    
    .border-gas-5cc2 {
        font-size: 2rem;
    }
    
    .prev-e2f0 h3 {
        font-size: 1.1rem;
    }
    
    .prev-e2f0 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .stale-0a70 {
        padding: 20px 10px;
    }
    
    .pattern_b619 h2 {
        font-size: 1.3rem;
    }
    
    .main-motion-5d2b {
        font-size: 0.9rem;
    }
    
    .footer_static_8df9 h3 {
        font-size: 1.1rem;
    }
    
    .footer_static_8df9 p {
        font-size: 0.9rem;
    }
    
    .caption-gold-5e44 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .progress_16d1 {
        grid-template-columns: 1fr;
    }
    
    .simple-50d8 {
        font-size: 0.85rem;
    }
    
    .icon_thick_8408 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .over_4070 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .over_4070 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .outline-b1dd {
        padding: 30px 10px;
    }
    
    .accordion-16ec {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask_selected_ebbc {
        padding: 15px 10px;
    }
    
    .mask_selected_ebbc h4 {
        font-size: 0.9rem;
    }
    
    .mask_selected_ebbc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .block-968b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accordion-16ec {
        grid-template-columns: 1fr;
    }
    
    .mask_selected_ebbc p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .bottom-52f7 {
        padding: 30px 10px;
    }
    
    .tooltip-0475 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tall_ae67 {
        padding: 15px;
    }
    
    .element-solid-6d71 {
        font-size: 0.9rem;
    }
    
    .feature_pro_16ae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .feature_pro_16ae .section-9a76 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hot_3a70 {
        padding: 30px 10px;
    }
    
    .hot_3a70 h2 {
        font-size: 1.2rem;
    }
    
    .title-4d6c {
        gap: 10px;
    }
    
    .picture-red-1827 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .picture-red-1827 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .video_stone_121a {
        padding: 30px 10px;
    }
    
    .video_stone_121a h2 {
        font-size: 1.2rem;
    }
    
    .old_0b79 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cool-9ba6 {
        padding: 15px 10px;
    }
    
    .cool-9ba6 h4 {
        font-size: 0.85rem;
    }
    
    .cool-9ba6 p {
        font-size: 0.75rem;
    }
    
    .link-bronze-c9f6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .element_thick_2a6d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .under_e4cd {
        padding: 20px 10px;
    }
    
    .plasma_029d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .simple-1358,
    .focus-fe07,
    .feature-glass-65df {
        width: 100%;
    }
    
    .simple-1358 h3 {
        font-size: 1.1rem;
    }
    
    .simple-1358 p {
        font-size: 0.8rem;
    }
    
    .breadcrumb_inner_247f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thick-1498 {
        padding: 30px 15px;
    }
    
    .thick-1498 h2 {
        font-size: 1.3rem;
    }
    
    .thick-1498 p {
        font-size: 0.85rem;
    }
    
    .red_dd4e {
        flex-direction: column;
        gap: 10px;
    }
    
    .red_dd4e .small_f40a {
        width: 100%;
    }
    
    .pink-8202 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .status-soft-1734 {
        padding: 30px 15px;
    }
    
    .sort_1fd9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .shade-right-24b7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .narrow-740c h4 {
        font-size: 0.9rem;
    }
    
    .narrow-740c a {
        font-size: 0.8rem;
    }
    
    .under-61a1 {
        font-size: 0.8rem;
    }
    
    .panel-clean-fdfa p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .card_upper_4d60 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tag-a12e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 765b */
.ghost-box-g8 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
