/* Inner Page Styles */

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

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

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

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

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

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

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

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

.tiny_b194 .center_9ae4:hover::before {
    left: 100%;
}

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

.fast-06ae {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item_new_9337.fn-active-3aab {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.gallery-solid-458e {
    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);
}

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

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

.gallery-solid-458e p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dirty-b1d4:hover::before {
    left: 100%;
}

.dirty-b1d4 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;
}

.dirty-b1d4 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;
}

.dirty-b1d4 .north-03a9 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.dirty-b1d4 .north-03a9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

/* Contact Information */
.preview-medium-96c5 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-xs);
}

.primary-simple-ecc7 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.content-out-0924 {
    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);
}

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

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

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

.content-out-0924 .north-03a9 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.content-out-0924 .north-03a9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter_5653 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .filter_5653 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .filter_5653 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tiny_b194 {
        justify-content: center;
    }
    
    .feature_brown_788d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dirty_94a1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hidden_up_6515 {
        padding: var(--md-spacing-md) 0;
    }
    
    .slider_brown_1585 {
        padding: var(--md-spacing-md);
    }
    
    .wrapper_fast_8751 {
        padding: var(--md-spacing-md) 0;
    }
    
    .banner_liquid_0748 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .content-out-0924 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .middle-68a2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .slider_brown_1585 {
        padding: var(--md-spacing-sm);
    }
    
    .gallery-solid-458e {
        padding: var(--md-spacing-md);
    }
    
    .banner_liquid_0748 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gallery-solid-458e,
.banner_liquid_0748,
.content-out-0924 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.left_3c8f {
    font-size: 1.5rem;
}

.module_fluid_114f strong {
    color: #00ff88;
}

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

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

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

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

.pattern-bronze-5135 {
    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;
}

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

.pattern-bronze-5135 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.pattern-bronze-5135 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.aside_7321 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.sidebar-out-c37a {
    text-align: center;
    margin-bottom: 30px;
}

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

.content_0268.main-current-ea53 .progress_rough_d95b {
    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); }
}

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

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

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

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

.small-af6e 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;
}

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

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

.accordion_bottom_36d8 {
    font-size: 1.2rem;
}

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

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

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

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

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

.focused-8197.hero-slow-f6e2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.focused-8197.pro_9caa::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focused-8197.layout_6588::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.focused-8197.overlay_inner_4f13::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.over_09df {
    font-size: 1.2rem;
}

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

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

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

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

