/* Inner Page Styles */

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

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

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

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

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

.basic-caad .filter-white-d4f5 {
    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;
}

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

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

.basic-caad .filter-white-d4f5:hover::before {
    left: 100%;
}

.basic-caad .filter-white-d4f5:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.label-fresh-01cf {
    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);
}

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

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

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

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

.slider-motion-7d17 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.tooltip_rough_9678.fn-active-a5ee {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-wood-5ade {
    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-wood-5ade 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 */
.notification_e377 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.carousel_298d .form-liquid-0d5c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.carousel_298d .form-liquid-0d5c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.notification-fixed-270e {
    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);
}

.notification-fixed-270e:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.progress-99a3 {
    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);
}

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

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

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

.progress-99a3 .form-liquid-0d5c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.progress-99a3 .form-liquid-0d5c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .yellow_853c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .yellow_853c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .yellow_853c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .basic-caad {
        justify-content: center;
    }
    
    .label-fresh-01cf {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .column_6a54 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .wrapper-focused-8588 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tag_fresh_dfac {
        padding: var(--md-spacing-md);
    }
    
    .chip_lite_cecc {
        padding: var(--md-spacing-md) 0;
    }
    
    .chip-wood-5ade {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .progress-99a3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tooltip_fde8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tag_fresh_dfac {
        padding: var(--md-spacing-sm);
    }
    
    .info_under_5c97 {
        padding: var(--md-spacing-md);
    }
    
    .chip-wood-5ade {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.info_under_5c97,
.chip-wood-5ade,
.progress-99a3 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.popup-pressed-f363::-webkit-scrollbar {
    width: 8px;
}

.popup-pressed-f363::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.active_full_0c96 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.video_static_9cc3 {
    font-size: 1.5rem;
}

.overlay_first_a24b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-a7c3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.card_old_2556.west-8ffd .caption-5fd3 {
    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); }
}

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

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

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

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

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

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

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

.overlay_1d8b {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .picture-soft-44f9 {
        grid-template-columns: 1fr;
    }
}

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

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

.button_fast_460a.input-3dbc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.button_fast_460a.overlay_5b96::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.button_fast_460a.easy_a720::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.button_fast_460a.status-yellow-d06d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.old-dd02 {
    font-size: 1.2rem;
}

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

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

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

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

.easy_3ce7.dim-749e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.easy_3ce7.fn-active-a5ee { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.component-red-9429 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.status-4d79 {
    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;
}

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

.status-4d79.heading-hovered-aea4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.background_soft_42ff { border-top: 3px solid #00ccff; }
.chip-4183 { border-top: 3px solid #00ff88; }
.article_under_8137 { border-top: 3px solid #d4af37; }
.over_180e { border-top: 3px solid #ff6b6b; }
.element_red_38e3 { border-top: 3px solid #8b5cf6; }

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

.white-62e9 {
    overflow-x: auto;
}

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

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

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

.orange-4501 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.image-1c76 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.south-8b3b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.button-gold-ef72 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.input-7522 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.section-164f {
    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;
}

.section-164f::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);
}

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

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

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

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

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

.table-warm-0838 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.widget-static-122a {
    font-size: 1.5rem;
}

.banner-500a {
    color: #888;
    font-size: 0.9rem;
}

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

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

.avatar-tall-ba18 {
    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;
}

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

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

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

.breadcrumb-dc2f strong {
    color: #fff;
    display: block;
}

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

.image-50bf {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.icon_action_b3f0 .current-6a7b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.background-340e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.east-8d03 span {
    color: #666;
    font-size: 0.8rem;
}

.east-8d03 a {
    color: #ff6b6b;
}

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

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

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

.hard-b673 {
    text-align: center;
}

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

.hard-b673 .column-1240 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.article-selected-dc09 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.info-7efb {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.rough-e80b.heading-hovered-aea4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.wrapper-lite-d161 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.mask_bright_8291 .container-easy-1407 {
    color: #666;
    margin: 0 8px;
}

.mask_bright_8291 .container_rough_15c5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.text-small-8a76 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.stone-d274 {
    font-size: 2rem;
}

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

.aside_fafa strong {
    color: #d4af37;
}

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

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

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

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

.accordion-hovered-68b7 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.preview-dynamic-7c1e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.lite-a696 strong {
    color: #00ff88;
}

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

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

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

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

.form-3e14 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.frame_fixed_7d13 strong {
    color: #d4af37;
}

.hidden_paper_0763 {
    color: #aaa;
}

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

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

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

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

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

.search-cool-2da9 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.gas-2ff8 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.gas-2ff8 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;
}

.gas-2ff8 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.label-fast-c615 strong {
    color: #d4af37;
}

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

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

.east_d16a strong {
    color: #00ff88;
}

.east_d16a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.yellow-971a {
    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);
}

.secondary-581f {
    color: #999;
    font-size: 0.85rem;
}

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

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

.hover-452b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.hover-452b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.orange-2117 li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.avatar-3c62 {
    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;
}

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

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

.widget_short_1822 strong {
    color: #00ff88;
}

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

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

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

.picture-25aa {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.preview-short-2eea {
    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;
}

.grid-simple-da8e {
    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;
}

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

@media (max-width: 768px) {
    .picture-25aa {
        flex-direction: column;
    }
    
    .preview-short-2eea {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .overlay-out-15ab {
        padding: 30px 15px;
    }
    
    .overlay-out-15ab h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .new_e322 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .input-9cbd {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .label_soft_6c6c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .label_soft_6c6c .outline-392f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .icon_advanced_26d9 {
        font-size: 1.3rem;
    }
    
    .paragraph_out_208a {
        font-size: 0.7rem;
    }
    
    .accordion-8055 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion-8055 .form-liquid-0d5c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .full-e911 {
        display: none;
    }
    
    .dropdown_b47e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .form-tiny-25d1 {
        padding: 20px 10px;
    }
    
    .sidebar_blue_d807 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .main_c3a0,
    .fixed-4911 {
        padding: 15px;
    }
    
    .large_be76 {
        flex-direction: column;
        gap: 5px;
    }
    
    .yellow-971a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hero_8e8f {
        padding: 30px 10px;
    }
    
    .hovered_93c9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress-0836 {
        padding: 20px 15px;
    }
    
    .photo-next-ae58 {
        font-size: 2rem;
    }
    
    .progress-0836 h3 {
        font-size: 1.1rem;
    }
    
    .progress-0836 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .paragraph-7de1 {
        padding: 20px 10px;
    }
    
    .bottom-7058 h2 {
        font-size: 1.3rem;
    }
    
    .carousel-5b4a {
        font-size: 0.9rem;
    }
    
    .carousel_42d6 h3 {
        font-size: 1.1rem;
    }
    
    .carousel_42d6 p {
        font-size: 0.9rem;
    }
    
    .gas-2ff8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notice_1bef {
        grid-template-columns: 1fr;
    }
    
    .label-fast-c615 {
        font-size: 0.85rem;
    }
    
    .tooltip-a379 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input-d4f4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .input-d4f4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .text-33d1 {
        padding: 30px 10px;
    }
    
    .gradient_plasma_c148 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section-old-6266 {
        padding: 15px 10px;
    }
    
    .section-old-6266 h4 {
        font-size: 0.9rem;
    }
    
    .section-old-6266 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .background_32a0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gradient_plasma_c148 {
        grid-template-columns: 1fr;
    }
    
    .section-old-6266 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fresh_f2bc {
        padding: 30px 10px;
    }
    
    .mask-f3e4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs-3272 {
        padding: 15px;
    }
    
    .widget_fdd5 {
        font-size: 0.9rem;
    }
    
    .box-e506 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .box-e506 .wood_545a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .item-glass-a1de {
        padding: 30px 10px;
    }
    
    .item-glass-a1de h2 {
        font-size: 1.2rem;
    }
    
    .panel-442f {
        gap: 10px;
    }
    
    .caption-selected-c830 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .caption-selected-c830 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .cold_feac {
        padding: 30px 10px;
    }
    
    .cold_feac h2 {
        font-size: 1.2rem;
    }
    
    .pagination-rough-05de {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-4e1e {
        padding: 15px 10px;
    }
    
    .form-4e1e h4 {
        font-size: 0.85rem;
    }
    
    .form-4e1e p {
        font-size: 0.75rem;
    }
    
    .disabled_basic_c57f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .search_center_4b82 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .pagination-rough-05de {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .west_47a7 {
        padding: 20px 10px;
    }
    
    .tertiary-4679 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .focus-silver-ed6a,
    .media_rough_5ebc,
    .east-8d03 {
        width: 100%;
    }
    
    .focus-silver-ed6a h3 {
        font-size: 1.1rem;
    }
    
    .focus-silver-ed6a p {
        font-size: 0.8rem;
    }
    
    .small_9de4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .active_3e6a {
        padding: 30px 15px;
    }
    
    .active_3e6a h2 {
        font-size: 1.3rem;
    }
    
    .active_3e6a p {
        font-size: 0.85rem;
    }
    
    .slider_f930 {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider_f930 .form-liquid-0d5c {
        width: 100%;
    }
    
    .pattern_916e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .stale-f064 {
        padding: 30px 10px;
    }
    
    .stale-f064 h3 {
        font-size: 1.2rem;
    }
    
    .fluid-53dd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-99a3 {
        padding: 15px 10px;
    }
    
    .progress-99a3 h4 {
        font-size: 0.85rem;
    }
    
    .progress-99a3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .over_19ae {
        padding: 30px 15px;
    }
    
    .over_06fc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .copper-4c2e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .easy_d33a h4 {
        font-size: 0.9rem;
    }
    
    .easy_d33a a {
        font-size: 0.8rem;
    }
    
    .column_pressed_d692 {
        font-size: 0.8rem;
    }
    
    .accordion-fc06 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .sort_wood_2a4d {
        padding: 8px 10px;
    }
    
    .top-55f1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tag-bright-cc85 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .top-55f1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tag-bright-cc85 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 85fd */
.ghost-box-h8 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
