/* Inner Page Styles */

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

.mask-wide-4d2c 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);
}

.mask-wide-4d2c 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);
}

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

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

.status_hovered_b718 .dark-ce8e {
    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;
}

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

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

.status_hovered_b718 .dark-ce8e:hover::before {
    left: 100%;
}

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

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

.pattern-3d34 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.simple-b2ff.fn-active-92a4 {
    color: var(--casino-gold-light);
}

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

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

.content-over-350b {
    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);
}

.content-over-350b 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.description-light-6688:hover::before {
    left: 100%;
}

.description-light-6688 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;
}

.description-light-6688 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;
}

.description-light-6688 .box-aa34 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.description-light-6688 .box-aa34:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.sort-selected-a493 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.green-e4f5 .box-aa34 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.green-e4f5 .box-aa34:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mask-wide-4d2c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .mask-wide-4d2c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .mask-wide-4d2c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .status_hovered_b718 {
        justify-content: center;
    }
    
    .pattern-3d34 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .card-f64a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .secondary_stone_1032 {
        padding: var(--md-spacing-md) 0;
    }
    
    .content-over-350b {
        padding: var(--md-spacing-md);
    }
    
    .row_9ca5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup-6444 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .green-e4f5 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .slow-5e58 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .content-over-350b {
        padding: var(--md-spacing-sm);
    }
    
    .new-edf6 {
        padding: var(--md-spacing-md);
    }
    
    .popup-6444 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.new-edf6,
.popup-6444,
.green-e4f5 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.last_dd19 {
    font-size: 1.5rem;
}

.mask-fcb1 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.notification-steel-fa9d {
    padding: 30px 0;
}

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

.row-mini-1fe2 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

.row-mini-1fe2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.row-mini-1fe2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.hidden-south-916f {
    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;
}

.hidden-south-916f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.article_over_77fc.logo-lite-4e9e .logo-6010 {
    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); }
}

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

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

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

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

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

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

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

.slider-over-f834 {
    font-size: 1.2rem;
}

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

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

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

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

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

.feature_ccc0.article_tall_c95c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.feature_ccc0.tertiary_clean_4626::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.feature_ccc0.purple-9983::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.feature_ccc0.light_635f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.picture-copper-b330 {
    font-size: 1.2rem;
}

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

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

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

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

.banner-fixed-f3e4.current_a8b0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.banner-fixed-f3e4.fn-active-92a4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.text-out-9503 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.progress-left-e1b8 {
    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;
}

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

