/* Inner Page Styles */

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

.gallery-72b6 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);
}

.gallery-72b6 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);
}

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

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

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

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

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

.panel_0a11 .dirty_eaa1:hover::before {
    left: 100%;
}

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

.image-rough-83e8 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.grid-7f74 {
    color: var(--casino-gold-light);
}

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

.grid-7f74 a:hover {
    color: var(--casino-gold-light);
}

.grid-7f74.fn-active-69f1 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.notification-fluid-686f {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-active-bd48 {
    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%;
}

.preview-active-bd48 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.notification-cf91 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.notification-cf91 a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

.paper_e2f3 .pro-6068:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.table-6f19 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.steel_6264 .pro-6068:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery-72b6 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gallery-72b6 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gallery-72b6 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .panel_0a11 {
        justify-content: center;
    }
    
    .background_8f3e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .list_7be0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .notification-fluid-686f {
        padding: var(--md-spacing-md) 0;
    }
    
    .accordion-9764 {
        padding: var(--md-spacing-md);
    }
    
    .container-2363 {
        padding: var(--md-spacing-md) 0;
    }
    
    .preview-active-bd48 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .steel_6264 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .black_7772 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .accordion-9764 {
        padding: var(--md-spacing-sm);
    }
    
    .chip_motion_0528 {
        padding: var(--md-spacing-md);
    }
    
    .preview-active-bd48 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.chip_motion_0528,
.preview-active-bd48,
.steel_6264 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.pattern_36bc {
    font-size: 1.5rem;
}

.stone-b0b5 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.static-3988 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .search-glass-64a8 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.main_active_c154 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.pattern_north_c5c9.plasma-9605 .dropdown_a68b {
    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); }
}

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

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

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

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

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

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

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

.hard_b40e {
    font-size: 1.2rem;
}

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

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

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

.label_hovered_63c1 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.label_hovered_63c1.secondary_61fa::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.label_hovered_63c1.thumbnail_28f7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label_hovered_63c1.tooltip-a6b3::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.label_hovered_63c1.stone-e4ac::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.main-04e8 {
    font-size: 1.2rem;
}

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

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

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

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

