/* Inner Page Styles */

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

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

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

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

.green-4c3a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.green-4c3a .progress-8231 {
    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;
}

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

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

.green-4c3a .progress-8231:hover::before {
    left: 100%;
}

.green-4c3a .progress-8231:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.item-5e56 {
    margin-bottom: var(--md-spacing-lg);
}

.block-right-d704 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.caption-stone-b574 {
    color: var(--casino-gold-light);
}

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

.caption-stone-b574 a:hover {
    color: var(--casino-gold-light);
}

.caption-stone-b574.fn-active-0f38 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dirty-7e50 {
    padding: var(--md-spacing-md) 0;
}

.section-red-602c {
    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%;
}

.section-red-602c 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 */
.link-gas-5280 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-gas-5280 li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

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

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

.footer-c57c:hover::before {
    left: 100%;
}

.footer-c57c 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;
}

.footer-c57c 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;
}

.footer-c57c .footer_complex_40c7 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.footer-c57c .footer_complex_40c7:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.input-0ff7 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.warm_862b .footer_complex_40c7:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .advanced_866f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .advanced_866f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .advanced_866f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .green-4c3a {
        justify-content: center;
    }
    
    .block-right-d704 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .message-steel-68b0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .highlight-blue-d766 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade_af9a {
        padding: var(--md-spacing-md);
    }
    
    .tooltip_227c {
        padding: var(--md-spacing-md) 0;
    }
    
    .section-red-602c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .warm_862b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .primary_north_eb35 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .shade_af9a {
        padding: var(--md-spacing-sm);
    }
    
    .lite_0cb8 {
        padding: var(--md-spacing-md);
    }
    
    .section-red-602c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.lite_0cb8,
.section-red-602c,
.warm_862b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.gradient-dark-4a89::-webkit-scrollbar {
    width: 8px;
}

.gradient-dark-4a89::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

.gradient-dark-4a89::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.grid_north_ca69 {
    font-size: 1.5rem;
}

.sidebar-10bf strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.clean-7388 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.active_6379 strong {
    color: #00ff88;
}

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

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

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

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

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

.gallery-next-70e9::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;
}

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

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

.background_cold_4362.article-524a .nav_bd40 {
    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); }
}

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

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

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

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

.pattern-219a 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;
}

.pattern-219a 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);
}

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

.wide_034b {
    font-size: 1.2rem;
}

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

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

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

.avatar-42d0 {
    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;
}

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

.avatar-42d0.upper_f26a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.avatar-42d0.module_69b8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.avatar-42d0.soft_6d01::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.avatar-42d0.gradient_8761::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.panel_middle_82a1 {
    font-size: 1.2rem;
}

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

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

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

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

