/* Inner Page Styles */

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

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

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

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

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

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

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

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

.new_ef48 .middle_ea68:hover::before {
    left: 100%;
}

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

.caption-3e61 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item_in_485e.fn-active-59c1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter-dbf3 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 */
.alert-center-1f10 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alert-center-1f10 li {
    margin-bottom: var(--md-spacing-xs);
}

.alert-center-1f10 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);
}

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

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

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

.wood-b2f4:hover::before {
    left: 100%;
}

.wood-b2f4 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;
}

.wood-b2f4 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;
}

.wood-b2f4 .tertiary-small-7b11 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.wood-b2f4 .tertiary-small-7b11:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.huge-0b9b {
    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);
}

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

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

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

.huge-0b9b .tertiary-small-7b11 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.huge-0b9b .tertiary-small-7b11:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pressed-db92 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pressed-db92 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pressed-db92 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .new_ef48 {
        justify-content: center;
    }
    
    .info_slow_3d32 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .advanced_2490 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pressed_8f56 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gas_60a2 {
        padding: var(--md-spacing-md);
    }
    
    .notification_next_72e7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .filter-dbf3 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .huge-0b9b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .media_cab0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gas_60a2 {
        padding: var(--md-spacing-sm);
    }
    
    .slider_cdda {
        padding: var(--md-spacing-md);
    }
    
    .filter-dbf3 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.slider_cdda,
.filter-dbf3,
.huge-0b9b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.item-paper-66d5::-webkit-scrollbar {
    width: 8px;
}

.item-paper-66d5::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.item-paper-66d5::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.item-paper-66d5::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.filter-cff4 {
    font-size: 1.5rem;
}

.gas_89c6 strong {
    color: #00ff88;
}

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

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

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

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

.mask-wide-128e {
    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;
}

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

.mask-wide-128e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.mask-wide-128e li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.hard-7eb4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.gas_a444.gradient_last_97d2 .mask-1eab {
    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); }
}

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

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

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

.progress-huge-8d09 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-huge-8d09 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;
}

.progress-huge-8d09 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);
}

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

.wrapper-1b35 {
    font-size: 1.2rem;
}

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

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

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

.pink-68c1 {
    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;
}

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

.pink-68c1.active_prev_d43d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pink-68c1.header_smooth_4fd0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pink-68c1.pressed-6261::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pink-68c1.article_new_0693::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.accent_pressed_4b25 {
    font-size: 1.2rem;
}

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

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

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

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

