/* Inner Page Styles */

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

.input-selected-8c20 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);
}

.input-selected-8c20 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);
}

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

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

.label-cf8b .hero_current_a303 {
    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;
}

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

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

.label-cf8b .hero_current_a303:hover::before {
    left: 100%;
}

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

.progress-last-203a {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small_f18a.fn-active-7bfe {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.alert-fast-134c {
    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;
}

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

.alert-fast-134c:hover::before {
    left: 100%;
}

.alert-fast-134c 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;
}

.alert-fast-134c 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;
}

.alert-fast-134c .dropdown-outer-16bc {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.alert-fast-134c .dropdown-outer-16bc:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.chip_4c91 .dropdown-outer-16bc {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.chip_4c91 .dropdown-outer-16bc:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .input-selected-8c20 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .input-selected-8c20 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .input-selected-8c20 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .label-cf8b {
        justify-content: center;
    }
    
    .header_up_97b4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .over_4138 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .stale_0331 {
        padding: var(--md-spacing-md) 0;
    }
    
    .first_892e {
        padding: var(--md-spacing-md);
    }
    
    .over_ec3f {
        padding: var(--md-spacing-md) 0;
    }
    
    .tabs-a28f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .chip_4c91 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .nav_c187 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .first_892e {
        padding: var(--md-spacing-sm);
    }
    
    .white-fdd8 {
        padding: var(--md-spacing-md);
    }
    
    .tabs-a28f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.white-fdd8,
.tabs-a28f,
.chip_4c91 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.tabs-39d5::-webkit-scrollbar {
    width: 8px;
}

.tabs-39d5::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.hot-a4b2 {
    font-size: 1.5rem;
}

.card_soft_b8d2 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .popup-fresh-5940 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .hot_2beb {
        margin-left: 0;
    }
}

/* Main Content Compact */
.warm-804b {
    padding: 30px 0;
}

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

.background-black-802f {
    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;
}

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

.background-black-802f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.background-black-802f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.shade_47ad strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.badge-tiny-2bda {
    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;
}

.badge-tiny-2bda.photo-cool-669f .widget-0799 {
    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); }
}

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

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

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

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

.logo-over-c559 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;
}

.logo-over-c559 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);
}

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

.focused_8563 {
    font-size: 1.2rem;
}

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

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

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

.breadcrumb-focused-5e11 {
    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;
}

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

.breadcrumb-focused-5e11.hovered-57e9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.breadcrumb-focused-5e11.out_b86a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.breadcrumb-focused-5e11.feature_e784::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.breadcrumb-focused-5e11.primary_small_4b33::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.picture_active_3151 {
    font-size: 1.2rem;
}

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

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

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

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

