/* Inner Page Styles */

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

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

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

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

.copper-9a09 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.copper-9a09 .red-0870 {
    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;
}

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

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

.copper-9a09 .red-0870:hover::before {
    left: 100%;
}

.copper-9a09 .red-0870:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.header-gas-82b8 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_207b.fn-active-d6d9 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar_2702 .chip-4a6b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.avatar_2702 .chip-4a6b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.link_prev_150d .chip-4a6b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.link_prev_150d .chip-4a6b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .action_d19f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .action_d19f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .action_d19f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .copper-9a09 {
        justify-content: center;
    }
    
    .header-gas-82b8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .small-e46c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .focused-5b7b {
        padding: var(--md-spacing-md) 0;
    }
    
    .heading_9405 {
        padding: var(--md-spacing-md);
    }
    
    .video-action-45d7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tertiary_gas_b329 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .link_prev_150d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .overlay-copper-7993 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .heading_9405 {
        padding: var(--md-spacing-sm);
    }
    
    .surface_tall_87f3 {
        padding: var(--md-spacing-md);
    }
    
    .tertiary_gas_b329 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.surface_tall_87f3,
.tertiary_gas_b329,
.link_prev_150d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.rough-359e::-webkit-scrollbar {
    width: 8px;
}

.rough-359e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.info-glass-0ad1 {
    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);
}

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

.footer-steel-5e7f {
    font-size: 1.5rem;
}

.north-9c7a strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .image-43b8 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .action-7204 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.logo-small-61ec {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.blue-7ae2 strong {
    color: #00ff88;
}

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

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

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

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

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

.under-490f::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;
}

.breadcrumb-fixed-ca0b {
    text-align: center;
    margin-bottom: 30px;
}

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

.input_f958.white-c4e9 .hidden_hard_0ac9 {
    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); }
}

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

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

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

.label-basic-90e3 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label-basic-90e3 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;
}

.label-basic-90e3 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);
}

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

.top-0c53 {
    font-size: 1.2rem;
}

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

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

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

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

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

.fluid_5302.secondary_fast_fd52::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.fluid_5302.medium_97ac::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fluid_5302.full_5346::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.fluid_5302.image_431f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.prev-617e {
    font-size: 1.2rem;
}

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

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

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

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