.focus_large_7893.huge-1daa { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focus_large_7893.fn-active-59c1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.photo-soft-e7a5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.detail-ec90.layout-black-b94f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.clean-c910 { border-top: 3px solid #00ccff; }
.block_focused_a194 { border-top: 3px solid #00ff88; }
.overlay_basic_bb90 { border-top: 3px solid #d4af37; }
.down-c008 { border-top: 3px solid #ff6b6b; }
.footer_0e36 { border-top: 3px solid #8b5cf6; }

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

.module_selected_e23b {
    overflow-x: auto;
}

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

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

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

.block_ea9f td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.filter-fixed-da1a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.caption-7b42 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.popup-5c7b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.rough-5f77 {
    font-size: 2rem;
}

.summary-plasma-6aaa strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.summary-plasma-6aaa p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.status-east-8eca {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .status-east-8eca::before {
        left: 30px;
    }
}

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

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

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

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

.container-4b5c {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.carousel-small-87ca {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.shadow-focused-5a16 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.input_cold_20cc {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.secondary-complex-5742 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.stale_04ec .frame_9eca {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slider-advanced-b9cf {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.over-085c span {
    color: #666;
    font-size: 0.8rem;
}

.over-085c a {
    color: #ff6b6b;
}

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

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

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

.feature-inner-3e98 {
    text-align: center;
}

.feature-inner-3e98 .image-3de1 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.feature-inner-3e98 .lower-a6d8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.detail-fixed-9291 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right-ef05.layout-black-b94f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .pattern-4f90 {
        flex-direction: column;
    }
    .yellow_7ae9 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.mask-green-de13 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.search-inner-5540 .warm-768b {
    color: #666;
    margin: 0 8px;
}

.search-inner-5540 .header_huge_6603 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.background-tall-1260 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.progress_bronze_df21 {
    font-size: 2rem;
}

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

.progress_gas_c803 strong {
    color: #d4af37;
}

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

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

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

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

.thick-7c17 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.component_warm_7bee strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.frame-5b70 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.info-fixed-7caf {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.info-fixed-7caf strong {
    color: #d4af37;
}

.status_2845 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget-green-249a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.widget-green-249a 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;
}

.widget-green-249a li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.media-copper-d65b strong {
    color: #d4af37;
}

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

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

.gradient_fa82 strong {
    color: #00ff88;
}

.gradient_fa82 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.card-middle-7050 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.label-full-591a {
    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);
}

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

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

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

.slider-tiny-2137 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.slider-tiny-2137 li:last-child {
    border-bottom: none;
}

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

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

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

.detail-middle-058d {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

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

@media (max-width: 480px) {
    .detail-middle-058d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.gallery_stale_e95d strong {
    color: #00ff88;
}

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

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

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

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

.header-6eb3 {
    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;
}

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

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

@media (max-width: 768px) {
    .status_paper_d00d {
        flex-direction: column;
    }
    
    .header-6eb3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .huge-369c {
        padding: 30px 15px;
    }
    
    .huge-369c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .summary_silver_1d7f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .paper_4867 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .shadow_thick_551a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow_thick_551a .soft_d5f8 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .detail-over-51ae {
        font-size: 1.3rem;
    }
    
    .hard_0b22 {
        font-size: 0.7rem;
    }
    
    .notification-69eb {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification-69eb .tertiary-small-7b11 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .secondary-4b78 {
        display: none;
    }
    
    .header-thick-aa6c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .detail-in-c0dd {
        padding: 20px 10px;
    }
    
    .feature_old_c3a0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu_428d,
    .sidebar_e1aa {
        padding: 15px;
    }
    
    .tertiary-1489 {
        flex-direction: column;
        gap: 5px;
    }
    
    .label-full-591a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .content-green-28f5 {
        padding: 30px 10px;
    }
    
    .iron_bd2c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal_396d {
        padding: 20px 15px;
    }
    
    .complex-63ce {
        font-size: 2rem;
    }
    
    .modal_396d h3 {
        font-size: 1.1rem;
    }
    
    .modal_396d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .footer-609f {
        padding: 20px 10px;
    }
    
    .shadow-a7d3 h2 {
        font-size: 1.3rem;
    }
    
    .description_selected_6ac4 {
        font-size: 0.9rem;
    }
    
    .nav_6de5 h3 {
        font-size: 1.1rem;
    }
    
    .nav_6de5 p {
        font-size: 0.9rem;
    }
    
    .widget-green-249a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hard-38ae {
        grid-template-columns: 1fr;
    }
    
    .media-copper-d65b {
        font-size: 0.85rem;
    }
    
    .avatar-0f22 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter_smooth_87cd {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .filter_smooth_87cd strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .mask_outer_ba70 {
        padding: 30px 10px;
    }
    
    .preview-fresh-f07f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer_555d {
        padding: 15px 10px;
    }
    
    .footer_555d h4 {
        font-size: 0.9rem;
    }
    
    .footer_555d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .east-d9e9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .preview-fresh-f07f {
        grid-template-columns: 1fr;
    }
    
    .footer_555d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .card-07ca {
        padding: 30px 10px;
    }
    
    .detail-e4c0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture_in_99a0 {
        padding: 15px;
    }
    
    .breadcrumb_7818 {
        font-size: 0.9rem;
    }
    
    .description_solid_3829 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .description_solid_3829 .grid_out_ea92 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .badge_middle_9ef9 {
        padding: 30px 10px;
    }
    
    .badge_middle_9ef9 h2 {
        font-size: 1.2rem;
    }
    
    .alert-ae78 {
        gap: 10px;
    }
    
    .complex-87d3 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .complex-87d3 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .warm_d581 {
        padding: 30px 10px;
    }
    
    .warm_d581 h2 {
        font-size: 1.2rem;
    }
    
    .breadcrumb-rough-ef50 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-2951 {
        padding: 15px 10px;
    }
    
    .frame-2951 h4 {
        font-size: 0.85rem;
    }
    
    .frame-2951 p {
        font-size: 0.75rem;
    }
    
    .message-2163 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .center_3760 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .label_paper_68d8 {
        padding: 20px 10px;
    }
    
    .highlight-2826 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pink-1193,
    .badge_over_8026,
    .over-085c {
        width: 100%;
    }
    
    .pink-1193 h3 {
        font-size: 1.1rem;
    }
    
    .pink-1193 p {
        font-size: 0.8rem;
    }
    
    .north_0daa {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .info_5ce2 {
        padding: 30px 15px;
    }
    
    .info_5ce2 h2 {
        font-size: 1.3rem;
    }
    
    .info_5ce2 p {
        font-size: 0.85rem;
    }
    
    .fluid_ed18 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fluid_ed18 .tertiary-small-7b11 {
        width: 100%;
    }
    
    .table-iron-cf1e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .block-new-7ab6 {
        padding: 30px 10px;
    }
    
    .block-new-7ab6 h3 {
        font-size: 1.2rem;
    }
    
    .message_thick_2893 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge-0b9b {
        padding: 15px 10px;
    }
    
    .huge-0b9b h4 {
        font-size: 0.85rem;
    }
    
    .huge-0b9b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .avatar-gold-3442 {
        padding: 30px 15px;
    }
    
    .card-down-d862 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .stone-5ce9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .primary-4609 h4 {
        font-size: 0.9rem;
    }
    
    .primary-4609 a {
        font-size: 0.8rem;
    }
    
    .brown-7f3f {
        font-size: 0.8rem;
    }
    
    .steel_3ab5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .right-7078 {
        padding: 8px 10px;
    }
    
    .liquid-095c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .fast_0963 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .liquid-095c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .fast_0963 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c54c */
.phantom-card-n7 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
