/* Inner Page Styles */

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

.block-focused-8949 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);
}

.block-focused-8949 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);
}

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

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

.active_current_a363 .active-bottom-91e8 {
    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;
}

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

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

.active_current_a363 .active-bottom-91e8:hover::before {
    left: 100%;
}

.active_current_a363 .active-bottom-91e8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green_56e7.fn-active-6187 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-selected-607b {
    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%;
}

.focus-selected-607b 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 */
.shadow_dynamic_7c81 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.hover_red_660c .tertiary_plasma_f156:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.button-large-54dd {
    margin-top: var(--md-spacing-sm);
}

.fast-06d3 {
    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);
}

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

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

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

.surface-rough-b55c {
    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);
}

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

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

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

.surface-rough-b55c .tertiary_plasma_f156 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.surface-rough-b55c .tertiary_plasma_f156:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .block-focused-8949 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .block-focused-8949 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .block-focused-8949 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .active_current_a363 {
        justify-content: center;
    }
    
    .layout_lower_3371 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .block-36cc {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .icon_solid_c2d5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget_solid_1daf {
        padding: var(--md-spacing-md);
    }
    
    .photo_huge_6419 {
        padding: var(--md-spacing-md) 0;
    }
    
    .focus-selected-607b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .surface-rough-b55c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .description-5aeb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .widget_solid_1daf {
        padding: var(--md-spacing-sm);
    }
    
    .center-7761 {
        padding: var(--md-spacing-md);
    }
    
    .focus-selected-607b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.center-7761,
.focus-selected-607b,
.surface-rough-b55c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.gradient-stale-67ad {
    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);
}

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

.gold-d7e5 {
    font-size: 1.5rem;
}

.steel-04e0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.search-stale-9063 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.search-stale-9063 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.tag_simple_cb2c strong {
    color: #00ff88;
}

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

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

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

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

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

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

.summary-cold-d009 {
    text-align: center;
    margin-bottom: 30px;
}

.aside-fluid-cd31 {
    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;
}

.aside-fluid-cd31.short-a524 .mask-red-4914 {
    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); }
}

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

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

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

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

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

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

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

.preview_62fd {
    font-size: 1.2rem;
}

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

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

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

.detail-blue-5e74 {
    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;
}

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

.detail-blue-5e74.outer-2c5e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.detail-blue-5e74.item_b171::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.detail-blue-5e74.purple-40c3::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.detail-blue-5e74.main-7f17::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.thick-0de3 {
    font-size: 1.2rem;
}

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

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

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

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

.nav_glass_2a3a.south-6c54 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.nav_glass_2a3a.fn-active-6187 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.row-4bf2 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.box-5ce7 {
    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;
}

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