.gradient_c296.steel-06f6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient_c296.fn-active-d6d9 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.container-46c6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.card_7584 { border-top: 3px solid #00ccff; }
.simple_cc67 { border-top: 3px solid #00ff88; }
.blue_2291 { border-top: 3px solid #d4af37; }
.accordion-green-d091 { border-top: 3px solid #ff6b6b; }
.nav-d7f0 { border-top: 3px solid #8b5cf6; }

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

.inner_85cc {
    overflow-x: auto;
}

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

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

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

.hidden_over_a5f7 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.backdrop-dirty-9d06 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.chip-91e0 {
    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;
}

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

.accent-copper-1108 p {
    color: #888;
    font-size: 0.9rem;
}

.image-west-3e28 {
    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;
}

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

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

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

.highlight-fluid-12c2 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.modal-out-aa7c {
    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;
}

.modal-out-aa7c::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.container_f660 {
    font-size: 1.5rem;
}

.text-20ee {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

.fluid_8f4c .box-gold-555d {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.notification_focused_580d .highlight-hard-0350 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-plasma-1eb3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.lite-f8e7 a {
    color: #ff6b6b;
}

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

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

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

.hovered-d10c {
    text-align: center;
}

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

.hovered-d10c .hidden-1aa7 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.form-958e {
    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;
}

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

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

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

.search-stone-83fb {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.lower-3b3e {
    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;
}

.lower-3b3e.photo_ad3e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.link-thick-eeec {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.green_972b .short_aefb {
    color: #666;
    margin: 0 8px;
}

.green_972b .header_tiny_e791 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.tabs-simple-f8ee strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.orange-cd40 {
    font-size: 2rem;
}

.accent-copper-9c5f {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.accent-copper-9c5f strong {
    color: #d4af37;
}

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

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

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

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

.hidden-inner-bdb6 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.component_c0db strong {
    color: #00ff88;
}

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

.east-737f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.next-19f9 h3,
.stone_9167 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.status-9f79 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.stale-8f1a strong {
    color: #d4af37;
}

.form_wood_5ab0 {
    color: #aaa;
}

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

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

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

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

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

.button-up-a19a {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.gradient-09c2 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.gradient-09c2 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;
}

.gradient-09c2 li strong {
    color: #00ff88;
}

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

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

.tabs-6feb {
    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;
}

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

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

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

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

.hero_motion_5f9f strong {
    color: #d4af37;
}

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

.thumbnail-selected-f344 {
    color: #888;
    font-size: 0.9rem;
}

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

.thumbnail-selected-f344 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright-6ef2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bright-6ef2 li {
    margin-bottom: 5px;
}

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

.bright-6ef2 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.image-blue-c602 strong {
    color: #00ff88;
}

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

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

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

.motion-820c {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.thumbnail-full-9991 {
    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;
}

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

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

@media (max-width: 768px) {
    .motion-820c {
        flex-direction: column;
    }
    
    .thumbnail-full-9991 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

.list-1828: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) {
    .list-1828 {
        width: 150px;
        height: 150px;
    }
}

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .stale-298e {
        padding: 30px 15px;
    }
    
    .stale-298e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .selected_dfcb {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gradient_basic_598b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .image_north_bcba {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image_north_bcba .primary-68e4 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .detail_last_2498 {
        font-size: 1.3rem;
    }
    
    .new_710b {
        font-size: 0.7rem;
    }
    
    .row-purple-8712 {
        flex-direction: column;
        gap: 10px;
    }
    
    .row-purple-8712 .chip-4a6b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .upper-b53d {
        display: none;
    }
    
    .input_034d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .label-9c36 {
        padding: 20px 10px;
    }
    
    .progress-caea {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar-2f19,
    .article_easy_548a {
        padding: 15px;
    }
    
    .active_e6f1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .red-e22d {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .narrow_5de3 {
        padding: 30px 10px;
    }
    
    .gold_dfef {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .banner-7a95 {
        padding: 20px 15px;
    }
    
    .input_north_0acb {
        font-size: 2rem;
    }
    
    .banner-7a95 h3 {
        font-size: 1.1rem;
    }
    
    .banner-7a95 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .accent-warm-861f {
        padding: 20px 10px;
    }
    
    .hover-9c35 h2 {
        font-size: 1.3rem;
    }
    
    .chip_warm_b561 {
        font-size: 0.9rem;
    }
    
    .inner_6486 h3 {
        font-size: 1.1rem;
    }
    
    .inner_6486 p {
        font-size: 0.9rem;
    }
    
    .gradient-09c2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .wrapper-7edb {
        grid-template-columns: 1fr;
    }
    
    .hero_motion_5f9f {
        font-size: 0.85rem;
    }
    
    .border-a86a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs-6feb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tabs-6feb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .button-090f {
        padding: 30px 10px;
    }
    
    .element-dark-96e5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-out-059c {
        padding: 15px 10px;
    }
    
    .pattern-out-059c h4 {
        font-size: 0.9rem;
    }
    
    .pattern-out-059c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .modal-silver-983c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .element-dark-96e5 {
        grid-template-columns: 1fr;
    }
    
    .pattern-out-059c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .frame_2bb5 {
        padding: 30px 10px;
    }
    
    .icon_tall_c3c0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thumbnail_4ac8 {
        padding: 15px;
    }
    
    .soft_aea9 {
        font-size: 0.9rem;
    }
    
    .slow-8084 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slow-8084 .tooltip_66e1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .pro-ccbd {
        padding: 30px 10px;
    }
    
    .pro-ccbd h2 {
        font-size: 1.2rem;
    }
    
    .gradient-mini-839d {
        gap: 10px;
    }
    
    .first_8356 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .first_8356 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .notice-hot-3afc {
        padding: 30px 10px;
    }
    
    .notice-hot-3afc h2 {
        font-size: 1.2rem;
    }
    
    .stone-9877 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static_8794 {
        padding: 15px 10px;
    }
    
    .static_8794 h4 {
        font-size: 0.85rem;
    }
    
    .static_8794 p {
        font-size: 0.75rem;
    }
    
    .article_3e9a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .item-270c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .medium-161d {
        padding: 20px 10px;
    }
    
    .widget-plasma-1eb3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .icon-e3e2,
    .border_30ef,
    .lite-f8e7 {
        width: 100%;
    }
    
    .icon-e3e2 h3 {
        font-size: 1.1rem;
    }
    
    .icon-e3e2 p {
        font-size: 0.8rem;
    }
    
    .tabs_fixed_d091 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .overlay-upper-61c8 {
        padding: 30px 15px;
    }
    
    .overlay-upper-61c8 h2 {
        font-size: 1.3rem;
    }
    
    .overlay-upper-61c8 p {
        font-size: 0.85rem;
    }
    
    .icon_f39a {
        flex-direction: column;
        gap: 10px;
    }
    
    .icon_f39a .chip-4a6b {
        width: 100%;
    }
    
    .video-f0de {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .highlight-f36f {
        padding: 30px 15px;
    }
    
    .grid_white_f7b6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .texture_complex_23b2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .popup_dark_2112 h4 {
        font-size: 0.9rem;
    }
    
    .popup_dark_2112 a {
        font-size: 0.8rem;
    }
    
    .warm_e1c1 {
        font-size: 0.8rem;
    }
    
    .white_b162 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .icon-353d {
        padding: 8px 10px;
    }
    
    .photo_steel_15da {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .lite-7af8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo_steel_15da {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .lite-7af8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: da77 */
.widget-item-h4 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
