/* Inner Page Styles */

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

.hard-8f7c 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);
}

.hard-8f7c 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);
}

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

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

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

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

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

.solid_f5a0 .mask_d49a:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient_bdbc.fn-active-3565 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-silver-08fe {
    padding: var(--md-spacing-md) 0;
}

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

.hidden_green_114b 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 */
.container-motion-1aed {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-motion-1aed li {
    margin-bottom: var(--md-spacing-xs);
}

.container-motion-1aed 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);
}

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

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

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

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

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

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

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

.current_b56d .article_dim_2fd5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.secondary-tall-15df {
    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);
}

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

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

.secondary-tall-15df p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.secondary-tall-15df .article_dim_2fd5 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.secondary-tall-15df .article_dim_2fd5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hard-8f7c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hard-8f7c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hard-8f7c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .solid_f5a0 {
        justify-content: center;
    }
    
    .dirty_5fd6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .frame-fb2b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .clean_a520 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gallery_c5a1 {
        padding: var(--md-spacing-md);
    }
    
    .description-warm-7c7b {
        padding: var(--md-spacing-md) 0;
    }
    
    .hidden_green_114b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .secondary-tall-15df {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .info_rough_258f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gallery_c5a1 {
        padding: var(--md-spacing-sm);
    }
    
    .column_2deb {
        padding: var(--md-spacing-md);
    }
    
    .hidden_green_114b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.column_2deb,
.hidden_green_114b,
.secondary-tall-15df {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.selected_30ac {
    font-size: 1.5rem;
}

.huge_a6f0 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.paragraph-7889 {
    padding: 30px 0;
}

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

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

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

.blue-6a15 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.blue-6a15 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.hidden-2706 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.lower_7b2a.outline_c225 .logo_c440 {
    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); }
}

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

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

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

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

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

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

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

.banner_045e {
    font-size: 1.2rem;
}

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

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

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

.backdrop-active-1bc3 {
    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;
}

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

.backdrop-active-1bc3.overlay-4382::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.backdrop-active-1bc3.disabled_hovered_229a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.backdrop-active-1bc3.overlay_bc69::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.backdrop-active-1bc3.next_65db::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.panel_abea {
    font-size: 1.2rem;
}

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

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

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

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