.summary-0d6f.focus-a9a4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.summary-0d6f.fn-active-7bfe { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.popup-left-d84b {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.popup-right-fe4c {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.notice_7324 { border-top: 3px solid #00ccff; }
.soft_0c2b { border-top: 3px solid #00ff88; }
.label-motion-191d { border-top: 3px solid #d4af37; }
.caption-simple-e274 { border-top: 3px solid #ff6b6b; }
.background-large-f1b7 { border-top: 3px solid #8b5cf6; }

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

.huge_4f1e {
    overflow-x: auto;
}

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

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

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

.full_858e td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .item-basic-02ad {
        grid-template-columns: 1fr;
    }
}

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

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

.lite-3e44 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.highlight-simple-8a7b {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

.text-thick-17b6 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.avatar-993e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.warm-0f1f {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.steel_1e61 {
    font-size: 1.5rem;
}

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

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

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

.active-63f3 {
    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;
}

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

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

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

.avatar-plasma-0a8b strong {
    color: #fff;
    display: block;
}

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

.tabs-wide-a013 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.brown-168a .south_505f {
    margin-bottom: 10px;
}

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

.brown-168a strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.video-inner-c6a9 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.tooltip-prev-1e2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

.section-76e6 span {
    color: #666;
    font-size: 0.8rem;
}

.section-76e6 a {
    color: #ff6b6b;
}

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

.caption-active-d224 {
    max-width: 800px;
    margin: 0 auto;
}

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

.component_6b55 {
    text-align: center;
}

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

.component_6b55 .liquid-83e9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.caption-active-d224 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-7abc {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .disabled-7f9b {
        flex-direction: column;
    }
    .media_rough_2fe4 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.link-upper-19b6 .section_pink_65b3 {
    color: #666;
    margin: 0 8px;
}

.link-upper-19b6 .popup_95b8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.tooltip-up-f1c7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.warm_690a {
    font-size: 2rem;
}

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

.element_dark_9d8b strong {
    color: #d4af37;
}

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

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

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

.preview-light-f176 h3,
.hard-738b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.stone-0e4a strong {
    color: #d4af37;
    margin-right: 8px;
}

.backdrop-silver-fcd2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.thick_be35 strong {
    color: #00ff88;
}

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

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

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

.right-8a9a h3,
.banner_599e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.first-636f summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.image-medium-f676 strong {
    color: #d4af37;
}

.easy-880c {
    color: #aaa;
}

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

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

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

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

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

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

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

.pro-57d6:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.medium_75bd strong {
    color: #d4af37;
}

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

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

.basic-bb0e strong {
    color: #00ff88;
}

.basic-bb0e span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.outline-easy-0791 {
    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);
}

.dark-2ca5 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.light-65a9 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.light-65a9 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-92af strong {
    color: #00ff88;
}

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

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

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

.lite-0ed0 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .lite-0ed0 {
        flex-direction: column;
    }
    
    .hover-7b24 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

.silver_968a .photo-light-5fc5 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .shade-cold-f6cb {
        padding: 30px 15px;
    }
    
    .shade-cold-f6cb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .article-soft-0dfb {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tag-c1b2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .paragraph-6931 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paragraph-6931 .surface_motion_16ef {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .down-29a3 {
        font-size: 1.3rem;
    }
    
    .inner_184c {
        font-size: 0.7rem;
    }
    
    .heading-hard-b6b8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .heading-hard-b6b8 .dropdown-outer-16bc {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .glass_c37b {
        display: none;
    }
    
    .header-836e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gallery-4097 {
        padding: 20px 10px;
    }
    
    .media_down_f386 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .disabled-full-9976,
    .header_0c32 {
        padding: 15px;
    }
    
    .background_9d76 {
        flex-direction: column;
        gap: 5px;
    }
    
    .outline-easy-0791 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .up_db60 {
        padding: 30px 10px;
    }
    
    .black-fbb9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pressed-c20c {
        padding: 20px 15px;
    }
    
    .menu_e946 {
        font-size: 2rem;
    }
    
    .pressed-c20c h3 {
        font-size: 1.1rem;
    }
    
    .pressed-c20c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .bottom-b027 {
        padding: 20px 10px;
    }
    
    .secondary_south_e25a h2 {
        font-size: 1.3rem;
    }
    
    .section_a0f7 {
        font-size: 0.9rem;
    }
    
    .pro-57d6 h3 {
        font-size: 1.1rem;
    }
    
    .pro-57d6 p {
        font-size: 0.9rem;
    }
    
    .fluid_0f54 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .easy_e446 {
        grid-template-columns: 1fr;
    }
    
    .medium_75bd {
        font-size: 0.85rem;
    }
    
    .chip_76f4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav-e745 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .nav-e745 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .outline_983b {
        padding: 30px 10px;
    }
    
    .border_8046 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card_medium_fe43 {
        padding: 15px 10px;
    }
    
    .card_medium_fe43 h4 {
        font-size: 0.9rem;
    }
    
    .card_medium_fe43 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .summary-6e92 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .notification_green_38e7 {
        padding: 30px 10px;
    }
    
    .complex-d8b4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tag_4a06 {
        padding: 15px;
    }
    
    .detail_red_f207 {
        font-size: 0.9rem;
    }
    
    .item-919c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .item-919c .sort-hovered-fa39 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .content-hovered-e5ac {
        padding: 30px 10px;
    }
    
    .content-hovered-e5ac h2 {
        font-size: 1.2rem;
    }
    
    .text-603a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info-gold-6830 {
        padding: 15px 10px;
    }
    
    .info-gold-6830 h4 {
        font-size: 0.85rem;
    }
    
    .info-gold-6830 p {
        font-size: 0.75rem;
    }
    
    .panel_bronze_363d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .dark_6489 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .thumbnail_west_a63d {
        padding: 20px 10px;
    }
    
    .tooltip-prev-1e2a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .filter_purple_2bbb,
    .dynamic_ec90,
    .section-76e6 {
        width: 100%;
    }
    
    .filter_purple_2bbb h3 {
        font-size: 1.1rem;
    }
    
    .filter_purple_2bbb p {
        font-size: 0.8rem;
    }
    
    .footer-b7a6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .outline_gas_c88d {
        padding: 30px 15px;
    }
    
    .outline_gas_c88d h2 {
        font-size: 1.3rem;
    }
    
    .outline_gas_c88d p {
        font-size: 0.85rem;
    }
    
    .layout-e902 {
        flex-direction: column;
        gap: 10px;
    }
    
    .layout-e902 .dropdown-outer-16bc {
        width: 100%;
    }
    
    .green_f576 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .alert-pressed-c488 {
        padding: 30px 15px;
    }
    
    .thumbnail-brown-b427 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .secondary_last_eaf1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .cold-faf1 h4 {
        font-size: 0.9rem;
    }
    
    .cold-faf1 a {
        font-size: 0.8rem;
    }
    
    .box_b771 {
        font-size: 0.8rem;
    }
    
    .dirty-1e9e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .up-df53 {
        padding: 8px 10px;
    }
    
    .chip-bottom-ee16 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .table-b8be {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .chip-bottom-ee16 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .table-b8be {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 60ab */
.shadow-element-v2 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.2;
}
