/* Inner Page Styles */

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

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

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

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

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

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

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

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

.feature_5176 .red_b2b5:hover::before {
    left: 100%;
}

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

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

.outer-2b7d {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-aa62.fn-active-5718 {
    color: var(--casino-gold-light);
}

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

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

.notification-9af2 {
    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);
}

.notification-9af2 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-4a61:hover::before {
    left: 100%;
}

.header-4a61 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;
}

.header-4a61 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;
}

.header-4a61 .copper_d3f9 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.header-4a61 .copper_d3f9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.sort-45f2 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.soft_6ab8 .copper_d3f9 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.soft_6ab8 .copper_d3f9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .progress-1333 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .progress-1333 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .progress-1333 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .feature_5176 {
        justify-content: center;
    }
    
    .outer-2b7d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .paper-1e25 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pink-783b {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification-9af2 {
        padding: var(--md-spacing-md);
    }
    
    .bright_7c71 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hard_07c8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .soft_6ab8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .list-0a62 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .notification-9af2 {
        padding: var(--md-spacing-sm);
    }
    
    .module_complex_4b73 {
        padding: var(--md-spacing-md);
    }
    
    .hard_07c8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.module_complex_4b73,
.hard_07c8,
.soft_6ab8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.old-6fb1 {
    font-size: 1.5rem;
}

.dirty-356c strong {
    color: #00ff88;
}

.menu-east-14c6 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .nav-hard-db79 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .menu-east-14c6 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .border-over-4f72 {
        grid-template-columns: 1fr;
    }
}

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

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

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

.link-19a7 {
    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;
}

.link-19a7 strong {
    color: #00ff88;
}

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

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

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

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

.card_8a53 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.background-blue-78a9 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.background-blue-78a9::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;
}

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

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

.banner_top_40b2.label-pink-7d1d .active-left-8b7f {
    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); }
}

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

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

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

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

.west-6965 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;
}

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

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

.wrapper_iron_300a {
    font-size: 1.2rem;
}

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

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

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

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

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

.backdrop-d944.message_8220::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.backdrop-d944.dropdown_gold_47a0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.backdrop-d944.background_small_f81f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.backdrop-d944.in-34eb::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pink_9bae {
    font-size: 1.2rem;
}

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

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

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

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