.tertiary-cb46.chip-pink-af5d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tertiary-cb46.fn-active-69f1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.notification-action-bec3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.search-97ba {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.active-72cd { border-top: 3px solid #00ccff; }
.pagination_c408 { border-top: 3px solid #00ff88; }
.hidden_847f { border-top: 3px solid #d4af37; }
.alert_orange_8212 { border-top: 3px solid #ff6b6b; }
.small-40ff { border-top: 3px solid #8b5cf6; }

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

.tag-left-0f61 {
    overflow-x: auto;
}

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

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

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

.small-10b5 td {
    color: #ccc;
}

.small-10b5 .notice-narrow-5a99 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.small-10b5 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.slider-short-3326 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.widget-active-9584 {
    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;
}

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

.out-5fd3 {
    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;
}

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

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

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

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

@media (max-width: 768px) {
    .dropdown-selected-88b1 {
        grid-template-columns: 1fr;
    }
}

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

.complex_79fd {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.container-black-5102 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.small-c4b1 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.easy-b043 strong {
    color: #fff;
    display: block;
}

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

.fast-6c28 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fast-6c28 .first_3754 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.primary-tall-30a7 .section-1f1a {
    margin-bottom: 10px;
}

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

.primary-tall-30a7 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.north-31ea {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.plasma-17fc 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 */
.soft-551e {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.stone-69d9 {
    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;
}

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

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

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

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

.grid-first-3cc2 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.texture-79f6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.iron-277b {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.iron-277b span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.form_bottom_513d a {
    color: #ff6b6b;
}

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

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

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

.pink_4d09 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.bright-616c {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .next-7799 {
        flex-direction: column;
    }
    .huge-2f3b {
        transform: rotate(90deg);
    }
}

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

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

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

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

.dim-0a5a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.middle_343c .info_dcd0 {
    color: #666;
    margin: 0 8px;
}

.middle_343c .dropdown_wide_a31b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.menu_focused_abb3 {
    font-size: 2rem;
}

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

.media_fast_3738 strong {
    color: #d4af37;
}

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

.dark-778a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.static-b91a h3,
.overlay-bottom-72ad h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.image_hard_dda3 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.first-2ef1 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.paper_54e1 h3,
.tabs-dim-319c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.grid-advanced-9d35 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.grid-advanced-9d35 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.complex_8ff3 strong {
    color: #d4af37;
}

.footer_f05c {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sort-hot-10be {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.sort-hot-10be 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;
}

.sort-hot-10be li strong {
    color: #00ff88;
}

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

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

.accent-pink-d434 {
    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;
}

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

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

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

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

.sort-hovered-d3a7 strong {
    color: #d4af37;
}

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

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

.gas_0304 strong {
    color: #00ff88;
}

.gas_0304 span {
    color: #d4af37;
}

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

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

.sort-light-85c9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .sort-light-85c9 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

.table-top-f120 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.gas-2f13 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.gas-2f13 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-8dcf {
    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;
}

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

.thumbnail_8b03 strong {
    color: #00ff88;
}

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

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

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

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

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

.outline-54fa {
    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;
}

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

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

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

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

.summary-left-4bfe {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.summary-left-4bfe:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .summary-left-4bfe {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .summary-left-4bfe {
        width: 120px;
        height: 120px;
    }
}

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.widget-iron-680a .badge-8f21 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .logo-0b89 {
        padding: 30px 15px;
    }
    
    .logo-0b89 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .panel-dim-1d51 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .chip_6293 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .menu_0798 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .menu_0798 .chip-tiny-14cd {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .advanced-839a {
        font-size: 1.3rem;
    }
    
    .copper-7e73 {
        font-size: 0.7rem;
    }
    
    .hover-69a4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hover-69a4 .pro-6068 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .small_3d84 {
        display: none;
    }
    
    .new_afb0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .column_black_fe08 {
        padding: 20px 10px;
    }
    
    .sort-light-85c9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .footer_403c,
    .status_50ca {
        padding: 15px;
    }
    
    .icon_clean_00ae {
        flex-direction: column;
        gap: 5px;
    }
    
    .image_clean_f71c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .disabled-rough-a8d3 {
        padding: 30px 10px;
    }
    
    .grid_f32e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video_22dd {
        padding: 20px 15px;
    }
    
    .notification-a58a {
        font-size: 2rem;
    }
    
    .video_22dd h3 {
        font-size: 1.1rem;
    }
    
    .video_22dd p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .copper-2c6a {
        padding: 20px 10px;
    }
    
    .lite-7636 h2 {
        font-size: 1.3rem;
    }
    
    .cold-a0a9 {
        font-size: 0.9rem;
    }
    
    .widget_8595 h3 {
        font-size: 1.1rem;
    }
    
    .widget_8595 p {
        font-size: 0.9rem;
    }
    
    .sort-hot-10be li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .button-green-a4a3 {
        grid-template-columns: 1fr;
    }
    
    .sort-hovered-d3a7 {
        font-size: 0.85rem;
    }
    
    .grid_c865 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accent-pink-d434 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .accent-pink-d434 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .slow-00fc {
        padding: 30px 10px;
    }
    
    .wood_8636 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-0d03 {
        padding: 15px 10px;
    }
    
    .status-0d03 h4 {
        font-size: 0.9rem;
    }
    
    .status-0d03 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .detail_white_5128 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wood_8636 {
        grid-template-columns: 1fr;
    }
    
    .status-0d03 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .modal_clean_dff1 {
        padding: 30px 10px;
    }
    
    .selected-a43a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link_cold_8f9e {
        padding: 15px;
    }
    
    .footer-gold-7831 {
        font-size: 0.9rem;
    }
    
    .icon_43e9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon_43e9 .wood_2538 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hovered_6d77 {
        padding: 30px 10px;
    }
    
    .hovered_6d77 h2 {
        font-size: 1.2rem;
    }
    
    .backdrop_bronze_fe10 {
        gap: 10px;
    }
    
    .full-dd77 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .full-dd77 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .section_stale_99fa {
        padding: 30px 10px;
    }
    
    .section_stale_99fa h2 {
        font-size: 1.2rem;
    }
    
    .paragraph-81a0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-left-abcb {
        padding: 15px 10px;
    }
    
    .form-left-abcb h4 {
        font-size: 0.85rem;
    }
    
    .form-left-abcb p {
        font-size: 0.75rem;
    }
    
    .border-248f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .out-55b0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pagination-pressed-e989 {
        padding: 20px 10px;
    }
    
    .texture-79f6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .shadow_dd3e,
    .iron-277b,
    .form_bottom_513d {
        width: 100%;
    }
    
    .shadow_dd3e h3 {
        font-size: 1.1rem;
    }
    
    .shadow_dd3e p {
        font-size: 0.8rem;
    }
    
    .icon_c183 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .focus_active_af72 {
        padding: 30px 15px;
    }
    
    .focus_active_af72 h2 {
        font-size: 1.3rem;
    }
    
    .focus_active_af72 p {
        font-size: 0.85rem;
    }
    
    .tooltip-acc1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tooltip-acc1 .pro-6068 {
        width: 100%;
    }
    
    .active-large-218a {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tooltip_black_584f {
        padding: 30px 15px;
    }
    
    .complex-7e7c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .row_1d58 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hero-up-b145 h4 {
        font-size: 0.9rem;
    }
    
    .hero-up-b145 a {
        font-size: 0.8rem;
    }
    
    .chip-advanced-91c7 {
        font-size: 0.8rem;
    }
    
    .black-3aa5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .status-e2d3 {
        padding: 8px 10px;
    }
    
    .alert-in-8eb2 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .slow-0be2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .alert-in-8eb2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .slow-0be2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 33b6 */
.shadow-element-t7 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