.paragraph_cool_93cd.frame_9359 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paragraph_cool_93cd.fn-active-3aab { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.mask-3e7f {
    color: #666;
    font-size: 0.8rem;
}

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

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

.surface-3e9c {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.media-tiny-9aea {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.main-53ad {
    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;
}

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

.main-53ad.item_3191 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.outline-simple-69f4 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.chip_3652 { border-top: 3px solid #00ccff; }
.link_silver_42e4 { border-top: 3px solid #00ff88; }
.black-9315 { border-top: 3px solid #d4af37; }
.accordion-rough-ba29 { border-top: 3px solid #ff6b6b; }
.secondary-left-7e85 { border-top: 3px solid #8b5cf6; }

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

.hero-selected-3d97 {
    overflow-x: auto;
}

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

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

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

.blue_3c8f td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .nav-small-22d4 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.paragraph-current-7995 {
    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;
}

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

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

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

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

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

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

.last-dfa0 {
    font-size: 2rem;
}

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

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

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

.pagination-493d {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.label-stone-2a72 {
    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;
}

.label-stone-2a72::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);
}

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

.label-stone-2a72 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.label-stone-2a72 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.panel-hard-232a {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.lite_183b {
    font-size: 1.5rem;
}

.alert-rough-081b {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.bronze-cc4a strong {
    color: #fff;
    display: block;
}

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

.tiny-0c8f {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.active_a347 .table_west_c5bd {
    margin-bottom: 10px;
}

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

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

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

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

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

.widget-2e6b 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 */
.dark-70b3 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.new-9fdd {
    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;
}

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

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

.hard-6fb0 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.liquid-139b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.focus-lower-8e13 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.tooltip_b3e4 a {
    color: #ff6b6b;
}

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

.popup-clean-4c9a {
    max-width: 800px;
    margin: 0 auto;
}

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

.soft-9dd4 {
    text-align: center;
}

.soft-9dd4 .narrow_d294 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.soft-9dd4 .link-cold-4dd6 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-clean-4c9a h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.popup-clean-4c9a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

.content-south-7a50 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.picture-lite-3e56 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.progress-wood-36e4 {
    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;
}

.progress-wood-36e4.item_3191 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.up-1d83 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.box-lite-728c .border_yellow_eb05 {
    color: #666;
    margin: 0 8px;
}

.box-lite-728c .bottom_7a2b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.overlay-advanced-da0d strong {
    color: #d4af37;
    margin-right: 8px;
}

.badge-hard-1d00 {
    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;
}

.over_1ea5 {
    font-size: 2rem;
}

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

.inner_188b strong {
    color: #d4af37;
}

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

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

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

.background-stone-4e16 h3,
.block-small-516f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.bottom_d7c9 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.overlay-7e25 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

.layout-dirty-666e {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.layout-dirty-666e strong {
    color: #d4af37;
}

.search_81f1 {
    color: #aaa;
}

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

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

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

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

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

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

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

.hover-steel-2ef9:last-child {
    border-bottom: none;
}

.hover-steel-2ef9 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

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

.box-69d5 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.box-69d5 li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

.box-69d5 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.medium_853d strong {
    color: #d4af37;
}

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

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

.detail_8043 strong {
    color: #00ff88;
}

.detail_8043 span {
    color: #d4af37;
}

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

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

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

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

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

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

.header-out-ad71 {
    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;
}

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

.liquid-8bab {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.search-497a {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-bdf3 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.component-5a22 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.focus-lower-8e13 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.footer-glass-0791 {
    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;
}

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

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

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

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

.card-center-1c30 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .panel-inner-d0dd {
        padding: 30px 15px;
    }
    
    .panel-inner-d0dd h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .row_ebe0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .column_glass_aad6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .overlay_dark_cb93 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay_dark_cb93 .liquid_f2d8 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .alert_40f9 {
        font-size: 1.3rem;
    }
    
    .paragraph-9bb9 {
        font-size: 0.7rem;
    }
    
    .left-ecd8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .left-ecd8 .north-03a9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .surface_advanced_99e0 {
        display: none;
    }
    
    .hover_rough_6be3 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .accordion_2dbd {
        padding: 20px 10px;
    }
    
    .overlay_bottom_5f0a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .disabled_f1e5,
    .last-f350 {
        padding: 15px;
    }
    
    .header_6c7a {
        flex-direction: column;
        gap: 5px;
    }
    
    .aside_9365 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .article_bottom_4e64 {
        padding: 30px 10px;
    }
    
    .accordion-hard-0367 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo-clean-82f4 {
        padding: 20px 15px;
    }
    
    .modal_f926 {
        font-size: 2rem;
    }
    
    .logo-clean-82f4 h3 {
        font-size: 1.1rem;
    }
    
    .logo-clean-82f4 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .form_fixed_eb34 {
        padding: 20px 10px;
    }
    
    .cold_6d97 h2 {
        font-size: 1.3rem;
    }
    
    .paragraph_a4cf {
        font-size: 0.9rem;
    }
    
    .hover-steel-2ef9 h3 {
        font-size: 1.1rem;
    }
    
    .hover-steel-2ef9 p {
        font-size: 0.9rem;
    }
    
    .box-69d5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .progress-cc87 {
        grid-template-columns: 1fr;
    }
    
    .medium_853d {
        font-size: 0.85rem;
    }
    
    .gold_d7f3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .last_c2da {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .last_c2da strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .summary-8975 {
        padding: 30px 10px;
    }
    
    .search-light-74f0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header_pro_be07 {
        padding: 15px 10px;
    }
    
    .header_pro_be07 h4 {
        font-size: 0.9rem;
    }
    
    .header_pro_be07 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .east_a711 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .search-light-74f0 {
        grid-template-columns: 1fr;
    }
    
    .header_pro_be07 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .nav_9e50 {
        padding: 30px 10px;
    }
    
    .main-66f9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search_8699 {
        padding: 15px;
    }
    
    .label-66ac {
        font-size: 0.9rem;
    }
    
    .detail-9fc5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .detail-9fc5 .thumbnail-dim-7c78 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .center-0a88 {
        padding: 30px 10px;
    }
    
    .center-0a88 h2 {
        font-size: 1.2rem;
    }
    
    .gradient-a9ac {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text-south-be9a {
        padding: 15px 10px;
    }
    
    .text-south-be9a h4 {
        font-size: 0.85rem;
    }
    
    .text-south-be9a p {
        font-size: 0.75rem;
    }
    
    .section_tall_77d1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .prev_9eed {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gold_a8b8 {
        padding: 20px 10px;
    }
    
    .logo_bf5b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gradient_gold_1918,
    .popup_short_918e,
    .tooltip_b3e4 {
        width: 100%;
    }
    
    .gradient_gold_1918 h3 {
        font-size: 1.1rem;
    }
    
    .gradient_gold_1918 p {
        font-size: 0.8rem;
    }
    
    .cool_0cd3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .texture_dba6 {
        padding: 30px 15px;
    }
    
    .texture_dba6 h2 {
        font-size: 1.3rem;
    }
    
    .texture_dba6 p {
        font-size: 0.85rem;
    }
    
    .focus-47b6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .focus-47b6 .north-03a9 {
        width: 100%;
    }
    
    .card-f6db {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .button-wide-6d39 {
        padding: 30px 15px;
    }
    
    .wide-bf3d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .static_bdec {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .column-iron-fd18 h4 {
        font-size: 0.9rem;
    }
    
    .column-iron-fd18 a {
        font-size: 0.8rem;
    }
    
    .overlay_bb51 {
        font-size: 0.8rem;
    }
    
    .link_0cbc p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tabs_cold_123d {
        padding: 8px 10px;
    }
    
    .chip-warm-d4ab {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .old_e675 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .chip-warm-d4ab {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .old_e675 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: af4a */
.shadow-element-f1 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
