/* Inner Page Styles */

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

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

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

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

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

.up-bf25 .caption_51d8 {
    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;
}

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

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

.up-bf25 .caption_51d8:hover::before {
    left: 100%;
}

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

.box-9f08 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright_049f.fn-active-8938 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-inner-cd30 {
    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%;
}

.wrapper-inner-cd30 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 */
.sidebar-motion-1fc1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-motion-1fc1 li {
    margin-bottom: var(--md-spacing-xs);
}

.sidebar-motion-1fc1 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);
}

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

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

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

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

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

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

.tabs_inner_67d4 .preview-rough-51e4 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tabs_inner_67d4 .preview-rough-51e4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.description_fluid_da47 .preview-rough-51e4 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.description_fluid_da47 .preview-rough-51e4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sidebar_stale_05c8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .sidebar_stale_05c8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .sidebar_stale_05c8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .up-bf25 {
        justify-content: center;
    }
    
    .west-f9e8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .sidebar-center-6c25 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .narrow-7484 {
        padding: var(--md-spacing-md) 0;
    }
    
    .secondary_glass_4c57 {
        padding: var(--md-spacing-md);
    }
    
    .feature-6497 {
        padding: var(--md-spacing-md) 0;
    }
    
    .wrapper-inner-cd30 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .description_fluid_da47 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .mask_medium_b309 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .secondary_glass_4c57 {
        padding: var(--md-spacing-sm);
    }
    
    .border-8bd2 {
        padding: var(--md-spacing-md);
    }
    
    .wrapper-inner-cd30 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.border-8bd2,
.wrapper-inner-cd30,
.description_fluid_da47 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.wood_3313 {
    font-size: 1.5rem;
}

.selected-306c strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.active-rough-90cf {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .outline-paper-6f6a {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.video-ac1c strong {
    color: #00ff88;
}

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

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

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

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

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

.sort-hard-0df5::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;
}

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

.highlight-medium-cc59 {
    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;
}

.highlight-medium-cc59.row-359e .logo-light-a016 {
    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); }
}

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

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

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

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

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

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

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

.tertiary_e99d {
    font-size: 1.2rem;
}

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

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

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

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

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

.hard_5d16.middle_499a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hard_5d16.active_b5ed::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hard_5d16.gradient-5994::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hard_5d16.new-1d95::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.modal-brown-3c1e {
    font-size: 1.2rem;
}

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

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

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

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

.header-6d74.filter-4176 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.header-6d74.fn-active-8938 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.logo-bottom-950f {
    color: #666;
    font-size: 0.8rem;
}

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

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

