/* Inner Page Styles */

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

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

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

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

.hover-lower-3bd4 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hover-lower-3bd4 .shade_7502 {
    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;
}

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

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

.hover-lower-3bd4 .shade_7502:hover::before {
    left: 100%;
}

.hover-lower-3bd4 .shade_7502:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_motion_c4f3.fn-active-fa98 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stale_737a 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 */
.overlay-71ac {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay-71ac li {
    margin-bottom: var(--md-spacing-xs);
}

.overlay-71ac 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);
}

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

/* Promo Cards */
.logo-middle-3bd5 {
    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;
}

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

.logo-middle-3bd5:hover::before {
    left: 100%;
}

.logo-middle-3bd5 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;
}

.logo-middle-3bd5 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;
}

.logo-middle-3bd5 .row_paper_bcf9 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.logo-middle-3bd5 .row_paper_bcf9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.notice-selected-3523 {
    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);
}

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

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

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

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

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

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

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

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

.tag_prev_8bea .row_paper_bcf9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .status_hovered_71db {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .status_hovered_71db h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .status_hovered_71db h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hover-lower-3bd4 {
        justify-content: center;
    }
    
    .footer_93c0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .media-steel-078f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .layout_f1b3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .link_west_a864 {
        padding: var(--md-spacing-md);
    }
    
    .breadcrumb-4ad8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .stale_737a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tag_prev_8bea {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gas-088f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .link_west_a864 {
        padding: var(--md-spacing-sm);
    }
    
    .brown_a1e5 {
        padding: var(--md-spacing-md);
    }
    
    .stale_737a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.brown_a1e5,
.stale_737a,
.tag_prev_8bea {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

.block-full-72f7 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.widget_simple_6294 {
    font-size: 1.5rem;
}

.button_e4f6 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .block-full-72f7 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .title_04e3 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.title-old-eb8a {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.outline-full-0435 {
    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;
}

.outline-full-0435 strong {
    color: #00ff88;
}

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

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

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

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

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

.container-cool-7ea7::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;
}

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

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

.hard_3a2f.pattern-e770 .light_ab76 {
    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); }
}

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

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

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

.breadcrumb-cold-2b54 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-cold-2b54 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;
}

.breadcrumb-cold-2b54 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);
}

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

.sort-cool-ec90 {
    font-size: 1.2rem;
}

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

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

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

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

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

.icon_iron_91ac.image-center-0104::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.icon_iron_91ac.progress-bcb2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.icon_iron_91ac.hidden_warm_90c0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.icon_iron_91ac.dynamic-70e5::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.disabled-action-399c {
    font-size: 1.2rem;
}

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

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

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

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

