/* Inner Page Styles */

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

.tertiary-old-06fa 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);
}

.tertiary-old-06fa 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);
}

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

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

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

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

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

.next_e313 .shadow_60f8:hover::before {
    left: 100%;
}

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

.orange-2da7 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status_fixed_1fa9.fn-active-560b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

.tooltip-gas-7fcd p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.solid-e83b 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 */
.north_161a {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.paragraph-dark-2ea4 {
    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;
}

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

.paragraph-dark-2ea4:hover::before {
    left: 100%;
}

.paragraph-dark-2ea4 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;
}

.paragraph-dark-2ea4 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;
}

.paragraph-dark-2ea4 .primary-clean-fd82 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.paragraph-dark-2ea4 .primary-clean-fd82:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.orange-9c25 {
    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);
}

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

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

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

.widget-dim-6d9a {
    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);
}

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

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

.widget-dim-6d9a p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.widget-dim-6d9a .primary-clean-fd82 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.widget-dim-6d9a .primary-clean-fd82:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tertiary-old-06fa {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tertiary-old-06fa h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tertiary-old-06fa h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .next_e313 {
        justify-content: center;
    }
    
    .next_6e0a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .bright_95a8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .primary_thick_f2b3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fluid_67b5 {
        padding: var(--md-spacing-md);
    }
    
    .cool_25d0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .solid-e83b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .widget-dim-6d9a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sidebar_8eed {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .fluid_67b5 {
        padding: var(--md-spacing-sm);
    }
    
    .tooltip-gas-7fcd {
        padding: var(--md-spacing-md);
    }
    
    .solid-e83b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tooltip-gas-7fcd,
.solid-e83b,
.widget-dim-6d9a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.tooltip-93e1::-webkit-scrollbar {
    width: 8px;
}

.tooltip-93e1::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.logo-current-3ab2 {
    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);
}

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

.menu_bae7 {
    font-size: 1.5rem;
}

.pro-4643 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .progress-selected-9d4e {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .module_medium_7d92 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.tag-lite-d6b1 {
    padding: 30px 0;
}

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

.outer-79db {
    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;
}

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

.outer-79db ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.outer-79db li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.feature_b665 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.hot_41b1.under_0b64 .summary_glass_4be0 {
    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); }
}

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

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

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

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

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

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

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

.gradient_d396 {
    font-size: 1.2rem;
}

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

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

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

.blue-6f99 {
    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;
}

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

.blue-6f99.modal-narrow-fca3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.blue-6f99.label-cold-cf96::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.blue-6f99.carousel-focused-0870::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.blue-6f99.icon_stone_8fc4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hover_5b16 {
    font-size: 1.2rem;
}

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

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

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

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

