/* Inner Page Styles */

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

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

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

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

.left-5e95 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.left-5e95 .filter-664a {
    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;
}

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

.left-5e95 .filter-664a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.left-5e95 .filter-664a:hover::before {
    left: 100%;
}

.left-5e95 .filter-664a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.over-981d {
    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);
}

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

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

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

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

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

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

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

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

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

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

.surface-active-e5b8 {
    color: var(--casino-gold-light);
}

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

.surface-active-e5b8 a:hover {
    color: var(--casino-gold-light);
}

.surface-active-e5b8.fn-active-ea3f {
    color: var(--casino-gold-light);
}

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

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

.module-active-918e {
    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);
}

.module-active-918e 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-rough-ef09:hover::before {
    left: 100%;
}

.texture-rough-ef09 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;
}

.texture-rough-ef09 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;
}

.texture-rough-ef09 .paper_ab4a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.texture-rough-ef09 .paper_ab4a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.slow_ec6e .paper_ab4a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .picture-fc7d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .picture-fc7d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .picture-fc7d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .left-5e95 {
        justify-content: center;
    }
    
    .over-981d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .small-85e7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .small-6d68 {
        padding: var(--md-spacing-md) 0;
    }
    
    .module-active-918e {
        padding: var(--md-spacing-md);
    }
    
    .logo_8961 {
        padding: var(--md-spacing-md) 0;
    }
    
    .menu-cc68 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .slow_ec6e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .background_d25e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .module-active-918e {
        padding: var(--md-spacing-sm);
    }
    
    .image_west_2e0f {
        padding: var(--md-spacing-md);
    }
    
    .menu-cc68 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.image_west_2e0f,
.menu-cc68,
.slow_ec6e {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.form-light-c1cb::-webkit-scrollbar {
    width: 8px;
}

.form-light-c1cb::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.wood-edb0 {
    font-size: 1.5rem;
}

.tertiary-hard-61a9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border_4ae5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.notice-60ff {
    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;
}

.notice-60ff.video_warm_183a .steel_1839 {
    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); }
}

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

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

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

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

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

.menu_ebbd img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

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

.pressed_c317 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .info-tiny-17ff {
        grid-template-columns: 1fr;
    }
}

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

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

.badge_iron_24ab.layout-861d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.badge_iron_24ab.texture_medium_f94f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.badge_iron_24ab.warm_266a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.badge_iron_24ab.medium-5325::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.panel_glass_84a3 {
    font-size: 1.2rem;
}

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

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

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

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