.old_b176.gallery-9353 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.old_b176.fn-active-fa98 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.dark-4da4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.out-a5fa { border-top: 3px solid #00ccff; }
.table-next-2adf { border-top: 3px solid #00ff88; }
.motion-7372 { border-top: 3px solid #d4af37; }
.box_949c { border-top: 3px solid #ff6b6b; }
.tabs_dirty_a191 { border-top: 3px solid #8b5cf6; }

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

.slow-bc47 {
    overflow-x: auto;
}

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

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

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

.yellow-cfb3 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-clean-2526 {
    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;
}

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

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

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

.menu-pro-a8a5 {
    font-size: 2rem;
}

.form-east-9dec strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.form-east-9dec p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

.description-5ad5 {
    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;
}

.description-5ad5::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);
}

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

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

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

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

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

.red-1fa2 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.article_c0b1 {
    font-size: 1.5rem;
}

.grid-520d {
    color: #888;
    font-size: 0.9rem;
}

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

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

.fast-0a14 {
    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;
}

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

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

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

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

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

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

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

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

.hover-a795 .motion_6e16 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lite-27fa {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.lite-27fa span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.progress_f6d6 a {
    color: #ff6b6b;
}

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

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

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

.dirty-6384 {
    text-align: center;
}

.dirty-6384 .mask_pro_385e {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.dirty-6384 .border-2310 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.fluid-52a0 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.image-liquid-b2dd {
    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;
}

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

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

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

.thumbnail-thick-30e8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .warm-327e {
        flex-direction: column;
    }
    .pink_ee4e {
        transform: rotate(90deg);
    }
}

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

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

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

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

.west-264f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.stale_c65a .slider-yellow-4fb5 {
    color: #666;
    margin: 0 8px;
}

.stale_c65a .lite-4a2f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.hidden-action-90f5 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.primary-purple-bebc {
    font-size: 2rem;
}

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

.status_33cc strong {
    color: #d4af37;
}

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

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

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

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

.alert-c344 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.yellow-098c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.item-stale-c492 strong {
    color: #00ff88;
}

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

.hidden-95b6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.dropdown-static-6a82 h3,
.white_ee67 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.cool-484d strong {
    color: #d4af37;
}

.preview_dynamic_f9ef {
    color: #aaa;
}

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

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

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

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

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

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

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

.dynamic-a6e4:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .list-small-0dd3 {
        grid-template-columns: 1fr;
    }
}

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

.active-f7c6 strong {
    color: #d4af37;
}

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

.banner-simple-5207 {
    color: #888;
    font-size: 0.9rem;
}

.banner-simple-5207 strong {
    color: #00ff88;
}

.banner-simple-5207 span {
    color: #d4af37;
}

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

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

.notification-up-e230 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.box-last-45d5 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard-b98f li {
    margin-bottom: 5px;
}

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

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

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

.label-5ce8 {
    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;
}

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

.tooltip_a965 strong {
    color: #00ff88;
}

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

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

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

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

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

.stone-1a29 {
    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;
}

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

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

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

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

.media-down-ef7d {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .summary_2d96 {
        padding: 30px 15px;
    }
    
    .summary_2d96 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pink-9659 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .first_595d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .texture-987e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture-987e .tiny-4d16 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .south_92e2 {
        font-size: 1.3rem;
    }
    
    .action_516e {
        font-size: 0.7rem;
    }
    
    .column_18ee {
        flex-direction: column;
        gap: 10px;
    }
    
    .column_18ee .row_paper_bcf9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .sidebar-static-a025 {
        display: none;
    }
    
    .orange_4be5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .active-2837 {
        padding: 20px 10px;
    }
    
    .notification-up-e230 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .right-bd71,
    .background_inner_1020 {
        padding: 15px;
    }
    
    .primary-f6a4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .box-last-45d5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .preview_3363 {
        padding: 30px 10px;
    }
    
    .text-soft-d8f6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion_easy_c1a7 {
        padding: 20px 15px;
    }
    
    .input-2e1f {
        font-size: 2rem;
    }
    
    .accordion_easy_c1a7 h3 {
        font-size: 1.1rem;
    }
    
    .accordion_easy_c1a7 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tooltip_soft_6706 {
        padding: 20px 10px;
    }
    
    .filter-539d h2 {
        font-size: 1.3rem;
    }
    
    .tertiary_6e01 {
        font-size: 0.9rem;
    }
    
    .dynamic-a6e4 h3 {
        font-size: 1.1rem;
    }
    
    .dynamic-a6e4 p {
        font-size: 0.9rem;
    }
    
    .last_0588 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .list-small-0dd3 {
        grid-template-columns: 1fr;
    }
    
    .active-f7c6 {
        font-size: 0.85rem;
    }
    
    .status_left_0132 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort_b06b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .sort_b06b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thumbnail-f523 {
        padding: 30px 10px;
    }
    
    .active-dfb1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery_prev_d0ec {
        padding: 15px 10px;
    }
    
    .gallery_prev_d0ec h4 {
        font-size: 0.9rem;
    }
    
    .gallery_prev_d0ec p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hard_ddee {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .small_b4e4 {
        padding: 30px 10px;
    }
    
    .narrow_d537 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading_out_6f01 {
        padding: 15px;
    }
    
    .primary_1e25 {
        font-size: 0.9rem;
    }
    
    .gallery-lower-c012 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gallery-lower-c012 .narrow-b357 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .title-9d73 {
        padding: 30px 10px;
    }
    
    .title-9d73 h2 {
        font-size: 1.2rem;
    }
    
    .disabled_bottom_cb08 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video_73a0 {
        padding: 15px 10px;
    }
    
    .video_73a0 h4 {
        font-size: 0.85rem;
    }
    
    .video_73a0 p {
        font-size: 0.75rem;
    }
    
    .tertiary_9e25 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shade_under_bd72 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .basic-c69c {
        padding: 20px 10px;
    }
    
    .active-ab99 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .block-plasma-2425,
    .lite-27fa,
    .progress_f6d6 {
        width: 100%;
    }
    
    .block-plasma-2425 h3 {
        font-size: 1.1rem;
    }
    
    .block-plasma-2425 p {
        font-size: 0.8rem;
    }
    
    .menu_802f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .motion-c0b8 {
        padding: 30px 15px;
    }
    
    .motion-c0b8 h2 {
        font-size: 1.3rem;
    }
    
    .motion-c0b8 p {
        font-size: 0.85rem;
    }
    
    .sort-action-9f92 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sort-action-9f92 .row_paper_bcf9 {
        width: 100%;
    }
    
    .inner_8c46 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .notice-b19a {
        padding: 30px 15px;
    }
    
    .disabled-6f16 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .grid_536a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .complex-4471 h4 {
        font-size: 0.9rem;
    }
    
    .complex-4471 a {
        font-size: 0.8rem;
    }
    
    .link-23e0 {
        font-size: 0.8rem;
    }
    
    .highlight-paper-36f4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .icon-tall-524f {
        padding: 8px 10px;
    }
    
    .hot-696f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accent_470e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hot-696f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accent_470e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c4f1 */
.shadow-element-i0 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
