/* Inner Page Styles */

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

.table-paper-ca35 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);
}

.table-paper-ca35 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);
}

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

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

.summary-5f87 .shadow_left_430b {
    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;
}

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

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

.summary-5f87 .shadow_left_430b:hover::before {
    left: 100%;
}

.summary-5f87 .shadow_left_430b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border_82b6.fn-active-c9ef {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_yellow_b257 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 */
.chip-complex-57fa {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chip-complex-57fa li {
    margin-bottom: var(--md-spacing-xs);
}

.chip-complex-57fa 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);
}

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

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

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

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

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

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

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

.pressed_d3e9 .mask-ec57:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.static-a894 .mask-ec57 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.static-a894 .mask-ec57:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .table-paper-ca35 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .table-paper-ca35 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .table-paper-ca35 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .summary-5f87 {
        justify-content: center;
    }
    
    .notice_tiny_9653 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .shadow-af39 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .status-83bc {
        padding: var(--md-spacing-md) 0;
    }
    
    .message_ea55 {
        padding: var(--md-spacing-md);
    }
    
    .preview_3510 {
        padding: var(--md-spacing-md) 0;
    }
    
    .main_yellow_b257 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .static-a894 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .slider_large_53b3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .message_ea55 {
        padding: var(--md-spacing-sm);
    }
    
    .tooltip_5e4c {
        padding: var(--md-spacing-md);
    }
    
    .main_yellow_b257 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tooltip_5e4c,
.main_yellow_b257,
.static-a894 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.accent-static-3395::-webkit-scrollbar {
    width: 8px;
}

.accent-static-3395::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.iron_1909 {
    font-size: 1.5rem;
}

.hover-deb4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo_upper_66da strong {
    color: #00ff88;
}

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

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

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

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

.icon-out-0d2b {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.slider_pro_3391 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

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

.out-43aa {
    text-align: center;
    margin-bottom: 30px;
}

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

.active_afde.disabled-8d97 .block_baad {
    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); }
}

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

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

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

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

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

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

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

.title-a800 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .photo-huge-87e1 {
        grid-template-columns: 1fr;
    }
}

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

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

.light-f257.paragraph_blue_dc12::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.light-f257.notice_orange_b62a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.light-f257.grid-tiny-6322::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.light-f257.hero_complex_829b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.smooth_6b47 {
    font-size: 1.2rem;
}

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

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

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

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

