/* Inner Page Styles */

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

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

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

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

.slider-67ef {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.slider-67ef .mask-solid-2ee9 {
    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;
}

.slider-67ef .mask-solid-2ee9::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.slider-67ef .mask-solid-2ee9:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.slider-67ef .mask-solid-2ee9:hover::before {
    left: 100%;
}

.slider-67ef .mask-solid-2ee9:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_copper_e160.fn-active-0056 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-west-a8d7 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 */
.shadow_c33c {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.new-e962:hover::before {
    left: 100%;
}

.new-e962 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;
}

.new-e962 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;
}

.new-e962 .hidden-purple-cac5 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.new-e962 .hidden-purple-cac5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.detail-action-b5a1 {
    margin-top: var(--md-spacing-sm);
}

.title-outer-0ddc {
    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);
}

.title-outer-0ddc:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.fresh-aa85 .hidden-purple-cac5 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.fresh-aa85 .hidden-purple-cac5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .box_9ccf {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .box_9ccf h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .box_9ccf h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .slider-67ef {
        justify-content: center;
    }
    
    .sidebar_advanced_80af {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .list_paper_9377 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .footer-ce5c {
        padding: var(--md-spacing-md) 0;
    }
    
    .pro_774f {
        padding: var(--md-spacing-md);
    }
    
    .black_b84c {
        padding: var(--md-spacing-md) 0;
    }
    
    .section-west-a8d7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .fresh-aa85 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .shade-static-d147 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pro_774f {
        padding: var(--md-spacing-sm);
    }
    
    .liquid-2031 {
        padding: var(--md-spacing-md);
    }
    
    .section-west-a8d7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.liquid-2031,
.section-west-a8d7,
.fresh-aa85 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.gradient-middle-14d3 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.gallery_f5cf {
    font-size: 1.5rem;
}

.preview_outer_f3fe strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.tertiary-be0c {
    padding: 30px 0;
}

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

.bright-9d4c {
    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;
}

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

.bright-9d4c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.bright-9d4c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.title-wide-2f3c {
    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;
}

.title-wide-2f3c strong {
    color: #00ff88;
}

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

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

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

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

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

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

.motion-37ff {
    text-align: center;
    margin-bottom: 30px;
}

.dirty-1c28 {
    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;
}

.dirty-1c28.hero_ce59 .banner-e483 {
    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); }
}

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

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

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

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

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

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

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

.table_0ca0 {
    font-size: 1.2rem;
}

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

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

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

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

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

.layout_10c3.widget-a2b8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.layout_10c3.list-warm-7672::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.layout_10c3.form_27b2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.layout_10c3.fresh_58b6::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.slider-steel-b446 {
    font-size: 1.2rem;
}

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

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

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

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

