/* Inner Page Styles */

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

.aside-bottom-16cf 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);
}

.aside-bottom-16cf 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);
}

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

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

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

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

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

.plasma_40bb .green_9cf3:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.chip-advanced-4bb4 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.module_light_d569.fn-active-7e36 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-1a2e {
    padding: var(--md-spacing-md) 0;
}

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

.upper_a94b 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 */
.title-first-1219 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.title-first-1219 li {
    margin-bottom: var(--md-spacing-xs);
}

.title-first-1219 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);
}

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

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

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

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

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

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

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

.short_4741 .content_fluid_c433:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.photo-mini-7a28 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.primary-mini-e533 {
    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);
}

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

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

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

.primary-mini-e533 .content_fluid_c433 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.primary-mini-e533 .content_fluid_c433:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .aside-bottom-16cf {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .aside-bottom-16cf h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .aside-bottom-16cf h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .plasma_40bb {
        justify-content: center;
    }
    
    .static_6348 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .message-bc90 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .outer_b4c4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fixed_156c {
        padding: var(--md-spacing-md);
    }
    
    .north_55a5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .upper_a94b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .primary-mini-e533 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tertiary_hard_3fa0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .fixed_156c {
        padding: var(--md-spacing-sm);
    }
    
    .purple-c687 {
        padding: var(--md-spacing-md);
    }
    
    .upper_a94b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.purple-c687,
.upper_a94b,
.primary-mini-e533 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.caption-upper-c5a6 {
    font-size: 1.5rem;
}

.fixed_7762 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.shade-98ef {
    padding: 30px 0;
}

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

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

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

.module-smooth-c934 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.module-smooth-c934 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.container_advanced_6c64 strong {
    color: #00ff88;
}

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

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

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

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

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

.box-outer-2654::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;
}

.module-pro-f4a7 {
    text-align: center;
    margin-bottom: 30px;
}

.tiny-4d47 {
    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;
}

.tiny-4d47.tall_cc42 .thick-29c9 {
    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); }
}

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

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

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

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

.content-smooth-6139 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;
}

.content-smooth-6139 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);
}

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

.dim_90ba {
    font-size: 1.2rem;
}

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

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

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

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

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

.dim-b969.input-21a2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.dim-b969.primary-6463::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dim-b969.filter_c3da::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.dim-b969.link_right_34e4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.nav-ccd1 {
    font-size: 1.2rem;
}

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

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

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

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

