/* Inner Page Styles */

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

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

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

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

.component-brown-debf {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.component-brown-debf .inner-80c7 {
    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;
}

.component-brown-debf .inner-80c7::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.component-brown-debf .inner-80c7:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.component-brown-debf .inner-80c7:hover::before {
    left: 100%;
}

.component-brown-debf .inner-80c7:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.white-35fb {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.under_5396.fn-active-009f {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-3d2b:hover::before {
    left: 100%;
}

.photo-3d2b 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;
}

.photo-3d2b 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;
}

.photo-3d2b .under_cc5c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.photo-3d2b .under_cc5c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.button-e549 .under_cc5c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .large_9735 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .large_9735 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .large_9735 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .component-brown-debf {
        justify-content: center;
    }
    
    .nav_c637 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .static-f7cc {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .over-141a {
        padding: var(--md-spacing-md) 0;
    }
    
    .notice_medium_b7cf {
        padding: var(--md-spacing-md);
    }
    
    .widget_plasma_2ab8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .module_dynamic_d391 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .button-e549 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .over_2f3e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .notice_medium_b7cf {
        padding: var(--md-spacing-sm);
    }
    
    .message-d078 {
        padding: var(--md-spacing-md);
    }
    
    .module_dynamic_d391 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.message-d078,
.module_dynamic_d391,
.button-e549 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

.list-north-7c9c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.first_9d9f {
    font-size: 1.5rem;
}

.south_0ff0 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .list-north-7c9c {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .carousel_622d {
        margin-left: 0;
    }
}

/* Main Content Compact */
.dropdown-hard-45d6 {
    padding: 30px 0;
}

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

.grid-25c7 {
    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;
}

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

.grid-25c7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.grid-25c7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.status_large_f9c9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.search_under_6bbe.red_e1c5 .article_4b10 {
    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); }
}

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

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

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

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

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

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

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

.column-purple-8b8e {
    font-size: 1.2rem;
}

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

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

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

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

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

.link_slow_84ab.pattern-green-7cc3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.link_slow_84ab.tiny_07a2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.link_slow_84ab.video_short_c271::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.link_slow_84ab.article-dirty-33aa::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.next-e3a8 {
    font-size: 1.2rem;
}

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

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

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

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

