/* Inner Page Styles */

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

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

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

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

.frame-8d7a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.frame-8d7a .notice-simple-33f2 {
    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;
}

.frame-8d7a .notice-simple-33f2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.frame-8d7a .notice-simple-33f2:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.frame-8d7a .notice-simple-33f2:hover::before {
    left: 100%;
}

.frame-8d7a .notice-simple-33f2:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search_8fea.fn-active-585f {
    color: var(--casino-gold-light);
}

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

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

.out-1dc9 {
    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);
}

.out-1dc9 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.thick-2678 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 */
.silver-1514 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.soft_0db5 .smooth_0ee6:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.notification-hovered-cce1 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.aside_236d .smooth_0ee6:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .media_cb64 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .media_cb64 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .media_cb64 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .frame-8d7a {
        justify-content: center;
    }
    
    .silver_fa1e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .description_black_b7ee {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .layout-2f33 {
        padding: var(--md-spacing-md) 0;
    }
    
    .out-1dc9 {
        padding: var(--md-spacing-md);
    }
    
    .focus-fluid-8167 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thick-2678 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .aside_236d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .summary-4e27 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .out-1dc9 {
        padding: var(--md-spacing-sm);
    }
    
    .panel-advanced-c0b3 {
        padding: var(--md-spacing-md);
    }
    
    .thick-2678 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.panel-advanced-c0b3,
.thick-2678,
.aside_236d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.down-2940 {
    font-size: 1.5rem;
}

.filter_66c2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.wood-7a12 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.wood-7a12 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.red_8c68 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.static_725e.column_motion_678e .layout-outer-0018 {
    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); }
}

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

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

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

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

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

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

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

.feature-glass-dc56 {
    font-size: 1.2rem;
}

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

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

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

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

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

.title_9034.button-835e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.title_9034.summary_b44d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title_9034.texture_84d9::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.title_9034.texture_active_0d30::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.mini-6da0 {
    font-size: 1.2rem;
}

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

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

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

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

