/* Inner Page Styles */

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

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

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

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

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

.pressed-3677 .sort-wide-ca99 {
    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;
}

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

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

.pressed-3677 .sort-wide-ca99:hover::before {
    left: 100%;
}

.pressed-3677 .sort-wide-ca99:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.carousel-pressed-94a5 {
    margin-bottom: var(--md-spacing-lg);
}

.banner-bright-7b65 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.stale-c8f0.fn-active-3b8c {
    color: var(--casino-gold-light);
}

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

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

.paragraph-blue-8d6c {
    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);
}

.paragraph-blue-8d6c 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);
}

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

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

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

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

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

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

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

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

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

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

.element-wood-4556 {
    padding: var(--md-spacing-md) 0;
}

.input-focused-54f6 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.input-focused-54f6 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 */
.heading-9988 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.heading-9988 li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

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

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

.liquid-38bb:hover::before {
    left: 100%;
}

.liquid-38bb 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;
}

.liquid-38bb 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;
}

.liquid-38bb .filter-22db {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.liquid-38bb .filter-22db:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.red_883a .filter-22db {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.red_883a .filter-22db:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .summary_fast_cfcc {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .summary_fast_cfcc h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .summary_fast_cfcc h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pressed-3677 {
        justify-content: center;
    }
    
    .banner-bright-7b65 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .fluid-e8e7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .prev-6f68 {
        padding: var(--md-spacing-md) 0;
    }
    
    .paragraph-blue-8d6c {
        padding: var(--md-spacing-md);
    }
    
    .sort-south-c22e {
        padding: var(--md-spacing-md) 0;
    }
    
    .input-focused-54f6 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .red_883a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .description-inner-d0b4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .paragraph-blue-8d6c {
        padding: var(--md-spacing-sm);
    }
    
    .hero-350b {
        padding: var(--md-spacing-md);
    }
    
    .input-focused-54f6 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hero-350b,
.input-focused-54f6,
.red_883a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.detail_tiny_5996 {
    font-size: 1.5rem;
}

.message_e413 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .component-dim-911d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .button_1552 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lower-db18 strong {
    color: #00ff88;
}

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

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

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

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

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

.large-4c5f::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;
}

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

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

.hidden_hovered_869b.rough-72ba .nav_complex_7510 {
    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); }
}

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

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

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

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

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

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

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

.article_111f {
    font-size: 1.2rem;
}

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

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

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

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

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

.panel_simple_aee4.banner_c159::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.panel_simple_aee4.dynamic-f4ac::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.panel_simple_aee4.media_large_2ae2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.panel_simple_aee4.backdrop-dark-b697::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gallery-black-ffeb {
    font-size: 1.2rem;
}

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

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

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

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

.yellow-9d1b.next-2499 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.yellow-9d1b.fn-active-3b8c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.header-brown-a782 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.gradient-yellow-bcff {
    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;
}

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

