/* Inner Page Styles */

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

.status-glass-0014 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-glass-0014 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-glass-0014 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

.paper_14ac .accordion_5aa0:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short_a90a.fn-active-8ab7 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-complex-c167 {
    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%;
}

.link-complex-c167 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_hard_e33e {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.overlay_hard_e33e 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_hard_e33e a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

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

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

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

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

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

.texture_last_f42c .widget-3798 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.texture_last_f42c .widget-3798:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.pro-25bb {
    margin-top: var(--md-spacing-sm);
}

.notice_ed44 {
    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_ed44:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.label_f1c4 .widget-3798:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .status-glass-0014 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .status-glass-0014 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .status-glass-0014 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .paper_14ac {
        justify-content: center;
    }
    
    .silver_85ae {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .mini_c074 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .short_df82 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal_paper_06f3 {
        padding: var(--md-spacing-md);
    }
    
    .pro_c215 {
        padding: var(--md-spacing-md) 0;
    }
    
    .link-complex-c167 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .label_f1c4 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .layout_dynamic_bbac {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .modal_paper_06f3 {
        padding: var(--md-spacing-sm);
    }
    
    .fast-aaaf {
        padding: var(--md-spacing-md);
    }
    
    .link-complex-c167 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fast-aaaf,
.link-complex-c167,
.label_f1c4 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.slider-6f7f::-webkit-scrollbar {
    width: 8px;
}

.slider-6f7f::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.slow_ff8d {
    font-size: 1.5rem;
}

.column_01a8 strong {
    color: #00ff88;
}

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

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

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

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

.static-2236 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

.primary_fixed_f5b6 strong {
    color: #00ff88;
}

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

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

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

.carousel-dark-35ac {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

.main-5ca9 {
    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;
}

.main-5ca9.footer-2ace .old-00bc {
    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); }
}

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

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

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

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

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

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

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

.tabs_8f13 {
    font-size: 1.2rem;
}

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

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

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

.popup_3bd1 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.popup_3bd1.feature_9bbf::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.popup_3bd1.header-hot-cd98::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup_3bd1.dark-ac46::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.popup_3bd1.article_full_939a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.main-orange-9216 {
    font-size: 1.2rem;
}

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

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

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

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

.video-e2ed.description-simple-ee96 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.video-e2ed.fn-active-8ab7 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.avatar-8efa {
    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;
}

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

.avatar-8efa.focus_2602 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.panel_stale_a0f5 { border-top: 3px solid #00ccff; }
.banner_hard_1bfe { border-top: 3px solid #00ff88; }
.border_38b7 { border-top: 3px solid #d4af37; }
.alert-5156 { border-top: 3px solid #ff6b6b; }
.wide_09d5 { border-top: 3px solid #8b5cf6; }

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

.bronze-e784 {
    overflow-x: auto;
}

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

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

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

.wide-6e33 td {
    color: #ccc;
}

.wide-6e33 .brown-5dae {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.wide-6e33 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outer-67f0 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.accordion-136b {
    font-size: 2rem;
}

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

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

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

.shadow-narrow-cbb7 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.logo-medium-2d7c {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.input_old_6684 {
    font-size: 1.5rem;
}

.hover-south-8816 {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .thumbnail-first-82d0 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.bottom-7369 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.hard-4041 .out_2d16 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.secondary-hot-0f0b {
    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;
}

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

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

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

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

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

.table-cold-8d7f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.wood-2da1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.wood-2da1 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.focus-ea30 a {
    color: #ff6b6b;
}

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

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

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

.breadcrumb_warm_8cba {
    text-align: center;
}

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

.breadcrumb_warm_8cba .sort-slow-53bb {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-light-899b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

.wrapper-tall-7d11 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.button_f4fb .paragraph-tall-57d9 {
    color: #666;
    margin: 0 8px;
}

.button_f4fb .message-bc55 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.active-yellow-0a03 {
    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;
}

.widget-large-bdb5 {
    font-size: 2rem;
}

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

.highlight-first-b714 strong {
    color: #d4af37;
}

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

.active-iron-46ab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .active-iron-46ab {
        grid-template-columns: 1fr;
    }
}

.slow-e96b h3,
.summary-action-d991 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.texture-motion-4094 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.description-up-2ea3 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.sidebar-hard-31ff {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

.outline-tall-729c {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.tall_1ecf strong {
    color: #d4af37;
}

.notification_inner_149f {
    color: #aaa;
}

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

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

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

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

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

.filter-8bd2 {
    max-width: 900px;
    margin: 0 auto;
}

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

.wrapper-small-9ac4:last-child {
    border-bottom: none;
}

.wrapper-small-9ac4 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.wrapper-small-9ac4 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.cool-e57a 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;
}

.cool-e57a li strong {
    color: #00ff88;
}

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

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

.description-205e {
    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;
}

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

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

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

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

.liquid-a5ac strong {
    color: #d4af37;
}

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

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

.icon-bdf5 strong {
    color: #00ff88;
}

.icon-bdf5 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.green-01c2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-rough-451f {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.caption-rough-451f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.pattern-narrow-dfea {
    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;
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .media_action_6e16 {
        padding: 30px 15px;
    }
    
    .media_action_6e16 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .carousel_789e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .grid_bbd2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .container_a19f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .container_a19f .purple_2825 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .list_gas_ccd1 {
        font-size: 1.3rem;
    }
    
    .card-fresh-3350 {
        font-size: 0.7rem;
    }
    
    .pagination_middle_a9fb {
        flex-direction: column;
        gap: 10px;
    }
    
    .pagination_middle_a9fb .widget-3798 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tall-6e8b {
        display: none;
    }
    
    .primary-12ec {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .carousel-east-4ccc {
        padding: 20px 10px;
    }
    
    .gradient_short_5f0c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading_2618,
    .mini-9fbd {
        padding: 15px;
    }
    
    .medium_ed25 {
        flex-direction: column;
        gap: 5px;
    }
    
    .in_bcab {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .up-ada9 {
        padding: 30px 10px;
    }
    
    .modal_037d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .current_94d3 {
        padding: 20px 15px;
    }
    
    .south_420c {
        font-size: 2rem;
    }
    
    .current_94d3 h3 {
        font-size: 1.1rem;
    }
    
    .current_94d3 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .avatar-d516 {
        padding: 20px 5px;
    }
    
    .avatar-d516 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .shade_stale_a6c5 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .wide-6e33 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .wide-6e33 th,
    .wide-6e33 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .card-narrow-88b5 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .label_basic_2f0c {
        padding: 20px 10px;
    }
    
    .modal-slow-da1e h2 {
        font-size: 1.3rem;
    }
    
    .message_4839 {
        font-size: 0.9rem;
    }
    
    .wrapper-small-9ac4 h3 {
        font-size: 1.1rem;
    }
    
    .wrapper-small-9ac4 p {
        font-size: 0.9rem;
    }
    
    .cool-e57a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slider_5edb {
        grid-template-columns: 1fr;
    }
    
    .liquid-a5ac {
        font-size: 0.85rem;
    }
    
    .tertiary_bf5d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description-205e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .description-205e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .media-iron-c3c2 {
        padding: 30px 10px;
    }
    
    .wrapper-7a24 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown_bright_399a {
        padding: 15px 10px;
    }
    
    .dropdown_bright_399a h4 {
        font-size: 0.9rem;
    }
    
    .dropdown_bright_399a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .chip-e95d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wrapper-7a24 {
        grid-template-columns: 1fr;
    }
    
    .dropdown_bright_399a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .west-a2a9 {
        padding: 30px 10px;
    }
    
    .short-6ffb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-4bda {
        padding: 15px;
    }
    
    .frame-bottom-7417 {
        font-size: 0.9rem;
    }
    
    .shadow_630f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow_630f .notice-3aff {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .slider-dirty-26d6 {
        padding: 30px 10px;
    }
    
    .slider-dirty-26d6 h2 {
        font-size: 1.2rem;
    }
    
    .layout-3a5e {
        gap: 10px;
    }
    
    .accent_6138 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .accent_6138 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .red_e1e9 {
        padding: 30px 10px;
    }
    
    .red_e1e9 h2 {
        font-size: 1.2rem;
    }
    
    .bronze_aff9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list-down-f5ce {
        padding: 15px 10px;
    }
    
    .list-down-f5ce h4 {
        font-size: 0.85rem;
    }
    
    .list-down-f5ce p {
        font-size: 0.75rem;
    }
    
    .slider_mini_3df3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .rough-3605 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .heading_7f7f {
        padding: 20px 10px;
    }
    
    .content_east_9e2f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .fresh-df89,
    .wood-2da1,
    .focus-ea30 {
        width: 100%;
    }
    
    .fresh-df89 h3 {
        font-size: 1.1rem;
    }
    
    .fresh-df89 p {
        font-size: 0.8rem;
    }
    
    .dirty_4582 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .highlight-4ae1 {
        padding: 30px 15px;
    }
    
    .highlight-4ae1 h2 {
        font-size: 1.3rem;
    }
    
    .highlight-4ae1 p {
        font-size: 0.85rem;
    }
    
    .widget-complex-3760 {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget-complex-3760 .widget-3798 {
        width: 100%;
    }
    
    .mini-587f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .dropdown_7332 {
        padding: 30px 15px;
    }
    
    .pattern_dim_8701 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sort_cb46 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .last-6c88 h4 {
        font-size: 0.9rem;
    }
    
    .last-6c88 a {
        font-size: 0.8rem;
    }
    
    .link-d86e {
        font-size: 0.8rem;
    }
    
    .alert-paper-0407 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .wide-5455 {
        padding: 8px 10px;
    }
    
    .info-action-70a3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .stone_cc28 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info-action-70a3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .stone_cc28 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c5ce */
.ghost-box-q6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