.logo_top_dfc5.feature-wood-9c2e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.logo_top_dfc5.fn-active-7e36 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.focus-lower-bbb6 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.aside-fresh-c9d3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.right-ccff { border-top: 3px solid #00ccff; }
.main_0fae { border-top: 3px solid #00ff88; }
.input_advanced_6259 { border-top: 3px solid #d4af37; }
.banner-bright-8ab9 { border-top: 3px solid #ff6b6b; }
.wrapper-next-7d3b { border-top: 3px solid #8b5cf6; }

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

.up-4151 {
    overflow-x: auto;
}

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

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

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

.banner_basic_3264 td {
    color: #ccc;
}

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

.banner_basic_3264 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.photo-selected-a880 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.popup-8a94 p {
    color: #888;
    font-size: 0.9rem;
}

.title-356c {
    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;
}

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

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

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

.filter-copper-2087 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.bright-117b {
    background: #0a0a0a;
    padding: 60px 0;
}

.highlight-large-b851 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.gallery-dim-f52a {
    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;
}

.gallery-dim-f52a::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);
}

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

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

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

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

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

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

.footer-74d9 {
    font-size: 1.5rem;
}

.photo-medium-3c26 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.form-3f85 {
    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;
}

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

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

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

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

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

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

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

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

.yellow-2c0b .border-left-e2fb {
    margin-bottom: 10px;
}

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

.yellow-2c0b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.lite-5be4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hard_28a7 a {
    color: #ff6b6b;
}

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

.stale-8b50 {
    max-width: 800px;
    margin: 0 auto;
}

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

.search-be54 {
    text-align: center;
}

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

.search-be54 .lower-1c3b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.stale-8b50 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.feature-8c3e {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.thick-2da5 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .hovered-be58 {
        flex-direction: column;
    }
    .dropdown-thick-d5a3 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.card-52ff {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.center-0132 .wrapper-narrow-3b3d {
    color: #666;
    margin: 0 8px;
}

.center-0132 .rough_d5e0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.grid-wood-7a8f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.narrow_eeb3 {
    font-size: 2rem;
}

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

.outer_7359 strong {
    color: #d4af37;
}

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

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

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

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

.accordion-pro-54fe {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.link-9f12 strong {
    color: #00ff88;
}

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

.texture-147e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.paragraph-silver-c54c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.purple-22bd strong {
    color: #d4af37;
}

.backdrop-steel-00a7 {
    color: #aaa;
}

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

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

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

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

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

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

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

.huge-525e:last-child {
    border-bottom: none;
}

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

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

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

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

.row-outer-3bc4 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.row-outer-3bc4 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;
}

.row-outer-3bc4 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.item_d3e4 strong {
    color: #d4af37;
}

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

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

.input_4b7f strong {
    color: #00ff88;
}

.input_4b7f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.secondary-rough-d1b1 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.border-24fc {
    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);
}

.container-motion-dbe3 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.label-small-cd47 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.label-small-cd47 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dirty_9bf8 strong {
    color: #00ff88;
}

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

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

.disabled-stale-f989 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .feature_rough_042f {
        padding: 30px 15px;
    }
    
    .feature_rough_042f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .steel_5a61 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .bronze-ba9f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .fixed-a4ba {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fixed-a4ba .overlay-yellow-a998 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .middle-d421 {
        font-size: 1.3rem;
    }
    
    .icon-basic-1981 {
        font-size: 0.7rem;
    }
    
    .caption-b321 {
        flex-direction: column;
        gap: 10px;
    }
    
    .caption-b321 .content_fluid_c433 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .block_first_afa8 {
        display: none;
    }
    
    .badge-medium-6831 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .slow_cce5 {
        padding: 20px 10px;
    }
    
    .block_20e4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box-basic-f374,
    .heading_static_13a8 {
        padding: 15px;
    }
    
    .content_528d {
        flex-direction: column;
        gap: 5px;
    }
    
    .border-24fc {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .bottom_e46b {
        padding: 30px 10px;
    }
    
    .simple_75bb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hard-213c {
        padding: 20px 15px;
    }
    
    .tabs-narrow-02cf {
        font-size: 2rem;
    }
    
    .hard-213c h3 {
        font-size: 1.1rem;
    }
    
    .hard-213c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .dynamic-f599 {
        padding: 20px 5px;
    }
    
    .dynamic-f599 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .caption-silver-42e7 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .banner_basic_3264 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .banner_basic_3264 th,
    .banner_basic_3264 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .caption_e5ef {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .wrapper_4c2e {
        padding: 20px 10px;
    }
    
    .complex_6f7d h2 {
        font-size: 1.3rem;
    }
    
    .preview_new_16c7 {
        font-size: 0.9rem;
    }
    
    .huge-525e h3 {
        font-size: 1.1rem;
    }
    
    .huge-525e p {
        font-size: 0.9rem;
    }
    
    .row-outer-3bc4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fixed_fdb7 {
        grid-template-columns: 1fr;
    }
    
    .item_d3e4 {
        font-size: 0.85rem;
    }
    
    .advanced-587a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .old-c985 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .old-c985 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .chip_4b1b {
        padding: 30px 10px;
    }
    
    .hidden-under-1e8f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media_2724 {
        padding: 15px 10px;
    }
    
    .media_2724 h4 {
        font-size: 0.9rem;
    }
    
    .media_2724 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .cold-8f3b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hidden-under-1e8f {
        grid-template-columns: 1fr;
    }
    
    .media_2724 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .block_1f8c {
        padding: 30px 10px;
    }
    
    .old-6da5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar-cold-70a0 {
        padding: 15px;
    }
    
    .center_f129 {
        font-size: 0.9rem;
    }
    
    .cool_2117 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .cool_2117 .east_b3ef {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .secondary-b4cb {
        padding: 30px 10px;
    }
    
    .secondary-b4cb h2 {
        font-size: 1.2rem;
    }
    
    .tooltip_old_0129 {
        gap: 10px;
    }
    
    .red-845c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .red-845c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .active-small-c6b0 {
        padding: 30px 10px;
    }
    
    .active-small-c6b0 h2 {
        font-size: 1.2rem;
    }
    
    .avatar-tall-9c1a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small_2d1a {
        padding: 15px 10px;
    }
    
    .small_2d1a h4 {
        font-size: 0.85rem;
    }
    
    .small_2d1a p {
        font-size: 0.75rem;
    }
    
    .tooltip-black-c9cf {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .container-hard-3941 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .avatar-tall-9c1a {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .motion_d722 {
        padding: 20px 10px;
    }
    
    .icon_68a0 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .backdrop_down_c0b0,
    .list-d1ea,
    .hard_28a7 {
        width: 100%;
    }
    
    .backdrop_down_c0b0 h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_down_c0b0 p {
        font-size: 0.8rem;
    }
    
    .detail_b5f8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .gradient-0aa4 {
        padding: 30px 15px;
    }
    
    .gradient-0aa4 h2 {
        font-size: 1.3rem;
    }
    
    .gradient-0aa4 p {
        font-size: 0.85rem;
    }
    
    .progress-00dc {
        flex-direction: column;
        gap: 10px;
    }
    
    .progress-00dc .content_fluid_c433 {
        width: 100%;
    }
    
    .sidebar_3e3f {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .progress_pink_46c4 {
        padding: 30px 10px;
    }
    
    .progress_pink_46c4 h3 {
        font-size: 1.2rem;
    }
    
    .primary-33d2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .primary-mini-e533 {
        padding: 15px 10px;
    }
    
    .primary-mini-e533 h4 {
        font-size: 0.85rem;
    }
    
    .primary-mini-e533 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .carousel-dirty-f2b8 {
        padding: 30px 15px;
    }
    
    .preview-cool-ab64 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .brown_5bf9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hero-bbdb h4 {
        font-size: 0.9rem;
    }
    
    .hero-bbdb a {
        font-size: 0.8rem;
    }
    
    .heading-upper-f969 {
        font-size: 0.8rem;
    }
    
    .content_fluid_2b84 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .slider_77d0 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .summary_active_38d9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e7b4 */
.widget-item-o5 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
