/* Inner Page Styles */

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

.paper-3cdf 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);
}

.paper-3cdf 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);
}

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

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

.wood_8aa1 .breadcrumb-b60e {
    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;
}

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

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

.wood_8aa1 .breadcrumb-b60e:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-9f6e {
    color: var(--casino-gold-light);
}

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

.progress-9f6e a:hover {
    color: var(--casino-gold-light);
}

.progress-9f6e.fn-active-8a3e {
    color: var(--casino-gold-light);
}

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

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

.module-0c92 {
    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);
}

.module-0c92 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-3131:hover::before {
    left: 100%;
}

.section-3131 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;
}

.section-3131 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;
}

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

.section-3131 .avatar_black_87c5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.form-red-451d {
    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);
}

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

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

.form-red-451d p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.form-red-451d .avatar_black_87c5 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.form-red-451d .avatar_black_87c5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .paper-3cdf {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .paper-3cdf h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .paper-3cdf h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .wood_8aa1 {
        justify-content: center;
    }
    
    .secondary-ae64 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .active-b33e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .short_05f9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .module-0c92 {
        padding: var(--md-spacing-md);
    }
    
    .mini_bfc2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .aside_ed48 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .form-red-451d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .large_ff04 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .module-0c92 {
        padding: var(--md-spacing-sm);
    }
    
    .feature-action-ad59 {
        padding: var(--md-spacing-md);
    }
    
    .aside_ed48 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.feature-action-ad59,
.aside_ed48,
.form-red-451d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.main-tiny-7d6e {
    font-size: 1.5rem;
}

.filter_cold_0d9d strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .active-south-2d98 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .hard_d797 {
        margin-left: 0;
    }
}

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

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

.badge-plasma-46bf {
    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;
}

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

.badge-plasma-46bf ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.badge-plasma-46bf li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.huge_45f3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.static_74de.bronze_9cee .green-579a {
    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); }
}

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

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

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

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

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

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

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

.mask_easy_7185 {
    font-size: 1.2rem;
}

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

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

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

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

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

.list_db2a.thick-97c1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.list_db2a.carousel_302e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list_db2a.link-west-dab0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.list_db2a.surface_thick_65ac::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.red_c92a {
    font-size: 1.2rem;
}

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

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

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

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

.detail_bright_18b1.last_8231 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.detail_bright_18b1.fn-active-8a3e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.nav-pressed-f21d {
    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;
}

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