.list-center-2aa4.badge-mini-0843 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list-center-2aa4.fn-active-c9ef { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.video-dim-8533 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.link-glass-df35 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.overlay-white-e89f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.silver_fb9d.up-42c6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.icon-warm-6a2b {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.liquid-55c4 { border-top: 3px solid #00ccff; }
.logo_left_7a25 { border-top: 3px solid #00ff88; }
.focus_hot_3b19 { border-top: 3px solid #d4af37; }
.progress_5ba0 { border-top: 3px solid #ff6b6b; }
.yellow-7704 { border-top: 3px solid #8b5cf6; }

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

.fluid-a401 {
    overflow-x: auto;
}

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

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

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

.label-a689 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.video-4d32 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.background-gold-a00d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.paragraph-top-1a1b {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.component-34ec {
    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;
}

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

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

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

.active-glass-d5e5 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.logo-88a4 {
    background: #0a0a0a;
    padding: 60px 0;
}

.list-25cb {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card_down_0b7f {
    font-size: 1.5rem;
}

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

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

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

.pro-8ea6 {
    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;
}

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

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

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

.detail_pro_b26a strong {
    color: #fff;
    display: block;
}

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

.video-glass-ef5b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.disabled-0ae5 .menu-fresh-da04 {
    margin-bottom: 10px;
}

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

.disabled-0ae5 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-clean-e5b6 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.accordion-5d92 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.accordion-5d92 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.over-3ef6 span {
    color: #666;
    font-size: 0.8rem;
}

.over-3ef6 a {
    color: #ff6b6b;
}

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

.media-upper-d6a4 {
    max-width: 800px;
    margin: 0 auto;
}

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

.last_1fe4 {
    text-align: center;
}

.last_1fe4 .message-purple-48c0 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.last_1fe4 .green-16c5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.media-upper-d6a4 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

.footer-basic-02cf {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.row-bottom-64e8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.secondary_selected_0d1c.up-42c6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.disabled-orange-8e4d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.backdrop-paper-8179 .tertiary_complex_cc15 {
    color: #666;
    margin: 0 8px;
}

.backdrop-paper-8179 .surface_steel_6f3b {
    color: #ff6b6b;
    text-decoration: line-through;
}

.advanced-7da6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.media-85b8 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.wrapper-109f {
    font-size: 2rem;
}

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

.footer-112b strong {
    color: #d4af37;
}

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

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

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

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

.dark-075f {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.top-10ed {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.photo-gas-5931 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.title_first_018b strong {
    color: #00ff88;
}

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

.description-pressed-63b0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .description-pressed-63b0 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

.highlight-steel-0eeb {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.highlight-steel-0eeb strong {
    color: #d4af37;
}

.feature_806a {
    color: #aaa;
}

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

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

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

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

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

.content-31a2 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-1f87 strong {
    color: #d4af37;
}

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

.backdrop-lower-1cb6 {
    color: #888;
    font-size: 0.9rem;
}

.backdrop-lower-1cb6 strong {
    color: #00ff88;
}

.backdrop-lower-1cb6 span {
    color: #d4af37;
}

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

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

.column-21cd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.alert-2ce0 {
    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);
}

.search-7907 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .main-yellow-69b9 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.icon-green-b8ba {
    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;
}

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

.avatar_pro_a9ab strong {
    color: #00ff88;
}

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

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

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

.gradient-right-7efa {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.footer-clean-e5b6 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .gradient-right-7efa {
        flex-direction: column;
    }
    
    .detail-6886 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pink_d0a2 {
        padding: 30px 15px;
    }
    
    .pink_d0a2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .button-c427 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .frame-tiny-49c3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .disabled_4861 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .disabled_4861 .bottom_a47e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .button-full-e769 {
        font-size: 1.3rem;
    }
    
    .hover_ffbb {
        font-size: 0.7rem;
    }
    
    .tag-static-93ce {
        flex-direction: column;
        gap: 10px;
    }
    
    .tag-static-93ce .mask-ec57 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .purple_684c {
        display: none;
    }
    
    .box-narrow-bbc8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .basic-1f4b {
        padding: 20px 10px;
    }
    
    .column-21cd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu_complex_9bc0,
    .yellow_7133 {
        padding: 15px;
    }
    
    .small-e4fd {
        flex-direction: column;
        gap: 5px;
    }
    
    .alert-2ce0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .sidebar-6257 {
        padding: 30px 10px;
    }
    
    .popup-f1de {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .up-8c67 {
        padding: 20px 15px;
    }
    
    .description_84b2 {
        font-size: 2rem;
    }
    
    .up-8c67 h3 {
        font-size: 1.1rem;
    }
    
    .up-8c67 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .wrapper_advanced_1774 {
        padding: 20px 10px;
    }
    
    .basic_0512 h2 {
        font-size: 1.3rem;
    }
    
    .accent_cool_188d {
        font-size: 0.9rem;
    }
    
    .out_48d8 h3 {
        font-size: 1.1rem;
    }
    
    .out_48d8 p {
        font-size: 0.9rem;
    }
    
    .pro_a501 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .lower_ece6 {
        grid-template-columns: 1fr;
    }
    
    .box-1f87 {
        font-size: 0.85rem;
    }
    
    .huge_31ef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message_full_2e87 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .message_full_2e87 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .small_b511 {
        padding: 30px 10px;
    }
    
    .disabled_f6f0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media_430c {
        padding: 15px 10px;
    }
    
    .media_430c h4 {
        font-size: 0.9rem;
    }
    
    .media_430c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .breadcrumb-clean-9cc3 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .notice_focused_c470 {
        padding: 30px 10px;
    }
    
    .section-e6e6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list-narrow-01b8 {
        padding: 15px;
    }
    
    .photo-a58d {
        font-size: 0.9rem;
    }
    
    .backdrop-e807 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .backdrop-e807 .message_0902 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .tertiary-prev-4156 {
        padding: 30px 10px;
    }
    
    .tertiary-prev-4156 h2 {
        font-size: 1.2rem;
    }
    
    .dropdown_fa7d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget_stone_6009 {
        padding: 15px 10px;
    }
    
    .widget_stone_6009 h4 {
        font-size: 0.85rem;
    }
    
    .widget_stone_6009 p {
        font-size: 0.75rem;
    }
    
    .plasma-d530 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .upper-2782 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .text-a717 {
        padding: 20px 10px;
    }
    
    .icon-soft-3269 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tooltip-4804,
    .accordion-5d92,
    .over-3ef6 {
        width: 100%;
    }
    
    .tooltip-4804 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip-4804 p {
        font-size: 0.8rem;
    }
    
    .silver_71ac {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .notice_b652 {
        padding: 30px 15px;
    }
    
    .notice_b652 h2 {
        font-size: 1.3rem;
    }
    
    .notice_b652 p {
        font-size: 0.85rem;
    }
    
    .grid_action_c16b {
        flex-direction: column;
        gap: 10px;
    }
    
    .grid_action_c16b .mask-ec57 {
        width: 100%;
    }
    
    .cold_b98c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .title-wood-94b7 {
        padding: 30px 15px;
    }
    
    .new-d369 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .header_wood_427b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wrapper_narrow_baac h4 {
        font-size: 0.9rem;
    }
    
    .wrapper_narrow_baac a {
        font-size: 0.8rem;
    }
    
    .dark-154b {
        font-size: 0.8rem;
    }
    
    .input_new_907f p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .wrapper-8046 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dropdown_selected_671a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: db2f */
.promo-block-r6 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
