/* Inner Page Styles */

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

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

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

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

.list-motion-717a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.list-motion-717a .modal_ec9d {
    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;
}

.list-motion-717a .modal_ec9d::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.list-motion-717a .modal_ec9d:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.list-motion-717a .modal_ec9d:hover::before {
    left: 100%;
}

.list-motion-717a .modal_ec9d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-lite-f958 {
    color: var(--casino-gold-light);
}

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

.thumbnail-lite-f958 a:hover {
    color: var(--casino-gold-light);
}

.thumbnail-lite-f958.fn-active-6493 {
    color: var(--casino-gold-light);
}

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

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

.feature-hot-e0bf {
    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);
}

.feature-hot-e0bf 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget_a8ba 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 */
.breadcrumb-hard-0bbb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-hard-0bbb li {
    margin-bottom: var(--md-spacing-xs);
}

.breadcrumb-hard-0bbb 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);
}

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

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

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

.search-selected-be0c:hover::before {
    left: 100%;
}

.search-selected-be0c 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;
}

.search-selected-be0c 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;
}

.search-selected-be0c .cold_6784 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.search-selected-be0c .cold_6784:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.item_fresh_5484 .cold_6784:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gas_618d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gas_618d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gas_618d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .list-motion-717a {
        justify-content: center;
    }
    
    .yellow-e027 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .fluid-f2c6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .main_88bc {
        padding: var(--md-spacing-md) 0;
    }
    
    .feature-hot-e0bf {
        padding: var(--md-spacing-md);
    }
    
    .wood-f28e {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget_a8ba {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .item_fresh_5484 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .large-f305 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .feature-hot-e0bf {
        padding: var(--md-spacing-sm);
    }
    
    .pattern-8c34 {
        padding: var(--md-spacing-md);
    }
    
    .widget_a8ba {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pattern-8c34,
.widget_a8ba,
.item_fresh_5484 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.label-huge-b3c2::-webkit-scrollbar {
    width: 8px;
}

.label-huge-b3c2::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.list-dynamic-a416 {
    font-size: 1.5rem;
}

.sidebar_motion_7c74 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.widget-82ef {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.tertiary-top-44df {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.preview_917b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.out-28aa {
    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;
}

.out-28aa.notification-753a .modal_cold_5799 {
    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); }
}

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

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

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

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

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

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

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

.advanced-6797 {
    font-size: 1.2rem;
}

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

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

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

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

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

.hidden_warm_219d.old_67df::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hidden_warm_219d.content_5d4b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hidden_warm_219d.nav-8659::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hidden_warm_219d.preview-in-3f42::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.component_10f7 {
    font-size: 1.2rem;
}

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

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

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

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

.dynamic-c96c.overlay-05e9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dynamic-c96c.fn-active-6493 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.wide-40a6 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.shadow-314f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.caption-9f5d {
    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;
}

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

.caption-9f5d.popup_fba8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.west_5640 { border-top: 3px solid #00ccff; }
.light_cb1b { border-top: 3px solid #00ff88; }
.pressed_f617 { border-top: 3px solid #d4af37; }
.popup-c715 { border-top: 3px solid #ff6b6b; }
.caption-05b5 { border-top: 3px solid #8b5cf6; }

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

.in_1e18 {
    overflow-x: auto;
}

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

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

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

.frame_first_ed7b td {
    color: #ccc;
}

.frame_first_ed7b .media-c0b8 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.detail-8c61 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.banner-8a52 {
    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;
}

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

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

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

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

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

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

.smooth_e77c {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.alert_5aa4::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.stale-14f5 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.block-8ab4 .lower-c0d8 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.grid-429e .photo-hard-8920 {
    margin-bottom: 10px;
}

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

.grid-429e strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.chip-current-7e16 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.chip-current-7e16 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.notification-5dec {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress_0a69 a {
    color: #ff6b6b;
}

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

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

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

.shade-wide-5b0f {
    text-align: center;
}

.shade-wide-5b0f .list-7a2b {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.shade-wide-5b0f .fresh_327e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.list-1a4b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-large-aef3 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.silver-945b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.description-0aee .action-e3dc {
    color: #666;
    margin: 0 8px;
}

.description-0aee .highlight_762c {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.hero-full-2ab7 {
    font-size: 2rem;
}

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

.surface_e8b5 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.surface_eeae strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.texture-5c70 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.left-5a44 h3,
.under_fd47 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.description_static_11f3 strong {
    color: #d4af37;
}

.main_down_eb85 {
    color: #aaa;
}

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

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

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

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

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

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

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

.video-54a9:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cold_2885 strong {
    color: #d4af37;
}

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

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

.primary-e906 strong {
    color: #00ff88;
}

.primary-e906 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.nav-gas-509d h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

.tag-31f1 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tag-31f1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-9609 {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

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

.in_da10 strong {
    color: #00ff88;
}

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

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

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

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

.gas-54ab {
    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;
}

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

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

@media (max-width: 768px) {
    .yellow-d065 {
        flex-direction: column;
    }
    
    .gas-54ab {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.highlight-north-84c8 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .surface-medium-b8ff {
        padding: 30px 15px;
    }
    
    .surface-medium-b8ff h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pink_8751 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .green_7b51 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .caption-e579 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .caption-e579 .hot_1d6b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .search-0faa {
        font-size: 1.3rem;
    }
    
    .tooltip-2ddf {
        font-size: 0.7rem;
    }
    
    .chip_312d {
        flex-direction: column;
        gap: 10px;
    }
    
    .chip_312d .cold_6784 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .summary_57c8 {
        display: none;
    }
    
    .main-white-b333 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .section-9429 {
        padding: 20px 10px;
    }
    
    .stone_1eb6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider-c1ba,
    .focus-b64d {
        padding: 15px;
    }
    
    .image_0fc2 {
        flex-direction: column;
        gap: 5px;
    }
    
    .iron-cfc4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .yellow_71f8 {
        padding: 30px 10px;
    }
    
    .background-fb8b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .rough_76d2 {
        padding: 20px 15px;
    }
    
    .pagination_19e4 {
        font-size: 2rem;
    }
    
    .rough_76d2 h3 {
        font-size: 1.1rem;
    }
    
    .rough_76d2 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .input_aa82 {
        padding: 20px 10px;
    }
    
    .up-931b h2 {
        font-size: 1.3rem;
    }
    
    .overlay-5644 {
        font-size: 0.9rem;
    }
    
    .video-54a9 h3 {
        font-size: 1.1rem;
    }
    
    .video-54a9 p {
        font-size: 0.9rem;
    }
    
    .alert_fixed_7afb li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .list_paper_b977 {
        grid-template-columns: 1fr;
    }
    
    .cold_2885 {
        font-size: 0.85rem;
    }
    
    .backdrop_small_21a0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside-d6d9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .aside-d6d9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .shadow-b9e7 {
        padding: 30px 10px;
    }
    
    .section_left_7b10 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .warm-6c0f {
        padding: 15px 10px;
    }
    
    .warm-6c0f h4 {
        font-size: 0.9rem;
    }
    
    .warm-6c0f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .progress-prev-022c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .section_left_7b10 {
        grid-template-columns: 1fr;
    }
    
    .warm-6c0f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .disabled_2c47 {
        padding: 30px 10px;
    }
    
    .mask_action_221f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .plasma-8b2f {
        padding: 15px;
    }
    
    .right_dade {
        font-size: 0.9rem;
    }
    
    .list-9b2c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list-9b2c .accent-east-92b6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .inner-2c7c {
        padding: 30px 10px;
    }
    
    .inner-2c7c h2 {
        font-size: 1.2rem;
    }
    
    .item_8fb9 {
        gap: 10px;
    }
    
    .photo_in_78b7 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .photo_in_78b7 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .middle-a1a7 {
        padding: 30px 10px;
    }
    
    .middle-a1a7 h2 {
        font-size: 1.2rem;
    }
    
    .current-8be0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden_small_4528 {
        padding: 15px 10px;
    }
    
    .hidden_small_4528 h4 {
        font-size: 0.85rem;
    }
    
    .hidden_small_4528 p {
        font-size: 0.75rem;
    }
    
    .focus_14eb {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .mask_up_ca02 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gradient_orange_68ca {
        padding: 20px 10px;
    }
    
    .out-8620 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .summary-9b07,
    .backdrop-accf,
    .progress_0a69 {
        width: 100%;
    }
    
    .summary-9b07 h3 {
        font-size: 1.1rem;
    }
    
    .summary-9b07 p {
        font-size: 0.8rem;
    }
    
    .north_d426 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .button_791c {
        padding: 30px 15px;
    }
    
    .button_791c h2 {
        font-size: 1.3rem;
    }
    
    .button_791c p {
        font-size: 0.85rem;
    }
    
    .gradient-smooth-9dac {
        flex-direction: column;
        gap: 10px;
    }
    
    .gradient-smooth-9dac .cold_6784 {
        width: 100%;
    }
    
    .slider_smooth_a58c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .mask-735f {
        padding: 30px 15px;
    }
    
    .progress-4528 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .mask_copper_0f12 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .rough_8f93 h4 {
        font-size: 0.9rem;
    }
    
    .rough_8f93 a {
        font-size: 0.8rem;
    }
    
    .item-e65e {
        font-size: 0.8rem;
    }
    
    .disabled-cd6c p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .secondary_orange_006c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .shade_537e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7ce3 */
.shadow-element-g7 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
