/* Inner Page Styles */

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

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

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

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

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

.plasma-def4 .accordion-9255 {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

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

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

.plasma-def4 .accordion-9255:hover::before {
    left: 100%;
}

.plasma-def4 .accordion-9255:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.description_soft_2957.fn-active-64cc {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-7aa0 {
    padding: var(--md-spacing-md) 0;
}

.primary-black-af1c {
    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%;
}

.primary-black-af1c 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 */
.action_bcf5 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.background_bottom_2206 .hard_965a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.row-1aea {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.box-6029 .hard_965a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.box-6029 .hard_965a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hover-babd {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hover-babd h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hover-babd h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .plasma-def4 {
        justify-content: center;
    }
    
    .backdrop_e5bb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .filter_bdca {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .video_306f {
        padding: var(--md-spacing-md) 0;
    }
    
    .overlay-4359 {
        padding: var(--md-spacing-md);
    }
    
    .title_wood_b5be {
        padding: var(--md-spacing-md) 0;
    }
    
    .primary-black-af1c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .box-6029 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .photo_silver_8351 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .overlay-4359 {
        padding: var(--md-spacing-sm);
    }
    
    .under_1a21 {
        padding: var(--md-spacing-md);
    }
    
    .primary-black-af1c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.under_1a21,
.primary-black-af1c,
.box-6029 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.alert_fast_23cb {
    font-size: 1.5rem;
}

.gold-a06b strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .fresh-cb0d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .simple-42fe {
        margin-left: 0;
    }
}

/* Main Content Compact */
.status-50c6 {
    padding: 30px 0;
}

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

.section-0a9f {
    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;
}

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

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

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

.section-0a9f li:last-child {
    border-bottom: none;
}

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

@media (max-width: 576px) {
    .menu-down-086d {
        grid-template-columns: 1fr;
    }
}

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

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

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

.hero-9fd1 {
    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;
}

.hero-9fd1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.description-last-c40a {
    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;
}

.description-last-c40a.container_249a .down-8279 {
    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); }
}

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

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

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

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

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

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

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

.cold_d3b6 {
    font-size: 1.2rem;
}

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

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

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

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

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

.sort-6178.background-narrow-370b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.sort-6178.input_ee45::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort-6178.fast_6379::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.sort-6178.button-basic-3088::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.section_top_1d44 {
    font-size: 1.2rem;
}

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

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

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

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

.mini_e76a.component-b61f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.mini_e76a.fn-active-64cc { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-835c { border-top: 3px solid #00ccff; }
.primary-6d1d { border-top: 3px solid #00ff88; }
.top-76ec { border-top: 3px solid #d4af37; }
.info-2de8 { border-top: 3px solid #ff6b6b; }
.pro-9a42 { border-top: 3px solid #8b5cf6; }

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

.menu_388c {
    overflow-x: auto;
}

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

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

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

.hovered_ecf8 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.overlay-slow-7b65 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.overlay-black-8c3f {
    color: #888;
    font-size: 0.85rem;
}

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

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

.section-small-9ad8 {
    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;
}

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

.disabled-action-fdc2 {
    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;
}

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

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

.button-slow-50e0 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

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

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

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

.prev_5960 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.in-1f52 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .primary-full-02c5 {
        grid-template-columns: 1fr;
    }
}

.texture-87b3 {
    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;
}

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

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

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

.gallery-hard-8c99 strong {
    color: #fff;
    display: block;
}

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

.copper-5d16 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.copper-5d16 .module-orange-1dda {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.tertiary-4c9a .nav_middle_5cb4 {
    margin-bottom: 10px;
}

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

.tertiary-4c9a strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.medium-53b3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.outline-850b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.heading-middle-84e2 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.input-last-205c {
    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;
}

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

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

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

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

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

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

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

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

.slider_c715 a {
    color: #ff6b6b;
}

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

.aside-fluid-ec85 {
    max-width: 800px;
    margin: 0 auto;
}

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

.video-2b33 {
    text-align: center;
}

.video-2b33 .texture-green-a293 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.video-2b33 .gradient_dim_2acf {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.aside-fluid-ec85 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.element-032f {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.tall-6c95 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.label-down-868d {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .video_steel_21c6 {
        flex-direction: column;
    }
    .label-down-868d {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.article_wood_19bc .glass_7bec {
    color: #666;
    margin: 0 8px;
}

.article_wood_19bc .shade_dcab {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.status_right_0c45 {
    font-size: 2rem;
}

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

.widget_top_45e5 strong {
    color: #d4af37;
}

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

.card-huge-80aa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .card-huge-80aa {
        grid-template-columns: 1fr;
    }
}

.warm-8ce5 h3,
.box_7d2b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.panel-8bde {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.input-liquid-4c7d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.pattern_medium_f54d strong {
    color: #00ff88;
}

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

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

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

.first-cdf6 h3,
.hard-9206 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.row_copper_b611 strong {
    color: #d4af37;
}

.right-6b62 {
    color: #aaa;
}

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

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

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

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

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

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

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

.black-3c35:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick_1d4f strong {
    color: #d4af37;
}

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

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

.feature_fixed_218f strong {
    color: #00ff88;
}

.feature_fixed_218f span {
    color: #d4af37;
}

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

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

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

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

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

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

.caption-wood-6665 {
    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;
}

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

.logo-3b85 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.dynamic-5ee1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.form-67da {
    color: #999;
    font-size: 0.85rem;
}

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

.status-upper-2c7b h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mini-127e strong {
    color: #00ff88;
}

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

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

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

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

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

.notice-5a89 {
    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;
}

.heading-middle-84e2 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

.chip-yellow-ae92 .primary_0cc1 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .medium_4451 {
        padding: 30px 15px;
    }
    
    .medium_4451 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .module_11ac {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .form-bronze-8e83 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .fresh-475e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fresh-475e .message_tall_7821 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .thick-9a47 {
        font-size: 1.3rem;
    }
    
    .easy-ead4 {
        font-size: 0.7rem;
    }
    
    .slider-paper-337d {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider-paper-337d .hard_965a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .glass_388a {
        display: none;
    }
    
    .background-75b6 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pagination-focused-d602 {
        padding: 20px 10px;
    }
    
    .pagination_left_61e8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .basic-8e0b,
    .status-upper-2c7b {
        padding: 15px;
    }
    
    .dynamic-5ee1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .action_1b47 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tooltip_upper_625a {
        padding: 30px 10px;
    }
    
    .fast-e7f0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module-yellow-0969 {
        padding: 20px 15px;
    }
    
    .nav_green_7c11 {
        font-size: 2rem;
    }
    
    .module-yellow-0969 h3 {
        font-size: 1.1rem;
    }
    
    .module-yellow-0969 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .section-9351 {
        padding: 20px 5px;
    }
    
    .section-9351 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tall-a116 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .hovered_ecf8 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .hovered_ecf8 th,
    .hovered_ecf8 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .primary-huge-dd1a {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .center_38fa {
        padding: 20px 10px;
    }
    
    .secondary-focused-4ba2 h2 {
        font-size: 1.3rem;
    }
    
    .heading-bright-a149 {
        font-size: 0.9rem;
    }
    
    .black-3c35 h3 {
        font-size: 1.1rem;
    }
    
    .black-3c35 p {
        font-size: 0.9rem;
    }
    
    .stale_2f53 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .layout-b644 {
        grid-template-columns: 1fr;
    }
    
    .thick_1d4f {
        font-size: 0.85rem;
    }
    
    .pagination_last_b051 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail_south_1ac4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .thumbnail_south_1ac4 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pattern-inner-8d79 {
        padding: 30px 10px;
    }
    
    .active_prev_3dd0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav_9695 {
        padding: 15px;
    }
    
    .bottom_079d {
        font-size: 0.9rem;
    }
    
    .info_521d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info_521d .glass-80d0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .steel_24b4 {
        padding: 30px 10px;
    }
    
    .steel_24b4 h2 {
        font-size: 1.2rem;
    }
    
    .video-complex-617c {
        gap: 10px;
    }
    
    .pattern-ddd1 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .pattern-ddd1 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .basic-90fc {
        padding: 30px 10px;
    }
    
    .basic-90fc h2 {
        font-size: 1.2rem;
    }
    
    .thumbnail-fc42 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card-warm-e715 {
        padding: 15px 10px;
    }
    
    .card-warm-e715 h4 {
        font-size: 0.85rem;
    }
    
    .card-warm-e715 p {
        font-size: 0.75rem;
    }
    
    .sort-8f69 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tall-ffa8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .input-last-205c {
        padding: 20px 10px;
    }
    
    .under-b025 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .rough_7cc9,
    .text_71fe,
    .slider_c715 {
        width: 100%;
    }
    
    .rough_7cc9 h3 {
        font-size: 1.1rem;
    }
    
    .rough_7cc9 p {
        font-size: 0.8rem;
    }
    
    .next_58d3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .current-6898 {
        padding: 30px 10px;
    }
    
    .current-6898 h3 {
        font-size: 1.2rem;
    }
    
    .inner-eb94 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box-6029 {
        padding: 15px 10px;
    }
    
    .box-6029 h4 {
        font-size: 0.85rem;
    }
    
    .box-6029 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .search-49c0 {
        padding: 30px 15px;
    }
    
    .motion-4338 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .motion_80de {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .menu-stone-09ac h4 {
        font-size: 0.9rem;
    }
    
    .menu-stone-09ac a {
        font-size: 0.8rem;
    }
    
    .short-bfde {
        font-size: 0.8rem;
    }
    
    .modal-hard-aba4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .orange-62a0 {
        padding: 8px 10px;
    }
    
    .center-dff0 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .alert-advanced-5e13 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .center-dff0 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .alert-advanced-5e13 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b9a7 */
.widget-item-h2 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
