/* Inner Page Styles */

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

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

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

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

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

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

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

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

.filter_fe35 .disabled_stone_f4e0:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button_72c9.fn-active-cf5c {
    color: var(--casino-gold-light);
}

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

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

.sort-rough-a85b {
    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);
}

.sort-rough-a85b 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container_south_a1f0 .icon-b765:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.active-a210 .icon-b765 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.active-a210 .icon-b765:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .heading_mini_ee8b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .heading_mini_ee8b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .heading_mini_ee8b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .filter_fe35 {
        justify-content: center;
    }
    
    .pink-ef36 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .feature-glass-151a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .mini-213b {
        padding: var(--md-spacing-md) 0;
    }
    
    .sort-rough-a85b {
        padding: var(--md-spacing-md);
    }
    
    .photo-dim-c074 {
        padding: var(--md-spacing-md) 0;
    }
    
    .full_5be0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .active-a210 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .preview_blue_d855 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .sort-rough-a85b {
        padding: var(--md-spacing-sm);
    }
    
    .static_1651 {
        padding: var(--md-spacing-md);
    }
    
    .full_5be0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.static_1651,
.full_5be0,
.active-a210 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.black_1854 {
    font-size: 1.5rem;
}

.media-narrow-aab5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.red_4b28 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.gold_c38b.badge-e423 .status-over-6270 {
    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); }
}

.breadcrumb-in-8ae9 {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

.accent-action-7fee {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accent-action-7fee 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;
}

.accent-action-7fee 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);
}

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

.focus-9b77 {
    font-size: 1.2rem;
}

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

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

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

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

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

.wrapper-a7b3.paragraph-5e52::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.wrapper-a7b3.search_hard_e720::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wrapper-a7b3.avatar_active_7afc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.wrapper-a7b3.paragraph_327c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.plasma_9106 {
    font-size: 1.2rem;
}

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

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

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

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

