/* Inner Page Styles */

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

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

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

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

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

.progress_00e1 .link-e27b {
    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;
}

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

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

.progress_00e1 .link-e27b:hover::before {
    left: 100%;
}

.progress_00e1 .link-e27b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.preview-972a {
    margin-bottom: var(--md-spacing-lg);
}

.hover-dirty-5654 {
    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);
}

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

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

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

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

.panel-light-6d63 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.fast_23c1.fn-active-85f5 {
    color: var(--casino-gold-light);
}

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

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

.frame-18ec {
    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);
}

.frame-18ec 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);
}

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

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

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

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

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

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

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

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

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

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

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

.input-slow-791b {
    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%;
}

.input-slow-791b 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 */
.widget-out-a2cf {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-out-a2cf li {
    margin-bottom: var(--md-spacing-xs);
}

.widget-out-a2cf 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);
}

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

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

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

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

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

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

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

.alert_hard_1d5b .selected_c2f7:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hover-2afb {
    margin-top: var(--md-spacing-sm);
}

.frame-8cbc {
    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);
}

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

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

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

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

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

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

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

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

.active_motion_0a8b .selected_c2f7:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gold_482b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gold_482b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gold_482b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .progress_00e1 {
        justify-content: center;
    }
    
    .hover-dirty-5654 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tiny-0020 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .modal_3927 {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame-18ec {
        padding: var(--md-spacing-md);
    }
    
    .modal_bronze_149a {
        padding: var(--md-spacing-md) 0;
    }
    
    .input-slow-791b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .active_motion_0a8b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .notification_slow_e388 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .frame-18ec {
        padding: var(--md-spacing-sm);
    }
    
    .breadcrumb_center_554a {
        padding: var(--md-spacing-md);
    }
    
    .input-slow-791b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.breadcrumb_center_554a,
.input-slow-791b,
.active_motion_0a8b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.full-49e7::-webkit-scrollbar {
    width: 8px;
}

.full-49e7::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.link-8845 {
    font-size: 1.5rem;
}

.table-4dda strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-8b45 {
    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;
}

.avatar-8b45 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.pagination-dirty-53ea {
    text-align: center;
    margin-bottom: 30px;
}

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

.hot-4096.preview_current_6847 .tabs-blue-9468 {
    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); }
}

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

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

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

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

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

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

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

.text-0bf1 {
    font-size: 1.2rem;
}

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

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

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

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

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

.lower_a564.copper_6cb3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.lower_a564.red-ad07::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lower_a564.accordion-bf09::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.lower_a564.video_16ee::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.container-pressed-6d2d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.tag_smooth_7356 {
    font-size: 1.2rem;
}

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

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

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

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

.feature-1bd1.smooth_a10d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.feature-1bd1.fn-active-85f5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.dynamic-9f65 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.dirty-2dd9 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.right-39c9 {
    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;
}

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

