/* Inner Page Styles */

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

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

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

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

.sort-clean-a2c4 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.sort-clean-a2c4 .container_06b7 {
    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;
}

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

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

.sort-clean-a2c4 .container_06b7:hover::before {
    left: 100%;
}

.sort-clean-a2c4 .container_06b7:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.layout-steel-dd10 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.heading-plasma-e7fc {
    color: var(--casino-gold-light);
}

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

.heading-plasma-e7fc a:hover {
    color: var(--casino-gold-light);
}

.heading-plasma-e7fc.fn-active-9664 {
    color: var(--casino-gold-light);
}

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

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

.breadcrumb-hard-2fa6 {
    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);
}

.breadcrumb-hard-2fa6 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_cold_84a7 .message-glass-7f53 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.nav_cold_84a7 .message-glass-7f53:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.action_fc8b .message-glass-7f53 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.action_fc8b .message-glass-7f53:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .popup_lower_1b58 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .popup_lower_1b58 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .popup_lower_1b58 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .sort-clean-a2c4 {
        justify-content: center;
    }
    
    .feature_2888 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .carousel-rough-9137 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .avatar_0be7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .breadcrumb-hard-2fa6 {
        padding: var(--md-spacing-md);
    }
    
    .wide-63fc {
        padding: var(--md-spacing-md) 0;
    }
    
    .media_9746 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .action_fc8b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .steel_fc70 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .breadcrumb-hard-2fa6 {
        padding: var(--md-spacing-sm);
    }
    
    .texture_bronze_90e9 {
        padding: var(--md-spacing-md);
    }
    
    .media_9746 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.texture_bronze_90e9,
.media_9746,
.action_fc8b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.texture-15e4::-webkit-scrollbar {
    width: 8px;
}

.texture-15e4::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.cold-495a {
    font-size: 1.5rem;
}

.aside-82c5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.steel_e093 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.dropdown-16c6 {
    text-align: center;
    margin-bottom: 30px;
}

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

.pink_7287.easy-d869 .caption_259f {
    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); }
}

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

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

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

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

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

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

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

.gallery_5212 {
    font-size: 1.2rem;
}

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

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

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

.widget-5ff7 {
    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;
}

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

.widget-5ff7.nav-tall-56cd::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.widget-5ff7.fixed-139e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.widget-5ff7.overlay_rough_8285::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.widget-5ff7.detail_18c8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gold-2eaf {
    font-size: 1.2rem;
}

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

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

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

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