.box_medium_2dfc.preview_steel_70ff { background: linear-gradient(90deg, #00ccff, #0088ff); }
.box_medium_2dfc.fn-active-0056 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.blue-9fca {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.row-d776.tabs-selected-ae07 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.photo-c89b { border-top: 3px solid #00ccff; }
.hovered_8d3b { border-top: 3px solid #00ff88; }
.hard_abb3 { border-top: 3px solid #d4af37; }
.solid_3a9a { border-top: 3px solid #ff6b6b; }
.search_focused_2013 { border-top: 3px solid #8b5cf6; }

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

.green-cbf0 {
    overflow-x: auto;
}

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

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

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

.steel_058e td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.summary-2a4d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.overlay-12c7 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.shadow-mini-e7c2 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.wood_7afc {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.nav-prev-7c25 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.paper-95fa {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.brown_4d94 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cool_ef10 .block_b472 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-6eb9 {
    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;
}

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

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

.content-thick-0885 span {
    color: #666;
    font-size: 0.8rem;
}

.content-thick-0885 a {
    color: #ff6b6b;
}

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

.avatar-left-a5f0 {
    max-width: 800px;
    margin: 0 auto;
}

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

.paragraph-cold-08f8 {
    text-align: center;
}

.paragraph-cold-08f8 .avatar_active_ff1a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.paragraph-cold-08f8 .module-gold-0c6b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.avatar-left-a5f0 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-dec2.tabs-selected-ae07 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.preview_5e7b .inner_7b38 {
    color: #666;
    margin: 0 8px;
}

.preview_5e7b .photo_5b85 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.pattern-brown-ae46 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.thumbnail-30e9 {
    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;
}

.active_d332 {
    font-size: 2rem;
}

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

.dirty-8be3 strong {
    color: #d4af37;
}

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

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

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

.badge-f687 h3,
.current-04f8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.article-1f9c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.text_f500 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.outline-0a58 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.black_0ab3 strong {
    color: #d4af37;
}

.purple_7e07 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy_27d7 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.focus-ebcc strong {
    color: #d4af37;
}

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

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

.widget_tiny_b9a2 strong {
    color: #00ff88;
}

.widget_tiny_b9a2 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video_narrow_1e7d strong {
    color: #00ff88;
}

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

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

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

.breadcrumb-last-25af {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.info-fast-8c4a {
    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;
}

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

@media (max-width: 768px) {
    .breadcrumb-last-25af {
        flex-direction: column;
    }
    
    .action-da71 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.image-1a41 {
    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;
}

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

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

.hot-0918 .carousel_9ec7 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .gradient-dynamic-27c3 {
        padding: 30px 15px;
    }
    
    .gradient-dynamic-27c3 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gold_6f97 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .description_gas_0683 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pressed_67bf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pressed_67bf .pro_dc35 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .footer_center_08bb {
        font-size: 1.3rem;
    }
    
    .pattern_under_9f18 {
        font-size: 0.7rem;
    }
    
    .table_8ae3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .table_8ae3 .hidden-purple-cac5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .widget_81e4 {
        display: none;
    }
    
    .primary_526f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .orange_0b72 {
        padding: 20px 10px;
    }
    
    .text_south_8b30 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .main_2a4e,
    .fixed-16e2 {
        padding: 15px;
    }
    
    .wide-d687 {
        flex-direction: column;
        gap: 5px;
    }
    
    .info_3d9e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tiny_9f73 {
        padding: 30px 10px;
    }
    
    .text_solid_cddb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .component-393a {
        padding: 20px 15px;
    }
    
    .row-pressed-1d32 {
        font-size: 2rem;
    }
    
    .component-393a h3 {
        font-size: 1.1rem;
    }
    
    .component-393a p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .title_f7a1 {
        padding: 20px 5px;
    }
    
    .title_f7a1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .modal-lite-3a24 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .steel_058e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .steel_058e th,
    .steel_058e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .pattern_east_a1f1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .notice-left-1573 {
        padding: 20px 10px;
    }
    
    .solid-beda h2 {
        font-size: 1.3rem;
    }
    
    .orange_6c76 {
        font-size: 0.9rem;
    }
    
    .info_dcb3 h3 {
        font-size: 1.1rem;
    }
    
    .info_dcb3 p {
        font-size: 0.9rem;
    }
    
    .easy_27d7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .cool_03aa {
        grid-template-columns: 1fr;
    }
    
    .focus-ebcc {
        font-size: 0.85rem;
    }
    
    .search-7922 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .advanced_d732 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .advanced_d732 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .first_f0a0 {
        padding: 30px 10px;
    }
    
    .menu_liquid_ac34 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph_4535 {
        padding: 15px 10px;
    }
    
    .paragraph_4535 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph_4535 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .liquid-0933 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .search-action-ed44 {
        padding: 30px 10px;
    }
    
    .action_00fc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container-motion-2564 {
        padding: 15px;
    }
    
    .status-aeda {
        font-size: 0.9rem;
    }
    
    .menu-2427 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .menu-2427 .first-dbcc {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .left-42d5 {
        padding: 30px 10px;
    }
    
    .left-42d5 h2 {
        font-size: 1.2rem;
    }
    
    .primary_6d33 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small_52e9 {
        padding: 15px 10px;
    }
    
    .small_52e9 h4 {
        font-size: 0.85rem;
    }
    
    .small_52e9 p {
        font-size: 0.75rem;
    }
    
    .large_625d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .solid_6411 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .aside_north_bf0b {
        padding: 20px 10px;
    }
    
    .button_7023 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .paragraph-6b66,
    .pressed_aafe,
    .content-thick-0885 {
        width: 100%;
    }
    
    .paragraph-6b66 h3 {
        font-size: 1.1rem;
    }
    
    .paragraph-6b66 p {
        font-size: 0.8rem;
    }
    
    .article-6eb9 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .container-first-7cda {
        padding: 30px 15px;
    }
    
    .container-first-7cda h2 {
        font-size: 1.3rem;
    }
    
    .container-first-7cda p {
        font-size: 0.85rem;
    }
    
    .aside_a28b {
        flex-direction: column;
        gap: 10px;
    }
    
    .aside_a28b .hidden-purple-cac5 {
        width: 100%;
    }
    
    .carousel_bronze_e4eb {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .middle-302e {
        padding: 30px 10px;
    }
    
    .middle-302e h3 {
        font-size: 1.2rem;
    }
    
    .warm_81b3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fresh-aa85 {
        padding: 15px 10px;
    }
    
    .fresh-aa85 h4 {
        font-size: 0.85rem;
    }
    
    .fresh-aa85 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .purple-6834 {
        padding: 30px 15px;
    }
    
    .tag-e18b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dynamic_148d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .white_7714 h4 {
        font-size: 0.9rem;
    }
    
    .white_7714 a {
        font-size: 0.8rem;
    }
    
    .shade_pressed_ca56 {
        font-size: 0.8rem;
    }
    
    .full_a760 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .notification_1f83 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .west_6e64 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f45f */
.shadow-element-t2 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