.border-a602.frame-2c17 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.border-a602.fn-active-5718 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice_fec3 { border-top: 3px solid #00ccff; }
.item-current-51f6 { border-top: 3px solid #00ff88; }
.plasma-aab6 { border-top: 3px solid #d4af37; }
.bright-e7ce { border-top: 3px solid #ff6b6b; }
.prev-c845 { border-top: 3px solid #8b5cf6; }

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

.clean-9d45 {
    overflow-x: auto;
}

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

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

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

.slider_f02a td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.header-glass-327c {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.active_af56 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.sort-stone-bf80 {
    background: #0a0a0a;
    padding: 60px 0;
}

.content-9fb5 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.active_7013 {
    font-size: 1.5rem;
}

.disabled-048c {
    color: #888;
    font-size: 0.9rem;
}

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

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

.slider-up-7745 {
    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;
}

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

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

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

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

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

.dirty-3ace {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.dirty-3ace .tabs-left-d455 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.status_tall_5ea4 .paper_164e {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.chip-focused-7d8c {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-last-e2b8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.static-1bc2 {
    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;
}

.message-last-e2b8 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.lower-1f31 span {
    color: #666;
    font-size: 0.8rem;
}

.lower-1f31 a {
    color: #ff6b6b;
}

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

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

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

.dropdown-96d6 {
    text-align: center;
}

.dropdown-96d6 .paragraph-pressed-3d9e {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.dropdown-96d6 .east_346b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.modal-large-60b8 {
    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;
}

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

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

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

.tooltip-right-cf2c {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.right_5a3e {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

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

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

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

.breadcrumb-orange-649a {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .photo_0a8b {
        flex-direction: column;
    }
    .breadcrumb-orange-649a {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.paragraph-e9ba .text-7e5e {
    color: #666;
    margin: 0 8px;
}

.paragraph-e9ba .list_8107 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.section-west-f59a {
    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;
}

.grid_first_dc78 {
    font-size: 2rem;
}

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

.advanced_e03d strong {
    color: #d4af37;
}

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

.under-6c6e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.module-086d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.smooth_a50c strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.chip-first-0c67 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.background_c697 h3,
.popup-left-84b5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.title-pro-ae08 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.section_fa1d strong {
    color: #d4af37;
}

.prev-4279 {
    color: #aaa;
}

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

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

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

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

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

.primary-gold-459c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.avatar-1409 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

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

.avatar-1409 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.content_slow_25ef strong {
    color: #d4af37;
}

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

.container-paper-cd34 {
    color: #888;
    font-size: 0.9rem;
}

.container-paper-cd34 strong {
    color: #00ff88;
}

.container-paper-cd34 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-steel-bd91 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tertiary-steel-bd91 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.slider-6f69 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-6f69 li {
    margin-bottom: 5px;
}

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

.slider-6f69 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.easy-57ca strong {
    color: #00ff88;
}

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

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

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

.chip-02ae {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .chip-02ae {
        flex-direction: column;
    }
    
    .east_a5c8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

.wrapper_up_40dd .primary-5d7a {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .title-3d02 {
        padding: 30px 15px;
    }
    
    .title-3d02 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .light-1eee {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tabs-current-faca {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .brown-eab5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .brown-eab5 .search-over-422d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .active-black-d6fa {
        font-size: 1.3rem;
    }
    
    .media_73d7 {
        font-size: 0.7rem;
    }
    
    .button_5d31 {
        flex-direction: column;
        gap: 10px;
    }
    
    .button_5d31 .copper_d3f9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dropdown-a67e {
        display: none;
    }
    
    .header_old_7ccb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .short_9bf0 {
        padding: 20px 10px;
    }
    
    .white-3937 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module-hard-e919,
    .tertiary_steel_638c {
        padding: 15px;
    }
    
    .slow_0e73 {
        flex-direction: column;
        gap: 5px;
    }
    
    .footer_silver_7641 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hard-879a {
        padding: 30px 10px;
    }
    
    .highlight-simple-aef9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay_c73a {
        padding: 20px 15px;
    }
    
    .hard_7605 {
        font-size: 2rem;
    }
    
    .overlay_c73a h3 {
        font-size: 1.1rem;
    }
    
    .overlay_c73a p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .fixed_0def {
        padding: 20px 5px;
    }
    
    .fixed_0def h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .dynamic_9351 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .slider_f02a {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .slider_f02a th,
    .slider_f02a td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .menu-inner-4a9e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .left-eec0 {
        padding: 20px 10px;
    }
    
    .hidden-6648 h2 {
        font-size: 1.3rem;
    }
    
    .tooltip_e55c {
        font-size: 0.9rem;
    }
    
    .search_b8fb h3 {
        font-size: 1.1rem;
    }
    
    .search_b8fb p {
        font-size: 0.9rem;
    }
    
    .avatar-1409 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .feature_d9f6 {
        grid-template-columns: 1fr;
    }
    
    .content_slow_25ef {
        font-size: 0.85rem;
    }
    
    .easy_ed1d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table_f218 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .table_f218 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .texture_right_58ef {
        padding: 30px 10px;
    }
    
    .lower-0c81 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas_f419 {
        padding: 15px 10px;
    }
    
    .gas_f419 h4 {
        font-size: 0.9rem;
    }
    
    .gas_f419 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gallery_left_d507 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .lower-0c81 {
        grid-template-columns: 1fr;
    }
    
    .gas_f419 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .current_85d5 {
        padding: 30px 10px;
    }
    
    .image-77ab {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo-4db1 {
        padding: 15px;
    }
    
    .module_ce4b {
        font-size: 0.9rem;
    }
    
    .grid_0f21 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .grid_0f21 .header-first-9308 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .narrow_a82b {
        padding: 30px 10px;
    }
    
    .narrow_a82b h2 {
        font-size: 1.2rem;
    }
    
    .photo-fixed-0c5b {
        gap: 10px;
    }
    
    .pattern-1669 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .pattern-1669 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .old_f60d {
        padding: 30px 10px;
    }
    
    .old_f60d h2 {
        font-size: 1.2rem;
    }
    
    .steel_2819 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hover_791d {
        padding: 15px 10px;
    }
    
    .hover_791d h4 {
        font-size: 0.85rem;
    }
    
    .hover_791d p {
        font-size: 0.75rem;
    }
    
    .new-23de {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .solid-dd15 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .block_5049 {
        padding: 20px 10px;
    }
    
    .stale_a321 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .center-0ed3,
    .message-last-e2b8,
    .lower-1f31 {
        width: 100%;
    }
    
    .center-0ed3 h3 {
        font-size: 1.1rem;
    }
    
    .center-0ed3 p {
        font-size: 0.8rem;
    }
    
    .static-1bc2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .thick_eb9e {
        padding: 30px 15px;
    }
    
    .top-9bf0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .thumbnail-stone-f2f1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .media-lite-cb0e h4 {
        font-size: 0.9rem;
    }
    
    .media-lite-cb0e a {
        font-size: 0.8rem;
    }
    
    .heading_3b01 {
        font-size: 0.8rem;
    }
    
    .east-7f93 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .alert-gas-9966 {
        padding: 8px 10px;
    }
    
    .north-8f7b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .description-tiny-467e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .north-8f7b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .description-tiny-467e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: bda7 */
.ghost-box-p4 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