.nav-pressed-f21d.icon_simple_736a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.filter_thick_701f { border-top: 3px solid #00ccff; }
.pattern_1b48 { border-top: 3px solid #00ff88; }
.preview-next-37b2 { border-top: 3px solid #d4af37; }
.advanced_08bf { border-top: 3px solid #ff6b6b; }
.card_a3b7 { border-top: 3px solid #8b5cf6; }

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

.avatar_out_c8b1 {
    overflow-x: auto;
}

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

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

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

.tertiary-lower-cef9 td {
    color: #ccc;
}

.tertiary-lower-cef9 .carousel_7815 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.tertiary-lower-cef9 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.frame-lite-9253 {
    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;
}

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

.gallery-white-fd69 {
    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;
}

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

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

.hovered_68d8 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

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

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

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

.warm_e7f5 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.silver-7e4d {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.lite_d848 {
    font-size: 1.5rem;
}

.outline-easy-9dbd {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.new-6aa2 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.panel_9c75 .shadow-f1e4 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-621f {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.avatar-621f span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.short_871c a {
    color: #ff6b6b;
}

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

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

.text-stone-9dbf {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.preview-e3f7 {
    text-align: center;
}

.preview-e3f7 .complex-48fd {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.preview-e3f7 .hovered-1ba4 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.active-light-beb0 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-230a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.silver-1361 .focused-5b77 {
    color: #666;
    margin: 0 8px;
}

.silver-1361 .label_7a03 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.thick_8d09 {
    font-size: 2rem;
}

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

.chip-9b10 strong {
    color: #d4af37;
}

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

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

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

.wide-de6b h3,
.over-88bb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.fresh_93c8 strong {
    color: #00ff88;
}

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

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

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

.photo-lower-2742 h3,
.title-bottom-eb01 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.dropdown-large-98f8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.article-dim-988b summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.article-dim-988b summary::-webkit-details-marker {
    display: none;
}

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

.banner-copper-b235 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.modal_fresh_1948 strong {
    color: #d4af37;
}

.section-copper-f6c8 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tag-6731 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.tag-6731 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;
}

.tag-6731 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.text_small_ceba strong {
    color: #d4af37;
}

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

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

.overlay_middle_ddf9 strong {
    color: #00ff88;
}

.overlay_middle_ddf9 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wood-014d {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary_simple_6f3b strong {
    color: #00ff88;
}

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

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

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

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

.tag-4c1a {
    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;
}

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

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

@media (max-width: 768px) {
    .right_feb4 {
        flex-direction: column;
    }
    
    .tag-4c1a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

.photo-wood-797d .dynamic_6c4f {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .outline-fd55 {
        padding: 30px 15px;
    }
    
    .outline-fd55 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .disabled-dynamic-8239 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .thumbnail-outer-76da {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus_beb3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus_beb3 .pro-d8b7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .glass-3e33 {
        font-size: 1.3rem;
    }
    
    .sidebar_45de {
        font-size: 0.7rem;
    }
    
    .next-717d {
        flex-direction: column;
        gap: 10px;
    }
    
    .next-717d .avatar_black_87c5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .column-8b0e {
        display: none;
    }
    
    .basic_271f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .video-ccd0 {
        padding: 20px 10px;
    }
    
    .outline_0ec5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .popup-rough-2f8b,
    .detail_hard_c610 {
        padding: 15px;
    }
    
    .gold_8f21 {
        flex-direction: column;
        gap: 5px;
    }
    
    .white_7e3a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .header-plasma-6f87 {
        padding: 30px 10px;
    }
    
    .notice_3e29 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-static-3fbe {
        padding: 20px 15px;
    }
    
    .tooltip-old-8a74 {
        font-size: 2rem;
    }
    
    .layout-static-3fbe h3 {
        font-size: 1.1rem;
    }
    
    .layout-static-3fbe p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .progress-fixed-a857 {
        padding: 20px 5px;
    }
    
    .progress-fixed-a857 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .notification-57d1 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tertiary-lower-cef9 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tertiary-lower-cef9 th,
    .tertiary-lower-cef9 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .outer-c325 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .widget-tall-9b86 {
        padding: 20px 10px;
    }
    
    .accent_8d09 h2 {
        font-size: 1.3rem;
    }
    
    .mini-d64f {
        font-size: 0.9rem;
    }
    
    .silver-81fd h3 {
        font-size: 1.1rem;
    }
    
    .silver-81fd p {
        font-size: 0.9rem;
    }
    
    .tag-6731 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .feature_37a4 {
        grid-template-columns: 1fr;
    }
    
    .text_small_ceba {
        font-size: 0.85rem;
    }
    
    .list-upper-1db5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary-hovered-c571 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tertiary-hovered-c571 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .steel-44c0 {
        padding: 30px 10px;
    }
    
    .label-4b43 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside-91aa {
        padding: 15px 10px;
    }
    
    .aside-91aa h4 {
        font-size: 0.9rem;
    }
    
    .aside-91aa p {
        font-size: 0.75rem;
        display: none;
    }
    
    .description_east_4f70 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .label-4b43 {
        grid-template-columns: 1fr;
    }
    
    .aside-91aa p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .widget_e6bb {
        padding: 30px 10px;
    }
    
    .gas-7d8d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .soft_9eed {
        padding: 15px;
    }
    
    .column_0081 {
        font-size: 0.9rem;
    }
    
    .heading-bafc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .heading-bafc .input-under-014d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .list_copper_9f79 {
        padding: 30px 10px;
    }
    
    .list_copper_9f79 h2 {
        font-size: 1.2rem;
    }
    
    .fresh-4bb6 {
        gap: 10px;
    }
    
    .chip-8b05 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .chip-8b05 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .modal_lower_e7ff {
        padding: 30px 10px;
    }
    
    .modal_lower_e7ff h2 {
        font-size: 1.2rem;
    }
    
    .notification_smooth_9efe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar_fea7 {
        padding: 15px 10px;
    }
    
    .sidebar_fea7 h4 {
        font-size: 0.85rem;
    }
    
    .sidebar_fea7 p {
        font-size: 0.75rem;
    }
    
    .overlay-motion-8d9f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .paragraph-center-47ed {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .simple_6ad6 {
        padding: 20px 10px;
    }
    
    .hover_steel_e7f4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .description_616a,
    .avatar-621f,
    .short_871c {
        width: 100%;
    }
    
    .description_616a h3 {
        font-size: 1.1rem;
    }
    
    .description_616a p {
        font-size: 0.8rem;
    }
    
    .table_b119 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .notification_0238 {
        padding: 30px 15px;
    }
    
    .nav_eeea {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .bottom-c672 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .photo-light-efcb h4 {
        font-size: 0.9rem;
    }
    
    .photo-light-efcb a {
        font-size: 0.8rem;
    }
    
    .widget_4c58 {
        font-size: 0.8rem;
    }
    
    .caption-large-5570 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .feature_dd32 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .list_static_8741 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: aa6a */
.shadow-element-o3 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
