/* Inner Page Styles */

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

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

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

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

.mask-active-d3bd {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.mask-active-d3bd .list_middle_39fc {
    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;
}

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

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

.mask-active-d3bd .list_middle_39fc:hover::before {
    left: 100%;
}

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

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

.notification-bottom-8ca9 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.carousel-outer-1d86 {
    color: var(--casino-gold-light);
}

.carousel-outer-1d86 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.carousel-outer-1d86 a:hover {
    color: var(--casino-gold-light);
}

.carousel-outer-1d86.fn-active-63d5 {
    color: var(--casino-gold-light);
}

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

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

.badge-down-afce {
    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);
}

.badge-down-afce 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);
}

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

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

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

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

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

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

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

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

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

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

.bottom-9c87 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

.down_5925 .pagination-63da {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.down_5925 .pagination-63da:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.picture-ba65 .pagination-63da {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.picture-ba65 .pagination-63da:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .simple_0752 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .simple_0752 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .simple_0752 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mask-active-d3bd {
        justify-content: center;
    }
    
    .notification-bottom-8ca9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .yellow-42be {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .message_bcd3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .badge-down-afce {
        padding: var(--md-spacing-md);
    }
    
    .tooltip-copper-8c92 {
        padding: var(--md-spacing-md) 0;
    }
    
    .down_aff0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .picture-ba65 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .icon_right_66f0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .badge-down-afce {
        padding: var(--md-spacing-sm);
    }
    
    .rough_d077 {
        padding: var(--md-spacing-md);
    }
    
    .down_aff0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.rough_d077,
.down_aff0,
.picture-ba65 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.component-plasma-6d3f::-webkit-scrollbar {
    width: 8px;
}

.component-plasma-6d3f::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.component-plasma-6d3f::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.component-plasma-6d3f::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.gallery_active_b364 {
    font-size: 1.5rem;
}

.logo_4996 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.filter_f009 {
    padding: 30px 0;
}

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

.wrapper-923f {
    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;
}

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

.wrapper-923f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.wrapper-923f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.box-893c {
    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;
}

.box-893c strong {
    color: #00ff88;
}

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

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

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

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

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

.bottom-1da9::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;
}

.pro-147d {
    text-align: center;
    margin-bottom: 30px;
}

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

.light-d113.header_lite_fb55 .menu_c327 {
    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); }
}

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

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

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

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

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

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

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

.thick_9fe0 {
    font-size: 1.2rem;
}

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

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

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

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

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

.popup_selected_9891.badge-1070::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.popup_selected_9891.hover_thick_9a58::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup_selected_9891.new_c702::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.popup_selected_9891.secondary-hard-5855::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.widget_bright_6d65 {
    font-size: 1.2rem;
}

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

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

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

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