.paragraph_pink_637a.header_276f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paragraph_pink_637a.fn-active-560b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.description-b641.backdrop-hard-894e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.tertiary_fast_5492 { border-top: 3px solid #00ccff; }
.title_cold_b5e3 { border-top: 3px solid #00ff88; }
.solid-7f33 { border-top: 3px solid #d4af37; }
.container-c98a { border-top: 3px solid #ff6b6b; }
.notification_pink_2204 { border-top: 3px solid #8b5cf6; }

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

.table_wide_101a {
    overflow-x: auto;
}

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

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

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

.focus_bd91 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.input-copper-8de7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.block-4dbd {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.new-6eb5 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.secondary-b6be {
    font-size: 2rem;
}

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

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

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

.content-over-e85c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hot_1553 {
    font-size: 1.5rem;
}

.paragraph-top-4212 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

.button-prev-9f7f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.outer-a9f7 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.secondary-804f .hero_hot_24cf {
    margin-bottom: 10px;
}

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

.secondary-804f strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.carousel-east-990f {
    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;
}

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

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

.outline-gas-7ee7 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.menu-outer-f5ed {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.hover-black-509c {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.hover-black-509c span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.hidden_1dab a {
    color: #ff6b6b;
}

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

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

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

.overlay-light-109b {
    text-align: center;
}

.overlay-light-109b .header_next_1954 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.overlay-light-109b .text_010a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.wide-85d7 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-focused-2ecf {
    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;
}

.dropdown-focused-2ecf.backdrop-hard-894e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.avatar-iron-3c43 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.disabled-fresh-07ee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .disabled-fresh-07ee {
        grid-template-columns: 1fr;
    }
}

.brown-82ba {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.row-wood-0475 .middle_ff61 {
    color: #666;
    margin: 0 8px;
}

.row-wood-0475 .section_bottom_ca4f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.narrow-06e5 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.footer_34d9 {
    font-size: 2rem;
}

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

.preview_85de strong {
    color: #d4af37;
}

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

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

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

.soft-79d9 h3,
.old-3de0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.carousel_cc87 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.modal-south-4c3f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.button_pink_b175 h3,
.surface-024c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.next-79d0 summary::-webkit-details-marker {
    display: none;
}

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

.fluid-27ee {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.chip_active_71cb strong {
    color: #d4af37;
}

.disabled-661e {
    color: #aaa;
}

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

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

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

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

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

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

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

.title-tall-530b:last-child {
    border-bottom: none;
}

.title-tall-530b h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.title-tall-530b p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.box-wide-0cdf {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.box-wide-0cdf 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;
}

.box-wide-0cdf li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .frame-simple-2d07 {
        grid-template-columns: 1fr;
    }
}

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

.article-pink-9941 strong {
    color: #d4af37;
}

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

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

.black_0bdd strong {
    color: #00ff88;
}

.black_0bdd span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.card-lite-6c25 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

.sort-solid-5815 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-gas-93f0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tertiary-gas-93f0 li {
    margin-bottom: 5px;
}

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

.tertiary-gas-93f0 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.gradient-12df {
    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;
}

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

.dynamic-9560 strong {
    color: #00ff88;
}

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

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

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

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

.active-dynamic-0999 {
    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;
}

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

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

@media (max-width: 768px) {
    .pro_e455 {
        flex-direction: column;
    }
    
    .active-dynamic-0999 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.button-static-ddae {
    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;
}

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

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

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

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

.preview-mini-0d22 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .sort_1ab9 {
        padding: 30px 15px;
    }
    
    .sort_1ab9 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .article_0cc9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .surface_south_0769 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .huge_c94f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .huge_c94f .tall_3583 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .element-345b {
        font-size: 1.3rem;
    }
    
    .nav-05f5 {
        font-size: 0.7rem;
    }
    
    .text_black_9349 {
        flex-direction: column;
        gap: 10px;
    }
    
    .text_black_9349 .primary-clean-fd82 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .input-inner-e269 {
        display: none;
    }
    
    .basic_df8b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .mini_778f {
        padding: 20px 10px;
    }
    
    .overlay_clean_0c9b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fast-6167,
    .thumbnail_29fb {
        padding: 15px;
    }
    
    .light_152b {
        flex-direction: column;
        gap: 5px;
    }
    
    .sort-solid-5815 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notice-north-43b1 {
        padding: 30px 10px;
    }
    
    .plasma-aa42 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-5491 {
        padding: 20px 15px;
    }
    
    .active-f33e {
        font-size: 2rem;
    }
    
    .button-5491 h3 {
        font-size: 1.1rem;
    }
    
    .button-5491 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .image-action-0607 {
        padding: 20px 10px;
    }
    
    .pressed-5e26 h2 {
        font-size: 1.3rem;
    }
    
    .dirty-4258 {
        font-size: 0.9rem;
    }
    
    .title-tall-530b h3 {
        font-size: 1.1rem;
    }
    
    .title-tall-530b p {
        font-size: 0.9rem;
    }
    
    .box-wide-0cdf li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .frame-simple-2d07 {
        grid-template-columns: 1fr;
    }
    
    .article-pink-9941 {
        font-size: 0.85rem;
    }
    
    .thumbnail_dynamic_8b9b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown-b46a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dropdown-b46a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tabs-007b {
        padding: 30px 10px;
    }
    
    .hero_light_0fc3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-ecfc {
        padding: 15px 10px;
    }
    
    .frame-ecfc h4 {
        font-size: 0.9rem;
    }
    
    .frame-ecfc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .warm_32ef {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .panel_rough_debe {
        padding: 30px 10px;
    }
    
    .focus-6875 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-3bae {
        padding: 15px;
    }
    
    .header_0ca2 {
        font-size: 0.9rem;
    }
    
    .header-dark-716c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header-dark-716c .thumbnail-3fd5 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .rough-84b5 {
        padding: 30px 10px;
    }
    
    .rough-84b5 h2 {
        font-size: 1.2rem;
    }
    
    .purple_a364 {
        gap: 10px;
    }
    
    .liquid-c685 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .liquid-c685 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .east_0522 {
        padding: 30px 10px;
    }
    
    .east_0522 h2 {
        font-size: 1.2rem;
    }
    
    .picture-2552 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .rough-ab0f {
        padding: 15px 10px;
    }
    
    .rough-ab0f h4 {
        font-size: 0.85rem;
    }
    
    .rough-ab0f p {
        font-size: 0.75rem;
    }
    
    .modal_silver_4f76 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .disabled_top_9602 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .backdrop-yellow-f83a {
        padding: 20px 10px;
    }
    
    .black_313d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .info_d3cd,
    .hover-black-509c,
    .hidden_1dab {
        width: 100%;
    }
    
    .info_d3cd h3 {
        font-size: 1.1rem;
    }
    
    .info_d3cd p {
        font-size: 0.8rem;
    }
    
    .module_dark_0e96 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thick-957b {
        padding: 30px 15px;
    }
    
    .thick-957b h2 {
        font-size: 1.3rem;
    }
    
    .thick-957b p {
        font-size: 0.85rem;
    }
    
    .wrapper_e25c {
        flex-direction: column;
        gap: 10px;
    }
    
    .wrapper_e25c .primary-clean-fd82 {
        width: 100%;
    }
    
    .top-240a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .hovered-bb45 {
        padding: 30px 10px;
    }
    
    .hovered-bb45 h3 {
        font-size: 1.2rem;
    }
    
    .description-f81f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget-dim-6d9a {
        padding: 15px 10px;
    }
    
    .widget-dim-6d9a h4 {
        font-size: 0.85rem;
    }
    
    .widget-dim-6d9a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .popup_05f7 {
        padding: 30px 15px;
    }
    
    .link-4b74 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .accordion_695e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .description-full-9bad h4 {
        font-size: 0.9rem;
    }
    
    .description-full-9bad a {
        font-size: 0.8rem;
    }
    
    .black_2afa {
        font-size: 0.8rem;
    }
    
    .table-middle-fae1 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .container-rough-b6ee {
        padding: 8px 10px;
    }
    
    .icon_0901 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .short_9cde {
        font-size: 0.7rem;
    }
}

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