/* Inner Page Styles */

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

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

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

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

.footer-mini-d417 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.footer-mini-d417 .clean-3e69 {
    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;
}

.footer-mini-d417 .clean-3e69::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.footer-mini-d417 .clean-3e69:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.footer-mini-d417 .clean-3e69:hover::before {
    left: 100%;
}

.footer-mini-d417 .clean-3e69:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.link-light-ac41 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.video-blue-9d82 {
    color: var(--casino-gold-light);
}

.video-blue-9d82 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.video-blue-9d82 a:hover {
    color: var(--casino-gold-light);
}

.video-blue-9d82.fn-active-9603 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail_f8ba {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.accordion_b540 .media-1332:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.media-gas-9379 {
    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);
}

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

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

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

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

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

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

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

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

.slider-deea .media-1332:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .fast_206b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .fast_206b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .fast_206b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .footer-mini-d417 {
        justify-content: center;
    }
    
    .link-light-ac41 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .fast-4548 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .overlay-orange-25d8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .caption_6df7 {
        padding: var(--md-spacing-md);
    }
    
    .brown-5c6a {
        padding: var(--md-spacing-md) 0;
    }
    
    .thumbnail_f8ba {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .slider-deea {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .table-smooth-a374 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .caption_6df7 {
        padding: var(--md-spacing-sm);
    }
    
    .tag_lite_7928 {
        padding: var(--md-spacing-md);
    }
    
    .thumbnail_f8ba {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tag_lite_7928,
.thumbnail_f8ba,
.slider-deea {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.module-489a::-webkit-scrollbar {
    width: 8px;
}

.module-489a::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.media-right-c767 {
    font-size: 1.5rem;
}

.aside-dff8 strong {
    color: #00ff88;
}

.info-new-2c34 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .label_de61 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .info-new-2c34 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.tiny-fc93 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.status_86e9 strong {
    color: #00ff88;
}

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

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

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

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

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

.tabs-lower-4818::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;
}

.primary-gold-0319 {
    text-align: center;
    margin-bottom: 30px;
}

.title-dynamic-e45d {
    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;
}

.title-dynamic-e45d.popup_upper_b75c .large_39b8 {
    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); }
}

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

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

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

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

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

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

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

.video_364c {
    font-size: 1.2rem;
}

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

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

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

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

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

.wrapper_south_6f7f.progress-fixed-baf9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.wrapper_south_6f7f.filter_d304::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wrapper_south_6f7f.input-840f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.wrapper_south_6f7f.iron-b719::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hidden_72c0 {
    font-size: 1.2rem;
}

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

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

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

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

.pressed-2202.title-cool-d716 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pressed-2202.fn-active-9603 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.icon-lower-6ed2 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

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

.frame-center-37f7 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

.frame-center-37f7:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.frame-center-37f7.component-d1b6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.cold_8d62 { border-top: 3px solid #00ccff; }
.tooltip_30cf { border-top: 3px solid #00ff88; }
.down-bc42 { border-top: 3px solid #d4af37; }
.glass_84a4 { border-top: 3px solid #ff6b6b; }
.shade_focused_2841 { border-top: 3px solid #8b5cf6; }

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

.focus-aeb4 {
    overflow-x: auto;
}

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

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

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

.nav_thick_9194 td {
    color: #ccc;
}

.nav_thick_9194 .popup-rough-fbde {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.aside-566d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.focus-green-68b3 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

.widget_pink_e391 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.slider-hovered-1dda {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.complex-6dd7 {
    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;
}

.complex-6dd7::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);
}

.focus-white-ab72 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.avatar-action-ebee {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.disabled-light-155b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.soft-fbba strong {
    color: #fff;
    display: block;
}

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

.grid-9e75 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.focus-3887 .detail-5a49 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-iron-e176 {
    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;
}

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

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

.avatar-outer-9939 span {
    color: #666;
    font-size: 0.8rem;
}

.avatar-outer-9939 a {
    color: #ff6b6b;
}

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

.wood-31d4 {
    max-width: 800px;
    margin: 0 auto;
}

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

.header_d427 {
    text-align: center;
}

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

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

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

.wood-31d4 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.block-prev-7ed6 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.message-out-7eab {
    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;
}

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

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

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

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

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

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

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

.gallery-red-42b7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hidden-wide-09bd {
    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;
}

.hidden-wide-09bd.component-d1b6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.notice-soft-c17d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .gallery-red-42b7 {
        flex-direction: column;
    }
    .summary_huge_9ffa {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.wide-9ea9 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.aside-4d17 .medium_4fa8 {
    color: #666;
    margin: 0 8px;
}

.aside-4d17 .yellow_f503 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.up-6a4a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.texture_77bc {
    font-size: 2rem;
}

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

.summary-copper-3896 strong {
    color: #d4af37;
}

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

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

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

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

.component-78e2 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.footer-wide-7bdf {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.badge-dynamic-56ef strong {
    color: #00ff88;
}

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

.video-wood-1ad8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.section-small-6473 h3,
.outline-8e1c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.content-over-8d25 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.content-over-8d25 summary::-webkit-details-marker {
    display: none;
}

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

.down-7acf {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.overlay-e6b7 strong {
    color: #d4af37;
}

.message-f2cb {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress_gas_5b14 strong {
    color: #d4af37;
}

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

.aside-879f {
    color: #888;
    font-size: 0.9rem;
}

.aside-879f strong {
    color: #00ff88;
}

.aside-879f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.alert-fixed-34d8 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.disabled-south-ecb2 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-fa9a li {
    margin-bottom: 5px;
}

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

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

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

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

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

.container_up_6aaf strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.title-plasma-ce52 {
    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;
}

.title-plasma-ce52: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) {
    .title-plasma-ce52 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .title-plasma-ce52 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .heading-hard-171f {
        padding: 30px 15px;
    }
    
    .heading-hard-171f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .section_116f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .huge_414e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pattern-c03b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pattern-c03b .blue-b81c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .iron_9436 {
        font-size: 1.3rem;
    }
    
    .selected_f93e {
        font-size: 0.7rem;
    }
    
    .item-silver-70f7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .item-silver-70f7 .media-1332 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hover-green-4dab {
        display: none;
    }
    
    .gradient-2462 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .avatar-3b42 {
        padding: 20px 10px;
    }
    
    .hidden_329d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .center_1265,
    .nav_982d {
        padding: 15px;
    }
    
    .alert-fixed-34d8 {
        flex-direction: column;
        gap: 5px;
    }
    
    .disabled-south-ecb2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .border-bottom-d488 {
        padding: 20px 10px;
    }
    
    .mask-outer-e1b7 h2 {
        font-size: 1.3rem;
    }
    
    .yellow-b5b8 {
        font-size: 0.9rem;
    }
    
    .fluid_a1f4 h3 {
        font-size: 1.1rem;
    }
    
    .fluid_a1f4 p {
        font-size: 0.9rem;
    }
    
    .grid_slow_3ad4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notice-6957 {
        grid-template-columns: 1fr;
    }
    
    .progress_gas_5b14 {
        font-size: 0.85rem;
    }
    
    .breadcrumb-5a64 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fluid-a917 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fluid-a917 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .up_0536 {
        padding: 30px 10px;
    }
    
    .upper_b3d8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle-b0e4 {
        padding: 15px;
    }
    
    .alert_down_39fa {
        font-size: 0.9rem;
    }
    
    .active_48dd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .active_48dd .main_da0f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .caption_dece {
        padding: 30px 10px;
    }
    
    .caption_dece h2 {
        font-size: 1.2rem;
    }
    
    .east_7c8d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-hard-b985 {
        padding: 15px 10px;
    }
    
    .table-hard-b985 h4 {
        font-size: 0.85rem;
    }
    
    .table-hard-b985 p {
        font-size: 0.75rem;
    }
    
    .simple_8af0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .plasma_54b9 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .wood_ae87 {
        padding: 20px 10px;
    }
    
    .detail-black-c9c0 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .secondary-6036,
    .logo_motion_7d54,
    .avatar-outer-9939 {
        width: 100%;
    }
    
    .secondary-6036 h3 {
        font-size: 1.1rem;
    }
    
    .secondary-6036 p {
        font-size: 0.8rem;
    }
    
    .header-iron-e176 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tooltip_b373 {
        padding: 30px 15px;
    }
    
    .tooltip_b373 h2 {
        font-size: 1.3rem;
    }
    
    .tooltip_b373 p {
        font-size: 0.85rem;
    }
    
    .accordion_3b7d {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion_3b7d .media-1332 {
        width: 100%;
    }
    
    .badge-5d3c {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .main-west-a9f4 {
        padding: 30px 10px;
    }
    
    .main-west-a9f4 h3 {
        font-size: 1.2rem;
    }
    
    .inner-c773 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider-deea {
        padding: 15px 10px;
    }
    
    .slider-deea h4 {
        font-size: 0.85rem;
    }
    
    .slider-deea p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .left_1cd7 {
        padding: 30px 15px;
    }
    
    .content_light_224d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hover_easy_1b4a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .accordion-brown-6578 h4 {
        font-size: 0.9rem;
    }
    
    .accordion-brown-6578 a {
        font-size: 0.8rem;
    }
    
    .static_741a {
        font-size: 0.8rem;
    }
    
    .title_38cd p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .picture_prev_10fb {
        padding: 8px 10px;
    }
    
    .search-2254 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .filter-plasma-ad46 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .search-2254 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .filter-plasma-ad46 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0585 */
.ghost-box-r4 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
