/* Inner Page Styles */

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

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

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

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

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

.backdrop_silver_de95 .chip-43bb {
    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;
}

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

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

.backdrop_silver_de95 .chip-43bb:hover::before {
    left: 100%;
}

.backdrop_silver_de95 .chip-43bb:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.hero-dark-6678 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard-db8d.fn-active-f580 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.middle_3580 .notification_e7ed:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.up-2cd8 {
    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);
}

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

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

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

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

.up-2cd8 .notification_e7ed:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter_8343 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .filter_8343 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .filter_8343 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .backdrop_silver_de95 {
        justify-content: center;
    }
    
    .highlight_over_d3e0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .paper_430f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .paragraph-6b62 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thick-bdd6 {
        padding: var(--md-spacing-md);
    }
    
    .paragraph_7f2d {
        padding: var(--md-spacing-md) 0;
    }
    
    .label_5a03 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .up-2cd8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gold_c589 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .thick-bdd6 {
        padding: var(--md-spacing-sm);
    }
    
    .texture-under-c83c {
        padding: var(--md-spacing-md);
    }
    
    .label_5a03 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.texture-under-c83c,
.label_5a03,
.up-2cd8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

.progress-wide-809f {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.active_fb0d {
    font-size: 1.5rem;
}

.caption-motion-4c33 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .progress-wide-809f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .highlight_fixed_8f9c {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_wide_39c0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.primary-action-b2f6 {
    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;
}

.primary-action-b2f6.paragraph-prev-8954 .module-medium-7d8a {
    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); }
}

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

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

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

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

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

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

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

.table_middle_b2b3 {
    font-size: 1.2rem;
}

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

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

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

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

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

.disabled_4194.table_11c1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.disabled_4194.info-cold-804e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.disabled_4194.label_f6b0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.disabled_4194.label-ad20::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.message_simple_3922 {
    font-size: 1.2rem;
}

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

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

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

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

.mask_03f0.up-74e3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.mask_03f0.fn-active-f580 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.sort-advanced-22d4 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

/* Technology Architecture Section */
.preview-pro-1dd6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.heading-337a {
    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;
}

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

