/* Inner Page Styles */

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

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

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

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

.hero-mini-3274 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hero-mini-3274 .section-first-d848 {
    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;
}

.hero-mini-3274 .section-first-d848::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.hero-mini-3274 .section-first-d848:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.hero-mini-3274 .section-first-d848:hover::before {
    left: 100%;
}

.hero-mini-3274 .section-first-d848:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.in-2056.fn-active-99c1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright-42bf {
    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%;
}

.bright-42bf 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 */
.row_6430 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.pattern-next-a224:hover::before {
    left: 100%;
}

.pattern-next-a224 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;
}

.pattern-next-a224 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;
}

.pattern-next-a224 .feature_silver_eba7 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.pattern-next-a224 .feature_silver_eba7:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.thumbnail-6fb3 {
    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);
}

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

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

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

.thumbnail-6fb3 .feature_silver_eba7 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.thumbnail-6fb3 .feature_silver_eba7:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pattern_hot_2766 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pattern_hot_2766 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pattern_hot_2766 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hero-mini-3274 {
        justify-content: center;
    }
    
    .hero_0c25 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .row_6ad1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pressed-7bfd {
        padding: var(--md-spacing-md) 0;
    }
    
    .easy-4692 {
        padding: var(--md-spacing-md);
    }
    
    .pro-0941 {
        padding: var(--md-spacing-md) 0;
    }
    
    .bright-42bf {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .thumbnail-6fb3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hard-f98f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .easy-4692 {
        padding: var(--md-spacing-sm);
    }
    
    .complex_22f8 {
        padding: var(--md-spacing-md);
    }
    
    .bright-42bf {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.complex_22f8,
.bright-42bf,
.thumbnail-6fb3 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.popup_3d23 {
    font-size: 1.5rem;
}

.soft_d557 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.menu-glass-4a27 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.column-last-bd7f {
    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;
}

.column-last-bd7f strong {
    color: #00ff88;
}

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

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

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

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

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

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

.over-5c96 {
    text-align: center;
    margin-bottom: 30px;
}

.block-brown-ba90 {
    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;
}

.block-brown-ba90.component_brown_785e .south_ed0f {
    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); }
}

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

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

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

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

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

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

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

.hidden_be68 {
    font-size: 1.2rem;
}

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

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

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

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

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

.white_5f21.active-27b3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.white_5f21.outer-32fc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.white_5f21.input-5b9c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.white_5f21.box-action-0a57::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.primary-plasma-955d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.dirty-8eb2 {
    font-size: 1.2rem;
}

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

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

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

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

