/* Inner Page Styles */

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

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

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

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

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

.slider_f19a .texture-ac4e {
    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;
}

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

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

.slider_f19a .texture-ac4e:hover::before {
    left: 100%;
}

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

.motion-7f52 {
    margin-bottom: var(--md-spacing-lg);
}

.shadow-smooth-99b9 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-2041.fn-active-7a8e {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.surface-warm-8f68 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tall-961f {
    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%;
}

.tall-961f 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 */
.detail-c5fe {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.background_white_a141 .aside-silver-3718 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.background_white_a141 .aside-silver-3718:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.layout-48d3 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.copper_7512 .aside-silver-3718 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.copper_7512 .aside-silver-3718:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .light_9b41 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .light_9b41 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .light_9b41 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .slider_f19a {
        justify-content: center;
    }
    
    .shadow-smooth-99b9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gallery_1605 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .surface-warm-8f68 {
        padding: var(--md-spacing-md) 0;
    }
    
    .plasma_9184 {
        padding: var(--md-spacing-md);
    }
    
    .avatar_white_0093 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tall-961f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .copper_7512 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .soft_77bb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .plasma_9184 {
        padding: var(--md-spacing-sm);
    }
    
    .popup_mini_bf0f {
        padding: var(--md-spacing-md);
    }
    
    .tall-961f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.popup_mini_bf0f,
.tall-961f,
.copper_7512 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.background-21f8::-webkit-scrollbar {
    width: 8px;
}

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

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

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

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

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

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

.huge_d2ea {
    font-size: 1.5rem;
}

.tabs-4d44 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.label-prev-cdfa {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.surface_fixed_d00c strong {
    color: #00ff88;
}

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

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

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

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

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

.advanced_2ffe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

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

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

.brown_6849.soft-cf86 .banner_2ce9 {
    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); }
}

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

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

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

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

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

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

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

.out_3276 {
    font-size: 1.2rem;
}

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

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

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

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

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

.background_dirty_5d10.highlight-north-3c0c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.background_dirty_5d10.tabs-liquid-62c0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.background_dirty_5d10.east_94bd::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.background_dirty_5d10.pattern-down-b32f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.border_right_cd09 {
    font-size: 1.2rem;
}

.layout-focused-18e2 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.hover_focused_0505.breadcrumb-19d4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hover_focused_0505.fn-active-7a8e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.description-78db {
    color: #666;
    font-size: 0.8rem;
}

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

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

.notice-over-82fa {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.article-3dd2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.media-57c2 {
    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;
}

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

.media-57c2.purple-fad8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.disabled_mini_7159 { border-top: 3px solid #00ccff; }
.upper_3aee { border-top: 3px solid #00ff88; }
.alert-stale-8e6b { border-top: 3px solid #d4af37; }
.text_wood_4cea { border-top: 3px solid #ff6b6b; }
.logo_b611 { border-top: 3px solid #8b5cf6; }

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

.thick-82c7 {
    overflow-x: auto;
}

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

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

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

.search-yellow-f355 td {
    color: #ccc;
}

.search-yellow-f355 .tall-4f2c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.search-yellow-f355 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.tertiary-1ea4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.tall-6fa8 {
    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;
}

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

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

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

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

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

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

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

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

.popup-5d5f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.summary-55b5 {
    background: #0a0a0a;
    padding: 60px 0;
}

.plasma-175a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_a534 {
    font-size: 1.5rem;
}

.breadcrumb-11ba {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.background-green-cc54 .focus-06df {
    margin-bottom: 10px;
}

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

.background-green-cc54 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.copper-5f65 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.wood-bbb3 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 */
.button-next-3940 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.summary-light-3911 {
    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;
}

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

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

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

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

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

.caption-31ff {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.badge-6e0e {
    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;
}

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

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

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

.complex_bc91 a {
    color: #ff6b6b;
}

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

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

.shade-cold-041c {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.out_6d8f {
    text-align: center;
}

.out_6d8f .black-4d34 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.out_6d8f .article-40a4 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.yellow-06c9 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag-290f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.hard_6200 .secondary_b1a9 {
    color: #666;
    margin: 0 8px;
}

.hard_6200 .item_1130 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.table-static-995d {
    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;
}

.highlight_wide_d1d8 {
    font-size: 2rem;
}

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

.tabs_tall_3ea1 strong {
    color: #d4af37;
}

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

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

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

.dropdown_9f1c h3,
.bronze-26c5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.block-west-15ee {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.message-gas-8b87 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.hard_989a strong {
    color: #00ff88;
}

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

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

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

.simple_645b h3,
.disabled-dim-354d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.fluid-1fa3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.west-3e45 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.list_tall_d743 strong {
    color: #d4af37;
}

.hero_e5da {
    color: #aaa;
}

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

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

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

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

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

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

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

.prev-ceb9:last-child {
    border-bottom: none;
}

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

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

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

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

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

.pressed-fda2 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;
}

.pressed-fda2 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.aside-next-a0d6 strong {
    color: #d4af37;
}

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

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

.accordion_smooth_adbf strong {
    color: #00ff88;
}

.accordion_smooth_adbf span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-easy-857d h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.module-fresh-8be1 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.module-fresh-8be1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-20d9 strong {
    color: #00ff88;
}

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

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

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

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

.input-76bc {
    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;
}

.paragraph-59cc {
    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;
}

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

@media (max-width: 768px) {
    .info-abee {
        flex-direction: column;
    }
    
    .input-76bc {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.section-copper-41e8 {
    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;
}

.section-copper-41e8: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) {
    .section-copper-41e8 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .section-copper-41e8 {
        width: 120px;
        height: 120px;
    }
}

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

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

.hero-pro-999e {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .south_719f {
        padding: 30px 15px;
    }
    
    .south_719f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hero_d835 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .action-d28a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pro-2def {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pro-2def .column-dcd4 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .shade-south-6c0f {
        font-size: 1.3rem;
    }
    
    .border_5d9d {
        font-size: 0.7rem;
    }
    
    .paragraph-988f {
        flex-direction: column;
        gap: 10px;
    }
    
    .paragraph-988f .aside-silver-3718 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .layout-05c3 {
        display: none;
    }
    
    .red_1510 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .carousel-silver-11d0 {
        padding: 20px 10px;
    }
    
    .thumbnail_upper_ffd8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-in-39bd,
    .logo-easy-857d {
        padding: 15px;
    }
    
    .orange_17ef {
        flex-direction: column;
        gap: 5px;
    }
    
    .accent_dark_9311 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .mini-fbb1 {
        padding: 20px 5px;
    }
    
    .mini-fbb1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .footer-842e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .search-yellow-f355 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .search-yellow-f355 th,
    .search-yellow-f355 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .large-7f51 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .search_full_ac6d {
        padding: 20px 10px;
    }
    
    .medium-c826 h2 {
        font-size: 1.3rem;
    }
    
    .slider-lower-c427 {
        font-size: 0.9rem;
    }
    
    .prev-ceb9 h3 {
        font-size: 1.1rem;
    }
    
    .prev-ceb9 p {
        font-size: 0.9rem;
    }
    
    .pressed-fda2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .row_d6eb {
        grid-template-columns: 1fr;
    }
    
    .aside-next-a0d6 {
        font-size: 0.85rem;
    }
    
    .left-b71d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo-3574 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .photo-3574 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .filter-narrow-bbf2 {
        padding: 30px 10px;
    }
    
    .notice_tall_ca80 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice_white_6242 {
        padding: 15px 10px;
    }
    
    .notice_white_6242 h4 {
        font-size: 0.9rem;
    }
    
    .notice_white_6242 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .yellow_6dfd {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fresh_8018 {
        padding: 30px 10px;
    }
    
    .banner_e11c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module_top_173b {
        padding: 15px;
    }
    
    .video_b4f4 {
        font-size: 0.9rem;
    }
    
    .component_lower_3c55 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .component_lower_3c55 .avatar-1252 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .element-34d4 {
        padding: 30px 10px;
    }
    
    .element-34d4 h2 {
        font-size: 1.2rem;
    }
    
    .layout_lite_38cc {
        gap: 10px;
    }
    
    .bronze-eb74 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .bronze-eb74 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tag_motion_e4ec {
        padding: 30px 10px;
    }
    
    .tag_motion_e4ec h2 {
        font-size: 1.2rem;
    }
    
    .container-dcf9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .old-0760 {
        padding: 15px 10px;
    }
    
    .old-0760 h4 {
        font-size: 0.85rem;
    }
    
    .old-0760 p {
        font-size: 0.75rem;
    }
    
    .alert-d038 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .liquid-ed61 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .shade_gold_fa4b {
        padding: 20px 10px;
    }
    
    .title-00e9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .silver-29d2,
    .white_ed07,
    .complex_bc91 {
        width: 100%;
    }
    
    .silver-29d2 h3 {
        font-size: 1.1rem;
    }
    
    .silver-29d2 p {
        font-size: 0.8rem;
    }
    
    .badge-6e0e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wrapper-9dc2 {
        padding: 30px 15px;
    }
    
    .wrapper-9dc2 h2 {
        font-size: 1.3rem;
    }
    
    .wrapper-9dc2 p {
        font-size: 0.85rem;
    }
    
    .container-bb82 {
        flex-direction: column;
        gap: 10px;
    }
    
    .container-bb82 .aside-silver-3718 {
        width: 100%;
    }
    
    .glass-f2bf {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .focused-16e0 {
        padding: 30px 10px;
    }
    
    .focused-16e0 h3 {
        font-size: 1.2rem;
    }
    
    .next-905c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .copper_7512 {
        padding: 15px 10px;
    }
    
    .copper_7512 h4 {
        font-size: 0.85rem;
    }
    
    .copper_7512 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .status-0fc3 {
        padding: 30px 15px;
    }
    
    .next-2b6d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .detail-wood-8f18 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .message-slow-a4dd h4 {
        font-size: 0.9rem;
    }
    
    .message-slow-a4dd a {
        font-size: 0.8rem;
    }
    
    .info-fixed-ea52 {
        font-size: 0.8rem;
    }
    
    .mini-53d4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .frame_4143 {
        padding: 8px 10px;
    }
    
    .orange-12aa {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .dynamic-e2c4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .orange-12aa {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dynamic-e2c4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 79d6 */
.phantom-card-r6 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