.header-aaa7.alert_0093 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.header-aaa7.fn-active-009f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.sort-green-0d73 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.text-yellow-882d {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.nav-selected-4b43 {
    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-selected-4b43:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.nav-selected-4b43.icon-329f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.down-a870 { border-top: 3px solid #00ccff; }
.description-steel-c8c0 { border-top: 3px solid #00ff88; }
.section_856a { border-top: 3px solid #d4af37; }
.button-easy-d84b { border-top: 3px solid #ff6b6b; }
.shade-eff3 { border-top: 3px solid #8b5cf6; }

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

.paper-7084 {
    overflow-x: auto;
}

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

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

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

.active-complex-bc9e td {
    color: #ccc;
}

.active-complex-bc9e .slow-f876 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.video-hard-8156 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.iron-88a2 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .banner-clean-517e {
        grid-template-columns: 1fr;
    }
}

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

.notification-small-d13b {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.texture_wide_3eb6 {
    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_wide_3eb6::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);
}

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

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

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

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

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

.widget-030e {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.warm-b22a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.mask-inner-8215 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.chip-huge-bc57 .under_858c {
    margin-bottom: 10px;
}

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

.chip-huge-bc57 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.black-1a6f {
    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;
}

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

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

.notification-yellow-7e10 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.active-5e1c {
    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;
}

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

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

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

.popup-bf44 a {
    color: #ff6b6b;
}

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

.container-29b6 {
    max-width: 800px;
    margin: 0 auto;
}

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

.shadow_lower_0323 {
    text-align: center;
}

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

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

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

.container-29b6 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-89b5 {
    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;
}

.module-89b5.icon-329f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.hero-6cee {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.tertiary_copper_e1f6 .hero-1ac2 {
    color: #666;
    margin: 0 8px;
}

.tertiary_copper_e1f6 .west_e7ba {
    color: #ff6b6b;
    text-decoration: line-through;
}

.accordion-230e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.form-311b strong {
    color: #d4af37;
    margin-right: 8px;
}

.picture-glass-5d77 {
    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;
}

.secondary_041e {
    font-size: 2rem;
}

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

.column-wide-d329 strong {
    color: #d4af37;
}

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

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

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

.out-f900 h3,
.search-action-a5ee h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.pagination_ad30 strong {
    color: #00ff88;
}

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

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

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

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

.logo-down-c460 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.message-bottom-3e42 summary::-webkit-details-marker {
    display: none;
}

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

.hidden-white-89d9 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.article_d1be strong {
    color: #d4af37;
}

.tertiary_paper_cd14 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-plasma-96b0 {
    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;
}

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

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

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

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

.filter-light-2e3e strong {
    color: #d4af37;
}

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

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

.accordion_867f strong {
    color: #00ff88;
}

.accordion_867f span {
    color: #d4af37;
}

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

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

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

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

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

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

.paragraph-inner-363e {
    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;
}

.secondary-thick-77da h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

.under-08ca {
    color: #999;
    font-size: 0.85rem;
}

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

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

.menu-59cd {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.menu-59cd li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-350b strong {
    color: #00ff88;
}

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

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

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

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

.media-out-83b1 {
    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;
}

.sort-top-9234 {
    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;
}

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

@media (max-width: 768px) {
    .selected_260d {
        flex-direction: column;
    }
    
    .media-out-83b1 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.feature-dirty-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;
}

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .logo_pressed_5b9a {
        padding: 30px 15px;
    }
    
    .logo_pressed_5b9a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .popup_2ce7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .mask-smooth-b2ae {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .heading-small-8fa4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .heading-small-8fa4 .text_d257 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .highlight-9e16 {
        font-size: 1.3rem;
    }
    
    .bronze-3bba {
        font-size: 0.7rem;
    }
    
    .sort_plasma_5aa8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sort_plasma_5aa8 .under_cc5c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .clean-e4d6 {
        display: none;
    }
    
    .media-6696 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .card_8ab5 {
        padding: 20px 10px;
    }
    
    .small-fb00 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static-df20,
    .item_static_b755 {
        padding: 15px;
    }
    
    .green_56c3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .menu-e654 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .element_d200 {
        padding: 30px 10px;
    }
    
    .sidebar-orange-f4ec {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-f887 {
        padding: 20px 15px;
    }
    
    .clean-c03d {
        font-size: 2rem;
    }
    
    .form-f887 h3 {
        font-size: 1.1rem;
    }
    
    .form-f887 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .upper_f01f {
        padding: 20px 10px;
    }
    
    .container_hard_a4f0 h2 {
        font-size: 1.3rem;
    }
    
    .stale-21fe {
        font-size: 0.9rem;
    }
    
    .tabs_76f8 h3 {
        font-size: 1.1rem;
    }
    
    .tabs_76f8 p {
        font-size: 0.9rem;
    }
    
    .carousel_486b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .solid-ac4a {
        grid-template-columns: 1fr;
    }
    
    .filter-light-2e3e {
        font-size: 0.85rem;
    }
    
    .alert_1b0a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .overlay-plasma-96b0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .overlay-plasma-96b0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .next-8d64 {
        padding: 30px 10px;
    }
    
    .rough-0a0e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video_motion_2abb {
        padding: 15px 10px;
    }
    
    .video_motion_2abb h4 {
        font-size: 0.9rem;
    }
    
    .video_motion_2abb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wrapper-d176 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .rough-0a0e {
        grid-template-columns: 1fr;
    }
    
    .video_motion_2abb p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .module_north_5a8d {
        padding: 30px 10px;
    }
    
    .surface-solid-2b69 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column-b99f {
        padding: 15px;
    }
    
    .shade_0f68 {
        font-size: 0.9rem;
    }
    
    .filter_active_73e5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .filter_active_73e5 .status_center_432d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .label_medium_49d2 {
        padding: 30px 10px;
    }
    
    .label_medium_49d2 h2 {
        font-size: 1.2rem;
    }
    
    .section_fresh_e7b2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cool-6f5a {
        padding: 15px 10px;
    }
    
    .cool-6f5a h4 {
        font-size: 0.85rem;
    }
    
    .cool-6f5a p {
        font-size: 0.75rem;
    }
    
    .simple-7205 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .media_069a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .huge_7cde {
        padding: 20px 10px;
    }
    
    .title-2bdd {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .medium-45f2,
    .last_c7b1,
    .popup-bf44 {
        width: 100%;
    }
    
    .medium-45f2 h3 {
        font-size: 1.1rem;
    }
    
    .medium-45f2 p {
        font-size: 0.8rem;
    }
    
    .active-5e1c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .background_lower_4665 {
        padding: 30px 15px;
    }
    
    .background_lower_4665 h2 {
        font-size: 1.3rem;
    }
    
    .background_lower_4665 p {
        font-size: 0.85rem;
    }
    
    .accordion_2fa4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion_2fa4 .under_cc5c {
        width: 100%;
    }
    
    .column-over-09eb {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .caption_paper_3d3c {
        padding: 30px 10px;
    }
    
    .caption_paper_3d3c h3 {
        font-size: 1.2rem;
    }
    
    .modal-fresh-01f8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-e549 {
        padding: 15px 10px;
    }
    
    .button-e549 h4 {
        font-size: 0.85rem;
    }
    
    .button-e549 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .modal-fresh-01f8 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .notice-6590 {
        padding: 30px 15px;
    }
    
    .green_2c32 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .panel_7ad0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .overlay_5743 h4 {
        font-size: 0.9rem;
    }
    
    .overlay_5743 a {
        font-size: 0.8rem;
    }
    
    .smooth_7fed {
        font-size: 0.8rem;
    }
    
    .description_eb21 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .content_0fe8 {
        padding: 8px 10px;
    }
    
    .media-green-df3a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tall-733c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .media-green-df3a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tall-733c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c042 */
.shadow-element-v7 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