.right-39c9.dirty_dd6d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.top_5650 { border-top: 3px solid #00ccff; }
.status-iron-1026 { border-top: 3px solid #00ff88; }
.message_simple_df6a { border-top: 3px solid #d4af37; }
.label_liquid_30bf { border-top: 3px solid #ff6b6b; }
.modal_1bfa { border-top: 3px solid #8b5cf6; }

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

.box-wood-8ce7 {
    overflow-x: auto;
}

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

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

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

.picture_under_cf76 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.slider-6b75 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.row-2b20 {
    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;
}

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

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

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

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

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

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

.grid_mini_83b8 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.text-down-89de {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.under-6ece {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.box-a90b strong {
    color: #fff;
    display: block;
}

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

.logo-pressed-b598 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.logo-pressed-b598 .section-easy-0595 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.motion-fd8b .advanced-650b {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .border-bottom-774e {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-action-5dd1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

.banner-top-66d6 {
    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;
}

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

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

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

.panel-6619 a {
    color: #ff6b6b;
}

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

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

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

.soft_aa15 {
    text-align: center;
}

.soft_aa15 .popup-light-8eec {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

.picture-pink-1c97 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow-9ad7 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.mask-608c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.liquid_06cf .breadcrumb_dc3e {
    color: #666;
    margin: 0 8px;
}

.liquid_06cf .header_873f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.sidebar_fast_416e {
    font-size: 2rem;
}

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

.message-a7fb strong {
    color: #d4af37;
}

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

.column-29b4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.fluid-6f1a {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.bronze_ae23 strong {
    color: #00ff88;
}

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

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

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

.grid-b930 h3,
.focused-c23b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.focus-6aff strong {
    color: #d4af37;
}

.hovered-cda3 {
    color: #aaa;
}

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

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

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

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

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

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

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

.current-6edb:last-child {
    border-bottom: none;
}

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

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

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

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

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

.active-0990 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;
}

.active-0990 li strong {
    color: #00ff88;
}

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

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

.tertiary_1962 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

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

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

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

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

.disabled_6cc4 strong {
    color: #d4af37;
}

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

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

.box_outer_538c strong {
    color: #00ff88;
}

.box_outer_538c span {
    color: #d4af37;
}

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

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

.secondary-simple-3956 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.old-920f {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.east-ac23 {
    color: #999;
    font-size: 0.85rem;
}

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

.label-iron-85dd h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.action-558b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.action-558b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.card-17d8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-17d8 li {
    margin-bottom: 5px;
}

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

.card-17d8 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.soft-0b51 {
    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;
}

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

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

.feature_rough_2e06 strong {
    color: #00ff88;
}

.progress-fixed-725c {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .dynamic-7112 {
        flex-direction: column;
    }
    
    .mask-bdce {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.overlay-6ee9 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pink_ed58 {
        padding: 30px 15px;
    }
    
    .pink_ed58 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .accordion_purple_15dc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .breadcrumb-warm-bb47 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .column-dirty-7bb2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .column-dirty-7bb2 .old-8075 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hover-current-7a7a {
        font-size: 1.3rem;
    }
    
    .element-action-2dba {
        font-size: 0.7rem;
    }
    
    .footer-3228 {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-3228 .selected_c2f7 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .west_2927 {
        display: none;
    }
    
    .thumbnail-old-31af {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .table-first-0b6d {
        padding: 20px 10px;
    }
    
    .secondary-simple-3956 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .outline_dfc3,
    .label-iron-85dd {
        padding: 15px;
    }
    
    .old-920f {
        flex-direction: column;
        gap: 5px;
    }
    
    .gallery-1314 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .banner_up_755a {
        padding: 30px 10px;
    }
    
    .yellow_e463 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover-right-5af0 {
        padding: 20px 15px;
    }
    
    .avatar_3afc {
        font-size: 2rem;
    }
    
    .hover-right-5af0 h3 {
        font-size: 1.1rem;
    }
    
    .hover-right-5af0 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .right_5e4e {
        padding: 20px 10px;
    }
    
    .thick-ecf5 h2 {
        font-size: 1.3rem;
    }
    
    .pattern_dirty_3969 {
        font-size: 0.9rem;
    }
    
    .current-6edb h3 {
        font-size: 1.1rem;
    }
    
    .current-6edb p {
        font-size: 0.9rem;
    }
    
    .active-0990 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .highlight-8d6c {
        grid-template-columns: 1fr;
    }
    
    .disabled_6cc4 {
        font-size: 0.85rem;
    }
    
    .block_eeed {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary_1962 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tertiary_1962 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .title_fc87 {
        padding: 30px 10px;
    }
    
    .gold_ef9f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame_40a2 {
        padding: 15px 10px;
    }
    
    .frame_40a2 h4 {
        font-size: 0.9rem;
    }
    
    .frame_40a2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .article-in-5c5c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .iron-94e8 {
        padding: 30px 10px;
    }
    
    .bottom-0375 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .large-3729 {
        padding: 15px;
    }
    
    .over_83a1 {
        font-size: 0.9rem;
    }
    
    .slow_5cad {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slow_5cad .footer-d24d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hard_2a2e {
        padding: 30px 10px;
    }
    
    .hard_2a2e h2 {
        font-size: 1.2rem;
    }
    
    .tooltip-5877 {
        gap: 10px;
    }
    
    .dropdown-blue-4495 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dropdown-blue-4495 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .layout-over-b13b {
        padding: 30px 10px;
    }
    
    .layout-over-b13b h2 {
        font-size: 1.2rem;
    }
    
    .center-b17c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress_cold_9e52 {
        padding: 15px 10px;
    }
    
    .progress_cold_9e52 h4 {
        font-size: 0.85rem;
    }
    
    .progress_cold_9e52 p {
        font-size: 0.75rem;
    }
    
    .tertiary-7b73 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notice_6b60 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .accent-7c51 {
        padding: 20px 10px;
    }
    
    .footer-action-5dd1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .main_fresh_9be0,
    .pattern_fast_b964,
    .panel-6619 {
        width: 100%;
    }
    
    .main_fresh_9be0 h3 {
        font-size: 1.1rem;
    }
    
    .main_fresh_9be0 p {
        font-size: 0.8rem;
    }
    
    .banner-top-66d6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .slow_2a39 {
        padding: 30px 15px;
    }
    
    .slow_2a39 h2 {
        font-size: 1.3rem;
    }
    
    .slow_2a39 p {
        font-size: 0.85rem;
    }
    
    .purple_8927 {
        flex-direction: column;
        gap: 10px;
    }
    
    .purple_8927 .selected_c2f7 {
        width: 100%;
    }
    
    .advanced-47e9 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .summary-c25d {
        padding: 30px 15px;
    }
    
    .dim-de2f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sidebar_upper_81a7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .feature_hard_5ef1 h4 {
        font-size: 0.9rem;
    }
    
    .feature_hard_5ef1 a {
        font-size: 0.8rem;
    }
    
    .input_3b0d {
        font-size: 0.8rem;
    }
    
    .fluid_e47e p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .header_999c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .title_b48c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7b7a */
.promo-block-w4 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
