/* Inner Page Styles */

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

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

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

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

.article-north-0cb0 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.article-north-0cb0 .hidden_active_24b4 {
    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;
}

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

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

.article-north-0cb0 .hidden_active_24b4:hover::before {
    left: 100%;
}

.article-north-0cb0 .hidden_active_24b4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.in-e0b7.fn-active-d2ca {
    color: var(--casino-gold-light);
}

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

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

.photo-fluid-5678 {
    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);
}

.photo-fluid-5678 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);
}

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

/* Content Cards */
.tabs_inner_440a {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.west-b063:hover::before {
    left: 100%;
}

.west-b063 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;
}

.west-b063 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;
}

.west-b063 .pink-8a70 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.west-b063 .pink-8a70:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.alert-7a7e .pink-8a70 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.alert-7a7e .pink-8a70:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .element_old_ef96 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .element_old_ef96 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .element_old_ef96 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .article-north-0cb0 {
        justify-content: center;
    }
    
    .dropdown_0641 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .up-3cb5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .status_cdf4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo-fluid-5678 {
        padding: var(--md-spacing-md);
    }
    
    .disabled_d08b {
        padding: var(--md-spacing-md) 0;
    }
    
    .overlay-7d78 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .alert-7a7e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .filter-top-e34d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .photo-fluid-5678 {
        padding: var(--md-spacing-sm);
    }
    
    .tabs_inner_440a {
        padding: var(--md-spacing-md);
    }
    
    .overlay-7d78 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tabs_inner_440a,
.overlay-7d78,
.alert-7a7e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.backdrop-narrow-3bfa {
    font-size: 1.5rem;
}

.selected-44b2 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .slider-hot-c36c {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .photo-dim-796e {
        margin-left: 0;
    }
}

/* Main Content Compact */
.prev-5218 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hovered-9863 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.video-wood-1dc1 {
    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;
}

.video-wood-1dc1.pattern-55c9 .primary_gold_eb23 {
    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); }
}

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

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

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

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

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

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

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

.border-5e7e {
    font-size: 1.2rem;
}

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

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

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

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

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

.notice_thick_7d70.hero_e36c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.notice_thick_7d70.dynamic_bbfa::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notice_thick_7d70.lower_5e9c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.notice_thick_7d70.purple-dd81::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.alert-b24a {
    font-size: 1.2rem;
}

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

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

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

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