.button-tiny-f5d1.solid_a344 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.button-tiny-f5d1.fn-active-63d5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.column-plasma-d490 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.nav_a392.notification-1c5d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.slow-9468 { border-top: 3px solid #00ccff; }
.feature-dirty-2018 { border-top: 3px solid #00ff88; }
.list_bright_10d1 { border-top: 3px solid #d4af37; }
.module-fresh-dc25 { border-top: 3px solid #ff6b6b; }
.container-hot-2d81 { border-top: 3px solid #8b5cf6; }

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

.border-aecb {
    overflow-x: auto;
}

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

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

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

.active-280c td {
    color: #ccc;
}

.active-280c .shade-72bd {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.active-280c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.highlight-soft-ccfd {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.section_4b6e {
    font-size: 2rem;
}

.tabs-in-2a1a strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.tabs-in-2a1a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.disabled-bottom-056d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-bottom-2c0a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.aside_slow_0c92 .left-c58d {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.image-3a52 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

@media (max-width: 768px) {
    .active-clean-294a {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.detail-1b3a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.heading-bottom-0791 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.content-middle-0d41 {
    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;
}

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

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

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

.label-stone-9b49 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.narrow-575b {
    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;
}

.label-stone-9b49 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.fixed-7e69 span {
    color: #666;
    font-size: 0.8rem;
}

.fixed-7e69 a {
    color: #ff6b6b;
}

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

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

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

.link_selected_ff33 {
    text-align: center;
}

.link_selected_ff33 .link-hot-02f0 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

.element-first-a6cb {
    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;
}

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

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

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

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

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

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

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

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

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

.section-fb65.notification-1c5d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.banner-wood-a683 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.layout-e3b8 .hovered_55d1 {
    color: #666;
    margin: 0 8px;
}

.layout-e3b8 .mini-5dc3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.secondary-095f strong {
    color: #d4af37;
    margin-right: 8px;
}

.card-73b4 {
    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;
}

.container_cool_374b {
    font-size: 2rem;
}

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

.border-3ee7 strong {
    color: #d4af37;
}

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

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

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

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

.paragraph-south-fee0 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.liquid_05ee strong {
    color: #00ff88;
}

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

.carousel-light-bc63 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.stone-30c2 h3,
.feature_9caf h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.caption-3ced summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

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

.gas-39d3 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.large_3754 strong {
    color: #d4af37;
}

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

.thumbnail-short-e2e0 {
    color: #888;
    font-size: 0.9rem;
}

.thumbnail-short-e2e0 strong {
    color: #00ff88;
}

.thumbnail-short-e2e0 span {
    color: #d4af37;
}

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

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

.input-north-8525 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.photo-up-be2c {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.focus-daef {
    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_2631 {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-fresh-3fa4 {
    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;
}

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

.purple-9938 strong {
    color: #00ff88;
}

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

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

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

.icon-pink-6b8f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.photo-05f9 {
    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;
}

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

.heading-bottom-0791 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .icon-pink-6b8f {
        flex-direction: column;
    }
    
    .photo-05f9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

.menu-f05e {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .bottom_5564 {
        padding: 30px 15px;
    }
    
    .bottom_5564 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hard_6ea2 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .detail-last-4dca {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .badge_d91a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .badge_d91a .south-7ab9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .secondary-copper-c672 {
        font-size: 1.3rem;
    }
    
    .overlay_dd7d {
        font-size: 0.7rem;
    }
    
    .modal_0343 {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal_0343 .pagination-63da {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .table_wood_af9c {
        display: none;
    }
    
    .summary-first-778c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .action-768d {
        padding: 20px 10px;
    }
    
    .input-north-8525 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover_pink_7cc8,
    .avatar-29e8 {
        padding: 15px;
    }
    
    .photo-up-be2c {
        flex-direction: column;
        gap: 5px;
    }
    
    .column_over_59d5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .message_brown_3799 {
        padding: 30px 10px;
    }
    
    .lower_1199 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .left-dd5f {
        padding: 20px 15px;
    }
    
    .preview-6cda {
        font-size: 2rem;
    }
    
    .left-dd5f h3 {
        font-size: 1.1rem;
    }
    
    .left-dd5f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .logo_pro_e19a {
        padding: 20px 5px;
    }
    
    .logo_pro_e19a h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .nav_3d65 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .active-280c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .active-280c th,
    .active-280c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .overlay_ed89 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .hard_9287 {
        padding: 20px 10px;
    }
    
    .mini_c62d h2 {
        font-size: 1.3rem;
    }
    
    .caption_paper_3deb {
        font-size: 0.9rem;
    }
    
    .tabs_pro_b6c6 h3 {
        font-size: 1.1rem;
    }
    
    .tabs_pro_b6c6 p {
        font-size: 0.9rem;
    }
    
    .texture_soft_4235 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .heading-01fa {
        grid-template-columns: 1fr;
    }
    
    .large_3754 {
        font-size: 0.85rem;
    }
    
    .paragraph_prev_78cc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bronze-7e9d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .bronze-7e9d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .silver_f1e1 {
        padding: 30px 10px;
    }
    
    .easy-7f12 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .over-2fc7 {
        padding: 15px 10px;
    }
    
    .over-2fc7 h4 {
        font-size: 0.9rem;
    }
    
    .over-2fc7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .iron-e707 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .easy-7f12 {
        grid-template-columns: 1fr;
    }
    
    .over-2fc7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .footer_huge_cc35 {
        padding: 30px 10px;
    }
    
    .tertiary_gas_1249 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module_723b {
        padding: 15px;
    }
    
    .pagination_selected_0b8a {
        font-size: 0.9rem;
    }
    
    .wood-d3e5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .wood-d3e5 .button-gas-37a7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .table_1575 {
        padding: 30px 10px;
    }
    
    .table_1575 h2 {
        font-size: 1.2rem;
    }
    
    .pagination_e276 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .iron_02d6 {
        padding: 15px 10px;
    }
    
    .iron_02d6 h4 {
        font-size: 0.85rem;
    }
    
    .iron_02d6 p {
        font-size: 0.75rem;
    }
    
    .box_e991 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gallery-purple-0950 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .content-middle-0d41 {
        padding: 20px 10px;
    }
    
    .frame_927c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .alert-a027,
    .label-stone-9b49,
    .fixed-7e69 {
        width: 100%;
    }
    
    .alert-a027 h3 {
        font-size: 1.1rem;
    }
    
    .alert-a027 p {
        font-size: 0.8rem;
    }
    
    .narrow-575b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wrapper-purple-6691 {
        padding: 30px 15px;
    }
    
    .wrapper-purple-6691 h2 {
        font-size: 1.3rem;
    }
    
    .wrapper-purple-6691 p {
        font-size: 0.85rem;
    }
    
    .huge_f0c5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .huge_f0c5 .pagination-63da {
        width: 100%;
    }
    
    .notification-26f8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .content_inner_2977 {
        padding: 30px 15px;
    }
    
    .menu-out-9a01 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .soft_bd1d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .warm_9161 h4 {
        font-size: 0.9rem;
    }
    
    .warm_9161 a {
        font-size: 0.8rem;
    }
    
    .progress_8aa1 {
        font-size: 0.8rem;
    }
    
    .pagination-27f2 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .large_a607 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .caption_daea {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5d8d */
.ghost-box-h7 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