.gradient-yellow-bcff.mask_east_ceb3 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.alert_prev_efbf { border-top: 3px solid #00ccff; }
.primary-west-bd11 { border-top: 3px solid #00ff88; }
.aside_c2ee { border-top: 3px solid #d4af37; }
.right_30b9 { border-top: 3px solid #ff6b6b; }
.notice_hot_4921 { border-top: 3px solid #8b5cf6; }

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

.form-cd33 {
    overflow-x: auto;
}

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

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

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

.simple-1d54 td {
    color: #ccc;
}

.simple-1d54 .thumbnail_e2cc {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.simple-1d54 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.text-5fa8 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.surface-625a {
    color: #888;
    font-size: 0.85rem;
}

.filter-stone-555b {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

.advanced-6a98 p {
    color: #888;
    font-size: 0.9rem;
}

.large-144b {
    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;
}

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

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

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

.card_dark_5e60 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-center-5d20 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.pattern-smooth-6a9c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.up-3831 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.pagination_medium_1705 .cold_870a {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.mask-gas-2c3b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.summary-narrow-74b1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.lite-1d90 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.lite-1d90 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.secondary_3b44 a {
    color: #ff6b6b;
}

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

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

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

.border_4e4e {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-inner-27eb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.copper-37fd {
    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;
}

.copper-37fd.mask_east_ceb3 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .gallery-inner-27eb {
        flex-direction: column;
    }
    .card-05be {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.thumbnail-blue-5873 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.fluid_4643 .sidebar-724f {
    color: #666;
    margin: 0 8px;
}

.fluid_4643 .active_dea9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.tooltip-wood-2d1a {
    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;
}

.column-plasma-57bb {
    font-size: 2rem;
}

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

.green-ce73 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.notice-1c72 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.content-left-77dd strong {
    color: #00ff88;
}

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

.component-action-180d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

.frame-stale-df4d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.column-074c strong {
    color: #d4af37;
}

.active-358e {
    color: #aaa;
}

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

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

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

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

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

.sidebar-hard-2f02 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.glass-177a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.glass-177a 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;
}

.glass-177a li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.upper-37c3 strong {
    color: #d4af37;
}

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

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

.gallery_wood_42ea strong {
    color: #00ff88;
}

.gallery_wood_42ea span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.table-6d83 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-motion-44a7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.border-motion-44a7 li {
    margin-bottom: 5px;
}

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

.border-motion-44a7 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.thick-48d9 strong {
    color: #00ff88;
}

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

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

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

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

.item-brown-7190 {
    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;
}

.form-fast-026f {
    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;
}

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

@media (max-width: 768px) {
    .warm_9843 {
        flex-direction: column;
    }
    
    .item-brown-7190 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.motion-76ab {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .background_c5bb {
        padding: 30px 15px;
    }
    
    .background_c5bb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .badge_bb82 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .brown_7b5e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .sidebar_left_f25d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sidebar_left_f25d .element-lite-175e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .white_6964 {
        font-size: 1.3rem;
    }
    
    .fluid_cce8 {
        font-size: 0.7rem;
    }
    
    .button-98c0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .button-98c0 .filter-22db {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hot-e420 {
        display: none;
    }
    
    .label-eb08 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .inner-603f {
        padding: 20px 10px;
    }
    
    .north-be4f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .steel_76fa,
    .badge_orange_2f0e {
        padding: 15px;
    }
    
    .table-6d83 {
        flex-direction: column;
        gap: 5px;
    }
    
    .bottom-5864 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .yellow-73b4 {
        padding: 30px 10px;
    }
    
    .slow-6753 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu-838a {
        padding: 20px 15px;
    }
    
    .avatar-c545 {
        font-size: 2rem;
    }
    
    .menu-838a h3 {
        font-size: 1.1rem;
    }
    
    .menu-838a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .overlay_iron_1571 {
        padding: 20px 10px;
    }
    
    .tall-f6fc h2 {
        font-size: 1.3rem;
    }
    
    .status-active-154e {
        font-size: 0.9rem;
    }
    
    .logo_upper_5da6 h3 {
        font-size: 1.1rem;
    }
    
    .logo_upper_5da6 p {
        font-size: 0.9rem;
    }
    
    .glass-177a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .filter_ea4e {
        grid-template-columns: 1fr;
    }
    
    .upper-37c3 {
        font-size: 0.85rem;
    }
    
    .south_2d52 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary-static-833b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tertiary-static-833b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .alert-acef {
        padding: 30px 10px;
    }
    
    .pagination-4368 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .up_9df7 {
        padding: 15px 10px;
    }
    
    .up_9df7 h4 {
        font-size: 0.9rem;
    }
    
    .up_9df7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .iron_6777 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pattern-next-4e68 {
        padding: 30px 10px;
    }
    
    .avatar_full_89ba {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow_iron_5da6 {
        padding: 15px;
    }
    
    .message_bbe8 {
        font-size: 0.9rem;
    }
    
    .summary_e72f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .summary_e72f .hovered_0028 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .frame-short-bbe1 {
        padding: 30px 10px;
    }
    
    .frame-short-bbe1 h2 {
        font-size: 1.2rem;
    }
    
    .accordion_inner_364a {
        gap: 10px;
    }
    
    .item-center-82e7 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .item-center-82e7 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .article-e19a {
        padding: 30px 10px;
    }
    
    .article-e19a h2 {
        font-size: 1.2rem;
    }
    
    .under_7c87 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-top-2e0b {
        padding: 15px 10px;
    }
    
    .filter-top-2e0b h4 {
        font-size: 0.85rem;
    }
    
    .filter-top-2e0b p {
        font-size: 0.75rem;
    }
    
    .block-new-5b7d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .search_lower_2119 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .title-old-8156 {
        padding: 20px 10px;
    }
    
    .yellow_c5bb {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .chip-short-9896,
    .lite-1d90,
    .secondary_3b44 {
        width: 100%;
    }
    
    .chip-short-9896 h3 {
        font-size: 1.1rem;
    }
    
    .chip-short-9896 p {
        font-size: 0.8rem;
    }
    
    .layout_1730 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .feature_1a0b {
        padding: 30px 15px;
    }
    
    .feature_1a0b h2 {
        font-size: 1.3rem;
    }
    
    .feature_1a0b p {
        font-size: 0.85rem;
    }
    
    .hidden_556a {
        flex-direction: column;
        gap: 10px;
    }
    
    .hidden_556a .filter-22db {
        width: 100%;
    }
    
    .filter_cd2e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .background-29cc {
        padding: 30px 10px;
    }
    
    .background-29cc h3 {
        font-size: 1.2rem;
    }
    
    .full-cbc2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .red_883a {
        padding: 15px 10px;
    }
    
    .red_883a h4 {
        font-size: 0.85rem;
    }
    
    .red_883a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .image-d4e8 {
        padding: 30px 15px;
    }
    
    .paper_6f69 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fresh-95cb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .widget_7969 h4 {
        font-size: 0.9rem;
    }
    
    .widget_7969 a {
        font-size: 0.8rem;
    }
    
    .text_liquid_4a8b {
        font-size: 0.8rem;
    }
    
    .shadow_3289 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .over-82c6 {
        padding: 8px 10px;
    }
    
    .form_hot_2715 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .motion-b3cf {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .form_hot_2715 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .motion-b3cf {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 619b */
.phantom-card-k0 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.2;
}
