/* Inner Page Styles */

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

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

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

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

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

.element_silver_db1a .backdrop-e597 {
    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;
}

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

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

.element_silver_db1a .backdrop-e597:hover::before {
    left: 100%;
}

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

.pink-c6d1 {
    margin-bottom: var(--md-spacing-lg);
}

.modal-069c {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.article_light_40e9.fn-active-3abc {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo_dcac .advanced-a19f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.popup_4665 .advanced-a19f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.popup_4665 .advanced-a19f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery_e9b0 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gallery_e9b0 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gallery_e9b0 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .element_silver_db1a {
        justify-content: center;
    }
    
    .modal-069c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .content_paper_b35b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .link-e54f {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress_new_a4d4 {
        padding: var(--md-spacing-md);
    }
    
    .label_static_96f3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .full_da90 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .popup_4665 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .down-fe7c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .progress_new_a4d4 {
        padding: var(--md-spacing-sm);
    }
    
    .component-large-5655 {
        padding: var(--md-spacing-md);
    }
    
    .full_da90 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.component-large-5655,
.full_da90,
.popup_4665 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.picture-a170 {
    font-size: 1.5rem;
}

.selected-0542 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .blue-060d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .detail-1e6a {
        margin-left: 0;
    }
}

/* Main Content Compact */
.accent-f587 {
    padding: 30px 0;
}

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

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

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

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

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

.search-mini-0975 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.photo-outer-3623 strong {
    color: #00ff88;
}

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

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

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

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

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

.black-235f::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;
}

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

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

.notice_hard_cdab.orange-bce3 .disabled_selected_875e {
    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); }
}

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

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

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

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

.wood-6058 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;
}

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

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

.prev_0fec {
    font-size: 1.2rem;
}

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

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

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

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

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

.message_2b18.smooth-51ca::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.message_2b18.detail-315d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.message_2b18.alert_9a5b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.message_2b18.disabled_orange_a343::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.large_615f {
    font-size: 1.2rem;
}

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

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

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

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