.box-5ce7.pagination-hard-e73d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.feature-ad62 { border-top: 3px solid #00ccff; }
.thumbnail-585e { border-top: 3px solid #00ff88; }
.form-copper-ffd6 { border-top: 3px solid #d4af37; }
.thumbnail_mini_5f10 { border-top: 3px solid #ff6b6b; }
.preview_stone_93ef { border-top: 3px solid #8b5cf6; }

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

.disabled-2e46 {
    overflow-x: auto;
}

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

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

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

.breadcrumb-df92 td {
    color: #ccc;
}

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

.breadcrumb-df92 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.focus-mini-4ec1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wood-1f34 {
    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;
}

.footer-fixed-4c89 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.footer-fixed-4c89 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.progress_narrow_7063 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-617d {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.tooltip-fad9 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.wrapper-rough-c175 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.icon_f6d2 .accordion-3470 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.dark-349c {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.green-5f0c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.surface-65e4 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.row-1f4c {
    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;
}

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

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

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

.fluid_b372 a {
    color: #ff6b6b;
}

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

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

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

.prev_970e {
    text-align: center;
}

.prev_970e .logo-complex-62ce {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.prev_970e .paper-8af3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.image-9f50 {
    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;
}

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

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

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

.shade-4eec {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.center_e6fb.pagination-hard-e73d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.link-silver-11f8 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .component-d978 {
        flex-direction: column;
    }
    .link-silver-11f8 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.banner-north-574c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.focus-steel-ed16 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.glass-0074 .block-out-aad5 {
    color: #666;
    margin: 0 8px;
}

.glass-0074 .main_clean_d2c9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.breadcrumb-7e7d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.icon-fixed-5057 {
    font-size: 2rem;
}

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

.motion-5663 strong {
    color: #d4af37;
}

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

.border-upper-5254 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.badge-pressed-8dc1 h3,
.component_1699 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.logo-9fd1 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.black-b747 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.search-red-6bef summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.search-red-6bef summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.shade_pink_4a1e strong {
    color: #d4af37;
}

.tabs_dirty_7db2 {
    color: #aaa;
}

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

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

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

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

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

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

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

.dynamic-4194:last-child {
    border-bottom: none;
}

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

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

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

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

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

.mini-0cb6 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;
}

.mini-0cb6 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.alert-stone-e266 strong {
    color: #d4af37;
}

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

.focus-4f1f {
    color: #888;
    font-size: 0.9rem;
}

.focus-4f1f strong {
    color: #00ff88;
}

.focus-4f1f span {
    color: #d4af37;
}

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

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

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

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

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

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

.badge-purple-31da {
    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;
}

.component-bronze-7df0 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.banner-wide-06e7 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full-986c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.full-986c li {
    margin-bottom: 5px;
}

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

.full-986c a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.red-f61c strong {
    color: #00ff88;
}

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

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

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

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

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

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

.surface-65e4 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .rough_399a {
        padding: 30px 15px;
    }
    
    .rough_399a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .notification-current-8e39 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dropdown-hovered-491d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .table_0dcd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .table_0dcd .form_next_ae4e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .message-7726 {
        font-size: 1.3rem;
    }
    
    .fresh-f70c {
        font-size: 0.7rem;
    }
    
    .footer_fast_d0fd {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer_fast_d0fd .tertiary_plasma_f156 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .old-9352 {
        display: none;
    }
    
    .description_top_eaa8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .list_plasma_4c71 {
        padding: 20px 10px;
    }
    
    .liquid_2467 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .top-6eca,
    .primary-abd0 {
        padding: 15px;
    }
    
    .accordion_118d {
        flex-direction: column;
        gap: 5px;
    }
    
    .background_thick_0d1f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gas_19b6 {
        padding: 30px 10px;
    }
    
    .banner_0fdc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active_bright_e4f3 {
        padding: 20px 15px;
    }
    
    .dark_e684 {
        font-size: 2rem;
    }
    
    .active_bright_e4f3 h3 {
        font-size: 1.1rem;
    }
    
    .active_bright_e4f3 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tabs-pink-81b0 {
        padding: 20px 10px;
    }
    
    .container_3930 h2 {
        font-size: 1.3rem;
    }
    
    .picture-right-5eee {
        font-size: 0.9rem;
    }
    
    .dynamic-4194 h3 {
        font-size: 1.1rem;
    }
    
    .dynamic-4194 p {
        font-size: 0.9rem;
    }
    
    .mini-0cb6 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .wide_2bc1 {
        grid-template-columns: 1fr;
    }
    
    .alert-stone-e266 {
        font-size: 0.85rem;
    }
    
    .hot-199c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row_cold_811b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .row_cold_811b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .current-d016 {
        padding: 30px 10px;
    }
    
    .gallery-7f0f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lower_feca {
        padding: 15px 10px;
    }
    
    .lower_feca h4 {
        font-size: 0.9rem;
    }
    
    .lower_feca p {
        font-size: 0.75rem;
        display: none;
    }
    
    .glass_5812 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gallery-7f0f {
        grid-template-columns: 1fr;
    }
    
    .lower_feca p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .middle-d5c0 {
        padding: 30px 10px;
    }
    
    .out-0f3c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-hovered-0c0c {
        padding: 15px;
    }
    
    .outline-a490 {
        font-size: 0.9rem;
    }
    
    .primary-slow-3f11 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary-slow-3f11 .progress_west_9fe9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .active-north-1780 {
        padding: 30px 10px;
    }
    
    .active-north-1780 h2 {
        font-size: 1.2rem;
    }
    
    .item-4d22 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .full-fd20 {
        padding: 15px 10px;
    }
    
    .full-fd20 h4 {
        font-size: 0.85rem;
    }
    
    .full-fd20 p {
        font-size: 0.75rem;
    }
    
    .wide-80d7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .simple-a1c8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .smooth-1f9b {
        padding: 20px 10px;
    }
    
    .link_7530 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .south_69eb,
    .smooth-b626,
    .fluid_b372 {
        width: 100%;
    }
    
    .south_69eb h3 {
        font-size: 1.1rem;
    }
    
    .south_69eb p {
        font-size: 0.8rem;
    }
    
    .row-1f4c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .picture-d91d {
        padding: 30px 15px;
    }
    
    .picture-d91d h2 {
        font-size: 1.3rem;
    }
    
    .picture-d91d p {
        font-size: 0.85rem;
    }
    
    .focused-5e61 {
        flex-direction: column;
        gap: 10px;
    }
    
    .focused-5e61 .tertiary_plasma_f156 {
        width: 100%;
    }
    
    .out-78af {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .mask-0e87 {
        padding: 30px 10px;
    }
    
    .mask-0e87 h3 {
        font-size: 1.2rem;
    }
    
    .nav_last_f29d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface-rough-b55c {
        padding: 15px 10px;
    }
    
    .surface-rough-b55c h4 {
        font-size: 0.85rem;
    }
    
    .surface-rough-b55c p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .mini-d0d5 {
        padding: 30px 15px;
    }
    
    .small_a2dc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .button_tall_0d38 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thumbnail-hard-35f2 h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail-hard-35f2 a {
        font-size: 0.8rem;
    }
    
    .black_5e64 {
        font-size: 0.8rem;
    }
    
    .backdrop_b8a9 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .medium-3445 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .gas_8b2d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f47c */
.ghost-box-d2 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
