/* Inner Page Styles */

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

.filter-inner-7e25 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-inner-7e25 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-inner-7e25 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

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

.disabled-2644 .carousel_fast_6c58 {
    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;
}

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

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

.disabled-2644 .carousel_fast_6c58:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next_0362.fn-active-cca0 {
    color: var(--casino-gold-light);
}

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

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

.widget_static_048a {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.widget_static_048a h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

/* Content Cards */
.video-yellow-0da6 {
    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);
}

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

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

.video-yellow-0da6 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

.caption-39ff {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

.mask_current_e940 .accent-5a15 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.mask_current_e940 .accent-5a15:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.pattern-rough-db8a {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.avatar-dynamic-589a {
    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);
}

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

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

.avatar-dynamic-589a p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.avatar-dynamic-589a .accent-5a15 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.avatar-dynamic-589a .accent-5a15:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter-inner-7e25 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .filter-inner-7e25 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .filter-inner-7e25 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .disabled-2644 {
        justify-content: center;
    }
    
    .glass_3c3b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .full_1db1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .blue_e753 {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget_static_048a {
        padding: var(--md-spacing-md);
    }
    
    .fresh_11ff {
        padding: var(--md-spacing-md) 0;
    }
    
    .column_right_fc61 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .avatar-dynamic-589a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .cold_7a35 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .widget_static_048a {
        padding: var(--md-spacing-sm);
    }
    
    .video-yellow-0da6 {
        padding: var(--md-spacing-md);
    }
    
    .column_right_fc61 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.video-yellow-0da6,
.column_right_fc61,
.avatar-dynamic-589a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.easy_7d12 {
    font-size: 1.5rem;
}

.surface_7237 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .primary-center-4017 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .tooltip-4f3b {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.label_down_2900 strong {
    color: #00ff88;
}

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

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

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

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

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

.text-purple-30f2::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;
}

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

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

.dim_3e40.status_65b9 .west-8231 {
    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); }
}

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

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

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

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

.column-east-f4ec 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;
}

.column-east-f4ec 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);
}

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

.overlay-986e {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .title-stone-5fd0 {
        grid-template-columns: 1fr;
    }
}

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

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

.description-plasma-b4ac.bronze-7ea7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.description-plasma-b4ac.tabs-8377::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.description-plasma-b4ac.steel-5ac4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.description-plasma-b4ac.message-934a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.background_down_206f {
    font-size: 1.2rem;
}

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

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

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

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