.info-bronze-8d67.picture-fe58 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info-bronze-8d67.fn-active-cf5c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.article-9fc7 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.green-47de {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.layout-steel-84d6 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.element-clean-5424 { border-top: 3px solid #00ccff; }
.tiny_9fc0 { border-top: 3px solid #00ff88; }
.inner_288f { border-top: 3px solid #d4af37; }
.tooltip-thick-8997 { border-top: 3px solid #ff6b6b; }
.badge-fast-b696 { border-top: 3px solid #8b5cf6; }

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

.text_tall_6f05 {
    overflow-x: auto;
}

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

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

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

.header-cool-f253 td {
    color: #ccc;
}

.header-cool-f253 .list-85b7 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.header-cool-f253 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.box_7e7a {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.block-cold-0145 {
    font-size: 2rem;
}

.module-large-8e55 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.module-large-8e55 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.description-bright-61ef {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-gas-98f5 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.pink-9e7b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.first_2a72 .row_f03d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-basic-889e {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.video-stone-5dee {
    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;
}

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

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

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

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

.active-5e4f {
    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;
}

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

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

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

.new-a510 a {
    color: #ff6b6b;
}

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

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

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

.title_huge_b6e1 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Specs & Comparison Combined */
.item-clean-e8af {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.glass_bf6d .heading_dirty_6b07 {
    color: #666;
    margin: 0 8px;
}

.glass_bf6d .form_d738 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.box_paper_239c {
    font-size: 2rem;
}

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

.clean_a338 strong {
    color: #d4af37;
}

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

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

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

.section-f4ee h3,
.motion_ae09 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.badge-rough-5179 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.paragraph-94ab strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.out-7e35 {
    background: #0a0a0a;
    padding: 30px 0;
}

.text-upper-c551 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.backdrop-0ce2 h3,
.texture_d0c9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.box-273f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.nav_e8e6 strong {
    color: #d4af37;
}

.hot-43ba {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paper-df3b li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .heading-hovered-01af {
        grid-template-columns: 1fr;
    }
}

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

.grid_f6de strong {
    color: #d4af37;
}

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

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

.card_a21b strong {
    color: #00ff88;
}

.card_a21b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.row-33ea {
    color: #999;
    font-size: 0.85rem;
}

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

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

.heading-last-7228 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-fluid-62e8 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.element-fluid-62e8 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.dropdown-basic-889e {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

@media (max-width: 480px) {
    .gallery-3991 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .over_045f {
        padding: 30px 15px;
    }
    
    .over_045f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .silver_74a1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tag-hard-6e09 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .narrow-5f89 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .narrow-5f89 .layout_focused_2b59 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .prev-bc82 {
        font-size: 1.3rem;
    }
    
    .header_56f8 {
        font-size: 0.7rem;
    }
    
    .menu-4544 {
        flex-direction: column;
        gap: 10px;
    }
    
    .menu-4544 .icon-b765 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .notification_next_3bf4 {
        display: none;
    }
    
    .module-upper-b9bb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .active_23dc {
        padding: 20px 10px;
    }
    
    .bottom_dc38 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider_narrow_8e8f,
    .silver_8a43 {
        padding: 15px;
    }
    
    .center_af57 {
        flex-direction: column;
        gap: 5px;
    }
    
    .content_light_054e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .banner-basic-2ca7 {
        padding: 30px 10px;
    }
    
    .wrapper_stone_e9d8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bright-b800 {
        padding: 20px 15px;
    }
    
    .wrapper_right_7d29 {
        font-size: 2rem;
    }
    
    .bright-b800 h3 {
        font-size: 1.1rem;
    }
    
    .bright-b800 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .footer-2fff {
        padding: 20px 10px;
    }
    
    .element-ee8d h2 {
        font-size: 1.3rem;
    }
    
    .surface-4d0c {
        font-size: 0.9rem;
    }
    
    .cold_2474 h3 {
        font-size: 1.1rem;
    }
    
    .cold_2474 p {
        font-size: 0.9rem;
    }
    
    .paper-df3b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .heading-hovered-01af {
        grid-template-columns: 1fr;
    }
    
    .grid_f6de {
        font-size: 0.85rem;
    }
    
    .paper_d920 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider_steel_98eb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .slider_steel_98eb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .stale_75a2 {
        padding: 30px 10px;
    }
    
    .orange-2a3d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop-dark-784c {
        padding: 15px 10px;
    }
    
    .backdrop-dark-784c h4 {
        font-size: 0.9rem;
    }
    
    .backdrop-dark-784c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .layout_f790 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .orange-2a3d {
        grid-template-columns: 1fr;
    }
    
    .backdrop-dark-784c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .popup-fluid-f55d {
        padding: 30px 10px;
    }
    
    .banner_cool_e481 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .right_c22c {
        padding: 15px;
    }
    
    .list_e2e6 {
        font-size: 0.9rem;
    }
    
    .chip-down-2161 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip-down-2161 .highlight_tall_e88d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .pro_97bc {
        padding: 30px 10px;
    }
    
    .pro_97bc h2 {
        font-size: 1.2rem;
    }
    
    .hard-1b9e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_outer_efc7 {
        padding: 15px 10px;
    }
    
    .status_outer_efc7 h4 {
        font-size: 0.85rem;
    }
    
    .status_outer_efc7 p {
        font-size: 0.75rem;
    }
    
    .video-purple-8cd0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .input-white-aa56 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .video-stone-5dee {
        padding: 20px 10px;
    }
    
    .accent-aeb4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .logo_8e90,
    .aside_918c,
    .new-a510 {
        width: 100%;
    }
    
    .logo_8e90 h3 {
        font-size: 1.1rem;
    }
    
    .logo_8e90 p {
        font-size: 0.8rem;
    }
    
    .active-5e4f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tall-c9bb {
        padding: 30px 15px;
    }
    
    .tall-c9bb h2 {
        font-size: 1.3rem;
    }
    
    .tall-c9bb p {
        font-size: 0.85rem;
    }
    
    .hidden_focused_7bd9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hidden_focused_7bd9 .icon-b765 {
        width: 100%;
    }
    
    .cold-4afb {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .message-aa6b {
        padding: 30px 10px;
    }
    
    .message-aa6b h3 {
        font-size: 1.2rem;
    }
    
    .banner-dirty-482d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active-a210 {
        padding: 15px 10px;
    }
    
    .active-a210 h4 {
        font-size: 0.85rem;
    }
    
    .active-a210 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .banner-dirty-482d {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .dropdown_large_e38a {
        padding: 30px 15px;
    }
    
    .narrow-8128 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .slider_89d4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .preview_bottom_a929 h4 {
        font-size: 0.9rem;
    }
    
    .preview_bottom_a929 a {
        font-size: 0.8rem;
    }
    
    .search_d5dd {
        font-size: 0.8rem;
    }
    
    .block_plasma_a21f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .search_west_1041 {
        padding: 8px 10px;
    }
    
    .notice-f4ac {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hover-glass-f143 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notice-f4ac {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hover-glass-f143 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3ec2 */
.ghost-box-s5 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