.label-basic-3384.widget-6826 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label-basic-3384.fn-active-d2ca { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gallery-rough-78d4 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

.grid-plasma-1c7c {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.huge-2a24 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.button-bright-e168 {
    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;
}

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

.button-bright-e168.button_fluid_6ec8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.hero_2abc { border-top: 3px solid #00ccff; }
.dim-ff3a { border-top: 3px solid #00ff88; }
.pro-c297 { border-top: 3px solid #d4af37; }
.content_80ea { border-top: 3px solid #ff6b6b; }
.green-2d14 { border-top: 3px solid #8b5cf6; }

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

.border-7917 {
    overflow-x: auto;
}

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

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

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

.white_0a23 td {
    color: #ccc;
}

.white_0a23 .frame-huge-94b3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.in-153c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.primary-bright-6dc9 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

.badge-dynamic-9f26 {
    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;
}

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

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

.soft-12ec {
    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;
}

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

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

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

.dirty-8605 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.summary-83b2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.accordion-solid-7ff3 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.chip_20f9 {
    font-size: 1.5rem;
}

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

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

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

.description-pressed-d3be {
    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;
}

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

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

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

.status-hard-1ca0 strong {
    color: #fff;
    display: block;
}

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

.header-simple-a5f6 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.disabled-short-379a .solid_88be {
    margin-bottom: 10px;
}

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

.disabled-short-379a strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.full-56af {
    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;
}

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

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

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

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

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

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

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

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

.backdrop-orange-8590 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.mask-brown-5f1a {
    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;
}

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

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

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

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

.nav-stale-6f67 {
    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;
}

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

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

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

.media-d8a2 a {
    color: #ff6b6b;
}

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

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

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

.carousel_d71f {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.row-lower-0a75 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

.summary-focused-0b8c {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.element-south-57ff {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.media-down-1e3a {
    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;
}

.media-down-1e3a.button_fluid_6ec8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .dynamic-314e {
        flex-direction: column;
    }
    .dirty_0f86 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.text-bottom-1a39 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.feature-4d79 .focus_middle_7782 {
    color: #666;
    margin: 0 8px;
}

.feature-4d79 .red-b63a {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.clean-9fab strong {
    color: #d4af37;
    margin-right: 8px;
}

.simple-6ee6 {
    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;
}

.main-d843 {
    font-size: 2rem;
}

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

.media_selected_7c34 strong {
    color: #d4af37;
}

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

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

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

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

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

.header-hovered-70f2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.form-9690 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.accordion-left-611b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.action-0685 h3,
.main-gas-2edf h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.next-89d5 summary::-webkit-details-marker {
    display: none;
}

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

.breadcrumb-plasma-41e8 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.background_e6bf strong {
    color: #d4af37;
}

.carousel-right-87c7 {
    color: #aaa;
}

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

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

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

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

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

.thick-21ca {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.prev_f315 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.action_bdaf strong {
    color: #d4af37;
}

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

.breadcrumb-pro-8c73 {
    color: #888;
    font-size: 0.9rem;
}

.breadcrumb-pro-8c73 strong {
    color: #00ff88;
}

.breadcrumb-pro-8c73 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.small-1b78 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.texture-solid-1165 {
    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);
}

.fixed-6b5f {
    color: #999;
    font-size: 0.85rem;
}

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

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

.prev-f325 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-slow-e00a strong {
    color: #00ff88;
}

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

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

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

.image-new-79d1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.backdrop-orange-8590 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .image-new-79d1 {
        flex-direction: column;
    }
    
    .hidden_lower_52ef {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

@media (max-width: 480px) {
    .new-5176 {
        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;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .soft-5e70 {
        padding: 30px 15px;
    }
    
    .soft-5e70 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .liquid-788e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .purple_fd0e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .texture-0b2a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture-0b2a .title_da66 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .content-out-6c90 {
        font-size: 1.3rem;
    }
    
    .active-cb95 {
        font-size: 0.7rem;
    }
    
    .alert_9cf1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .alert_9cf1 .pink-8a70 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .slider-171c {
        display: none;
    }
    
    .glass_cb9b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .notice-859c {
        padding: 20px 10px;
    }
    
    .hovered-d02f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mask-bce3,
    .texture_old_0e7c {
        padding: 15px;
    }
    
    .small-1b78 {
        flex-direction: column;
        gap: 5px;
    }
    
    .texture-solid-1165 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .shade_wood_60c3 {
        padding: 30px 10px;
    }
    
    .accordion_c7b1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion_167d {
        padding: 20px 15px;
    }
    
    .list-b5cf {
        font-size: 2rem;
    }
    
    .accordion_167d h3 {
        font-size: 1.1rem;
    }
    
    .accordion_167d p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .shadow-1bd5 {
        padding: 20px 5px;
    }
    
    .shadow-1bd5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .feature-fixed-dde4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .white_0a23 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .white_0a23 th,
    .white_0a23 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .table_thick_838e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tabs-current-ad75 {
        padding: 20px 10px;
    }
    
    .paper_3ea1 h2 {
        font-size: 1.3rem;
    }
    
    .motion-72fc {
        font-size: 0.9rem;
    }
    
    .yellow_a046 h3 {
        font-size: 1.1rem;
    }
    
    .yellow_a046 p {
        font-size: 0.9rem;
    }
    
    .prev_f315 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .caption-3dc7 {
        grid-template-columns: 1fr;
    }
    
    .action_bdaf {
        font-size: 0.85rem;
    }
    
    .caption-white-d286 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title-new-de55 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .title-new-de55 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .focus-white-afd6 {
        padding: 30px 10px;
    }
    
    .overlay_455d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-dc77 {
        padding: 15px 10px;
    }
    
    .table-dc77 h4 {
        font-size: 0.9rem;
    }
    
    .table-dc77 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .soft_2261 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .summary_middle_5fb0 {
        padding: 30px 10px;
    }
    
    .disabled-dynamic-07aa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb_b508 {
        padding: 15px;
    }
    
    .breadcrumb_lite_9aa3 {
        font-size: 0.9rem;
    }
    
    .pagination_b62a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pagination_b62a .medium-c711 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .south_1a51 {
        padding: 30px 10px;
    }
    
    .south_1a51 h2 {
        font-size: 1.2rem;
    }
    
    .lite-0cd4 {
        gap: 10px;
    }
    
    .medium_50ba summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .medium_50ba p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .accordion_dfd7 {
        padding: 30px 10px;
    }
    
    .accordion_dfd7 h2 {
        font-size: 1.2rem;
    }
    
    .medium_418b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table_f63a {
        padding: 15px 10px;
    }
    
    .table_f63a h4 {
        font-size: 0.85rem;
    }
    
    .table_f63a p {
        font-size: 0.75rem;
    }
    
    .pagination-out-da6a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .active_3fd6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .mask-brown-5f1a {
        padding: 20px 10px;
    }
    
    .container-short-a0ee {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .link_hard_4880,
    .tabs_89fd,
    .media-d8a2 {
        width: 100%;
    }
    
    .link_hard_4880 h3 {
        font-size: 1.1rem;
    }
    
    .link_hard_4880 p {
        font-size: 0.8rem;
    }
    
    .nav-stale-6f67 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .pagination_focused_67e9 {
        padding: 30px 15px;
    }
    
    .pagination_focused_67e9 h2 {
        font-size: 1.3rem;
    }
    
    .pagination_focused_67e9 p {
        font-size: 0.85rem;
    }
    
    .fluid_04b6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fluid_04b6 .pink-8a70 {
        width: 100%;
    }
    
    .module-dc9d {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tag-5fc7 {
        padding: 30px 10px;
    }
    
    .tag-5fc7 h3 {
        font-size: 1.2rem;
    }
    
    .pattern-medium-6f68 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert-7a7e {
        padding: 15px 10px;
    }
    
    .alert-7a7e h4 {
        font-size: 0.85rem;
    }
    
    .alert-7a7e p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pattern-medium-6f68 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .gas_d7dd {
        padding: 30px 15px;
    }
    
    .wood-f55c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .block-8e01 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .soft-c8f8 h4 {
        font-size: 0.9rem;
    }
    
    .soft-c8f8 a {
        font-size: 0.8rem;
    }
    
    .link-solid-fa40 {
        font-size: 0.8rem;
    }
    
    .mask-under-d9e3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .primary-bb48 {
        padding: 8px 10px;
    }
    
    .pattern_last_82e4 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .module-bronze-e20e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pattern_last_82e4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .module-bronze-e20e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0c91 */
.phantom-card-s3 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.2;
}