.hero_old_25d9.hero_91fb { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hero_old_25d9.fn-active-cca0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.avatar-46c5 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.secondary-469b {
    background: #0a0a0a;
    padding: 60px 0;
}

.layout-silver-68f2 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.component-up-23e7 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.detail-green-580f {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.status-solid-d007 { border-top: 3px solid #00ccff; }
.next_dd69 { border-top: 3px solid #00ff88; }
.dropdown-middle-2ed2 { border-top: 3px solid #d4af37; }
.steel-d34a { border-top: 3px solid #ff6b6b; }
.banner_6a0d { border-top: 3px solid #8b5cf6; }

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

.steel_748d {
    overflow-x: auto;
}

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

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

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

.detail-over-6cf3 td {
    color: #ccc;
}

.detail-over-6cf3 .brown-a22e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.detail-over-6cf3 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-dark-cdb6 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.focus-5f1d {
    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;
}

.focus-5f1d::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);
}

.modal-74bd {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.overlay-95d7 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.picture-a39f {
    font-size: 1.5rem;
}

.pattern-mini-6cc3 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.under-e325 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.down_6c2d .container_hard_1831 {
    margin-bottom: 10px;
}

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

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

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

.row-next-80f9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .row-next-80f9 {
        grid-template-columns: 1fr;
    }
}

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

.tooltip-wide-1cf1 {
    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;
}

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

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

.shadow-black-cc5b {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-wide-683c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.breadcrumb-wide-683c span {
    color: #666;
    font-size: 0.8rem;
}

.breadcrumb-wide-683c a {
    color: #ff6b6b;
}

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

.pattern-6dcb {
    max-width: 800px;
    margin: 0 auto;
}

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

.tooltip-ccc9 {
    text-align: center;
}

.tooltip-ccc9 .next-4dee {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.tooltip-ccc9 .tall-b469 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.pattern-6dcb > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

.tertiary-hard-4a5d {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.surface-2acc {
    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;
}

.surface-2acc.mask_4903 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

.message-lower-35d9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .message-lower-35d9 {
        grid-template-columns: 1fr;
    }
}

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

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

.content-pink-939f .input_8ec2 {
    color: #666;
    margin: 0 8px;
}

.content-pink-939f .summary_last_f026 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.detail-pink-bdc5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.message_up_5bf6 {
    font-size: 2rem;
}

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

.message-bf57 strong {
    color: #d4af37;
}

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

.alert-hovered-87b0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .alert-hovered-87b0 {
        grid-template-columns: 1fr;
    }
}

.logo_d575 h3,
.surface-prev-ff9b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.yellow-49b0 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.panel_advanced_6ba2 strong {
    color: #00ff88;
}

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

.overlay-5ad9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

.row-simple-82ef {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.column-advanced-750f {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.column-advanced-750f strong {
    color: #d4af37;
}

.up-acc8 {
    color: #aaa;
}

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

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

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

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

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

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

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

.list_afc2:last-child {
    border-bottom: none;
}

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

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

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

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

.blue-690b {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.blue-690b 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;
}

.blue-690b li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .backdrop-smooth-29a6 {
        grid-template-columns: 1fr;
    }
}

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

.description_90e2 strong {
    color: #d4af37;
}

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

.paragraph-red-4a4e {
    color: #888;
    font-size: 0.9rem;
}

.paragraph-red-4a4e strong {
    color: #00ff88;
}

.paragraph-red-4a4e span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.fluid-793c {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.tag-5f08 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture_d7dd strong {
    color: #00ff88;
}

.image-glass-6a24 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

.wrapper-1edd {
    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;
}

.hover-4cc0 {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .popup_dirty_3429 {
        flex-direction: column;
    }
    
    .wrapper-1edd {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.section-static-51ac {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .sidebar_pressed_e73b {
        padding: 30px 15px;
    }
    
    .sidebar_pressed_e73b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .label-pro-2de1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .current-2858 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .bronze-8969 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .bronze-8969 .focused_206f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .advanced-27d8 {
        font-size: 1.3rem;
    }
    
    .secondary_aade {
        font-size: 0.7rem;
    }
    
    .complex_0132 {
        flex-direction: column;
        gap: 10px;
    }
    
    .complex_0132 .accent-5a15 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .bright_24f2 {
        display: none;
    }
    
    .outline_silver_a2ef {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pressed-c6d8 {
        padding: 20px 10px;
    }
    
    .accordion-1141 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow_a143,
    .hovered-9074 {
        padding: 15px;
    }
    
    .paragraph-d0f6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tag-5f08 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tertiary-3100 {
        padding: 20px 10px;
    }
    
    .hard_3e8d h2 {
        font-size: 1.3rem;
    }
    
    .wrapper-fixed-ea85 {
        font-size: 0.9rem;
    }
    
    .list_afc2 h3 {
        font-size: 1.1rem;
    }
    
    .list_afc2 p {
        font-size: 0.9rem;
    }
    
    .blue-690b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .backdrop-smooth-29a6 {
        grid-template-columns: 1fr;
    }
    
    .description_90e2 {
        font-size: 0.85rem;
    }
    
    .hidden_dynamic_272d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dark_165e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dark_165e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .link-2000 {
        padding: 30px 10px;
    }
    
    .plasma-8ff0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_fluid_593d {
        padding: 15px 10px;
    }
    
    .status_fluid_593d h4 {
        font-size: 0.9rem;
    }
    
    .status_fluid_593d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .header_stale_1100 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .plasma-8ff0 {
        grid-template-columns: 1fr;
    }
    
    .status_fluid_593d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .list-fast-5b6a {
        padding: 30px 10px;
    }
    
    .active-eabe {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box-68da {
        padding: 15px;
    }
    
    .summary-inner-9eb0 {
        font-size: 0.9rem;
    }
    
    .alert_e502 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .alert_e502 .solid_e8d5 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .over_a9b0 {
        padding: 30px 10px;
    }
    
    .over_a9b0 h2 {
        font-size: 1.2rem;
    }
    
    .backdrop_pressed_d19a {
        gap: 10px;
    }
    
    .secondary-light-568c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .secondary-light-568c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tertiary-9510 {
        padding: 30px 10px;
    }
    
    .tertiary-9510 h2 {
        font-size: 1.2rem;
    }
    
    .block-9a45 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .up-ddbc {
        padding: 15px 10px;
    }
    
    .up-ddbc h4 {
        font-size: 0.85rem;
    }
    
    .up-ddbc p {
        font-size: 0.75rem;
    }
    
    .full_7eba {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .panel_13d5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .thick-b2b2 {
        padding: 20px 10px;
    }
    
    .component-b73b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dirty-fac6,
    .list_03dd,
    .breadcrumb-wide-683c {
        width: 100%;
    }
    
    .dirty-fac6 h3 {
        font-size: 1.1rem;
    }
    
    .dirty-fac6 p {
        font-size: 0.8rem;
    }
    
    .background_light_0054 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .bright-e387 {
        padding: 30px 15px;
    }
    
    .bright-e387 h2 {
        font-size: 1.3rem;
    }
    
    .bright-e387 p {
        font-size: 0.85rem;
    }
    
    .active_out_9d7c {
        flex-direction: column;
        gap: 10px;
    }
    
    .active_out_9d7c .accent-5a15 {
        width: 100%;
    }
    
    .active-orange-180c {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .fast-9850 {
        padding: 30px 10px;
    }
    
    .fast-9850 h3 {
        font-size: 1.2rem;
    }
    
    .texture_huge_b41b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar-dynamic-589a {
        padding: 15px 10px;
    }
    
    .avatar-dynamic-589a h4 {
        font-size: 0.85rem;
    }
    
    .avatar-dynamic-589a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .background-lite-9385 {
        padding: 30px 15px;
    }
    
    .blue-690b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .label_29b1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .component_083a h4 {
        font-size: 0.9rem;
    }
    
    .component_083a a {
        font-size: 0.8rem;
    }
    
    .notice_f959 {
        font-size: 0.8rem;
    }
    
    .slow-2420 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .module_6075 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .status-ea66 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9add */
.shadow-element-g6 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.2;
}
