/* Inner Page Styles */

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

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

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

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

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

.tag_rough_d33d .gold-f812 {
    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;
}

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

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

.tag_rough_d33d .gold-f812:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh_b714.fn-active-5135 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.notification-east-537c {
    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);
}

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

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

.notification-east-537c p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

.form-848d {
    padding: var(--md-spacing-md) 0;
}

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

.mini_fc81 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 */
.aside-thick-2b64 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aside-thick-2b64 li {
    margin-bottom: var(--md-spacing-xs);
}

.aside-thick-2b64 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);
}

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

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

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

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

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

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

.feature_dim_c9b3 .logo-clean-320e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.feature_dim_c9b3 .logo-clean-320e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.tertiary-fixed-0184 {
    margin-top: var(--md-spacing-sm);
}

.input-cold-eac8 {
    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);
}

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

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

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

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

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

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

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

.accent_4811 .logo-clean-320e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.accent_4811 .logo-clean-320e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .orange-0728 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .orange-0728 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .orange-0728 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tag_rough_d33d {
        justify-content: center;
    }
    
    .sidebar_prev_4c9b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .block-f0ba {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .filter-32bb {
        padding: var(--md-spacing-md) 0;
    }
    
    .dim_72ea {
        padding: var(--md-spacing-md);
    }
    
    .panel-24b3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .mini_fc81 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .accent_4811 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .card_out_a882 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .dim_72ea {
        padding: var(--md-spacing-sm);
    }
    
    .notification-east-537c {
        padding: var(--md-spacing-md);
    }
    
    .mini_fc81 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.notification-east-537c,
.mini_fc81,
.accent_4811 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.background-up-b711::-webkit-scrollbar {
    width: 8px;
}

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

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

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

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

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

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

.box-motion-53c5 {
    font-size: 1.5rem;
}

.purple_8914 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.nav-17ff {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-d512 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.secondary-wide-e381 {
    text-align: center;
    margin-bottom: 30px;
}

.aside-warm-8d34 {
    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;
}

.aside-warm-8d34.gallery-simple-4e27 .yellow-8205 {
    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); }
}

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

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

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

.disabled-red-9c02 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disabled-red-9c02 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;
}

.disabled-red-9c02 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);
}

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

.gold-1282 {
    font-size: 1.2rem;
}

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

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

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

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

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

.shadow_f9fd.section_hard_6fad::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.shadow_f9fd.box-9aa5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shadow_f9fd.dim-4047::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.shadow_f9fd.large_4b7c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.heading_21b3 {
    font-size: 1.2rem;
}

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

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

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

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

.rough_aab3.dropdown-602b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.rough_aab3.fn-active-5135 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.tabs-cool-a55d {
    color: #666;
    font-size: 0.8rem;
}

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

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

