/* Inner Page Styles */

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

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

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

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

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

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

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

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

.down_2732 .title_00d3:hover::before {
    left: 100%;
}

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

.main-8e69 {
    margin-bottom: var(--md-spacing-lg);
}

.grid-25f5 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-a692.fn-active-7358 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-purple-8ad9 {
    padding: var(--md-spacing-md) 0;
}

.hidden-411d {
    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%;
}

.hidden-411d 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 */
.orange-d471 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.overlay_east_def3 .pattern_wide_bc7b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.gradient-bronze-64c1 {
    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);
}

.gradient-bronze-64c1:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.slider_d38b .pattern_wide_bc7b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tabs_e45c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tabs_e45c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tabs_e45c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .down_2732 {
        justify-content: center;
    }
    
    .grid-25f5 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pattern_light_e045 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dynamic_3018 {
        padding: var(--md-spacing-md) 0;
    }
    
    .badge_c299 {
        padding: var(--md-spacing-md);
    }
    
    .description_7ee3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hidden-411d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .slider_d38b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .texture-f163 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .badge_c299 {
        padding: var(--md-spacing-sm);
    }
    
    .layout_3ce4 {
        padding: var(--md-spacing-md);
    }
    
    .hidden-411d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.layout_3ce4,
.hidden-411d,
.slider_d38b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.shade-basic-2a69 {
    font-size: 1.5rem;
}

.chip_orange_bbad strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-6586 strong {
    color: #00ff88;
}

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

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

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

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

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

.message-1cb0::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;
}

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

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

.primary_complex_3b70.rough_c8c1 .brown-e0ca {
    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); }
}

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

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

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

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

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

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

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

.aside-yellow-73a6 {
    font-size: 1.2rem;
}

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

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

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

.hero-paper-20cf {
    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;
}

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

.hero-paper-20cf.input_large_60c8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hero-paper-20cf.highlight_stone_077b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hero-paper-20cf.photo-gold-92cd::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hero-paper-20cf.block_north_dd2c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.under-8d79 {
    font-size: 1.2rem;
}

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

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

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

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

.blue-5bbf.action_d532 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.blue-5bbf.fn-active-7358 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.focus-pink-510c {
    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;
}

