/* Inner Page Styles */

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

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

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

.west-be3b 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_pro_82b4 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.element_pro_82b4 .search-7886 {
    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_pro_82b4 .search-7886::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.element_pro_82b4 .search-7886:hover::before {
    left: 100%;
}

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

.feature-9761 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.purple_110d.fn-active-4043 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.component-basic-5df1 {
    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-basic-5df1:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

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

.component-basic-5df1 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_911d .accordion-black-5240:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.nav_bb36 .accordion-black-5240 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.nav_bb36 .accordion-black-5240:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .west-be3b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .west-be3b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .west-be3b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .element_pro_82b4 {
        justify-content: center;
    }
    
    .search_outer_b2f1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .focus_pressed_264f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .gradient-3f96 {
        padding: var(--md-spacing-md) 0;
    }
    
    .white_2caf {
        padding: var(--md-spacing-md);
    }
    
    .element-759c {
        padding: var(--md-spacing-md) 0;
    }
    
    .dark_d00e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .nav_bb36 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .simple-67bc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .white_2caf {
        padding: var(--md-spacing-sm);
    }
    
    .component-basic-5df1 {
        padding: var(--md-spacing-md);
    }
    
    .dark_d00e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.component-basic-5df1,
.dark_d00e,
.nav_bb36 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.icon-north-129c::-webkit-scrollbar {
    width: 8px;
}

.icon-north-129c::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.icon-north-129c::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.icon-north-129c::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.texture-256e {
    font-size: 1.5rem;
}

.lower_7621 strong {
    color: #00ff88;
}

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

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

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

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

.button-dirty-afa7 {
    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;
}

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

.button-dirty-afa7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.button-dirty-afa7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.highlight_54f9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.footer_red_db51.pro-ef73 .texture_glass_02c6 {
    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); }
}

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

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

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

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

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

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

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

.footer_fixed_e97f {
    font-size: 1.2rem;
}

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

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

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

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

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

.pink-3834.box-5b69::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pink-3834.carousel_bright_c52c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pink-3834.row_4580::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pink-3834.item_under_560e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.mask-6242 {
    font-size: 1.2rem;
}

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

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

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

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