.huge-bf5d.slider_purple_5158 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.huge-bf5d.fn-active-585f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.texture-89dc {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.disabled-soft-55a8 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.photo-be51 { border-top: 3px solid #00ccff; }
.button_stone_0182 { border-top: 3px solid #00ff88; }
.element-0cf8 { border-top: 3px solid #d4af37; }
.soft_cdf9 { border-top: 3px solid #ff6b6b; }
.in_ecc4 { border-top: 3px solid #8b5cf6; }

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

.pink-fc1e {
    overflow-x: auto;
}

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

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

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

.background-silver-b0fb td {
    color: #ccc;
}

.background-silver-b0fb .banner_gas_66ba {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .highlight-in-3bd2 {
        grid-template-columns: 1fr;
    }
}

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

.button_stone_4e4a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_white_163a {
    font-size: 1.5rem;
}

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

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

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

.module-46e5 {
    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;
}

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

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

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

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

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

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

.dim_ce41 .layout-soft-435d {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.outline_1ac2 .fluid-05da {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.table-dark-3f79 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.detail-soft-20a5 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-b710 a {
    color: #ff6b6b;
}

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

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

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

.avatar-5c18 {
    text-align: center;
}

.avatar-5c18 .secondary-easy-29b8 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.avatar-5c18 .primary-brown-d6c7 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .gradient-a6b5 {
        flex-direction: column;
    }
    .blue-fab7 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.thumbnail-bronze-cc34 .container_paper_3597 {
    color: #666;
    margin: 0 8px;
}

.thumbnail-bronze-cc34 .alert_5894 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.fluid-2e58 {
    font-size: 2rem;
}

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

.yellow-9c9e strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.nav-new-d204 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.status_611b strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.hard-06a8 {
    background: #0a0a0a;
    padding: 30px 0;
}

.header-new-4fe2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .header-new-4fe2 {
        grid-template-columns: 1fr;
    }
}

.feature-soft-99c1 h3,
.media-29e1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.backdrop_steel_846d strong {
    color: #d4af37;
}

.carousel-801c {
    color: #aaa;
}

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

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

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

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

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

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

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

.gallery-e7bc:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hovered_7ed1 strong {
    color: #d4af37;
}

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

.status-3db5 {
    color: #888;
    font-size: 0.9rem;
}

.status-3db5 strong {
    color: #00ff88;
}

.status-3db5 span {
    color: #d4af37;
}

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

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

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

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

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

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

.hover-993b {
    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;
}

.container-left-815a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary-first-8c92 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-first-8c92 li {
    margin-bottom: 5px;
}

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

.summary-first-8c92 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.gallery_ff7d strong {
    color: #00ff88;
}

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

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

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

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

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

.paragraph-wide-eb00 {
    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;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .thick_4e73 {
        padding: 30px 15px;
    }
    
    .thick_4e73 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pagination-1310 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .section-cold-f4e1 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .surface-green-713b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface-green-713b .primary-277d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pro_0c1c {
        font-size: 1.3rem;
    }
    
    .main-east-8854 {
        font-size: 0.7rem;
    }
    
    .primary_1526 {
        flex-direction: column;
        gap: 10px;
    }
    
    .primary_1526 .smooth_0ee6 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .huge-b151 {
        display: none;
    }
    
    .active-gold-da81 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .active_upper_e592 {
        padding: 20px 10px;
    }
    
    .wide_4d6e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture_dim_86be,
    .clean-1488 {
        padding: 15px;
    }
    
    .shade-cc70 {
        flex-direction: column;
        gap: 5px;
    }
    
    .nav_upper_bc5f {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .preview-e537 {
        padding: 20px 5px;
    }
    
    .preview-e537 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .info_out_baca {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .background-silver-b0fb {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .background-silver-b0fb th,
    .background-silver-b0fb td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .status-prev-b685 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .nav-slow-b4ca {
        padding: 20px 10px;
    }
    
    .photo_424e h2 {
        font-size: 1.3rem;
    }
    
    .media-7b3f {
        font-size: 0.9rem;
    }
    
    .gallery-e7bc h3 {
        font-size: 1.1rem;
    }
    
    .gallery-e7bc p {
        font-size: 0.9rem;
    }
    
    .info_copper_3537 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tooltip_125e {
        grid-template-columns: 1fr;
    }
    
    .hovered_7ed1 {
        font-size: 0.85rem;
    }
    
    .aside-bottom-a2d4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .purple_6890 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .purple_6890 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .pro-b443 {
        padding: 30px 10px;
    }
    
    .first_3788 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link-middle-b88a {
        padding: 15px 10px;
    }
    
    .link-middle-b88a h4 {
        font-size: 0.9rem;
    }
    
    .link-middle-b88a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .avatar-motion-e2bc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .first_3788 {
        grid-template-columns: 1fr;
    }
    
    .link-middle-b88a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .backdrop_cd03 {
        padding: 30px 10px;
    }
    
    .gold-2e3e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cold_b206 {
        padding: 15px;
    }
    
    .lite-a8a3 {
        font-size: 0.9rem;
    }
    
    .pattern_a441 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pattern_a441 .widget_7c2b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .north-6f96 {
        padding: 30px 10px;
    }
    
    .north-6f96 h2 {
        font-size: 1.2rem;
    }
    
    .carousel-easy-557d {
        gap: 10px;
    }
    
    .button-b80c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .button-b80c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .table-b60a {
        padding: 30px 10px;
    }
    
    .table-b60a h2 {
        font-size: 1.2rem;
    }
    
    .header-prev-b3eb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-a399 {
        padding: 15px 10px;
    }
    
    .filter-a399 h4 {
        font-size: 0.85rem;
    }
    
    .filter-a399 p {
        font-size: 0.75rem;
    }
    
    .photo-eb25 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gradient_09c1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .thumbnail_9b20 {
        padding: 20px 10px;
    }
    
    .accent_motion_7680 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .current-404e,
    .video_f54b,
    .notice-b710 {
        width: 100%;
    }
    
    .current-404e h3 {
        font-size: 1.1rem;
    }
    
    .current-404e p {
        font-size: 0.8rem;
    }
    
    .image_huge_821b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .widget_wide_e294 {
        padding: 30px 15px;
    }
    
    .widget_wide_e294 h2 {
        font-size: 1.3rem;
    }
    
    .widget_wide_e294 p {
        font-size: 0.85rem;
    }
    
    .widget_708c {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget_708c .smooth_0ee6 {
        width: 100%;
    }
    
    .gallery-a81c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gallery_6340 {
        padding: 30px 15px;
    }
    
    .section-797e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .text-complex-7075 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .row-ec15 h4 {
        font-size: 0.9rem;
    }
    
    .row-ec15 a {
        font-size: 0.8rem;
    }
    
    .info_medium_15be {
        font-size: 0.8rem;
    }
    
    .tertiary-1f0f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .text-stale-2dbf {
        padding: 8px 10px;
    }
    
    .gallery-42df {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .info_south_966e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gallery-42df {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .info_south_966e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1467 */
.ghost-box-y0 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
