/* Inner Page Styles */

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

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

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

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

.filter-action-594b {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.filter-action-594b .search-next-7e6b {
    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;
}

.filter-action-594b .search-next-7e6b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.filter-action-594b .search-next-7e6b:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.filter-action-594b .search-next-7e6b:hover::before {
    left: 100%;
}

.filter-action-594b .search-next-7e6b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.purple-1cfb {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glass_5f5f.fn-active-cfaa {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo_solid_62d2 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 */
.accent_12a3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.info_fast_394e .dropdown-e1eb:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.panel-823b {
    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);
}

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

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

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

.panel-823b .dropdown-e1eb {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.panel-823b .dropdown-e1eb:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .row-7d85 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .row-7d85 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .row-7d85 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .filter-action-594b {
        justify-content: center;
    }
    
    .purple-1cfb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .light-73a9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .banner_eb5c {
        padding: var(--md-spacing-md) 0;
    }
    
    .accordion_static_906d {
        padding: var(--md-spacing-md);
    }
    
    .simple_3726 {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo_solid_62d2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .panel-823b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .item-45df {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .accordion_static_906d {
        padding: var(--md-spacing-sm);
    }
    
    .shadow-c9cf {
        padding: var(--md-spacing-md);
    }
    
    .photo_solid_62d2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.shadow-c9cf,
.photo_solid_62d2,
.panel-823b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.current-86f0::-webkit-scrollbar {
    width: 8px;
}

.current-86f0::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.mask_b6d6 {
    font-size: 1.5rem;
}

.row_easy_2e8e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .mask-medium-45f3 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.overlay_large_ec4a strong {
    color: #00ff88;
}

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

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

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

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

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

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

.pagination-down-fe64 {
    text-align: center;
    margin-bottom: 30px;
}

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

.background_8677.bottom_c486 .caption-bottom-5e34 {
    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); }
}

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

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

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

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

.module-warm-fa52 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.module-warm-fa52 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);
}

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

.fast-3d2e {
    font-size: 1.2rem;
}

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

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

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

.footer-3b0d {
    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;
}

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

.footer-3b0d.list-da2f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.footer-3b0d.primary-b64e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.footer-3b0d.blue_9323::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.footer-3b0d.paragraph-full-3c8a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.component-under-8a3b {
    font-size: 1.2rem;
}

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

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

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

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

.full_36e7.slow-52b9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.full_36e7.fn-active-cfaa { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.alert-4edd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.border-north-45c2 { border-top: 3px solid #00ccff; }
.row-fresh-6e82 { border-top: 3px solid #00ff88; }
.badge-eb0c { border-top: 3px solid #d4af37; }
.search-tiny-4865 { border-top: 3px solid #ff6b6b; }
.filter-b55e { border-top: 3px solid #8b5cf6; }

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

.badge-b16d {
    overflow-x: auto;
}

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

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

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

.blue_0654 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip_bb87 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.red-c310::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.dynamic-1e16 {
    font-size: 1.5rem;
}

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

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

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

.backdrop-5e1f {
    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;
}

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

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

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

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

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

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

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

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

.new_88f5 .solid-598c {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.row-977e {
    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;
}

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

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

.element-6beb {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dirty-4ada span {
    color: #666;
    font-size: 0.8rem;
}

.dirty-4ada a {
    color: #ff6b6b;
}

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

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

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

.lower_f284 {
    text-align: center;
}

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

.lower_f284 .row-7af5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.black-07b8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.slow-4cd4 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .pressed-024b {
        flex-direction: column;
    }
    .pressed-1404 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.caption-orange-b33d {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.tag-1b5e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.background_soft_e678 .texture_3948 {
    color: #666;
    margin: 0 8px;
}

.background_soft_e678 .gold_80c1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.footer-soft-5341 {
    font-size: 2rem;
}

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

.hard-c49d strong {
    color: #d4af37;
}

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

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

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

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

.list-large-872a {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.hot-73b3 strong {
    color: #00ff88;
}

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

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

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

.popup_up_64bc h3,
.grid-34c1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.texture_c5a1 strong {
    color: #d4af37;
}

.dirty_8879 {
    color: #aaa;
}

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

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

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

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

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

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

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

.pattern-dim-0830:last-child {
    border-bottom: none;
}

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

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

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

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

.last-3177 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.last-3177 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;
}

.last-3177 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.liquid-2e03 strong {
    color: #d4af37;
}

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

.paragraph-purple-da22 {
    color: #888;
    font-size: 0.9rem;
}

.paragraph-purple-da22 strong {
    color: #00ff88;
}

.paragraph-purple-da22 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.under-871f {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-inner-79ce ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay-inner-79ce li {
    margin-bottom: 5px;
}

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

.overlay-inner-79ce a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.tabs-219a {
    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;
}

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

.table_hot_7460 strong {
    color: #00ff88;
}

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

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

.breadcrumb-gas-4b1e h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.preview-cool-b705 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .preview-cool-b705 {
        flex-direction: column;
    }
    
    .table_3da0 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .overlay_down_a833 {
        padding: 30px 15px;
    }
    
    .overlay_down_a833 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .element-2352 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gallery-right-5836 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .new-9c3e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .new-9c3e .north-f3c9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .detail_static_c6e3 {
        font-size: 1.3rem;
    }
    
    .fresh-30d6 {
        font-size: 0.7rem;
    }
    
    .card_simple_65c2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .card_simple_65c2 .dropdown-e1eb {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .photo_314d {
        display: none;
    }
    
    .pressed-5320 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .last_797a {
        padding: 20px 10px;
    }
    
    .copper-fec5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info_10d1,
    .tooltip_middle_135c {
        padding: 15px;
    }
    
    .under-871f {
        flex-direction: column;
        gap: 5px;
    }
    
    .slow_9939 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tag-6861 {
        padding: 30px 10px;
    }
    
    .icon-3daa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header-7321 {
        padding: 20px 15px;
    }
    
    .hard-aa4f {
        font-size: 2rem;
    }
    
    .header-7321 h3 {
        font-size: 1.1rem;
    }
    
    .header-7321 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .form-dynamic-ed75 {
        padding: 20px 5px;
    }
    
    .form-dynamic-ed75 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .basic-4988 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .blue_0654 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .blue_0654 th,
    .blue_0654 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .green-6fa1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .east-41ce {
        padding: 20px 10px;
    }
    
    .sort_warm_ffc0 h2 {
        font-size: 1.3rem;
    }
    
    .hero-e656 {
        font-size: 0.9rem;
    }
    
    .pattern-dim-0830 h3 {
        font-size: 1.1rem;
    }
    
    .pattern-dim-0830 p {
        font-size: 0.9rem;
    }
    
    .last-3177 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tooltip_south_3127 {
        grid-template-columns: 1fr;
    }
    
    .liquid-2e03 {
        font-size: 0.85rem;
    }
    
    .up_716c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .blue-acf4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .blue-acf4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .layout_right_8fa0 {
        padding: 30px 10px;
    }
    
    .gallery_113c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image_bda9 {
        padding: 15px 10px;
    }
    
    .image_bda9 h4 {
        font-size: 0.9rem;
    }
    
    .image_bda9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .header_867e {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .photo-purple-5131 {
        padding: 30px 10px;
    }
    
    .wrapper-3f1e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .full-44fc {
        padding: 15px;
    }
    
    .block-74a7 {
        font-size: 0.9rem;
    }
    
    .blue_62dd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .blue_62dd .info-2293 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .slow-af68 {
        padding: 30px 10px;
    }
    
    .slow-af68 h2 {
        font-size: 1.2rem;
    }
    
    .feature_pressed_0782 {
        gap: 10px;
    }
    
    .under-9c45 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .under-9c45 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .large-fa6c {
        padding: 30px 10px;
    }
    
    .large-fa6c h2 {
        font-size: 1.2rem;
    }
    
    .short-5700 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .primary_glass_d0fc {
        padding: 15px 10px;
    }
    
    .primary_glass_d0fc h4 {
        font-size: 0.85rem;
    }
    
    .primary_glass_d0fc p {
        font-size: 0.75rem;
    }
    
    .dim-2794 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .aside-next-ed40 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .box-d30d {
        padding: 20px 10px;
    }
    
    .soft-4469 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tabs-d430,
    .solid_fce9,
    .dirty-4ada {
        width: 100%;
    }
    
    .tabs-d430 h3 {
        font-size: 1.1rem;
    }
    
    .tabs-d430 p {
        font-size: 0.8rem;
    }
    
    .hard-55c9 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .center-2028 {
        padding: 30px 15px;
    }
    
    .center-2028 h2 {
        font-size: 1.3rem;
    }
    
    .center-2028 p {
        font-size: 0.85rem;
    }
    
    .filter_30f5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter_30f5 .dropdown-e1eb {
        width: 100%;
    }
    
    .hard-568b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .card_stale_4263 {
        padding: 30px 10px;
    }
    
    .card_stale_4263 h3 {
        font-size: 1.2rem;
    }
    
    .table-top-80a0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel-823b {
        padding: 15px 10px;
    }
    
    .panel-823b h4 {
        font-size: 0.85rem;
    }
    
    .panel-823b p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .table-top-80a0 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .dirty_8672 {
        padding: 30px 15px;
    }
    
    .grid-9b53 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .active-87a0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hover-caf5 h4 {
        font-size: 0.9rem;
    }
    
    .hover-caf5 a {
        font-size: 0.8rem;
    }
    
    .feature-da9d {
        font-size: 0.8rem;
    }
    
    .hidden-bdfc p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .complex_3403 {
        padding: 8px 10px;
    }
    
    .dim-f8f5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .mask-first-b0a0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dim-f8f5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .mask-first-b0a0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d409 */
.phantom-card-m6 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