.slider_9b1e.pagination-fd30 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider_9b1e.fn-active-99c1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.shadow-fresh-39fe {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.warm_4ac7 { border-top: 3px solid #00ccff; }
.header_4956 { border-top: 3px solid #00ff88; }
.panel-2db9 { border-top: 3px solid #d4af37; }
.row-064a { border-top: 3px solid #ff6b6b; }
.huge_dde2 { border-top: 3px solid #8b5cf6; }

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

.bottom-1d53 {
    overflow-x: auto;
}

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

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

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

.in_38f0 td {
    color: #ccc;
}

.in_38f0 .table-7ef3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.disabled-5c5d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow_e601 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.header-liquid-5282 {
    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;
}

.header-liquid-5282::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);
}

.bright-0ac6 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.block-in-55bd {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.block_742f {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.link-e08a .element-wood-a3e9 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.popup-1288 .focused-3edd {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-2cc5 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.aside-2cc5 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.carousel-plasma-6b2d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.carousel-plasma-6b2d span {
    color: #666;
    font-size: 0.8rem;
}

.carousel-plasma-6b2d a {
    color: #ff6b6b;
}

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

.footer-active-c6aa {
    max-width: 800px;
    margin: 0 auto;
}

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

.wood-37a3 {
    text-align: center;
}

.wood-37a3 .link-a25d {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.wood-37a3 .stone_8673 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.footer-active-c6aa > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.hidden-motion-7dd3 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.section-under-3c6e {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.preview-last-4caf {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .inner-329a {
        flex-direction: column;
    }
    .highlight-2057 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.element-d210 .fresh_02e1 {
    color: #666;
    margin: 0 8px;
}

.element-d210 .surface_92c8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.gold-c499 {
    font-size: 2rem;
}

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

.pagination_f80d strong {
    color: #d4af37;
}

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

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

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

.action_5aac h3,
.picture-6de1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.block-copper-368a strong {
    color: #00ff88;
}

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

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

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

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

.disabled-2d41 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.link_stone_458a strong {
    color: #d4af37;
}

.shadow-a53f {
    color: #aaa;
}

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

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

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

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

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

.easy-5c2c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.plasma-d22a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.plasma-d22a 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;
}

.plasma-d22a li strong {
    color: #00ff88;
}

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

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

.under-3ea1 {
    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;
}

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

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

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

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

.avatar-middle-fc16 strong {
    color: #d4af37;
}

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

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

.full_c16f strong {
    color: #00ff88;
}

.full_c16f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-huge-664d h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.pattern-2c46 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.pattern-2c46 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.hovered-d1bd li {
    margin-bottom: 5px;
}

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

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

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

.dynamic-59ad {
    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;
}

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

.pressed_2dfa strong {
    color: #00ff88;
}

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

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

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

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

.bottom-5a29 {
    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;
}

.medium-2f8f {
    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;
}

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

@media (max-width: 768px) {
    .logo_6774 {
        flex-direction: column;
    }
    
    .bottom-5a29 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.feature_7fff .text-59ac {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pagination_2ee7 {
        padding: 30px 15px;
    }
    
    .pagination_2ee7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .video_first_23e7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .up_c7fc {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .list-c62d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list-c62d .border_e66d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .medium_946e {
        font-size: 1.3rem;
    }
    
    .text-e576 {
        font-size: 0.7rem;
    }
    
    .cool_0d92 {
        flex-direction: column;
        gap: 10px;
    }
    
    .cool_0d92 .feature_silver_eba7 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .grid-warm-7889 {
        display: none;
    }
    
    .south-7a29 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tag_thick_3aa4 {
        padding: 20px 10px;
    }
    
    .chip_5dac {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon-6da9,
    .preview-huge-664d {
        padding: 15px;
    }
    
    .tag_20e2 {
        flex-direction: column;
        gap: 5px;
    }
    
    .avatar_b967 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .tooltip_435a {
        padding: 20px 5px;
    }
    
    .tooltip_435a h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tooltip-tiny-00d6 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .in_38f0 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .in_38f0 th,
    .in_38f0 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .sidebar_smooth_aa63 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .upper-d8e2 {
        padding: 20px 10px;
    }
    
    .picture_b9ff h2 {
        font-size: 1.3rem;
    }
    
    .smooth_9300 {
        font-size: 0.9rem;
    }
    
    .description_next_7364 h3 {
        font-size: 1.1rem;
    }
    
    .description_next_7364 p {
        font-size: 0.9rem;
    }
    
    .plasma-d22a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .grid_hovered_c3e4 {
        grid-template-columns: 1fr;
    }
    
    .avatar-middle-fc16 {
        font-size: 0.85rem;
    }
    
    .primary-db5f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .under-3ea1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .under-3ea1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .detail_lower_f966 {
        padding: 30px 10px;
    }
    
    .thick_4f00 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-cold-66bb {
        padding: 15px 10px;
    }
    
    .filter-cold-66bb h4 {
        font-size: 0.9rem;
    }
    
    .filter-cold-66bb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gallery_31f8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thick_4f00 {
        grid-template-columns: 1fr;
    }
    
    .filter-cold-66bb p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .widget-f8ff {
        padding: 30px 10px;
    }
    
    .preview_left_1d73 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .white-b993 {
        padding: 15px;
    }
    
    .north_5daa {
        font-size: 0.9rem;
    }
    
    .caption_advanced_9089 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .caption_advanced_9089 .sidebar_east_236b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .easy-3a99 {
        padding: 30px 10px;
    }
    
    .easy-3a99 h2 {
        font-size: 1.2rem;
    }
    
    .layout-tall-6ec8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .first_c8d8 {
        padding: 15px 10px;
    }
    
    .first_c8d8 h4 {
        font-size: 0.85rem;
    }
    
    .first_c8d8 p {
        font-size: 0.75rem;
    }
    
    .bright_494e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .brown_b161 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .layout-tall-6ec8 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dark_b4ce {
        padding: 20px 10px;
    }
    
    .dynamic-11c8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .filter-af49,
    .aside-2cc5,
    .carousel-plasma-6b2d {
        width: 100%;
    }
    
    .filter-af49 h3 {
        font-size: 1.1rem;
    }
    
    .filter-af49 p {
        font-size: 0.8rem;
    }
    
    .solid-f086 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tag-soft-a0d6 {
        padding: 30px 15px;
    }
    
    .tag-soft-a0d6 h2 {
        font-size: 1.3rem;
    }
    
    .tag-soft-a0d6 p {
        font-size: 0.85rem;
    }
    
    .hidden-focused-e240 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hidden-focused-e240 .feature_silver_eba7 {
        width: 100%;
    }
    
    .gas-bf6a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .warm-4372 {
        padding: 30px 10px;
    }
    
    .warm-4372 h3 {
        font-size: 1.2rem;
    }
    
    .message-steel-dc1b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail-6fb3 {
        padding: 15px 10px;
    }
    
    .thumbnail-6fb3 h4 {
        font-size: 0.85rem;
    }
    
    .thumbnail-6fb3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .content-6822 {
        padding: 30px 15px;
    }
    
    .top_c14e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .summary-0cb7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .highlight_purple_50df h4 {
        font-size: 0.9rem;
    }
    
    .highlight_purple_50df a {
        font-size: 0.8rem;
    }
    
    .background-db92 {
        font-size: 0.8rem;
    }
    
    .tiny_9e35 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tertiary_3723 {
        padding: 8px 10px;
    }
    
    .over_86c5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .grid-top-f158 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .over_86c5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .grid-top-f158 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ae0b */
.widget-item-z6 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
