/* Inner Page Styles */

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

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

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

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

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

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

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

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

.sort_bottom_7c65 .wide_930f:hover::before {
    left: 100%;
}

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

.text-pro-9fc7 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.middle_3f32.fn-active-5741 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-ab56:hover::before {
    left: 100%;
}

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

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

.wrapper-ab56 .status_bottom_857d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.wrapper-ab56 .status_bottom_857d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.bottom-426b {
    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);
}

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

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

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

.bottom-426b .status_bottom_857d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.bottom-426b .status_bottom_857d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mask_6837 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .mask_6837 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .mask_6837 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .sort_bottom_7c65 {
        justify-content: center;
    }
    
    .image_iron_9562 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .preview-16d4 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .paragraph-8bd6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .middle_19ae {
        padding: var(--md-spacing-md);
    }
    
    .iron_6304 {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame-fde5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .bottom-426b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .form-4159 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .middle_19ae {
        padding: var(--md-spacing-sm);
    }
    
    .secondary_38d2 {
        padding: var(--md-spacing-md);
    }
    
    .frame-fde5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.secondary_38d2,
.frame-fde5,
.bottom-426b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.input-7fe8::-webkit-scrollbar {
    width: 8px;
}

.input-7fe8::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.tiny_b792 {
    font-size: 1.5rem;
}

.focus-focused-c4bb strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.shade-copper-579a {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.search-ee80 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .disabled-pink-09ba {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.title-solid-10c4::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;
}

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

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

.sort_7e1f.hidden-wood-c06b .card-gas-139b {
    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); }
}

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

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

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

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

.card-plasma-8360 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;
}

.card-plasma-8360 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);
}

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

.frame-600f {
    font-size: 1.2rem;
}

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

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

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

.clean-1b29 {
    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;
}

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

.clean-1b29.info-focused-8533::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.clean-1b29.bronze_dcf3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.clean-1b29.label_e320::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.clean-1b29.search_lite_7dca::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.orange_f616 {
    font-size: 1.2rem;
}

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

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

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

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

