/* Inner Page Styles */

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

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

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

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

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

.box_stale_3e2c .gradient-e53f {
    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;
}

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

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

.box_stale_3e2c .gradient-e53f:hover::before {
    left: 100%;
}

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

.block-1d22 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.silver_4805.fn-active-110d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-thick-6796 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 */
.wood-d5d6 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wood-d5d6 li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

/* Promo Cards */
.link-cold-1c23 {
    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;
}

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

.link-cold-1c23:hover::before {
    left: 100%;
}

.link-cold-1c23 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;
}

.link-cold-1c23 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;
}

.link-cold-1c23 .narrow_c191 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.link-cold-1c23 .narrow_c191:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.description-bronze-5304 {
    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);
}

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

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

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

.description-bronze-5304 .narrow_c191 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.description-bronze-5304 .narrow_c191:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .header_aaeb {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .header_aaeb h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .header_aaeb h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .box_stale_3e2c {
        justify-content: center;
    }
    
    .accordion-0fa5 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .background_hard_8e16 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .feature_copper_574a {
        padding: var(--md-spacing-md) 0;
    }
    
    .link_middle_0318 {
        padding: var(--md-spacing-md);
    }
    
    .label-f723 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade-thick-6796 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .description-bronze-5304 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .row_2063 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .link_middle_0318 {
        padding: var(--md-spacing-sm);
    }
    
    .tabs_a125 {
        padding: var(--md-spacing-md);
    }
    
    .shade-thick-6796 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tabs_a125,
.shade-thick-6796,
.description-bronze-5304 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.slider-tall-f35a::-webkit-scrollbar {
    width: 8px;
}

.slider-tall-f35a::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.paper-ca63 {
    font-size: 1.5rem;
}

.gallery-b5bf strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.gas-29cd {
    padding: 30px 0;
}

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

.summary-light-4e97 {
    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;
}

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

.summary-light-4e97 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.summary-light-4e97 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.blue-ebb0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.wrapper_small_1576.section_dynamic_c2a5 .accent-aa26 {
    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); }
}

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

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

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

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

.module-98dd 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;
}

.module-98dd 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);
}

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

.slider_lower_cb5e {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .summary-bright-50e2 {
        grid-template-columns: 1fr;
    }
}

.outline-bottom-582b {
    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;
}

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

.outline-bottom-582b.media_green_6a73::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.outline-bottom-582b.stone-fb8d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outline-bottom-582b.north-f99a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.outline-bottom-582b.link-37f0::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.aside-37c0 {
    font-size: 1.2rem;
}

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

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

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

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