.detail_d586.plasma_f434 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.detail_d586.fn-active-3565 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.footer-brown-f0eb {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.tabs_d5f4 { border-top: 3px solid #00ccff; }
.breadcrumb_ac49 { border-top: 3px solid #00ff88; }
.modal_plasma_001a { border-top: 3px solid #d4af37; }
.slow-e18a { border-top: 3px solid #ff6b6b; }
.modal_advanced_44ea { border-top: 3px solid #8b5cf6; }

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

.footer-9f1c {
    overflow-x: auto;
}

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

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

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

.top-6573 td {
    color: #ccc;
}

.top-6573 .element-1a40 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.highlight-stone-b67a {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.gradient_cfd5 {
    font-size: 2rem;
}

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

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

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

.hovered-9cc9 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal_iron_43d2 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.info-stone-4b39 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.notice-8a48 strong {
    color: #fff;
    display: block;
}

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

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

.container-2684 .frame-outer-1d01 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.fresh_76a9 .popup_cca7 {
    margin-bottom: 10px;
}

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

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

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

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

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

.carousel-action-68ec 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 */
.tall-74ed {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-8c33 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.disabled-liquid-cd5b {
    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;
}

.footer-8c33 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.cold-4e2b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.cold-4e2b span {
    color: #666;
    font-size: 0.8rem;
}

.cold-4e2b a {
    color: #ff6b6b;
}

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

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

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

.gradient_advanced_e5ce {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-d00c.list-e60c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.stale-4b6b {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .grid-lower-f3d4 {
        flex-direction: column;
    }
    .old-1e56 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.black-294f .info-00a2 {
    color: #666;
    margin: 0 8px;
}

.black-294f .background_a5f6 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.smooth-543c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.box-857d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.thumbnail_8819 {
    font-size: 2rem;
}

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

.detail_1308 strong {
    color: #d4af37;
}

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

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

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

.footer-7d97 h3,
.thick_c6c6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.label-9a57 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.right-12c4 strong {
    color: #00ff88;
}

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

.progress-down-6440 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.bronze-896a strong {
    color: #d4af37;
}

.texture-84e5 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-thick-6b60 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.nav-thick-6b60 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;
}

.nav-thick-6b60 li strong {
    color: #00ff88;
}

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

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

.tall-923a {
    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;
}

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

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

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

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

.surface_d0c8 strong {
    color: #d4af37;
}

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

.top-0af2 {
    color: #888;
    font-size: 0.9rem;
}

.top-0af2 strong {
    color: #00ff88;
}

.top-0af2 span {
    color: #d4af37;
}

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

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

.title-yellow-c55f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.detail-basic-84b6 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.active-00f9 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-black-25a0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.progress-black-25a0 li {
    margin-bottom: 5px;
}

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

.progress-black-25a0 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.border-simple-09e0 {
    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;
}

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

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

.grid_pink_e5ce strong {
    color: #00ff88;
}

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

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

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

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

.progress-short-8a05 {
    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;
}

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

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

@media (max-width: 768px) {
    .caption_purple_6193 {
        flex-direction: column;
    }
    
    .progress-short-8a05 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .secondary-4366 {
        padding: 30px 15px;
    }
    
    .secondary-4366 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .simple_6567 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .background-next-949b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .article-east-4812 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .article-east-4812 .gas-b142 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .link_steel_5deb {
        font-size: 1.3rem;
    }
    
    .sidebar_46d5 {
        font-size: 0.7rem;
    }
    
    .alert_gas_7dad {
        flex-direction: column;
        gap: 10px;
    }
    
    .alert_gas_7dad .article_dim_2fd5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .logo-iron-6f75 {
        display: none;
    }
    
    .active_311f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pattern-prev-669c {
        padding: 20px 10px;
    }
    
    .title-yellow-c55f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav_under_7204,
    .filter-3e67 {
        padding: 15px;
    }
    
    .accordion-6315 {
        flex-direction: column;
        gap: 5px;
    }
    
    .outline_advanced_0b48 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .next-17d9 {
        padding: 30px 10px;
    }
    
    .tabs_steel_2217 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .steel_5760 {
        padding: 20px 15px;
    }
    
    .blue-041a {
        font-size: 2rem;
    }
    
    .steel_5760 h3 {
        font-size: 1.1rem;
    }
    
    .steel_5760 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .pagination_huge_9225 {
        padding: 20px 10px;
    }
    
    .solid_011c h2 {
        font-size: 1.3rem;
    }
    
    .container_selected_76f7 {
        font-size: 0.9rem;
    }
    
    .menu_plasma_4417 h3 {
        font-size: 1.1rem;
    }
    
    .menu_plasma_4417 p {
        font-size: 0.9rem;
    }
    
    .nav-thick-6b60 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fluid-d568 {
        grid-template-columns: 1fr;
    }
    
    .surface_d0c8 {
        font-size: 0.85rem;
    }
    
    .tooltip-8a9c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tall-923a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tall-923a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .red_24e3 {
        padding: 30px 10px;
    }
    
    .copper-2e7a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dark-f1f2 {
        padding: 15px 10px;
    }
    
    .dark-f1f2 h4 {
        font-size: 0.9rem;
    }
    
    .dark-f1f2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .input_1b8e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .copper-2e7a {
        grid-template-columns: 1fr;
    }
    
    .dark-f1f2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pressed-4d5d {
        padding: 30px 10px;
    }
    
    .caption_medium_5858 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo-a67e {
        padding: 15px;
    }
    
    .article-tall-1a17 {
        font-size: 0.9rem;
    }
    
    .detail_hard_4cf8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .detail_hard_4cf8 .container_lite_2fe6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .main-dark-5a3c {
        padding: 30px 10px;
    }
    
    .main-dark-5a3c h2 {
        font-size: 1.2rem;
    }
    
    .middle_b611 {
        gap: 10px;
    }
    
    .tiny-cbcb summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tiny-cbcb p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .warm_b78d {
        padding: 30px 10px;
    }
    
    .warm_b78d h2 {
        font-size: 1.2rem;
    }
    
    .sidebar_ed9d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-b458 {
        padding: 15px 10px;
    }
    
    .frame-b458 h4 {
        font-size: 0.85rem;
    }
    
    .frame-b458 p {
        font-size: 0.75rem;
    }
    
    .silver-8817 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notice-gold-7283 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .image_warm_6556 {
        padding: 20px 10px;
    }
    
    .progress_north_8a58 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .cool-daea,
    .footer-8c33,
    .cold-4e2b {
        width: 100%;
    }
    
    .cool-daea h3 {
        font-size: 1.1rem;
    }
    
    .cool-daea p {
        font-size: 0.8rem;
    }
    
    .disabled-liquid-cd5b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail-clean-f43d {
        padding: 30px 15px;
    }
    
    .thumbnail-clean-f43d h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail-clean-f43d p {
        font-size: 0.85rem;
    }
    
    .hard-5556 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hard-5556 .article_dim_2fd5 {
        width: 100%;
    }
    
    .box-cold-9c38 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .element-down-ad0d {
        padding: 30px 15px;
    }
    
    .picture_wood_5455 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .breadcrumb-stone-75c1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .status_wide_9af4 h4 {
        font-size: 0.9rem;
    }
    
    .status_wide_9af4 a {
        font-size: 0.8rem;
    }
    
    .warm_8be0 {
        font-size: 0.8rem;
    }
    
    .background_copper_3189 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .carousel-stale-64f1 {
        padding: 8px 10px;
    }
    
    .container_dirty_334b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .item-8118 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .container_dirty_334b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .item-8118 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6fc2 */
.ghost-box-e9 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