.media_dirty_1e21.fresh_cf06 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.media_dirty_1e21.fn-active-3abc { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.pagination-white-dd2e {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.active-static-0471 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.banner-fixed-ad54 {
    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;
}

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

.banner-fixed-ad54.tag-0575 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.panel-simple-e690 { border-top: 3px solid #00ccff; }
.avatar_f50b { border-top: 3px solid #00ff88; }
.wrapper-simple-d212 { border-top: 3px solid #d4af37; }
.lite-7004 { border-top: 3px solid #ff6b6b; }
.shade_6bbc { border-top: 3px solid #8b5cf6; }

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

.lower_7e46 {
    overflow-x: auto;
}

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

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

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

.outline_a3ad td {
    color: #ccc;
}

.outline_a3ad .popup-complex-d152 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.avatar-over-1242 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block_06f8 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dim-56b2 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.soft_92af {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table_8461 .header_red_d04d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.caption-lower-34bc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.focus-wide-a0a2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.last-3ebc {
    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;
}

.focus-wide-a0a2 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.overlay-24d5 span {
    color: #666;
    font-size: 0.8rem;
}

.overlay-24d5 a {
    color: #ff6b6b;
}

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

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

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

.outer-2557 {
    text-align: center;
}

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

.outer-2557 .black-52ec {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.progress-first-f63f {
    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;
}

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

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

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

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

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

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

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

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

.over-5c32 {
    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;
}

.over-5c32.tag-0575 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.hovered-273b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wrapper_392a .element_fe92 {
    color: #666;
    margin: 0 8px;
}

.wrapper_392a .modal-yellow-4575 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.focus_large_67db {
    font-size: 2rem;
}

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

.block_solid_b607 strong {
    color: #d4af37;
}

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

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

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

.soft-2b50 h3,
.paper-84d6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.paragraph-987e strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.alert-next-39b7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.copper-704e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.medium-3ce6 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.card_0db1 strong {
    color: #d4af37;
}

.element_7141 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.full-301b {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.full-301b 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;
}

.full-301b li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.aside_b7bc strong {
    color: #d4af37;
}

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

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

.thick-2862 strong {
    color: #00ff88;
}

.thick-2862 span {
    color: #d4af37;
}

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

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

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

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

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

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

.tertiary-fixed-54c7 {
    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;
}

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

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

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

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

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

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

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

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

.sort-dark-a2ed {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.sort-dark-a2ed li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-copper-43b1 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.dropdown-copper-43b1 strong {
    color: #00ff88;
}

.info-under-2ff8 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

.static-9b65 {
    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;
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .narrow-6636 {
        padding: 30px 15px;
    }
    
    .narrow-6636 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .highlight-bright-7695 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .modal_green_39ba {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .notice_wide_8a5c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notice_wide_8a5c .hover-mini-f10b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .alert-dark-ff20 {
        font-size: 1.3rem;
    }
    
    .lite_58c0 {
        font-size: 0.7rem;
    }
    
    .summary_center_1a96 {
        flex-direction: column;
        gap: 10px;
    }
    
    .summary_center_1a96 .advanced-a19f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .notification-c6e2 {
        display: none;
    }
    
    .stone_3e37 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pressed-6b6f {
        padding: 20px 10px;
    }
    
    .form_6f27 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paragraph-hovered-ef21,
    .widget-877c {
        padding: 15px;
    }
    
    .slider-f943 {
        flex-direction: column;
        gap: 5px;
    }
    
    .active-e31e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .box-purple-a791 {
        padding: 30px 10px;
    }
    
    .module_a275 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border_b77d {
        padding: 20px 15px;
    }
    
    .gold_b9fa {
        font-size: 2rem;
    }
    
    .border_b77d h3 {
        font-size: 1.1rem;
    }
    
    .border_b77d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hovered_cbf0 {
        padding: 20px 10px;
    }
    
    .tertiary_orange_2b62 h2 {
        font-size: 1.3rem;
    }
    
    .avatar_4a63 {
        font-size: 0.9rem;
    }
    
    .search_337b h3 {
        font-size: 1.1rem;
    }
    
    .search_337b p {
        font-size: 0.9rem;
    }
    
    .full-301b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .link_3ac4 {
        grid-template-columns: 1fr;
    }
    
    .aside_b7bc {
        font-size: 0.85rem;
    }
    
    .mini-beeb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer-east-c478 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .footer-east-c478 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hard-caee {
        padding: 30px 10px;
    }
    
    .frame_7a11 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside_first_19d9 {
        padding: 15px 10px;
    }
    
    .aside_first_19d9 h4 {
        font-size: 0.9rem;
    }
    
    .aside_first_19d9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wood_de64 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .blue-f5f2 {
        padding: 30px 10px;
    }
    
    .header_5f9c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture-7502 {
        padding: 15px;
    }
    
    .thumbnail_0fcb {
        font-size: 0.9rem;
    }
    
    .center-bbed {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .center-bbed .badge_pink_ddd8 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .link-fd73 {
        padding: 30px 10px;
    }
    
    .link-fd73 h2 {
        font-size: 1.2rem;
    }
    
    .slider-4407 {
        gap: 10px;
    }
    
    .dynamic-41ed summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dynamic-41ed p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .soft_b68d {
        padding: 30px 10px;
    }
    
    .soft_b68d h2 {
        font-size: 1.2rem;
    }
    
    .right_59d7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element_e0ff {
        padding: 15px 10px;
    }
    
    .element_e0ff h4 {
        font-size: 0.85rem;
    }
    
    .element_e0ff p {
        font-size: 0.75rem;
    }
    
    .main_841f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .plasma_c65c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .breadcrumb_45d2 {
        padding: 20px 10px;
    }
    
    .red_b8ef {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .card_1746,
    .focus-wide-a0a2,
    .overlay-24d5 {
        width: 100%;
    }
    
    .card_1746 h3 {
        font-size: 1.1rem;
    }
    
    .card_1746 p {
        font-size: 0.8rem;
    }
    
    .last-3ebc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .glass_5f8c {
        padding: 30px 15px;
    }
    
    .glass_5f8c h2 {
        font-size: 1.3rem;
    }
    
    .glass_5f8c p {
        font-size: 0.85rem;
    }
    
    .soft_ff42 {
        flex-direction: column;
        gap: 10px;
    }
    
    .soft_ff42 .advanced-a19f {
        width: 100%;
    }
    
    .widget_871c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .rough-06b8 {
        padding: 30px 15px;
    }
    
    .gallery-warm-7686 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .box_724a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fresh-db47 h4 {
        font-size: 0.9rem;
    }
    
    .fresh-db47 a {
        font-size: 0.8rem;
    }
    
    .tertiary-fixed-23ad {
        font-size: 0.8rem;
    }
    
    .chip-cool-6619 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .steel-05cd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .in_7c52 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4c45 */
.ghost-box-b1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