.feature-117c {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.modal-huge-4d87 {
    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;
}

.modal-huge-4d87:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.modal-huge-4d87.search_left_fb20 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.steel_20dc { border-top: 3px solid #00ccff; }
.focus-short-5faf { border-top: 3px solid #00ff88; }
.paper_fe01 { border-top: 3px solid #d4af37; }
.stone_8a7b { border-top: 3px solid #ff6b6b; }
.motion_3d57 { border-top: 3px solid #8b5cf6; }

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

.sort-26d0 {
    overflow-x: auto;
}

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

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

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

.pattern-7681 td {
    color: #ccc;
}

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

.pattern-7681 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-bronze-21ce h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.layout-bronze-21ce p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.secondary-284d {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.header-dirty-020d {
    background: #0a0a0a;
    padding: 60px 0;
}

.popup-hovered-57f5 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .popup-hovered-57f5::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

.article-c285 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.filter_1796 {
    font-size: 1.5rem;
}

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

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

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

.dim-47ed {
    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;
}

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

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

.hover-dim-231e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

.media-0f62 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.media-0f62 .content-249b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.carousel-edcb .texture_8c0a {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.badge-wide-5299 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.row-1df9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.active-1dd3 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.in-6bc0 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.caption-dynamic-ec99 {
    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;
}

.in-6bc0 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.popup_8a18 a {
    color: #ff6b6b;
}

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

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

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

.icon_yellow_155a {
    text-align: center;
}

.icon_yellow_155a .plasma-3f4a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.icon_yellow_155a .sidebar_middle_f0d8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.gold-a2d0 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.nav-old-9fed {
    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;
}

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

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

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

.popup-737c {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.feature-slow-64ca {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.tooltip-186e.search_left_fb20 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.filter-tiny-e3d5 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .feature-slow-64ca {
        flex-direction: column;
    }
    .dynamic-f8a6 {
        transform: rotate(90deg);
    }
}

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

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

.column-old-8eb8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .column-old-8eb8 {
        grid-template-columns: 1fr;
    }
}

.black-734d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wood_9a75 .highlight_cold_8464 {
    color: #666;
    margin: 0 8px;
}

.wood_9a75 .badge_e1fd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.bottom-710e {
    font-size: 2rem;
}

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

.tertiary-old-fbe7 strong {
    color: #d4af37;
}

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

.carousel-gas-3c5d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .carousel-gas-3c5d {
        grid-template-columns: 1fr;
    }
}

.avatar-a51f h3,
.down-3eee h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.widget-soft-37f6 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.bottom-0f4f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.first-7c0d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.pagination-298b {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.over_ecc7 strong {
    color: #d4af37;
}

.video-c263 {
    color: #aaa;
}

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

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

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

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

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

.short-449e {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.rough-dec8 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.rough-dec8 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;
}

.rough-dec8 li strong {
    color: #00ff88;
}

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

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

.active-85c3 {
    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;
}

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

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

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

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

.hard-6d80 strong {
    color: #d4af37;
}

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

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

.nav_outer_c1e5 strong {
    color: #00ff88;
}

.nav_outer_c1e5 span {
    color: #d4af37;
}

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

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

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

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

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

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

.texture-387e {
    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;
}

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

.outline-527d {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.box_out_11de {
    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-7c35 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.component-hot-574b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.component-hot-574b li {
    margin-bottom: 5px;
}

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

.component-hot-574b a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.shadow_177a strong {
    color: #00ff88;
}

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

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

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

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

.bright-2bb3 {
    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;
}

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

.active-1dd3 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .stone-3a1b {
        flex-direction: column;
    }
    
    .bright-2bb3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

@media (max-width: 480px) {
    .next_365d {
        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;
}

.sort-small-b072 .column-0e3e {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .input-1407 {
        padding: 30px 15px;
    }
    
    .input-1407 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .popup_over_e4a0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .background_4247 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .texture-fresh-d7e0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture-fresh-d7e0 .action-30c1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gradient_easy_3a70 {
        font-size: 1.3rem;
    }
    
    .bottom-1223 {
        font-size: 0.7rem;
    }
    
    .pink_a720 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pink_a720 .preview-rough-51e4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .container-dark-4f90 {
        display: none;
    }
    
    .down-09b1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .text_8016 {
        padding: 20px 10px;
    }
    
    .disabled_e00a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav_934c,
    .mini_d522 {
        padding: 15px;
    }
    
    .progress_4369 {
        flex-direction: column;
        gap: 5px;
    }
    
    .box_out_11de {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .logo-13ac {
        padding: 30px 10px;
    }
    
    .detail_light_5211 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero_action_04cb {
        padding: 20px 15px;
    }
    
    .dim_400e {
        font-size: 2rem;
    }
    
    .hero_action_04cb h3 {
        font-size: 1.1rem;
    }
    
    .hero_action_04cb p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .row_advanced_7c42 {
        padding: 20px 5px;
    }
    
    .row_advanced_7c42 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .outline-huge-1f86 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .pattern-7681 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .pattern-7681 th,
    .pattern-7681 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .background_e3e6 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .preview-5a3c {
        padding: 20px 10px;
    }
    
    .thumbnail-bronze-135e h2 {
        font-size: 1.3rem;
    }
    
    .element-5e47 {
        font-size: 0.9rem;
    }
    
    .media_1278 h3 {
        font-size: 1.1rem;
    }
    
    .media_1278 p {
        font-size: 0.9rem;
    }
    
    .rough-dec8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .search-4473 {
        grid-template-columns: 1fr;
    }
    
    .hard-6d80 {
        font-size: 0.85rem;
    }
    
    .soft_1dde {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active-85c3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .active-85c3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .overlay-f3b1 {
        padding: 30px 10px;
    }
    
    .slow_99c2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list_fa78 {
        padding: 15px 10px;
    }
    
    .list_fa78 h4 {
        font-size: 0.9rem;
    }
    
    .list_fa78 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .filter_a7cd {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .aside-ee54 {
        padding: 30px 10px;
    }
    
    .frame-b272 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav_2bf4 {
        padding: 15px;
    }
    
    .link-2bb8 {
        font-size: 0.9rem;
    }
    
    .nav-plasma-ad15 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav-plasma-ad15 .blue_3e66 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .border-first-39f4 {
        padding: 30px 10px;
    }
    
    .border-first-39f4 h2 {
        font-size: 1.2rem;
    }
    
    .heading_c88f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .short_d09d {
        padding: 15px 10px;
    }
    
    .short_d09d h4 {
        font-size: 0.85rem;
    }
    
    .short_d09d p {
        font-size: 0.75rem;
    }
    
    .status-stale-e507 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .content_3d64 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .content_494a {
        padding: 20px 10px;
    }
    
    .new-63f5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .element_tall_e0d1,
    .in-6bc0,
    .popup_8a18 {
        width: 100%;
    }
    
    .element_tall_e0d1 h3 {
        font-size: 1.1rem;
    }
    
    .element_tall_e0d1 p {
        font-size: 0.8rem;
    }
    
    .caption-dynamic-ec99 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .panel-small-3efd {
        padding: 30px 15px;
    }
    
    .panel-small-3efd h2 {
        font-size: 1.3rem;
    }
    
    .panel-small-3efd p {
        font-size: 0.85rem;
    }
    
    .banner-top-aba5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .banner-top-aba5 .preview-rough-51e4 {
        width: 100%;
    }
    
    .secondary_c836 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .lower_9091 {
        padding: 30px 15px;
    }
    
    .button_short_9de5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tabs-720d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .aside-739a h4 {
        font-size: 0.9rem;
    }
    
    .aside-739a a {
        font-size: 0.8rem;
    }
    
    .green_720b {
        font-size: 0.8rem;
    }
    
    .highlight-4d47 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .advanced-19af {
        padding: 8px 10px;
    }
    
    .widget_5bcc {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .red-0450 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .widget_5bcc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .red-0450 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b620 */
.promo-block-l6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