.steel-62e3.main-south-47ff { background: linear-gradient(90deg, #00ccff, #0088ff); }
.steel-62e3.fn-active-0f38 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-4712 { border-top: 3px solid #00ccff; }
.tertiary-fixed-3790 { border-top: 3px solid #00ff88; }
.shade-0bc0 { border-top: 3px solid #d4af37; }
.caption-c509 { border-top: 3px solid #ff6b6b; }
.picture_f218 { border-top: 3px solid #8b5cf6; }

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

.gallery_old_b901 {
    overflow-x: auto;
}

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

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

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

.detail-center-5b2a td {
    color: #ccc;
}

.detail-center-5b2a .photo_small_1ba8 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.detail-center-5b2a tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.tiny-3dc5 {
    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;
}

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

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

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

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

.title-motion-d846 {
    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;
}

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

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

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

.current_4a6f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.tiny-973c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-upper-3feb {
    font-size: 1.5rem;
}

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

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

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

.cool-6a83 {
    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;
}

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

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

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

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

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

.gas-793d {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gas-793d .badge-yellow-0636 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.picture-narrow-9a12 .heading-in-8235 {
    margin-bottom: 10px;
}

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

.picture-narrow-9a12 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-fast-f1ba {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.message-0d35 span {
    color: #666;
    font-size: 0.8rem;
}

.message-0d35 a {
    color: #ff6b6b;
}

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

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

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

.menu_hard_a63a {
    text-align: center;
}

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

.menu_hard_a63a .tertiary-5f25 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.cool-6cf8 {
    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;
}

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

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

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

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

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

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

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

.footer-upper-1bde {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .footer-upper-1bde {
        flex-direction: column;
    }
    .left-3f42 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.form-865d .notification-a588 {
    color: #666;
    margin: 0 8px;
}

.form-865d .complex_12c8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.complex_bfa5 {
    font-size: 2rem;
}

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

.breadcrumb_dirty_fe5c strong {
    color: #d4af37;
}

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

.pagination-4b1d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.tooltip-6cca h3,
.aside-39f8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.block-basic-f33c {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.tertiary-first-ad8c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.focused_3d48 strong {
    color: #00ff88;
}

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

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

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

.background-plasma-e044 h3,
.text_bbe1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.media_pink_5df6 strong {
    color: #d4af37;
}

.last-9971 {
    color: #aaa;
}

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

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

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

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

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

.photo-silver-a130 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content_up_9e99 strong {
    color: #d4af37;
}

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

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

.current_e8f2 strong {
    color: #00ff88;
}

.current_e8f2 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.brown-45a7 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.hover-tiny-c5e4 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.hover-tiny-c5e4 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.surface_new_c620 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.menu-7cf4 strong {
    color: #00ff88;
}

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

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

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

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

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

.link-35f3 {
    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;
}

.panel-fast-f1ba {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .modal_active_0fbc {
        padding: 30px 15px;
    }
    
    .modal_active_0fbc h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .bright_741c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .box-top-bc3c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .overlay-warm-18c3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay-warm-18c3 .orange-b721 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gradient_246c {
        font-size: 1.3rem;
    }
    
    .dropdown-mini-3cb6 {
        font-size: 0.7rem;
    }
    
    .slider_9f0e {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider_9f0e .footer_complex_40c7 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tooltip-b0ba {
        display: none;
    }
    
    .outline_ac80 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .search-active-d14e {
        padding: 20px 10px;
    }
    
    .info_6b7d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .footer_copper_065d,
    .gold-cfec {
        padding: 15px;
    }
    
    .block-2387 {
        flex-direction: column;
        gap: 5px;
    }
    
    .aside-f0f4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .slow-6408 {
        padding: 30px 10px;
    }
    
    .footer-f865 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tall-7d51 {
        padding: 20px 15px;
    }
    
    .short-b010 {
        font-size: 2rem;
    }
    
    .tall-7d51 h3 {
        font-size: 1.1rem;
    }
    
    .tall-7d51 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .preview_advanced_75f3 {
        padding: 20px 10px;
    }
    
    .summary_546a h2 {
        font-size: 1.3rem;
    }
    
    .component_easy_b1d2 {
        font-size: 0.9rem;
    }
    
    .tall_2f41 h3 {
        font-size: 1.1rem;
    }
    
    .tall_2f41 p {
        font-size: 0.9rem;
    }
    
    .avatar_fixed_0cfa li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .sort_e967 {
        grid-template-columns: 1fr;
    }
    
    .content_up_9e99 {
        font-size: 0.85rem;
    }
    
    .active-cb50 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .main_a256 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .main_a256 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .chip-clean-2ad2 {
        padding: 30px 10px;
    }
    
    .dark_e79e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled-complex-8cfc {
        padding: 15px 10px;
    }
    
    .disabled-complex-8cfc h4 {
        font-size: 0.9rem;
    }
    
    .disabled-complex-8cfc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .modal-hard-401b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dark_e79e {
        grid-template-columns: 1fr;
    }
    
    .disabled-complex-8cfc p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .thumbnail_hovered_1137 {
        padding: 30px 10px;
    }
    
    .dim-a9e1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .blue_d160 {
        padding: 15px;
    }
    
    .white-0abf {
        font-size: 0.9rem;
    }
    
    .static_238e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .static_238e .center-b792 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .panel-3cb1 {
        padding: 30px 10px;
    }
    
    .panel-3cb1 h2 {
        font-size: 1.2rem;
    }
    
    .accordion_37fc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-58be {
        padding: 15px 10px;
    }
    
    .form-58be h4 {
        font-size: 0.85rem;
    }
    
    .form-58be p {
        font-size: 0.75rem;
    }
    
    .accordion_first_a6af {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .search_e707 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gradient_tiny_b524 {
        padding: 20px 10px;
    }
    
    .caption_west_ec47 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dark-c1a5,
    .logo_focused_afc9,
    .message-0d35 {
        width: 100%;
    }
    
    .dark-c1a5 h3 {
        font-size: 1.1rem;
    }
    
    .dark-c1a5 p {
        font-size: 0.8rem;
    }
    
    .item_ecba {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .component-8d4f {
        padding: 30px 15px;
    }
    
    .component-8d4f h2 {
        font-size: 1.3rem;
    }
    
    .component-8d4f p {
        font-size: 0.85rem;
    }
    
    .simple_4ab3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .simple_4ab3 .footer_complex_40c7 {
        width: 100%;
    }
    
    .progress_inner_913f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .icon_bronze_3dd9 {
        padding: 30px 15px;
    }
    
    .black-a2da {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .white-2187 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .accent-64ef h4 {
        font-size: 0.9rem;
    }
    
    .accent-64ef a {
        font-size: 0.8rem;
    }
    
    .texture_1bef {
        font-size: 0.8rem;
    }
    
    .paragraph-d985 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .layout_bottom_5d81 {
        padding: 8px 10px;
    }
    
    .image-29c8 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .up-ef0a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .image-29c8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .up-ef0a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: dd95 */
.shadow-element-s2 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.1;
}