.bottom_84e7.thumbnail_4c9d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bottom_84e7.fn-active-4043 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.cold-7d03 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.paragraph-action-082c {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.table-lower-9260 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.copper-3f93 { border-top: 3px solid #00ccff; }
.content_ed2b { border-top: 3px solid #00ff88; }
.short_14df { border-top: 3px solid #d4af37; }
.module-hard-2992 { border-top: 3px solid #ff6b6b; }
.notification-fluid-ac7d { border-top: 3px solid #8b5cf6; }

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

.notification_brown_7eb8 {
    overflow-x: auto;
}

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

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

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

.south-aadf td {
    color: #ccc;
}

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

.south-aadf tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.caption-wide-0219 {
    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;
}

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

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

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

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

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

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

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

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

.tabs_82ac {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-yellow-6e7f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.description-cold-ec8d {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.backdrop-7acf {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.aside-f341 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.breadcrumb_selected_76f7 .widget_7336 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.logo-27be {
    background: #0a0a0a;
    padding: 60px 0;
}

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

@media (max-width: 768px) {
    .accordion-prev-659d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

.steel-95ef {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.hot-89be span {
    color: #666;
    font-size: 0.8rem;
}

.hot-89be a {
    color: #ff6b6b;
}

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

.accordion-4ee8 {
    max-width: 800px;
    margin: 0 auto;
}

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

.pressed-50ac {
    text-align: center;
}

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

.pressed-50ac .module_bf3b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.accordion-4ee8 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-dynamic-7f6c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

.message-new-8668 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .tooltip-dynamic-7f6c {
        flex-direction: column;
    }
    .photo-ca05 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.progress_e0e9 .input-liquid-1d01 {
    color: #666;
    margin: 0 8px;
}

.progress_e0e9 .action_23d5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.top-55b9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.preview-5a08 {
    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;
}

.surface_thick_2dcc {
    font-size: 2rem;
}

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

.progress_next_6f5f strong {
    color: #d4af37;
}

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

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

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

.purple_6fd1 h3,
.widget-upper-6fa2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.block-last-860b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.backdrop-fluid-f237 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.widget-9e5f strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.nav_soft_3f84 strong {
    color: #00ff88;
}

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

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

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

.block-focused-f948 h3,
.hero-selected-48a9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.filter-6e6c summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.clean-e9e6 strong {
    color: #d4af37;
}

.tabs-rough-a7d7 {
    color: #aaa;
}

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

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

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

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

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

.thumbnail-97f9 {
    max-width: 900px;
    margin: 0 auto;
}

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

.silver-c480:last-child {
    border-bottom: none;
}

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

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

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

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

.panel-1a00 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.panel-1a00 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;
}

.panel-1a00 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.first_bea5 strong {
    color: #d4af37;
}

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

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

.lite-0098 strong {
    color: #00ff88;
}

.lite-0098 span {
    color: #d4af37;
}

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

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

.heading-warm-5a70 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .heading-warm-5a70 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.gold-66a9 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.menu-5c05 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.status-5c38 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.detail-copper-143b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.detail-copper-143b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-319b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.steel-95ef {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.gallery-45c5 {
    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;
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .disabled-warm-c83a {
        padding: 30px 15px;
    }
    
    .disabled-warm-c83a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .panel_left_451d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hero-aa06 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .border_wide_ff14 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .border_wide_ff14 .static-f673 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .overlay-small-5bfc {
        font-size: 1.3rem;
    }
    
    .preview-f8f5 {
        font-size: 0.7rem;
    }
    
    .smooth-b477 {
        flex-direction: column;
        gap: 10px;
    }
    
    .smooth-b477 .accordion-black-5240 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .old_8ec3 {
        display: none;
    }
    
    .focus_6849 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .easy-f98a {
        padding: 20px 10px;
    }
    
    .heading-warm-5a70 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion_607a,
    .backdrop_8743 {
        padding: 15px;
    }
    
    .menu-5c05 {
        flex-direction: column;
        gap: 5px;
    }
    
    .lite-6583 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gradient-west-3606 {
        padding: 30px 10px;
    }
    
    .info-0f4c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .next-71c1 {
        padding: 20px 15px;
    }
    
    .main-liquid-0b90 {
        font-size: 2rem;
    }
    
    .next-71c1 h3 {
        font-size: 1.1rem;
    }
    
    .next-71c1 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .secondary_pressed_d80a {
        padding: 20px 10px;
    }
    
    .steel_5bae h2 {
        font-size: 1.3rem;
    }
    
    .chip_out_b397 {
        font-size: 0.9rem;
    }
    
    .silver-c480 h3 {
        font-size: 1.1rem;
    }
    
    .silver-c480 p {
        font-size: 0.9rem;
    }
    
    .panel-1a00 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .focus_2bd9 {
        grid-template-columns: 1fr;
    }
    
    .first_bea5 {
        font-size: 0.85rem;
    }
    
    .badge-b18b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hovered-c66f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hovered-c66f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .mask-b94b {
        padding: 30px 10px;
    }
    
    .green-4016 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas-49a1 {
        padding: 15px 10px;
    }
    
    .gas-49a1 h4 {
        font-size: 0.9rem;
    }
    
    .gas-49a1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .green-7423 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .green-4016 {
        grid-template-columns: 1fr;
    }
    
    .gas-49a1 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .nav-d5ae {
        padding: 30px 10px;
    }
    
    .tag-dddd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .highlight_first_d1f1 {
        padding: 15px;
    }
    
    .sort-motion-96b0 {
        font-size: 0.9rem;
    }
    
    .orange_073c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .orange_073c .hidden-blue-4fbe {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .box-9f0a {
        padding: 30px 10px;
    }
    
    .box-9f0a h2 {
        font-size: 1.2rem;
    }
    
    .search-gas-900a {
        gap: 10px;
    }
    
    .pressed_654a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .pressed_654a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .wrapper-05b5 {
        padding: 30px 10px;
    }
    
    .wrapper-05b5 h2 {
        font-size: 1.2rem;
    }
    
    .fast-a6bb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .down_84f1 {
        padding: 15px 10px;
    }
    
    .down_84f1 h4 {
        font-size: 0.85rem;
    }
    
    .down_84f1 p {
        font-size: 0.75rem;
    }
    
    .form_active_f752 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .image_selected_5e70 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .up_09d6 {
        padding: 20px 10px;
    }
    
    .light_79f8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gallery-east-6555,
    .steel_30d2,
    .hot-89be {
        width: 100%;
    }
    
    .gallery-east-6555 h3 {
        font-size: 1.1rem;
    }
    
    .gallery-east-6555 p {
        font-size: 0.8rem;
    }
    
    .component_284d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .prev-6a16 {
        padding: 30px 15px;
    }
    
    .prev-6a16 h2 {
        font-size: 1.3rem;
    }
    
    .prev-6a16 p {
        font-size: 0.85rem;
    }
    
    .fixed_7266 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fixed_7266 .accordion-black-5240 {
        width: 100%;
    }
    
    .highlight_focused_fbc9 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .container_9c8b {
        padding: 30px 15px;
    }
    
    .frame-bottom-9e44 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .upper-088e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .inner_3643 h4 {
        font-size: 0.9rem;
    }
    
    .inner_3643 a {
        font-size: 0.8rem;
    }
    
    .menu-pressed-5730 {
        font-size: 0.8rem;
    }
    
    .pagination-d88e p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .banner_a19b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .next_1271 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e834 */
.ghost-box-d7 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
