/* Inner Page Styles */

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

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

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

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

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

.hovered-ca52 .motion-e70a {
    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;
}

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

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

.hovered-ca52 .motion-e70a:hover::before {
    left: 100%;
}

.hovered-ca52 .motion-e70a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.preview-354b {
    color: var(--casino-gold-light);
}

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

.preview-354b a:hover {
    color: var(--casino-gold-light);
}

.preview-354b.fn-active-a5f0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-77e1 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

/* Promo Cards */
.paragraph-stone-67c8 {
    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;
}

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

.paragraph-stone-67c8:hover::before {
    left: 100%;
}

.paragraph-stone-67c8 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;
}

.paragraph-stone-67c8 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;
}

.paragraph-stone-67c8 .thumbnail-clean-08d3 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.paragraph-stone-67c8 .thumbnail-clean-08d3:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

.alert_light_187d .thumbnail-clean-08d3 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.alert_light_187d .thumbnail-clean-08d3:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .slow_11bf {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .slow_11bf h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .slow_11bf h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hovered-ca52 {
        justify-content: center;
    }
    
    .prev-9210 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tag_1bff {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .widget_632e {
        padding: var(--md-spacing-md) 0;
    }
    
    .gallery_silver_2bc8 {
        padding: var(--md-spacing-md);
    }
    
    .backdrop-37e6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo_under_845f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .alert_light_187d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .layout_7a33 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gallery_silver_2bc8 {
        padding: var(--md-spacing-sm);
    }
    
    .container-cc27 {
        padding: var(--md-spacing-md);
    }
    
    .photo_under_845f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.container-cc27,
.photo_under_845f,
.alert_light_187d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.title_old_709f {
    font-size: 1.5rem;
}

.highlight_b872 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.article-d2aa {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.primary-glass-8c5b {
    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-glass-8c5b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.shadow-copper-7081 {
    text-align: center;
    margin-bottom: 30px;
}

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

.focus_06a3.accent_inner_722b .bottom_98f3 {
    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); }
}

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

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

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

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

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

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

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

.disabled-solid-16c8 {
    font-size: 1.2rem;
}

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

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

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

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

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

.photo-3617.accordion_motion_9d53::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.photo-3617.backdrop-53ae::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.photo-3617.prev_01ec::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.photo-3617.filter_4165::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.easy-1e93 {
    font-size: 1.2rem;
}

.accordion-center-076d {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.easy_a508.nav-purple-e3a4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.easy_a508.fn-active-a5f0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.hard-136f {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stale-34d8 { border-top: 3px solid #00ccff; }
.active-78b2 { border-top: 3px solid #00ff88; }
.shade-7070 { border-top: 3px solid #d4af37; }
.tag_b1b6 { border-top: 3px solid #ff6b6b; }
.complex_d91c { border-top: 3px solid #8b5cf6; }

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

.background-5c70 {
    overflow-x: auto;
}

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

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

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

.box_tall_5505 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.pagination-85ec {
    color: #888;
    font-size: 0.85rem;
}

.input-lite-3a39 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

.sort-glass-a711 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.sort-glass-a711 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.caption-fast-3d43 {
    font-size: 2rem;
}

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

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

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

.gradient-dim-0256 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.item-advanced-d6d7 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.caption-last-5859 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.light-8f74 .media-short-c108 {
    margin-bottom: 10px;
}

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

.light-8f74 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.media-00eb {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.secondary-gas-68f2 {
    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;
}

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

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

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

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

.progress-white-adb6 {
    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;
}

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

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

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

.current_0d89 a {
    color: #ff6b6b;
}

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

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

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

.active_8e9c {
    text-align: center;
}

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

.active_8e9c .layout-4ca7 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .outer-65b1 {
        flex-direction: column;
    }
    .dropdown-896d {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.over-2c48 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.pattern-1d0f .silver_b70c {
    color: #666;
    margin: 0 8px;
}

.pattern-1d0f .module_black_df3e {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.pressed-dfb0 {
    font-size: 2rem;
}

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

.gold-b6d5 strong {
    color: #d4af37;
}

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

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

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

.stale_e214 h3,
.button-small-1a49 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.image-2cf9 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.image-static-350f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.progress-98b6 summary::-webkit-details-marker {
    display: none;
}

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

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

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

.hidden-large-443a {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.hidden-large-443a strong {
    color: #d4af37;
}

.info_west_1121 {
    color: #aaa;
}

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

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

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

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

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

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

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

.disabled-purple-7927:last-child {
    border-bottom: none;
}

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

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

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

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

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

.hovered-bfc9 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;
}

.hovered-bfc9 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.info_7650 strong {
    color: #d4af37;
}

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

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

.column_12e0 strong {
    color: #00ff88;
}

.column_12e0 span {
    color: #d4af37;
}

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

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

.tabs-orange-01b5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .tabs-orange-01b5 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.alert-dirty-e8bc {
    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);
}

.preview-soft-5716 {
    color: #999;
    font-size: 0.85rem;
}

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

.aside-left-221a h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mini-d5a7 li {
    margin-bottom: 5px;
}

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

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

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

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

.thumbnail-warm-48ab {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.thumbnail-warm-48ab strong {
    color: #00ff88;
}

.badge-middle-8e72 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.disabled-solid-0f2e {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.avatar-dynamic-a084 {
    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;
}

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

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

@media (max-width: 768px) {
    .disabled-solid-0f2e {
        flex-direction: column;
    }
    
    .avatar-dynamic-a084 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .alert_a2e8 {
        padding: 30px 15px;
    }
    
    .alert_a2e8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .breadcrumb-4adb {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .grid_under_fcad {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tabs_paper_985c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs_paper_985c .in-1253 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hot_0c95 {
        font-size: 1.3rem;
    }
    
    .progress-2075 {
        font-size: 0.7rem;
    }
    
    .current_20e0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .current_20e0 .thumbnail-clean-08d3 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pressed-eda5 {
        display: none;
    }
    
    .input_e5c1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .text-orange-e654 {
        padding: 20px 10px;
    }
    
    .tabs-orange-01b5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .last-7215,
    .aside-left-221a {
        padding: 15px;
    }
    
    .aside_48b6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .alert-dirty-e8bc {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .focus-8a51 {
        padding: 30px 10px;
    }
    
    .info-4d22 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .action_a64e {
        padding: 20px 15px;
    }
    
    .last_fad9 {
        font-size: 2rem;
    }
    
    .action_a64e h3 {
        font-size: 1.1rem;
    }
    
    .action_a64e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .filter_slow_1916 {
        padding: 20px 10px;
    }
    
    .status-1e30 h2 {
        font-size: 1.3rem;
    }
    
    .under_f95a {
        font-size: 0.9rem;
    }
    
    .disabled-purple-7927 h3 {
        font-size: 1.1rem;
    }
    
    .disabled-purple-7927 p {
        font-size: 0.9rem;
    }
    
    .hovered-bfc9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .out_8f55 {
        grid-template-columns: 1fr;
    }
    
    .info_7650 {
        font-size: 0.85rem;
    }
    
    .thumbnail_5d2b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accent_6453 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .accent_6453 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .logo-over-d521 {
        padding: 30px 10px;
    }
    
    .hidden_96d1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .short-536e {
        padding: 15px 10px;
    }
    
    .short-536e h4 {
        font-size: 0.9rem;
    }
    
    .short-536e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .label-next-f2a3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hidden_96d1 {
        grid-template-columns: 1fr;
    }
    
    .short-536e p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hard-18f3 {
        padding: 30px 10px;
    }
    
    .summary-pro-b626 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message_3166 {
        padding: 15px;
    }
    
    .south_ebc0 {
        font-size: 0.9rem;
    }
    
    .preview-action-1310 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .preview-action-1310 .border_tiny_981d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .active-tall-a5b8 {
        padding: 30px 10px;
    }
    
    .active-tall-a5b8 h2 {
        font-size: 1.2rem;
    }
    
    .filter-e535 {
        gap: 10px;
    }
    
    .panel-slow-92e9 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .panel-slow-92e9 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .shade-hard-393e {
        padding: 30px 10px;
    }
    
    .shade-hard-393e h2 {
        font-size: 1.2rem;
    }
    
    .inner-a87e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container_yellow_eb7e {
        padding: 15px 10px;
    }
    
    .container_yellow_eb7e h4 {
        font-size: 0.85rem;
    }
    
    .container_yellow_eb7e p {
        font-size: 0.75rem;
    }
    
    .header_purple_73b9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tabs_fresh_ce80 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .secondary-gas-68f2 {
        padding: 20px 10px;
    }
    
    .menu_adbc {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .component_over_1fc7,
    .overlay_4b86,
    .current_0d89 {
        width: 100%;
    }
    
    .component_over_1fc7 h3 {
        font-size: 1.1rem;
    }
    
    .component_over_1fc7 p {
        font-size: 0.8rem;
    }
    
    .progress-white-adb6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .widget-1d3d {
        padding: 30px 15px;
    }
    
    .widget-1d3d h2 {
        font-size: 1.3rem;
    }
    
    .widget-1d3d p {
        font-size: 0.85rem;
    }
    
    .row_d388 {
        flex-direction: column;
        gap: 10px;
    }
    
    .row_d388 .thumbnail-clean-08d3 {
        width: 100%;
    }
    
    .badge-paper-b5a2 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .photo-top-5ad9 {
        padding: 30px 10px;
    }
    
    .photo-top-5ad9 h3 {
        font-size: 1.2rem;
    }
    
    .iron-cd99 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert_light_187d {
        padding: 15px 10px;
    }
    
    .alert_light_187d h4 {
        font-size: 0.85rem;
    }
    
    .alert_light_187d p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .small_49d3 {
        padding: 30px 15px;
    }
    
    .container_basic_f455 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .video-254a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .new_d47b h4 {
        font-size: 0.9rem;
    }
    
    .new_d47b a {
        font-size: 0.8rem;
    }
    
    .grid-9a76 {
        font-size: 0.8rem;
    }
    
    .clean_6f46 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .description_ab47 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pink-d8f6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ae0f */
.phantom-card-x7 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
