/* Inner Page Styles */

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

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

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

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

.status-outer-1321 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.status-outer-1321 .table_gold_87f7 {
    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;
}

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

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

.status-outer-1321 .table_gold_87f7:hover::before {
    left: 100%;
}

.status-outer-1321 .table_gold_87f7:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.chip-78ed {
    margin-bottom: var(--md-spacing-lg);
}

.highlight-huge-9ee9 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-5485.fn-active-e60e {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.badge-motion-87a7 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.column-7add {
    padding: var(--md-spacing-md) 0;
}

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

.new_c593 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 */
.alert-gold-ef49 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alert-gold-ef49 li {
    margin-bottom: var(--md-spacing-xs);
}

.alert-gold-ef49 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);
}

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

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

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

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

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

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

.mask_5ff3 .caption-dirty-e349 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.mask_5ff3 .caption-dirty-e349:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.panel-6a93 {
    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);
}

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

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

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

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

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

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

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

.paper_77a1 .caption-dirty-e349 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.paper_77a1 .caption-dirty-e349:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .next_aea5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .next_aea5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .next_aea5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .status-outer-1321 {
        justify-content: center;
    }
    
    .highlight-huge-9ee9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hover_dbf7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .badge-motion-87a7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal_current_7237 {
        padding: var(--md-spacing-md);
    }
    
    .caption-02b1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .new_c593 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .paper_77a1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .media_9dfb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .modal_current_7237 {
        padding: var(--md-spacing-sm);
    }
    
    .down_e0d7 {
        padding: var(--md-spacing-md);
    }
    
    .new_c593 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.down_e0d7,
.new_c593,
.paper_77a1 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.notification-e813 {
    font-size: 1.5rem;
}

.logo_hovered_e893 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-tiny-cde6 {
    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;
}

.header-tiny-cde6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.hard_9ae9.progress_79d7 .accent_down_931b {
    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); }
}

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

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

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

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

.short-edb2 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;
}

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

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

.cold_dc27 {
    font-size: 1.2rem;
}

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

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

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

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

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

.backdrop_old_14c9.panel_hovered_e00d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.backdrop_old_14c9.panel_stale_5a34::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.backdrop_old_14c9.picture_north_d577::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.backdrop_old_14c9.table-warm-020b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.caption-4fae {
    font-size: 1.2rem;
}

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

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

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

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