.detail-slow-979f.carousel_92ea { background: linear-gradient(90deg, #00ccff, #0088ff); }
.detail-slow-979f.fn-active-ea3f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.search-mini-99b4 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.accordion-37dc {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.icon-77d3 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.short-566e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.accordion-out-89f3 { border-top: 3px solid #00ccff; }
.pattern-fast-7d25 { border-top: 3px solid #00ff88; }
.tall_b8c0 { border-top: 3px solid #d4af37; }
.north-ee6e { border-top: 3px solid #ff6b6b; }
.header_1aab { border-top: 3px solid #8b5cf6; }

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

.header_rough_2045 {
    overflow-x: auto;
}

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

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

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

.block-silver-6ed5 td {
    color: #ccc;
}

.block-silver-6ed5 .search_paper_d042 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.block-silver-6ed5 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .article-warm-92d1 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.fluid-15be {
    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;
}

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

.form-70a7 {
    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;
}

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

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

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

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

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

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

.pro-b2ec {
    font-size: 2rem;
}

.slider-pink-977c strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.slider-pink-977c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer_88dc {
    font-size: 1.5rem;
}

.article-0e5d {
    color: #888;
    font-size: 0.9rem;
}

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

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

.detail-b571 {
    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-c404 {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

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

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

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

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

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

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

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

.text_current_1490 .icon-advanced-21fb {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-28bf {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.row-dim-630f {
    display: flex;
    align-items: center;
    gap: 10px;
}

.active-under-8254 {
    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;
}

.row-dim-630f span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.tertiary_0a02 a {
    color: #ff6b6b;
}

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

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

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

.shadow_97b6 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.liquid-895d {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.button-fast-0cab {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .glass-9c90 {
        flex-direction: column;
    }
    .full_ba84 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.pattern-active-bd09 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.menu-c5c0 .tabs-hard-d17e {
    color: #666;
    margin: 0 8px;
}

.menu-c5c0 .column_thick_861e {
    color: #ff6b6b;
    text-decoration: line-through;
}

.caption-3a03 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.main-warm-c886 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.under_bd86 {
    font-size: 2rem;
}

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

.hard_2d50 strong {
    color: #d4af37;
}

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

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

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

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

.over-74f8 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.row-69e3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.header_outer_3a0d strong {
    color: #00ff88;
}

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

.progress-narrow-a1c5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.grid-wood-b14f h3,
.complex-86d7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.form-1e29 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.dirty-2e1b strong {
    color: #d4af37;
}

.accordion_9370 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-stone-2a3a {
    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;
}

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

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

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

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

.backdrop-1561 strong {
    color: #d4af37;
}

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

.selected-8b91 {
    color: #888;
    font-size: 0.9rem;
}

.selected-8b91 strong {
    color: #00ff88;
}

.selected-8b91 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-right-eee7 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.chip-right-eee7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_33f7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.white-28bf {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .primary_77b3 {
        padding: 30px 15px;
    }
    
    .primary_77b3 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .content_fixed_f914 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .filter_glass_8b02 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .center_5f22 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .center_5f22 .banner-dark-6eea {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .carousel_4dbe {
        font-size: 1.3rem;
    }
    
    .frame_pink_9b19 {
        font-size: 0.7rem;
    }
    
    .prev-fd9f {
        flex-direction: column;
        gap: 10px;
    }
    
    .prev-fd9f .paper_ab4a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .primary-949d {
        display: none;
    }
    
    .text_df87 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .detail-122f {
        padding: 20px 10px;
    }
    
    .pagination_a4ac {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .popup_current_6068,
    .hero_7834 {
        padding: 15px;
    }
    
    .next_f916 {
        flex-direction: column;
        gap: 5px;
    }
    
    .disabled-out-f043 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dirty-f3a5 {
        padding: 30px 10px;
    }
    
    .item_light_0696 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview_d849 {
        padding: 20px 15px;
    }
    
    .input-e7eb {
        font-size: 2rem;
    }
    
    .preview_d849 h3 {
        font-size: 1.1rem;
    }
    
    .preview_d849 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hovered-4065 {
        padding: 20px 10px;
    }
    
    .down_67bc h2 {
        font-size: 1.3rem;
    }
    
    .medium_691b {
        font-size: 0.9rem;
    }
    
    .lower_304c h3 {
        font-size: 1.1rem;
    }
    
    .lower_304c p {
        font-size: 0.9rem;
    }
    
    .menu_top_107b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .grid-east-8ce5 {
        grid-template-columns: 1fr;
    }
    
    .backdrop-1561 {
        font-size: 0.85rem;
    }
    
    .cold_fc46 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-stone-2a3a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .button-stone-2a3a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .gradient-1c9c {
        padding: 30px 10px;
    }
    
    .highlight_4db2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card-complex-fdbd {
        padding: 15px 10px;
    }
    
    .card-complex-fdbd h4 {
        font-size: 0.9rem;
    }
    
    .card-complex-fdbd p {
        font-size: 0.75rem;
        display: none;
    }
    
    .secondary-silver-20aa {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .highlight_4db2 {
        grid-template-columns: 1fr;
    }
    
    .card-complex-fdbd p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .caption_6a18 {
        padding: 30px 10px;
    }
    
    .hovered_9542 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow-9555 {
        padding: 15px;
    }
    
    .background_3e08 {
        font-size: 0.9rem;
    }
    
    .rough-993d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .rough-993d .glass-0772 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .main-4653 {
        padding: 30px 10px;
    }
    
    .main-4653 h2 {
        font-size: 1.2rem;
    }
    
    .primary_1df7 {
        gap: 10px;
    }
    
    .photo-9c91 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .photo-9c91 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .secondary-163b {
        padding: 30px 10px;
    }
    
    .secondary-163b h2 {
        font-size: 1.2rem;
    }
    
    .selected-0df0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card_copper_006b {
        padding: 15px 10px;
    }
    
    .card_copper_006b h4 {
        font-size: 0.85rem;
    }
    
    .card_copper_006b p {
        font-size: 0.75rem;
    }
    
    .frame_glass_c2ea {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .blue_c552 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .filter_3c13 {
        padding: 20px 10px;
    }
    
    .fixed_5f77 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .cool-1a92,
    .row-dim-630f,
    .tertiary_0a02 {
        width: 100%;
    }
    
    .cool-1a92 h3 {
        font-size: 1.1rem;
    }
    
    .cool-1a92 p {
        font-size: 0.8rem;
    }
    
    .active-under-8254 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .caption-out-bf36 {
        padding: 30px 15px;
    }
    
    .caption-out-bf36 h2 {
        font-size: 1.3rem;
    }
    
    .caption-out-bf36 p {
        font-size: 0.85rem;
    }
    
    .tag_gold_6d41 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tag_gold_6d41 .paper_ab4a {
        width: 100%;
    }
    
    .east_ef45 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .item_9a02 {
        padding: 30px 10px;
    }
    
    .item_9a02 h3 {
        font-size: 1.2rem;
    }
    
    .menu-over-d2a8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slow_ec6e {
        padding: 15px 10px;
    }
    
    .slow_ec6e h4 {
        font-size: 0.85rem;
    }
    
    .slow_ec6e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .icon-19e0 {
        padding: 30px 15px;
    }
    
    .thumbnail_7809 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .shade-short-d6a0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wide_fb6a h4 {
        font-size: 0.9rem;
    }
    
    .wide_fb6a a {
        font-size: 0.8rem;
    }
    
    .block-in-2277 {
        font-size: 0.8rem;
    }
    
    .aside-2e0a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .block-paper-cf70 {
        padding: 8px 10px;
    }
    
    .bronze_c588 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accordion-wide-641a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .bronze_c588 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accordion-wide-641a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7bf5 */
.promo-block-x7 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
