/* Inner Page Styles */

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

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

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

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

.complex-2f4a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.complex-2f4a .steel_ad2c {
    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;
}

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

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

.complex-2f4a .steel_ad2c:hover::before {
    left: 100%;
}

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

.pro-2b9d {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.progress-static-7167 {
    color: var(--casino-gold-light);
}

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

.progress-static-7167 a:hover {
    color: var(--casino-gold-light);
}

.progress-static-7167.fn-active-62ba {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-pressed-cc72 {
    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%;
}

.thumbnail-pressed-cc72 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 */
.text_wood_70e5 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.motion-c508:hover::before {
    left: 100%;
}

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

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

.motion-c508 .slider-3905 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.motion-c508 .slider-3905:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.pattern_soft_fdee .slider-3905:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tag-fc16 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tag-fc16 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tag-fc16 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .complex-2f4a {
        justify-content: center;
    }
    
    .orange-c7fc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .button-steel-2aef {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .orange-6858 {
        padding: var(--md-spacing-md) 0;
    }
    
    .notice_43be {
        padding: var(--md-spacing-md);
    }
    
    .full-3881 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thumbnail-pressed-cc72 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .pattern_soft_fdee {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dropdown-out-2737 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .notice_43be {
        padding: var(--md-spacing-sm);
    }
    
    .primary_narrow_9fc5 {
        padding: var(--md-spacing-md);
    }
    
    .thumbnail-pressed-cc72 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.primary_narrow_9fc5,
.thumbnail-pressed-cc72,
.pattern_soft_fdee {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.red_1672 {
    font-size: 1.5rem;
}

.detail_hard_8016 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-last-94ec {
    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;
}

.title-last-94ec strong {
    color: #00ff88;
}

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

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

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

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

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

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

.slider-right-e295 {
    text-align: center;
    margin-bottom: 30px;
}

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

.content_768f.frame_pink_8688 .search_last_dd22 {
    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); }
}

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

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

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

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

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

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

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

.alert-09a9 {
    font-size: 1.2rem;
}

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

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

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

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

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

.texture_fast_6bfd.disabled_df2c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.texture_fast_6bfd.carousel-outer-856b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.texture_fast_6bfd.stale_284c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.texture_fast_6bfd.hero_1440::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.image-5531 {
    font-size: 1.2rem;
}

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

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

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

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

.text-green-84ce.tabs-c8a4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.text-green-84ce.fn-active-62ba { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.gallery-hard-bfb3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.chip-purple-7aea {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.chip-488d { border-top: 3px solid #00ccff; }
.fixed-5272 { border-top: 3px solid #00ff88; }
.row_bbde { border-top: 3px solid #d4af37; }
.video_old_89a1 { border-top: 3px solid #ff6b6b; }
.tooltip_2737 { border-top: 3px solid #8b5cf6; }

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

.in-444b {
    overflow-x: auto;
}

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

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

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

.outline-b905 td {
    color: #ccc;
}

.outline-b905 .row-west-5a9a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.alert-bronze-5686 {
    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;
}

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

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

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

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

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

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

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

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

.steel_6447 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.title-cold-7380 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.block-hard-e2b9 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.filter_eb75 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.label-over-9cb1 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.label-over-9cb1 .full-5c98 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.background_2bfc .green_a82f {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.item-fixed-c35d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

@media (max-width: 768px) {
    .banner-black-6f85 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.huge_66e0 a {
    color: #ff6b6b;
}

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

.bronze-3d28 {
    max-width: 800px;
    margin: 0 auto;
}

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

.up-1258 {
    text-align: center;
}

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

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

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

.bronze-3d28 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.texture-5dbb {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.slider-selected-902a {
    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;
}

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

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

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

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

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

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

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

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

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

.huge-8d6d.popup_fast_e7e0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.highlight-08d1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wide_a154 .old_f538 {
    color: #666;
    margin: 0 8px;
}

.wide_a154 .header-active-1fac {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.logo-6422 {
    font-size: 2rem;
}

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

.primary_bottom_315f strong {
    color: #d4af37;
}

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

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

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

.silver-c8cb h3,
.banner-1b91 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.white-0c57 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.alert_over_c684 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.silver-3b86 summary::-webkit-details-marker {
    display: none;
}

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

.out-38a6 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.out_f819 strong {
    color: #d4af37;
}

.frame_f705 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-fa5b 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;
}

.video-fa5b li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.accordion_purple_d112 strong {
    color: #d4af37;
}

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

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

.tertiary_lower_8943 strong {
    color: #00ff88;
}

.tertiary_lower_8943 span {
    color: #d4af37;
}

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

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

.summary-top-8ac1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .summary-top-8ac1 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.picture-first-2821 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern_new_7769 strong {
    color: #00ff88;
}

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

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

.active-8d7b h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

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

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

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

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

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

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

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

.item-orange-8966 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .paper-61a2 {
        padding: 30px 15px;
    }
    
    .paper-61a2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid-pink-5e47 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .row-f736 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gradient_dim_e3bf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient_dim_e3bf .label_c774 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .badge-next-5956 {
        font-size: 1.3rem;
    }
    
    .short_b729 {
        font-size: 0.7rem;
    }
    
    .light-d3f6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .light-d3f6 .slider-3905 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .header-dd9a {
        display: none;
    }
    
    .logo_yellow_f990 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gallery_ca46 {
        padding: 20px 10px;
    }
    
    .summary-top-8ac1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface_pressed_12a8,
    .frame_14eb {
        padding: 15px;
    }
    
    .picture-first-2821 {
        flex-direction: column;
        gap: 5px;
    }
    
    .selected-db95 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gallery-8e36 {
        padding: 30px 10px;
    }
    
    .pro-5a3a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion-smooth-c08d {
        padding: 20px 15px;
    }
    
    .input-west-2e1b {
        font-size: 2rem;
    }
    
    .accordion-smooth-c08d h3 {
        font-size: 1.1rem;
    }
    
    .accordion-smooth-c08d p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .tag_778e {
        padding: 20px 5px;
    }
    
    .tag_778e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .complex-52c4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .outline-b905 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .outline-b905 th,
    .outline-b905 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .form-a79d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .row_dim_5790 {
        padding: 20px 10px;
    }
    
    .chip-orange-9b1d h2 {
        font-size: 1.3rem;
    }
    
    .lite-fc85 {
        font-size: 0.9rem;
    }
    
    .container_middle_ee5e h3 {
        font-size: 1.1rem;
    }
    
    .container_middle_ee5e p {
        font-size: 0.9rem;
    }
    
    .video-fa5b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .wrapper_next_2fc7 {
        grid-template-columns: 1fr;
    }
    
    .accordion_purple_d112 {
        font-size: 0.85rem;
    }
    
    .photo_bee4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .new-8086 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .new-8086 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .chip-thick-8616 {
        padding: 30px 10px;
    }
    
    .element_white_29ec {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary_upper_2c75 {
        padding: 15px 10px;
    }
    
    .summary_upper_2c75 h4 {
        font-size: 0.9rem;
    }
    
    .summary_upper_2c75 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .fixed_bd26 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .border-advanced-2c81 {
        padding: 30px 10px;
    }
    
    .panel-focused-a959 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay-simple-4fc7 {
        padding: 15px;
    }
    
    .over_977d {
        font-size: 0.9rem;
    }
    
    .article_orange_c11a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .article_orange_c11a .sidebar-center-c3c5 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .red_1281 {
        padding: 30px 10px;
    }
    
    .red_1281 h2 {
        font-size: 1.2rem;
    }
    
    .yellow-9b20 {
        gap: 10px;
    }
    
    .highlight_dynamic_ad24 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .highlight_dynamic_ad24 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .photo-center-b5b8 {
        padding: 30px 10px;
    }
    
    .photo-center-b5b8 h2 {
        font-size: 1.2rem;
    }
    
    .main_red_d44b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list-gold-fb42 {
        padding: 15px 10px;
    }
    
    .list-gold-fb42 h4 {
        font-size: 0.85rem;
    }
    
    .list-gold-fb42 p {
        font-size: 0.75rem;
    }
    
    .accent-3ced {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .surface_clean_29ea {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .title_action_5674 {
        padding: 20px 10px;
    }
    
    .form_7308 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .title_plasma_8dcb,
    .current_eadd,
    .huge_66e0 {
        width: 100%;
    }
    
    .title_plasma_8dcb h3 {
        font-size: 1.1rem;
    }
    
    .title_plasma_8dcb p {
        font-size: 0.8rem;
    }
    
    .panel_e177 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .pink_a6f7 {
        padding: 30px 15px;
    }
    
    .pink_a6f7 h2 {
        font-size: 1.3rem;
    }
    
    .pink_a6f7 p {
        font-size: 0.85rem;
    }
    
    .next_d6e6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .next_d6e6 .slider-3905 {
        width: 100%;
    }
    
    .title_mini_9225 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .inner-dde0 {
        padding: 30px 10px;
    }
    
    .inner-dde0 h3 {
        font-size: 1.2rem;
    }
    
    .form-glass-2e24 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern_soft_fdee {
        padding: 15px 10px;
    }
    
    .pattern_soft_fdee h4 {
        font-size: 0.85rem;
    }
    
    .pattern_soft_fdee p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .form-glass-2e24 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .liquid_bff0 {
        padding: 30px 15px;
    }
    
    .middle-06dc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .article-15c1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .tag_9e9f h4 {
        font-size: 0.9rem;
    }
    
    .tag_9e9f a {
        font-size: 0.8rem;
    }
    
    .dynamic-a0c2 {
        font-size: 0.8rem;
    }
    
    .green-e6d1 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .row-ef60 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .summary_e6a0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 76b3 */
.ghost-box-c7 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