.progress-left-e1b8.small_f2e9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.label-smooth-d1ca { border-top: 3px solid #00ccff; }
.west-7d5d { border-top: 3px solid #00ff88; }
.short_42bc { border-top: 3px solid #d4af37; }
.west-51d4 { border-top: 3px solid #ff6b6b; }
.overlay-fd43 { border-top: 3px solid #8b5cf6; }

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

.footer_55c6 {
    overflow-x: auto;
}

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

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

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

.video-red-a7f2 td {
    color: #ccc;
}

.video-red-a7f2 .pagination_over_fbba {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.video-red-a7f2 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.column-879a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-cool-3db2 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pressed_6c53 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .title-inner-31c3 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.dropdown-middle-236e .image-hot-269b {
    margin-bottom: 10px;
}

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

.dropdown-middle-236e strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-fresh-6dec {
    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;
}

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

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

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

.secondary_gas_266e a {
    color: #ff6b6b;
}

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

.progress-55ed {
    max-width: 800px;
    margin: 0 auto;
}

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

.card-black-4e7f {
    text-align: center;
}

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

.card-black-4e7f .filter-dirty-e398 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.progress-55ed h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.progress-55ed > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

.heading-fluid-9ca1 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.pink-19f2 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .input_a700 {
        flex-direction: column;
    }
    .tabs-b31e {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.hidden_0801 .detail-pro-7501 {
    color: #666;
    margin: 0 8px;
}

.hidden_0801 .secondary_0eb2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.search_e6f6 {
    font-size: 2rem;
}

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

.table_1f0b strong {
    color: #d4af37;
}

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

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

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

.image-8a1a h3,
.panel_top_7f8f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.tiny-09eb {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.article-54c7 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.upper-f599 strong {
    color: #00ff88;
}

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

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

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

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

.background-north-abf6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.footer-bottom-eda3 strong {
    color: #d4af37;
}

.steel_df29 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.upper-f8f4 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.upper-f8f4 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;
}

.upper-f8f4 li strong {
    color: #00ff88;
}

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

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

.soft-38df {
    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;
}

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

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

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

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

.main_90a2 strong {
    color: #d4af37;
}

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

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

.accent_20c8 strong {
    color: #00ff88;
}

.accent_20c8 span {
    color: #d4af37;
}

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

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

.outer-13b7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.status-iron-ca17 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selected-d8d6 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.pagination_old_4d08 strong {
    color: #00ff88;
}

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

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

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

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

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

.green-90a3 {
    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;
}

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

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

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

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

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

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

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

.menu-63de .menu-7b35 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .content_1af3 {
        padding: 30px 15px;
    }
    
    .content_1af3 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .sidebar-e8d1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .table-57ed {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .plasma_d9f0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .plasma_d9f0 .north-ca19 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .right_862e {
        font-size: 1.3rem;
    }
    
    .medium_be53 {
        font-size: 0.7rem;
    }
    
    .chip-3f77 {
        flex-direction: column;
        gap: 10px;
    }
    
    .chip-3f77 .box-aa34 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .section-out-42ea {
        display: none;
    }
    
    .last-28f9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .element-orange-5d66 {
        padding: 20px 10px;
    }
    
    .outer-13b7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .title_stone_e610,
    .column_38dd {
        padding: 15px;
    }
    
    .tag_tiny_519c {
        flex-direction: column;
        gap: 5px;
    }
    
    .column_ca91 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .pro-04f3 {
        padding: 20px 5px;
    }
    
    .pro-04f3 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .form_yellow_4f86 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .video-red-a7f2 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .video-red-a7f2 th,
    .video-red-a7f2 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .banner-035c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .popup-f170 {
        padding: 20px 10px;
    }
    
    .small_bde2 h2 {
        font-size: 1.3rem;
    }
    
    .grid-365e {
        font-size: 0.9rem;
    }
    
    .status_pink_7630 h3 {
        font-size: 1.1rem;
    }
    
    .status_pink_7630 p {
        font-size: 0.9rem;
    }
    
    .upper-f8f4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .title_003a {
        grid-template-columns: 1fr;
    }
    
    .main_90a2 {
        font-size: 0.85rem;
    }
    
    .button-easy-b971 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .soft-38df {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .soft-38df strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .pattern-blue-9b0b {
        padding: 30px 10px;
    }
    
    .chip-bronze-d201 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item-gas-573b {
        padding: 15px 10px;
    }
    
    .item-gas-573b h4 {
        font-size: 0.9rem;
    }
    
    .item-gas-573b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .text-center-0ec5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .chip-bronze-d201 {
        grid-template-columns: 1fr;
    }
    
    .item-gas-573b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .left_2f68 {
        padding: 30px 10px;
    }
    
    .box_4978 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow_bottom_5d4b {
        padding: 15px;
    }
    
    .bright-0f34 {
        font-size: 0.9rem;
    }
    
    .first_9238 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .first_9238 .thick_ded1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .new_b0aa {
        padding: 30px 10px;
    }
    
    .new_b0aa h2 {
        font-size: 1.2rem;
    }
    
    .hidden_cdbe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .glass_3ad0 {
        padding: 15px 10px;
    }
    
    .glass_3ad0 h4 {
        font-size: 0.85rem;
    }
    
    .glass_3ad0 p {
        font-size: 0.75rem;
    }
    
    .pagination-7394 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .clean_e335 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .label-01be {
        padding: 20px 10px;
    }
    
    .image_middle_9742 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .wrapper_d804,
    .content_glass_d04b,
    .secondary_gas_266e {
        width: 100%;
    }
    
    .wrapper_d804 h3 {
        font-size: 1.1rem;
    }
    
    .wrapper_d804 p {
        font-size: 0.8rem;
    }
    
    .slider-fresh-6dec {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .short_5a1b {
        padding: 30px 15px;
    }
    
    .short_5a1b h2 {
        font-size: 1.3rem;
    }
    
    .short_5a1b p {
        font-size: 0.85rem;
    }
    
    .element_c3c2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .element_c3c2 .box-aa34 {
        width: 100%;
    }
    
    .detail_69ed {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .picture-pink-0284 {
        padding: 30px 10px;
    }
    
    .picture-pink-0284 h3 {
        font-size: 1.2rem;
    }
    
    .focus_tall_1458 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .green-e4f5 {
        padding: 15px 10px;
    }
    
    .green-e4f5 h4 {
        font-size: 0.85rem;
    }
    
    .green-e4f5 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .static-633c {
        padding: 30px 15px;
    }
    
    .text_out_5ce0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .west-891e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .full_12a4 h4 {
        font-size: 0.9rem;
    }
    
    .full_12a4 a {
        font-size: 0.8rem;
    }
    
    .paragraph_prev_17de {
        font-size: 0.8rem;
    }
    
    .accordion-a4d1 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .carousel-d559 {
        padding: 8px 10px;
    }
    
    .media-5a8a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .clean_7456 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .media-5a8a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean_7456 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 41cc */
.phantom-card-z6 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