.focus-pink-510c:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.focus-pink-510c.module-7531 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.orange-002b { border-top: 3px solid #00ccff; }
.static-bcf8 { border-top: 3px solid #00ff88; }
.box_wide_5d18 { border-top: 3px solid #d4af37; }
.overlay-gas-4d0a { border-top: 3px solid #ff6b6b; }
.current_a99e { border-top: 3px solid #8b5cf6; }

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

.gold-a81b {
    overflow-x: auto;
}

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

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

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

.smooth-36d8 td {
    color: #ccc;
}

.smooth-36d8 .focus_hard_92bd {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.smooth-36d8 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.input-68b2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.container-585d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.picture-white-6a5b h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.picture-white-6a5b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.icon-stale-f266 {
    font-size: 2rem;
}

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

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

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

.active-soft-844a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .active-soft-844a::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.paragraph_black_dfc2 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.frame-be16 .border-advanced-11d5 {
    margin-bottom: 10px;
}

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

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

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

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

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

.gallery-green-5d88 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 */
.paper-3259 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.tabs-64a3 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-copper-212d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.frame-copper-212d span {
    color: #666;
    font-size: 0.8rem;
}

.frame-copper-212d a {
    color: #ff6b6b;
}

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

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

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

.paragraph-1e38 {
    text-align: center;
}

.paragraph-1e38 .bottom-1439 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.paragraph-1e38 .outer-8491 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.silver-82d5 {
    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;
}

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

.header-tall-7a1f {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.avatar-blue-6cce {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.link-selected-936d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.button-9f31 {
    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;
}

.button-9f31.module-7531 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.nav-wide-c32f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .link-selected-936d {
        flex-direction: column;
    }
    .out-8330 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.slider-basic-ea58 .content-center-fb0f {
    color: #666;
    margin: 0 8px;
}

.slider-basic-ea58 .last-12d4 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.hover-1b66 strong {
    color: #d4af37;
    margin-right: 8px;
}

.hover-8b9b {
    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;
}

.button_60c5 {
    font-size: 2rem;
}

.picture-liquid-93d9 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.picture-liquid-93d9 strong {
    color: #d4af37;
}

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

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

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

.pattern-ec51 h3,
.slider-fef3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.warm-5f70 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.feature-41d0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.iron-2323 strong {
    color: #00ff88;
}

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

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

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

.input_pro_25e4 h3,
.modal-123f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.dark-240e strong {
    color: #d4af37;
}

.input-4637 {
    color: #aaa;
}

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

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

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

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

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

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

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

.image-2934:last-child {
    border-bottom: none;
}

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

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

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

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

.liquid-341e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.liquid-341e 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;
}

.liquid-341e li strong {
    color: #00ff88;
}

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

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

.tooltip-advanced-cfda {
    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;
}

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

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

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

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

.header-yellow-2590 strong {
    color: #d4af37;
}

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

.wood-7b84 {
    color: #888;
    font-size: 0.9rem;
}

.wood-7b84 strong {
    color: #00ff88;
}

.wood-7b84 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.card-9b65 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.black-0f2d li {
    margin-bottom: 5px;
}

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

.black-0f2d a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.paragraph_stone_bb21 strong {
    color: #00ff88;
}

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

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

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

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

.warm-60b1 {
    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;
}

.component-active-9c72 {
    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;
}

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

@media (max-width: 768px) {
    .focus-0884 {
        flex-direction: column;
    }
    
    .warm-60b1 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .accent-2cf4 {
        padding: 30px 15px;
    }
    
    .accent-2cf4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .button_solid_72a6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .image_84d6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .progress-hot-aec3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress-hot-aec3 .row_4280 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .grid-eadf {
        font-size: 1.3rem;
    }
    
    .main-north-f926 {
        font-size: 0.7rem;
    }
    
    .lower_8825 {
        flex-direction: column;
        gap: 10px;
    }
    
    .lower_8825 .pattern_wide_bc7b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .border-selected-f89f {
        display: none;
    }
    
    .block-plasma-ab21 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .widget-3949 {
        padding: 20px 10px;
    }
    
    .popup_c2e5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static_227d,
    .component_e4ba {
        padding: 15px;
    }
    
    .frame_cool_cf02 {
        flex-direction: column;
        gap: 5px;
    }
    
    .card-9b65 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .steel-b909 {
        padding: 30px 10px;
    }
    
    .full_a408 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav_purple_053d {
        padding: 20px 15px;
    }
    
    .tabs-fast-9754 {
        font-size: 2rem;
    }
    
    .nav_purple_053d h3 {
        font-size: 1.1rem;
    }
    
    .nav_purple_053d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .list-pink-9143 {
        padding: 20px 10px;
    }
    
    .widget_mini_ba43 h2 {
        font-size: 1.3rem;
    }
    
    .green_0826 {
        font-size: 0.9rem;
    }
    
    .image-2934 h3 {
        font-size: 1.1rem;
    }
    
    .image-2934 p {
        font-size: 0.9rem;
    }
    
    .liquid-341e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .picture-black-4769 {
        grid-template-columns: 1fr;
    }
    
    .header-yellow-2590 {
        font-size: 0.85rem;
    }
    
    .media_wide_aaa0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip-advanced-cfda {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tooltip-advanced-cfda strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .label-315e {
        padding: 30px 10px;
    }
    
    .paragraph_97a5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paper-624a {
        padding: 15px 10px;
    }
    
    .paper-624a h4 {
        font-size: 0.9rem;
    }
    
    .paper-624a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .background_5136 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .paragraph_97a5 {
        grid-template-columns: 1fr;
    }
    
    .paper-624a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .bright-b5cf {
        padding: 30px 10px;
    }
    
    .accent_top_fa66 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon-266f {
        padding: 15px;
    }
    
    .soft-d794 {
        font-size: 0.9rem;
    }
    
    .main-5396 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .main-5396 .paragraph_hot_14f9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .next-286a {
        padding: 30px 10px;
    }
    
    .next-286a h2 {
        font-size: 1.2rem;
    }
    
    .tertiary-db63 {
        gap: 10px;
    }
    
    .progress-current-07ea summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .progress-current-07ea p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tabs-4a56 {
        padding: 30px 10px;
    }
    
    .tabs-4a56 h2 {
        font-size: 1.2rem;
    }
    
    .focus_d525 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature-d6a1 {
        padding: 15px 10px;
    }
    
    .feature-d6a1 h4 {
        font-size: 0.85rem;
    }
    
    .feature-d6a1 p {
        font-size: 0.75rem;
    }
    
    .gradient-38b0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .title-white-066e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .search-b77d {
        padding: 20px 10px;
    }
    
    .iron_0315 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tag-fluid-d96a,
    .input_advanced_f207,
    .frame-copper-212d {
        width: 100%;
    }
    
    .tag-fluid-d96a h3 {
        font-size: 1.1rem;
    }
    
    .tag-fluid-d96a p {
        font-size: 0.8rem;
    }
    
    .feature_369d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .fast-2f1c {
        padding: 30px 15px;
    }
    
    .fast-2f1c h2 {
        font-size: 1.3rem;
    }
    
    .fast-2f1c p {
        font-size: 0.85rem;
    }
    
    .breadcrumb_0d3b {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb_0d3b .pattern_wide_bc7b {
        width: 100%;
    }
    
    .hot-f3ad {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .box_caaf {
        padding: 30px 15px;
    }
    
    .slider_liquid_13ca {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .row_84d7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .yellow_07c6 h4 {
        font-size: 0.9rem;
    }
    
    .yellow_07c6 a {
        font-size: 0.8rem;
    }
    
    .focus_gas_18aa {
        font-size: 0.8rem;
    }
    
    .copper_56a9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .disabled-9e74 {
        padding: 8px 10px;
    }
    
    .form-fbe3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .chip-00b1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .form-fbe3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .chip-00b1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6f7e */
.widget-item-u1 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