.picture-motion-14b2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.menu-6c2e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.block_4c37 { border-top: 3px solid #00ccff; }
.down-4ad1 { border-top: 3px solid #00ff88; }
.light_11ca { border-top: 3px solid #d4af37; }
.carousel-outer-49d3 { border-top: 3px solid #ff6b6b; }
.status-af02 { border-top: 3px solid #8b5cf6; }

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

.texture-glass-732c {
    overflow-x: auto;
}

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

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

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

.modal_stale_a545 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.hover-577d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .pattern-out-6d12 {
        grid-template-columns: 1fr;
    }
}

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

.copper-1e79 {
    font-size: 2rem;
}

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

.tertiary-pressed-5e8b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.focus-hot-452a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block-6a56 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.cool_ae21 {
    font-size: 1.5rem;
}

.detail-outer-add3 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.footer-af34 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.summary_4b9e .shade_f7bf {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-5047 a {
    color: #ff6b6b;
}

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

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

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

.mask_wood_e51a {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion-00aa {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.secondary-679e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.section-hovered-19ed {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .disabled-dirty-3058 {
        flex-direction: column;
    }
    .section-hovered-19ed {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.nav_dc42 .search-rough-579b {
    color: #666;
    margin: 0 8px;
}

.nav_dc42 .frame_e36e {
    color: #ff6b6b;
    text-decoration: line-through;
}

.status-bright-a55b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.pattern-clean-e526 {
    font-size: 2rem;
}

.image-up-5d8c {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.image-up-5d8c strong {
    color: #d4af37;
}

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

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

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

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

.section-dim-e445 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.hovered-c70a strong {
    color: #00ff88;
}

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

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

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

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

.hard-183e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.picture-62ee summary::-webkit-details-marker {
    display: none;
}

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

.shade-22ed {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.image_5d96 strong {
    color: #d4af37;
}

.bottom_da46 {
    color: #aaa;
}

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

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

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

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

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

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

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

.wood-d366:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.dim_38ab li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.stale_917d strong {
    color: #d4af37;
}

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

.tabs-liquid-593b {
    color: #888;
    font-size: 0.9rem;
}

.tabs-liquid-593b strong {
    color: #00ff88;
}

.tabs-liquid-593b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.avatar-fluid-ac76 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.secondary_9714 {
    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-13b2 {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

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

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

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

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

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

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

.pagination-tiny-3529 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-tiny-3529 li {
    margin-bottom: 5px;
}

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

.pagination-tiny-3529 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

.secondary-motion-cf0f {
    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;
}

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

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

@media (max-width: 768px) {
    .filter_497f {
        flex-direction: column;
    }
    
    .secondary-motion-cf0f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .dropdown-e450 {
        padding: 30px 15px;
    }
    
    .dropdown-e450 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .icon-6194 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .search-north-81bc {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .texture-south-0a70 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture-south-0a70 .surface_5151 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .module_pro_2b2e {
        font-size: 1.3rem;
    }
    
    .overlay-fast-d147 {
        font-size: 0.7rem;
    }
    
    .component-stale-a95a {
        flex-direction: column;
        gap: 10px;
    }
    
    .component-stale-a95a .logo-clean-320e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .panel-dim-4e34 {
        display: none;
    }
    
    .image_d74c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .short_0777 {
        padding: 20px 10px;
    }
    
    .narrow-1841 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .block-fresh-9634,
    .sidebar-5540 {
        padding: 15px;
    }
    
    .avatar-fluid-ac76 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hot_4efe {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .modal_full_3d3c {
        padding: 30px 10px;
    }
    
    .stone_9866 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video_fast_1f38 {
        padding: 20px 15px;
    }
    
    .highlight-paper-ce11 {
        font-size: 2rem;
    }
    
    .video_fast_1f38 h3 {
        font-size: 1.1rem;
    }
    
    .video_fast_1f38 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .over-a24e {
        padding: 20px 5px;
    }
    
    .over-a24e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .wrapper_4927 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .modal_stale_a545 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .modal_stale_a545 th,
    .modal_stale_a545 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .red-54e1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .secondary-bright-90d6 {
        padding: 20px 10px;
    }
    
    .fluid_a09f h2 {
        font-size: 1.3rem;
    }
    
    .copper_3683 {
        font-size: 0.9rem;
    }
    
    .wood-d366 h3 {
        font-size: 1.1rem;
    }
    
    .wood-d366 p {
        font-size: 0.9rem;
    }
    
    .dim_38ab li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .highlight_hovered_7a6a {
        grid-template-columns: 1fr;
    }
    
    .stale_917d {
        font-size: 0.85rem;
    }
    
    .thumbnail-bright-a620 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thick-f091 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .thick-f091 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .primary-old-7f28 {
        padding: 30px 10px;
    }
    
    .bottom-8c4d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery-easy-5116 {
        padding: 15px 10px;
    }
    
    .gallery-easy-5116 h4 {
        font-size: 0.9rem;
    }
    
    .gallery-easy-5116 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .carousel-center-2f24 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .bottom-8c4d {
        grid-template-columns: 1fr;
    }
    
    .gallery-easy-5116 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .nav-slow-429d {
        padding: 30px 10px;
    }
    
    .gold-37ea {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .glass-47fe {
        padding: 15px;
    }
    
    .secondary_pink_fbd6 {
        font-size: 0.9rem;
    }
    
    .status_hard_8b51 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .status_hard_8b51 .stale-6960 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .inner-074e {
        padding: 30px 10px;
    }
    
    .inner-074e h2 {
        font-size: 1.2rem;
    }
    
    .sort-gas-51e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture-f560 {
        padding: 15px 10px;
    }
    
    .texture-f560 h4 {
        font-size: 0.85rem;
    }
    
    .texture-f560 p {
        font-size: 0.75rem;
    }
    
    .detail-focused-3a5e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .top-392d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .sort-gas-51e6 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .over_1cca {
        padding: 20px 10px;
    }
    
    .red-8206 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .highlight_bronze_9bbf,
    .light_1e6d,
    .shade-5047 {
        width: 100%;
    }
    
    .highlight_bronze_9bbf h3 {
        font-size: 1.1rem;
    }
    
    .highlight_bronze_9bbf p {
        font-size: 0.8rem;
    }
    
    .dim-5689 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .description-2f0c {
        padding: 30px 15px;
    }
    
    .description-2f0c h2 {
        font-size: 1.3rem;
    }
    
    .description-2f0c p {
        font-size: 0.85rem;
    }
    
    .mini-d6fc {
        flex-direction: column;
        gap: 10px;
    }
    
    .mini-d6fc .logo-clean-320e {
        width: 100%;
    }
    
    .overlay_medium_f3b9 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .logo-hard-8aca {
        padding: 30px 15px;
    }
    
    .border_hard_3a8a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .label-07aa {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .old_0438 h4 {
        font-size: 0.9rem;
    }
    
    .old_0438 a {
        font-size: 0.8rem;
    }
    
    .wrapper-561b {
        font-size: 0.8rem;
    }
    
    .primary-7427 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .paragraph_f624 {
        padding: 8px 10px;
    }
    
    .picture-upper-9b1b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .text-ef2e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .picture-upper-9b1b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .text-ef2e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: fd90 */
.promo-block-t7 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