.texture_a37a.south-36c1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.texture_a37a.fn-active-9664 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-5886 { border-top: 3px solid #00ccff; }
.info-35d6 { border-top: 3px solid #00ff88; }
.caption_b6bd { border-top: 3px solid #d4af37; }
.focused_ff57 { border-top: 3px solid #ff6b6b; }
.blue_c416 { border-top: 3px solid #8b5cf6; }

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

.column_lite_0bf6 {
    overflow-x: auto;
}

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

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

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

.layout_aa97 td {
    color: #ccc;
}

.layout_aa97 .icon-over-6718 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.input-bright-ec48 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tooltip-short-41a2 {
        grid-template-columns: 1fr;
    }
}

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

.sidebar_orange_7f7a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.gradient-wide-a5fe {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.button_1cbc {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.pattern-basic-c7c7 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.action-03c0 .breadcrumb_red_b885 {
    margin-bottom: 10px;
}

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

.action-03c0 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.fluid-19be {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.shade-976b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.form-1a17 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.texture-318e {
    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;
}

.form-1a17 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.summary-577d span {
    color: #666;
    font-size: 0.8rem;
}

.summary-577d a {
    color: #ff6b6b;
}

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

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

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

.container_wide_ee80 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.badge-96a3 {
    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;
}

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

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

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

.backdrop-08b1 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .outer_0921 {
        flex-direction: column;
    }
    .simple-022a {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.gallery_dim_7a82 .yellow_f63c {
    color: #666;
    margin: 0 8px;
}

.gallery_dim_7a82 .accordion_smooth_dc4e {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.hidden-silver-a181 {
    font-size: 2rem;
}

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

.module_4a84 strong {
    color: #d4af37;
}

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

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

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

.picture-active-ec56 h3,
.list-81bb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.inner-64ae {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bronze-0890 strong {
    color: #00ff88;
}

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

.status-white-ce30 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

.modal-mini-f4fb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.short_4b2b strong {
    color: #d4af37;
}

.shadow-ef8e {
    color: #aaa;
}

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

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

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

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

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

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

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

.footer-885d:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-88d9 strong {
    color: #d4af37;
}

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

.border-7d93 {
    color: #888;
    font-size: 0.9rem;
}

.border-7d93 strong {
    color: #00ff88;
}

.border-7d93 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.content-lower-1cb7 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.status-15b7 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.component-gold-54af {
    color: #999;
    font-size: 0.85rem;
}

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

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

.disabled-18ed {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.disabled-18ed li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-up-4363 {
    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;
}

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

.in_9e3f strong {
    color: #00ff88;
}

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

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

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

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

.highlight-left-a80a {
    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;
}

.form-north-69cf {
    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;
}

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

@media (max-width: 768px) {
    .wrapper-d51f {
        flex-direction: column;
    }
    
    .highlight-left-a80a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .shadow_over_9bc4 {
        padding: 30px 15px;
    }
    
    .shadow_over_9bc4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .plasma-28a0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .middle-6c99 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .thumbnail-stale-e217 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail-stale-e217 .action_bae5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .status-9402 {
        font-size: 1.3rem;
    }
    
    .list_118c {
        font-size: 0.7rem;
    }
    
    .thumbnail-east-2f33 {
        flex-direction: column;
        gap: 10px;
    }
    
    .thumbnail-east-2f33 .message-glass-7f53 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .title_9094 {
        display: none;
    }
    
    .notification-c697 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .content_bronze_9bb5 {
        padding: 20px 10px;
    }
    
    .tertiary-5198 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tall_8786,
    .block-9a49 {
        padding: 15px;
    }
    
    .hidden_center_6f44 {
        flex-direction: column;
        gap: 5px;
    }
    
    .breadcrumb_stale_dff4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .detail-medium-b04a {
        padding: 30px 10px;
    }
    
    .middle-d996 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section_clean_ba5d {
        padding: 20px 15px;
    }
    
    .secondary_0484 {
        font-size: 2rem;
    }
    
    .section_clean_ba5d h3 {
        font-size: 1.1rem;
    }
    
    .section_clean_ba5d p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .large-9596 {
        padding: 20px 5px;
    }
    
    .large-9596 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .surface-ebf5 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .layout_aa97 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .layout_aa97 th,
    .layout_aa97 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .shade-copper-0c3e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .row_ce80 {
        padding: 20px 10px;
    }
    
    .summary_1310 h2 {
        font-size: 1.3rem;
    }
    
    .focused-471e {
        font-size: 0.9rem;
    }
    
    .footer-885d h3 {
        font-size: 1.1rem;
    }
    
    .footer-885d p {
        font-size: 0.9rem;
    }
    
    .action_3d23 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .logo_8a4f {
        grid-template-columns: 1fr;
    }
    
    .module-88d9 {
        font-size: 0.85rem;
    }
    
    .element_cb8c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo-f9aa {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .photo-f9aa strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .description_f292 {
        padding: 30px 10px;
    }
    
    .main_simple_2681 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_upper_1fd7 {
        padding: 15px 10px;
    }
    
    .active_upper_1fd7 h4 {
        font-size: 0.9rem;
    }
    
    .active_upper_1fd7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .bright_04f6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .main_simple_2681 {
        grid-template-columns: 1fr;
    }
    
    .active_upper_1fd7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .description-ecba {
        padding: 30px 10px;
    }
    
    .list_0e59 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article_selected_5732 {
        padding: 15px;
    }
    
    .outline-prev-27d6 {
        font-size: 0.9rem;
    }
    
    .summary_action_e7ae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .summary_action_e7ae .yellow-4a42 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .top_8a26 {
        padding: 30px 10px;
    }
    
    .top_8a26 h2 {
        font-size: 1.2rem;
    }
    
    .gradient_full_b437 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cool-8483 {
        padding: 15px 10px;
    }
    
    .cool-8483 h4 {
        font-size: 0.85rem;
    }
    
    .cool-8483 p {
        font-size: 0.75rem;
    }
    
    .south-eb7a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .soft-a627 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .card_current_3bb1 {
        padding: 20px 10px;
    }
    
    .mask_over_5e31 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .smooth-9a4e,
    .form-1a17,
    .summary-577d {
        width: 100%;
    }
    
    .smooth-9a4e h3 {
        font-size: 1.1rem;
    }
    
    .smooth-9a4e p {
        font-size: 0.8rem;
    }
    
    .texture-318e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .row_fluid_4be5 {
        padding: 30px 15px;
    }
    
    .row_fluid_4be5 h2 {
        font-size: 1.3rem;
    }
    
    .row_fluid_4be5 p {
        font-size: 0.85rem;
    }
    
    .next-643b {
        flex-direction: column;
        gap: 10px;
    }
    
    .next-643b .message-glass-7f53 {
        width: 100%;
    }
    
    .progress-3318 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .full_6c1b {
        padding: 30px 15px;
    }
    
    .avatar_east_3588 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tag-pink-bc23 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .static-ca25 h4 {
        font-size: 0.9rem;
    }
    
    .static-ca25 a {
        font-size: 0.8rem;
    }
    
    .focused_aa7b {
        font-size: 0.8rem;
    }
    
    .caption-soft-efc1 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .section-80be {
        padding: 8px 10px;
    }
    
    .prev_95fe {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .sort_21ae {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .prev_95fe {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .sort_21ae {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1d8b */
.promo-block-f6 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
