/* Inner Page Styles */

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

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

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

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

.action-5b64 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.action-5b64 .popup-7c6b {
    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;
}

.action-5b64 .popup-7c6b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.action-5b64 .popup-7c6b:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.action-5b64 .popup-7c6b:hover::before {
    left: 100%;
}

.action-5b64 .popup-7c6b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.disabled-clean-8503 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_paper_8b76.fn-active-ed80 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-prev-d1ac:hover::before {
    left: 100%;
}

.widget-prev-d1ac 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;
}

.widget-prev-d1ac 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;
}

.widget-prev-d1ac .pattern_7edd {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.widget-prev-d1ac .pattern_7edd:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.component-4ff4 {
    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);
}

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

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

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

.accent_current_77e5 {
    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_current_77e5:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

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

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

.accent_current_77e5 .pattern_7edd {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.accent_current_77e5 .pattern_7edd:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .column_lower_dc9b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .column_lower_dc9b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .column_lower_dc9b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .action-5b64 {
        justify-content: center;
    }
    
    .thumbnail_f9d2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .notice-focused-73f7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .popup-gold-fc10 {
        padding: var(--md-spacing-md) 0;
    }
    
    .icon_hard_9f78 {
        padding: var(--md-spacing-md);
    }
    
    .message_south_ca5b {
        padding: var(--md-spacing-md) 0;
    }
    
    .chip_48ae {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .accent_current_77e5 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .notification-full-3e1f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .icon_hard_9f78 {
        padding: var(--md-spacing-sm);
    }
    
    .black_bd73 {
        padding: var(--md-spacing-md);
    }
    
    .chip_48ae {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.black_bd73,
.chip_48ae,
.accent_current_77e5 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.wide-769a {
    font-size: 1.5rem;
}

.fluid-290b strong {
    color: #00ff88;
}

.slider-cold-3fd3 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .container_15e4 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .slider-cold-3fd3 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.action-0f81 {
    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;
}

.action-0f81 strong {
    color: #00ff88;
}

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

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

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

.preview-basic-8a1c {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.slider-current-c2d8::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;
}

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

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

.nav_basic_0a93.chip-east-062a .row-11ed {
    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); }
}

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

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

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

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

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

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

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

.detail-1610 {
    font-size: 1.2rem;
}

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

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

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

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

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

.label_fast_9441.avatar-last-e132::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.label_fast_9441.pink-b548::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label_fast_9441.wide_c650::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.label_fast_9441.paper-2f4f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tertiary_small_7ee7 {
    font-size: 1.2rem;
}

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

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

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

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

.widget_soft_c98c.down_7b8f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.widget_soft_c98c.fn-active-ed80 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.photo-7d80 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.info-stale-6781 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.purple-28c4 {
    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;
}

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

.purple-28c4.current_69d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.slider_dark_af3f { border-top: 3px solid #00ccff; }
.carousel_ee5b { border-top: 3px solid #00ff88; }
.warm-a3e6 { border-top: 3px solid #d4af37; }
.blue_70f2 { border-top: 3px solid #ff6b6b; }
.down-27bc { border-top: 3px solid #8b5cf6; }

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

.focused-225e {
    overflow-x: auto;
}

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

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

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

.surface_8be8 td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .border-last-409c {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.stale-414b {
    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;
}

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

.popup-last-d392 {
    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;
}

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

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

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

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

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

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

.orange_4c7e {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.image-stone-ab2f {
    background: #0a0a0a;
    padding: 60px 0;
}

.detail-medium-e42c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.down-2de5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.outline-cool-6262 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.tabs-hard-d6a9 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.clean-a6c0 strong {
    color: #fff;
    display: block;
}

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

.image-smooth-d80a {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.active-a26f .container-a32b {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.dropdown-huge-37bd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

@media (max-width: 768px) {
    .widget-cool-39d3 {
        grid-template-columns: 1fr;
    }
}

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

.feature-clean-0df6 {
    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;
}

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

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

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

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

.filter-dark-4e05 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

.box-slow-3ee9 {
    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;
}

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

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

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

.aside_c002 a {
    color: #ff6b6b;
}

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

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

.title-plasma-98bb {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.hover-complex-0d49 {
    text-align: center;
}

.hover-complex-0d49 .chip-59ba {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.hover-complex-0d49 .paragraph_large_9705 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-green-03e4 {
    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;
}

.feature-green-03e4.current_69d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .motion-2094 {
        flex-direction: column;
    }
    .border-ead1 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.tertiary-upper-719b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.popup_cold_ee20 .module-brown-7a47 {
    color: #666;
    margin: 0 8px;
}

.popup_cold_ee20 .carousel_52ae {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.button_tall_8e47 {
    font-size: 2rem;
}

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

.label-f07b strong {
    color: #d4af37;
}

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

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

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

.mini-55e9 h3,
.pink-1a5d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.article-3bba {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.sidebar_center_4a85 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.hero-current-9105 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

.form-cool-7433 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.nav_short_0e98 strong {
    color: #d4af37;
}

.shade-out-6aff {
    color: #aaa;
}

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

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

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

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

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

.label-last-f482 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.button-hovered-b129 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.button-hovered-b129 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;
}

.button-hovered-b129 li strong {
    color: #00ff88;
}

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

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

.black-91cc {
    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;
}

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

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

@media (max-width: 576px) {
    .content-top-163f {
        grid-template-columns: 1fr;
    }
}

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

.label_930d strong {
    color: #d4af37;
}

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

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

.gradient_tiny_9145 strong {
    color: #00ff88;
}

.gradient_tiny_9145 span {
    color: #d4af37;
}

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

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

.slider-solid-1226 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.video-hard-b532 {
    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);
}

.primary-7ec2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.pagination-current-22ae {
    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;
}

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

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

.element-glass-9726 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .fast_de4f {
        flex-direction: column;
    }
    
    .popup_liquid_bcfb {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .focus_d60a {
        padding: 30px 15px;
    }
    
    .focus_d60a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pressed-94ec {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .wide_1354 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .west_cdce {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .west_cdce .content-warm-09b2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .accent-short-0818 {
        font-size: 1.3rem;
    }
    
    .tiny_f676 {
        font-size: 0.7rem;
    }
    
    .paragraph-abda {
        flex-direction: column;
        gap: 10px;
    }
    
    .paragraph-abda .pattern_7edd {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dark_c1ea {
        display: none;
    }
    
    .avatar_bottom_8852 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .preview_hot_f554 {
        padding: 20px 10px;
    }
    
    .slider-solid-1226 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .block-mini-6511,
    .heading_46f2 {
        padding: 15px;
    }
    
    .status-ca5c {
        flex-direction: column;
        gap: 5px;
    }
    
    .video-hard-b532 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .surface-middle-9d29 {
        padding: 30px 10px;
    }
    
    .accent-cold-a92e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pink-0363 {
        padding: 20px 15px;
    }
    
    .link-4bd5 {
        font-size: 2rem;
    }
    
    .pink-0363 h3 {
        font-size: 1.1rem;
    }
    
    .pink-0363 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .button-stone-5bcb {
        padding: 20px 10px;
    }
    
    .breadcrumb-static-f7c2 h2 {
        font-size: 1.3rem;
    }
    
    .carousel-old-a5df {
        font-size: 0.9rem;
    }
    
    .message_53e3 h3 {
        font-size: 1.1rem;
    }
    
    .message_53e3 p {
        font-size: 0.9rem;
    }
    
    .button-hovered-b129 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .content-top-163f {
        grid-template-columns: 1fr;
    }
    
    .label_930d {
        font-size: 0.85rem;
    }
    
    .hovered_2fba {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black-91cc {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .black-91cc strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .brown-21a7 {
        padding: 30px 10px;
    }
    
    .thumbnail-bee8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container_wood_776c {
        padding: 15px;
    }
    
    .dim-e543 {
        font-size: 0.9rem;
    }
    
    .warm-0c31 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .warm-0c31 .focus-2fea {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .widget-e3a3 {
        padding: 30px 10px;
    }
    
    .widget-e3a3 h2 {
        font-size: 1.2rem;
    }
    
    .layout-81b8 {
        gap: 10px;
    }
    
    .accent-liquid-2276 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .accent-liquid-2276 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .footer-f714 {
        padding: 30px 10px;
    }
    
    .footer-f714 h2 {
        font-size: 1.2rem;
    }
    
    .fresh_ba45 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form_cfd6 {
        padding: 15px 10px;
    }
    
    .form_cfd6 h4 {
        font-size: 0.85rem;
    }
    
    .form_cfd6 p {
        font-size: 0.75rem;
    }
    
    .tooltip-6355 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gallery_narrow_8d7a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .right-c896 {
        padding: 20px 10px;
    }
    
    .picture-02e3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .static-6f3d,
    .background_3f49,
    .aside_c002 {
        width: 100%;
    }
    
    .static-6f3d h3 {
        font-size: 1.1rem;
    }
    
    .static-6f3d p {
        font-size: 0.8rem;
    }
    
    .box-slow-3ee9 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .accent_c88a {
        padding: 30px 15px;
    }
    
    .accent_c88a h2 {
        font-size: 1.3rem;
    }
    
    .accent_c88a p {
        font-size: 0.85rem;
    }
    
    .breadcrumb-3677 {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb-3677 .pattern_7edd {
        width: 100%;
    }
    
    .section-outer-8f9a {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .row_fixed_d71a {
        padding: 30px 15px;
    }
    
    .slider_02e6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .chip_d8da {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .notification_f7c8 h4 {
        font-size: 0.9rem;
    }
    
    .notification_f7c8 a {
        font-size: 0.8rem;
    }
    
    .middle-158d {
        font-size: 0.8rem;
    }
    
    .column-east-0fae p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .layout_7339 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .slider_8669 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 31c3 */
.widget-item-x8 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.2;
}