.heading-337a.tooltip_ce56 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.nav_under_67f1 { border-top: 3px solid #00ccff; }
.west_14ee { border-top: 3px solid #00ff88; }
.north-2415 { border-top: 3px solid #d4af37; }
.in_bc4f { border-top: 3px solid #ff6b6b; }
.center-3180 { border-top: 3px solid #8b5cf6; }

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

.border-hard-3ae5 {
    overflow-x: auto;
}

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

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

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

.bottom_2b9d td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.badge-black-eb3f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.text-left-7bf5 {
    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;
}

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

.white-1f56 {
    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;
}

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

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

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

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

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

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

.row-9d29 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.input-new-791e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.filter-cold-fe50 {
    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;
}

.filter-cold-fe50::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);
}

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

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

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

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

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

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

.over_b00a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.pro-5077 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.text-left-21d7 .purple_38c5 {
    margin-bottom: 10px;
}

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

.text-left-21d7 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.action-44c8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.aside-fast-58b2 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.thumbnail-huge-89fc {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.search-slow-1eef {
    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;
}

.badge-top-09fd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.purple-7b4f {
    display: flex;
    align-items: center;
    gap: 10px;
}

.texture-65cd {
    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;
}

.purple-7b4f span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.current_6eb1 a {
    color: #ff6b6b;
}

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

.layout-focused-2f66 {
    max-width: 800px;
    margin: 0 auto;
}

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

.over_1cde {
    text-align: center;
}

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

.over_1cde .chip-gas-004f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.layout-focused-2f66 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.layout-focused-2f66 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-gold-8ca5 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .shadow-07e7 {
        flex-direction: column;
    }
    .avatar-gold-8ca5 {
        transform: rotate(90deg);
    }
}

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

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

.picture-clean-3c2c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

.list-paper-4ee6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.accordion-advanced-5f4f .dropdown-current-8b1b {
    color: #666;
    margin: 0 8px;
}

.accordion-advanced-5f4f .silver_2e51 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.detail-3927 {
    font-size: 2rem;
}

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

.gold_631f strong {
    color: #d4af37;
}

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

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

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

.wrapper-inner-0fd8 h3,
.popup_gold_81c6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.header-brown-722c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.layout-9704 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.tabs-new-8234 {
    background: #0a0a0a;
    padding: 30px 0;
}

.table-first-eba8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.old-b5f1 h3,
.panel-tall-1a07 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.input-warm-6414 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.plasma_81e9 strong {
    color: #d4af37;
}

.badge_adc2 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header-9aad {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.header-9aad 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;
}

.header-9aad li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.panel_new_0b8e strong {
    color: #d4af37;
}

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

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

.active_short_ae3d strong {
    color: #00ff88;
}

.active_short_ae3d span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.image-fast-50d9 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column_81a5 strong {
    color: #00ff88;
}

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

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

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

.paragraph-basic-bd2f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.thumbnail-huge-89fc {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .paragraph-basic-bd2f {
        flex-direction: column;
    }
    
    .link-e87b {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.tertiary-hard-530a {
    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;
}

.tertiary-hard-530a: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) {
    .tertiary-hard-530a {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .tertiary-hard-530a {
        width: 120px;
        height: 120px;
    }
}

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

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

.card-soft-4bcb {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .red_1e12 {
        padding: 30px 15px;
    }
    
    .red_1e12 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dropdown-hard-3e46 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .advanced-3add {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .border_70c3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .border_70c3 .hidden-17d8 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .blue-13f1 {
        font-size: 1.3rem;
    }
    
    .iron-9ac2 {
        font-size: 0.7rem;
    }
    
    .block-lower-ce79 {
        flex-direction: column;
        gap: 10px;
    }
    
    .block-lower-ce79 .notification_e7ed {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .status-abb5 {
        display: none;
    }
    
    .banner-3039 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .title-pink-7cc4 {
        padding: 20px 10px;
    }
    
    .element-1430 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar_hovered_4dd4,
    .center-d458 {
        padding: 15px;
    }
    
    .red-8ffb {
        flex-direction: column;
        gap: 5px;
    }
    
    .huge_ba68 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .alert-ab9c {
        padding: 30px 10px;
    }
    
    .purple-72ca {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip_5e20 {
        padding: 20px 15px;
    }
    
    .fixed_abb8 {
        font-size: 2rem;
    }
    
    .chip_5e20 h3 {
        font-size: 1.1rem;
    }
    
    .chip_5e20 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .silver_6a94 {
        padding: 20px 10px;
    }
    
    .dark-eac1 h2 {
        font-size: 1.3rem;
    }
    
    .widget-active-2c65 {
        font-size: 0.9rem;
    }
    
    .dropdown_solid_65b2 h3 {
        font-size: 1.1rem;
    }
    
    .dropdown_solid_65b2 p {
        font-size: 0.9rem;
    }
    
    .header-9aad li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .search-1a19 {
        grid-template-columns: 1fr;
    }
    
    .panel_new_0b8e {
        font-size: 0.85rem;
    }
    
    .hidden_0457 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .short_764d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .short_764d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .west-5597 {
        padding: 30px 10px;
    }
    
    .sidebar_full_1c5f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hover-6727 {
        padding: 15px 10px;
    }
    
    .hover-6727 h4 {
        font-size: 0.9rem;
    }
    
    .hover-6727 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .outline-0eaa {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .sidebar_full_1c5f {
        grid-template-columns: 1fr;
    }
    
    .hover-6727 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .bottom-9778 {
        padding: 30px 10px;
    }
    
    .tertiary-in-5514 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview-plasma-eba9 {
        padding: 15px;
    }
    
    .mask_huge_6104 {
        font-size: 0.9rem;
    }
    
    .tooltip-smooth-8740 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tooltip-smooth-8740 .avatar_d1fa {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .north_4fdf {
        padding: 30px 10px;
    }
    
    .north_4fdf h2 {
        font-size: 1.2rem;
    }
    
    .pink-a23e {
        gap: 10px;
    }
    
    .nav-d012 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .nav-d012 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .container_ddda {
        padding: 30px 10px;
    }
    
    .container_ddda h2 {
        font-size: 1.2rem;
    }
    
    .header_lite_dde3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hover-silver-040b {
        padding: 15px 10px;
    }
    
    .hover-silver-040b h4 {
        font-size: 0.85rem;
    }
    
    .hover-silver-040b p {
        font-size: 0.75rem;
    }
    
    .block_fast_3e21 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .rough-ca5b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .search-slow-1eef {
        padding: 20px 10px;
    }
    
    .badge-top-09fd {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .breadcrumb_bronze_1b66,
    .purple-7b4f,
    .current_6eb1 {
        width: 100%;
    }
    
    .breadcrumb_bronze_1b66 h3 {
        font-size: 1.1rem;
    }
    
    .breadcrumb_bronze_1b66 p {
        font-size: 0.8rem;
    }
    
    .texture-65cd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .progress-f950 {
        padding: 30px 15px;
    }
    
    .progress-f950 h2 {
        font-size: 1.3rem;
    }
    
    .progress-f950 p {
        font-size: 0.85rem;
    }
    
    .breadcrumb_static_3439 {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb_static_3439 .notification_e7ed {
        width: 100%;
    }
    
    .form_fresh_d77e {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .action-84f3 {
        padding: 30px 15px;
    }
    
    .table-dirty-8e9a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .status_gas_3e10 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .heading-action-e8f7 h4 {
        font-size: 0.9rem;
    }
    
    .heading-action-e8f7 a {
        font-size: 0.8rem;
    }
    
    .lite-9415 {
        font-size: 0.8rem;
    }
    
    .east-9a3b p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .hidden_huge_4389 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .section-82ec {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 92ec */
.widget-item-k0 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.3;
}