.shade_plasma_c71b.smooth-74e5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shade_plasma_c71b.fn-active-e60e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.message_north_bc42.active-66fe {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.wrapper-orange-79cb {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.tag-under-30b5 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.label_7041 { border-top: 3px solid #00ccff; }
.module-9956 { border-top: 3px solid #00ff88; }
.layout-d85d { border-top: 3px solid #d4af37; }
.alert-solid-1281 { border-top: 3px solid #ff6b6b; }
.gradient_2640 { border-top: 3px solid #8b5cf6; }

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

.center-1ba5 {
    overflow-x: auto;
}

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

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

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

.focus-soft-b78b td {
    color: #ccc;
}

.focus-soft-b78b .panel-bc71 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.focus-soft-b78b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .title-basic-16e6 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-white-a5cc {
    font-size: 2rem;
}

.notice-short-2d32 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.notice-short-2d32 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.info-north-27c0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.sidebar_610d {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.block-6b24 strong {
    color: #fff;
    display: block;
}

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

.article-stone-4e30 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.alert-3ea0 .icon_d1bb {
    margin-bottom: 10px;
}

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

.alert-3ea0 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-061e {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.panel-061e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.paper-ce46 a {
    color: #ff6b6b;
}

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

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

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

.border_cc6c {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion-f8a4.active-66fe {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.photo-fa19 .description_first_a3b2 {
    color: #666;
    margin: 0 8px;
}

.photo-fa19 .aside_down_676e {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.main-8d48 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.wrapper_fixed_889e {
    font-size: 2rem;
}

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

.carousel_advanced_6030 strong {
    color: #d4af37;
}

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

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

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

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

.slider-huge-4fba {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.thick_28c5 strong {
    color: #00ff88;
}

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

.row-5ce2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.fresh_62fa h3,
.accent-yellow-51f7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.filter-40f1 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.card_3435 strong {
    color: #d4af37;
}

.backdrop-full-a6b7 {
    color: #aaa;
}

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

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

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

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

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

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

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

.static-656c:last-child {
    border-bottom: none;
}

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

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

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

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

.gallery-out-d3f5 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.gallery-out-d3f5 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;
}

.gallery-out-d3f5 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.list-rough-183e strong {
    color: #d4af37;
}

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

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

.wrapper_1fcb strong {
    color: #00ff88;
}

.wrapper_1fcb span {
    color: #d4af37;
}

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

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

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

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

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

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

.mask-2d10 {
    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;
}

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

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

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

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

.tertiary-fresh-577c {
    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);
}

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

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

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

.element-clean-8104 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.element-clean-8104 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.detail-out-4fce {
    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;
}

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

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

.banner-1fba strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-fresh-44ac {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .aside_3948 {
        padding: 30px 15px;
    }
    
    .aside_3948 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .notice_gas_2ee2 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .column_north_b682 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .button_full_9095 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .button_full_9095 .hover-f1dc {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .focused-fdf8 {
        font-size: 1.3rem;
    }
    
    .photo_fixed_e0d8 {
        font-size: 0.7rem;
    }
    
    .label_advanced_b4ad {
        flex-direction: column;
        gap: 10px;
    }
    
    .label_advanced_b4ad .caption-dirty-e349 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .column-b1ac {
        display: none;
    }
    
    .detail_6a35 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .old-f9a5 {
        padding: 20px 10px;
    }
    
    .blue_6315 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .media-gold-64ed,
    .element-8f3b {
        padding: 15px;
    }
    
    .breadcrumb_slow_05c9 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tertiary-fresh-577c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .secondary_34d7 {
        padding: 30px 10px;
    }
    
    .north_cf82 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hard-9db2 {
        padding: 20px 15px;
    }
    
    .accent-clean-7475 {
        font-size: 2rem;
    }
    
    .hard-9db2 h3 {
        font-size: 1.1rem;
    }
    
    .hard-9db2 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .pattern-south-c8a1 {
        padding: 20px 5px;
    }
    
    .pattern-south-c8a1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .item_dark_07dc {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .focus-soft-b78b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .focus-soft-b78b th,
    .focus-soft-b78b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .accordion_static_8b82 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .grid_pro_3a24 {
        padding: 20px 10px;
    }
    
    .aside-23a7 h2 {
        font-size: 1.3rem;
    }
    
    .media-cd61 {
        font-size: 0.9rem;
    }
    
    .static-656c h3 {
        font-size: 1.1rem;
    }
    
    .static-656c p {
        font-size: 0.9rem;
    }
    
    .gallery-out-d3f5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .gas-727a {
        grid-template-columns: 1fr;
    }
    
    .list-rough-183e {
        font-size: 0.85rem;
    }
    
    .paper_7d2d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient_lite_7447 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gradient_lite_7447 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .photo-dcf6 {
        padding: 30px 10px;
    }
    
    .filter_4fa2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link-complex-93e5 {
        padding: 15px 10px;
    }
    
    .link-complex-93e5 h4 {
        font-size: 0.9rem;
    }
    
    .link-complex-93e5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .column_3116 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .filter_4fa2 {
        grid-template-columns: 1fr;
    }
    
    .link-complex-93e5 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hero-right-cc8d {
        padding: 30px 10px;
    }
    
    .tooltip_south_1b5e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle_8dfb {
        padding: 15px;
    }
    
    .layout-center-9872 {
        font-size: 0.9rem;
    }
    
    .hero-6c20 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero-6c20 .layout-8292 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .block_inner_e0c3 {
        padding: 30px 10px;
    }
    
    .block_inner_e0c3 h2 {
        font-size: 1.2rem;
    }
    
    .gallery-6980 {
        gap: 10px;
    }
    
    .menu-upper-8ab0 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .menu-upper-8ab0 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .full_fdd0 {
        padding: 30px 10px;
    }
    
    .full_fdd0 h2 {
        font-size: 1.2rem;
    }
    
    .message_bf29 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress_full_f97d {
        padding: 15px 10px;
    }
    
    .progress_full_f97d h4 {
        font-size: 0.85rem;
    }
    
    .progress_full_f97d p {
        font-size: 0.75rem;
    }
    
    .overlay-orange-4eb3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .paper_69d6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .last_3e76 {
        padding: 20px 10px;
    }
    
    .highlight-4299 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .purple-2dc8,
    .panel-061e,
    .paper-ce46 {
        width: 100%;
    }
    
    .purple-2dc8 h3 {
        font-size: 1.1rem;
    }
    
    .purple-2dc8 p {
        font-size: 0.8rem;
    }
    
    .center_a528 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .gallery-inner-e79f {
        padding: 30px 15px;
    }
    
    .gallery-inner-e79f h2 {
        font-size: 1.3rem;
    }
    
    .gallery-inner-e79f p {
        font-size: 0.85rem;
    }
    
    .chip-9f95 {
        flex-direction: column;
        gap: 10px;
    }
    
    .chip-9f95 .caption-dirty-e349 {
        width: 100%;
    }
    
    .soft-5b5b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .gallery-815e {
        padding: 30px 10px;
    }
    
    .gallery-815e h3 {
        font-size: 1.2rem;
    }
    
    .right-e429 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paper_77a1 {
        padding: 15px 10px;
    }
    
    .paper_77a1 h4 {
        font-size: 0.85rem;
    }
    
    .paper_77a1 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .layout_paper_f926 {
        padding: 30px 15px;
    }
    
    .caption_5a3e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .texture_296a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .media_down_08b4 h4 {
        font-size: 0.9rem;
    }
    
    .media_down_08b4 a {
        font-size: 0.8rem;
    }
    
    .backdrop-orange-e49b {
        font-size: 0.8rem;
    }
    
    .dark_2139 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .focus-solid-d351 {
        padding: 8px 10px;
    }
    
    .icon_308c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .main_de90 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .icon_308c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .main_de90 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6b9e */
.shadow-element-g3 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