.row_last_1fba.smooth-0ffa { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row_last_1fba.fn-active-110d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.image-solid-d782 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.wrapper-large-ab80 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.popup-paper-888b {
    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;
}

.popup-paper-888b:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.popup-paper-888b.caption-6583 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.image-cf30 { border-top: 3px solid #00ccff; }
.logo-paper-e5ce { border-top: 3px solid #00ff88; }
.hot_99d9 { border-top: 3px solid #d4af37; }
.east_ebe1 { border-top: 3px solid #ff6b6b; }
.background-huge-54a0 { border-top: 3px solid #8b5cf6; }

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

.component_tall_af37 {
    overflow-x: auto;
}

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

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

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

.center-8279 td {
    color: #ccc;
}

.center-8279 .media_orange_79d3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rough-0dc1 {
    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;
}

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

.panel-84f6 {
    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;
}

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

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

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

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

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

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

.footer_yellow_3819 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.background-gold-fd8d {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.red_bd67 {
    font-size: 1.5rem;
}

.dropdown-lower-92e4 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.list-inner-60b2 {
    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;
}

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

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

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

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

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

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

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

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

.prev_75b5 .focused-2980 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu-west-4d23 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.modal-soft-c1c5 {
    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;
}

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

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

.small-51ce span {
    color: #666;
    font-size: 0.8rem;
}

.small-51ce a {
    color: #ff6b6b;
}

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

.block-20d8 {
    max-width: 800px;
    margin: 0 auto;
}

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

.short-806e {
    text-align: center;
}

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

.short-806e .picture_0c71 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.block-20d8 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.box-lite-cdec {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.gold-0ec3 {
    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;
}

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

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

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

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

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

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

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

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

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

.lower-378b.caption-6583 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .dropdown-hovered-1266 {
        flex-direction: column;
    }
    .card-c9a4 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.alert_92bf .small_e3de {
    color: #666;
    margin: 0 8px;
}

.alert_92bf .tooltip_dirty_8df7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.hero-dirty-6682 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.sidebar_tall_977d {
    font-size: 2rem;
}

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

.detail_light_c9fb strong {
    color: #d4af37;
}

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

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

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

.photo-0e8f h3,
.steel-b6cc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.description-liquid-b7e5 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.sidebar-ee73 strong {
    color: #00ff88;
}

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

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

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

.aside_liquid_288d h3,
.banner-hard-2200 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.mask-794d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.texture-e8ba strong {
    color: #d4af37;
}

.texture-light-e7a7 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-bdc0 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;
}

.small-bdc0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.texture-bottom-800e strong {
    color: #d4af37;
}

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

.module-8cd5 {
    color: #888;
    font-size: 0.9rem;
}

.module-8cd5 strong {
    color: #00ff88;
}

.module-8cd5 span {
    color: #d4af37;
}

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

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

.article-center-46b2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .article-center-46b2 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.gallery-bottom-4308 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.orange-3b03 {
    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);
}

.header-9d24 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.surface-987f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue-1333 .east_c312 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .short-308c {
        padding: 30px 15px;
    }
    
    .short-308c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .outer_7b7c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .input_pressed_b85a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .copper_97f5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .copper_97f5 .element-medium-aa48 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .white-4f76 {
        font-size: 1.3rem;
    }
    
    .pagination_last_6c62 {
        font-size: 0.7rem;
    }
    
    .focused_80ba {
        flex-direction: column;
        gap: 10px;
    }
    
    .focused_80ba .narrow_c191 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .status-1b1d {
        display: none;
    }
    
    .image_9416 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .soft_8969 {
        padding: 20px 10px;
    }
    
    .article-center-46b2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shade_f37b,
    .table_up_d11c {
        padding: 15px;
    }
    
    .image-8ec7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .orange-3b03 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .pressed-f044 {
        padding: 20px 10px;
    }
    
    .outer-044d h2 {
        font-size: 1.3rem;
    }
    
    .cool_70f9 {
        font-size: 0.9rem;
    }
    
    .banner_14cb h3 {
        font-size: 1.1rem;
    }
    
    .banner_14cb p {
        font-size: 0.9rem;
    }
    
    .small-bdc0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .large-a4f1 {
        grid-template-columns: 1fr;
    }
    
    .texture-bottom-800e {
        font-size: 0.85rem;
    }
    
    .frame_slow_8e31 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge-a995 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .huge-a995 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .input-e959 {
        padding: 30px 10px;
    }
    
    .content-f194 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary-bottom-cb37 {
        padding: 15px 10px;
    }
    
    .secondary-bottom-cb37 h4 {
        font-size: 0.9rem;
    }
    
    .secondary-bottom-cb37 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .paper-ef8a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .content-f194 {
        grid-template-columns: 1fr;
    }
    
    .secondary-bottom-cb37 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .section-7dbe {
        padding: 30px 10px;
    }
    
    .heading-4fb6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_dirty_d33b {
        padding: 15px;
    }
    
    .disabled_737e {
        font-size: 0.9rem;
    }
    
    .simple_a3ae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .simple_a3ae .inner_3a32 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .simple_4d6f {
        padding: 30px 10px;
    }
    
    .simple_4d6f h2 {
        font-size: 1.2rem;
    }
    
    .secondary_inner_5ac2 {
        gap: 10px;
    }
    
    .alert-over-0f74 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .alert-over-0f74 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .lower_4cf2 {
        padding: 30px 10px;
    }
    
    .lower_4cf2 h2 {
        font-size: 1.2rem;
    }
    
    .disabled_4c06 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus-01f6 {
        padding: 15px 10px;
    }
    
    .focus-01f6 h4 {
        font-size: 0.85rem;
    }
    
    .focus-01f6 p {
        font-size: 0.75rem;
    }
    
    .button_ab42 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .background-bc3d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .border_under_4426 {
        padding: 20px 10px;
    }
    
    .top_779b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .short-27ef,
    .nav-c25d,
    .small-51ce {
        width: 100%;
    }
    
    .short-27ef h3 {
        font-size: 1.1rem;
    }
    
    .short-27ef p {
        font-size: 0.8rem;
    }
    
    .modal-soft-c1c5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .column_2880 {
        padding: 30px 15px;
    }
    
    .column_2880 h2 {
        font-size: 1.3rem;
    }
    
    .column_2880 p {
        font-size: 0.85rem;
    }
    
    .button_over_f857 {
        flex-direction: column;
        gap: 10px;
    }
    
    .button_over_f857 .narrow_c191 {
        width: 100%;
    }
    
    .hero-clean-cf1a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .paragraph-a572 {
        padding: 30px 10px;
    }
    
    .paragraph-a572 h3 {
        font-size: 1.2rem;
    }
    
    .main-567b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description-bronze-5304 {
        padding: 15px 10px;
    }
    
    .description-bronze-5304 h4 {
        font-size: 0.85rem;
    }
    
    .description-bronze-5304 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .fixed-1281 {
        padding: 30px 15px;
    }
    
    .detail_e5f2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .green-47e3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .message-7142 h4 {
        font-size: 0.9rem;
    }
    
    .message-7142 a {
        font-size: 0.8rem;
    }
    
    .texture_5336 {
        font-size: 0.8rem;
    }
    
    .glass_1481 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .center-7720 {
        padding: 8px 10px;
    }
    
    .message-up-c62f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .gallery-7022 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .message-up-c62f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .gallery-7022 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3035 */
.shadow-element-m0 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