.center_abb8.dropdown-stale-6787 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.center_abb8.fn-active-5741 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.box-fresh-2454 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.background-left-2003 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.badge-75fc {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

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

.badge-75fc.orange-2c66 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.active_40de { border-top: 3px solid #00ccff; }
.south_b7b1 { border-top: 3px solid #00ff88; }
.info_f7b9 { border-top: 3px solid #d4af37; }
.image_c5b4 { border-top: 3px solid #ff6b6b; }
.cool-8280 { border-top: 3px solid #8b5cf6; }

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

.image_advanced_1a67 {
    overflow-x: auto;
}

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

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

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

.alert-06ef td {
    color: #ccc;
}

.alert-06ef .info-easy-1d2b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.alert-06ef tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.heading-right-99ad {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.cool-5e16 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.frame-81c6 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.frame-81c6 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.dropdown_bfef {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex_b68c {
    font-size: 1.5rem;
}

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

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

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

.description-selected-eeae {
    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;
}

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

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

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

.disabled-black-0beb strong {
    color: #fff;
    display: block;
}

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

.gold-7de2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gold-7de2 .cool-735c {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.label_eccc .search-af79 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.search-next-a81d {
    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;
}

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

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

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

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

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

.list-east-0278 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.soft-9d9a {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.shadow-3222 a {
    color: #ff6b6b;
}

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

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

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

.disabled_plasma_b9ce {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.primary-upper-ec85 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.alert-2e32 {
    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;
}

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

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

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

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

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

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

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

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

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

.icon-f60d.orange-2c66 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.element-5d3f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.popup-green-85c6 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .old_11e1 {
        flex-direction: column;
    }
    .popup-green-85c6 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.grid-easy-5cbc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.content-tiny-13cb .row_cold_e215 {
    color: #666;
    margin: 0 8px;
}

.content-tiny-13cb .hover_narrow_c61f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.down_8436 {
    font-size: 2rem;
}

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

.carousel-3872 strong {
    color: #d4af37;
}

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

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

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

.panel-dynamic-c1d1 h3,
.carousel_7c8b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.black-87ed {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.progress_gas_8411 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.thumbnail-fast-33d1 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.over-13aa {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gallery-down-453c summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.gallery-down-453c summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.icon-in-f96f strong {
    color: #d4af37;
}

.liquid-bc1b {
    color: #aaa;
}

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

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

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

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

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

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

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

.photo-hard-e805:last-child {
    border-bottom: none;
}

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

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

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

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

.frame-over-8b20 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.frame-over-8b20 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;
}

.frame-over-8b20 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.frame-right-83e5 strong {
    color: #d4af37;
}

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

.chip-stone-f051 {
    color: #888;
    font-size: 0.9rem;
}

.chip-stone-f051 strong {
    color: #00ff88;
}

.chip-stone-f051 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.east-49d6 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.next-3edb {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth-9af9 strong {
    color: #00ff88;
}

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

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

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

.narrow-08de {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.soft-9d9a {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .narrow-08de {
        flex-direction: column;
    }
    
    .message-9626 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .easy_0c34 {
        padding: 30px 15px;
    }
    
    .easy_0c34 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .feature_165b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .iron-f2e3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .liquid-bec9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .liquid-bec9 .solid_5436 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .light-9963 {
        font-size: 1.3rem;
    }
    
    .accordion-prev-de86 {
        font-size: 0.7rem;
    }
    
    .feature-2e54 {
        flex-direction: column;
        gap: 10px;
    }
    
    .feature-2e54 .status_bottom_857d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .avatar_down_2d93 {
        display: none;
    }
    
    .card_narrow_9021 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .popup-small-f9ee {
        padding: 20px 10px;
    }
    
    .hero-f52c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel-dim-22f0,
    .iron-dc38 {
        padding: 15px;
    }
    
    .soft-ccb5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .detail-8372 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .widget_dirty_c8f1 {
        padding: 30px 10px;
    }
    
    .box-active-74c6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar_010f {
        padding: 20px 15px;
    }
    
    .banner_blue_a98f {
        font-size: 2rem;
    }
    
    .sidebar_010f h3 {
        font-size: 1.1rem;
    }
    
    .sidebar_010f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hidden-012a {
        padding: 20px 5px;
    }
    
    .hidden-012a h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .focus-smooth-3ee0 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .alert-06ef {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .alert-06ef th,
    .alert-06ef td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .column-dark-4682 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .paper_5237 {
        padding: 20px 10px;
    }
    
    .message-a66b h2 {
        font-size: 1.3rem;
    }
    
    .yellow-fbdf {
        font-size: 0.9rem;
    }
    
    .photo-hard-e805 h3 {
        font-size: 1.1rem;
    }
    
    .photo-hard-e805 p {
        font-size: 0.9rem;
    }
    
    .frame-over-8b20 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .background_dim_65c9 {
        grid-template-columns: 1fr;
    }
    
    .frame-right-83e5 {
        font-size: 0.85rem;
    }
    
    .secondary_87eb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .full_8223 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .full_8223 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .wrapper_dec8 {
        padding: 30px 10px;
    }
    
    .fixed-028c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .warm_8fcd {
        padding: 15px 10px;
    }
    
    .warm_8fcd h4 {
        font-size: 0.9rem;
    }
    
    .warm_8fcd p {
        font-size: 0.75rem;
        display: none;
    }
    
    .fresh_2298 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .fixed-028c {
        grid-template-columns: 1fr;
    }
    
    .warm_8fcd p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .paragraph_middle_9666 {
        padding: 30px 10px;
    }
    
    .gold-7d38 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .current-74a7 {
        padding: 15px;
    }
    
    .link-a191 {
        font-size: 0.9rem;
    }
    
    .header-upper-1102 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header-upper-1102 .status-ccda {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .secondary-5d35 {
        padding: 30px 10px;
    }
    
    .secondary-5d35 h2 {
        font-size: 1.2rem;
    }
    
    .frame-3ffa {
        gap: 10px;
    }
    
    .tertiary_8bd9 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tertiary_8bd9 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .backdrop-dynamic-d24d {
        padding: 30px 10px;
    }
    
    .backdrop-dynamic-d24d h2 {
        font-size: 1.2rem;
    }
    
    .wrapper_bright_995d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .breadcrumb_af5a {
        padding: 15px 10px;
    }
    
    .breadcrumb_af5a h4 {
        font-size: 0.85rem;
    }
    
    .breadcrumb_af5a p {
        font-size: 0.75rem;
    }
    
    .outer_7582 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .active_bf33 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .bright-1567 {
        padding: 20px 10px;
    }
    
    .steel-9302 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .panel_fresh_fd05,
    .gradient_0fab,
    .shadow-3222 {
        width: 100%;
    }
    
    .panel_fresh_fd05 h3 {
        font-size: 1.1rem;
    }
    
    .panel_fresh_fd05 p {
        font-size: 0.8rem;
    }
    
    .menu_hard_c2dc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .footer-ccd2 {
        padding: 30px 15px;
    }
    
    .footer-ccd2 h2 {
        font-size: 1.3rem;
    }
    
    .footer-ccd2 p {
        font-size: 0.85rem;
    }
    
    .steel_d8bd {
        flex-direction: column;
        gap: 10px;
    }
    
    .steel_d8bd .status_bottom_857d {
        width: 100%;
    }
    
    .complex-97dc {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .column-wide-e103 {
        padding: 30px 10px;
    }
    
    .column-wide-e103 h3 {
        font-size: 1.2rem;
    }
    
    .copper_ae4a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bottom-426b {
        padding: 15px 10px;
    }
    
    .bottom-426b h4 {
        font-size: 0.85rem;
    }
    
    .bottom-426b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .text_e12d {
        padding: 30px 15px;
    }
    
    .component_5b12 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .widget_north_0894 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .shade_31e2 h4 {
        font-size: 0.9rem;
    }
    
    .shade_31e2 a {
        font-size: 0.8rem;
    }
    
    .section-top-0215 {
        font-size: 0.8rem;
    }
    
    .hover_ffce p {
        font-size: 0.75rem;
    }
}

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

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

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