/* Inner Page Styles */

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

.input-full-9007 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);
}

.input-full-9007 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);
}

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

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

.header_dark_1508 .table-2a18 {
    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;
}

.header_dark_1508 .table-2a18::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.header_dark_1508 .table-2a18:hover::before {
    left: 100%;
}

.header_dark_1508 .table-2a18:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.notice-mini-49cb {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.article_dynamic_729d.fn-active-acd2 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.chip-old-90a5 {
    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);
}

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

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

.chip-old-90a5 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

.backdrop-6c11 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.huge_8a53 .caption_2d59:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.modal-clean-1091 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.mask_0f68 .caption_2d59:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .input-full-9007 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .input-full-9007 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .input-full-9007 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .header_dark_1508 {
        justify-content: center;
    }
    
    .aside_dirty_9166 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dropdown-ab5e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .full_94f8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .footer-c6ce {
        padding: var(--md-spacing-md);
    }
    
    .aside_black_c15b {
        padding: var(--md-spacing-md) 0;
    }
    
    .filter_ecfc {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .mask_0f68 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pro_f1b3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .footer-c6ce {
        padding: var(--md-spacing-sm);
    }
    
    .chip-old-90a5 {
        padding: var(--md-spacing-md);
    }
    
    .filter_ecfc {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.chip-old-90a5,
.filter_ecfc,
.mask_0f68 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.grid-up-28a4::-webkit-scrollbar {
    width: 8px;
}

.grid-up-28a4::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.grid-up-28a4::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.grid-up-28a4::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.pagination-thick-5774 {
    font-size: 1.5rem;
}

.module-29dc strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.light-80cc {
    padding: 30px 0;
}

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

.banner-over-879e {
    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;
}

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

.banner-over-879e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.banner-over-879e li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.search-outer-4fd7 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

.search-outer-4fd7 h3 {
    color: #00ff88;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: center;
}

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

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

.progress_complex_e922 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.dropdown-920d {
    text-align: center;
    margin-bottom: 30px;
}

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

.modal-1171.row_85e7 .header-focused-d3c2 {
    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); }
}

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

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

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

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

.carousel-c29f 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;
}

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

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

.wrapper_yellow_3da1 {
    font-size: 1.2rem;
}

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

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

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

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

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

.fresh-d017.accordion_dynamic_1f2b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.fresh-d017.panel_a352::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fresh-d017.media_f94c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.fresh-d017.alert-1db5::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.footer-silver-722e {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.steel_4fd9 {
    font-size: 1.2rem;
}

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

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

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

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

.highlight-cd66.fixed_42e9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight-cd66.fn-active-acd2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.article-prev-ede0 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.accent-bright-fff6 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.outer-66ac {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.tertiary-west-c128 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.table_plasma_a3fb { border-top: 3px solid #00ccff; }
.accent-green-3fbf { border-top: 3px solid #00ff88; }
.column_silver_fa97 { border-top: 3px solid #d4af37; }
.logo-1f2a { border-top: 3px solid #ff6b6b; }
.gradient_2570 { border-top: 3px solid #8b5cf6; }

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

.paragraph-b9c9 {
    overflow-x: auto;
}

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

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

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

.banner-in-93fd td {
    color: #ccc;
}

.banner-in-93fd .silver_3269 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.banner-in-93fd tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.component-1c91 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.shadow-basic-b3b7 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.article-cbbe {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.notification-8dfd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.highlight-complex-539a {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.tall_34eb {
    font-size: 1.5rem;
}

.shadow-black-cbb3 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.summary-short-007b {
    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;
}

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

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

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

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

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

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

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

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

.widget_5c83 .section_6096 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.list-red-6010 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.section-40fc {
    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;
}

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

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

.thumbnail-26f3 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.card-large-1fb3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.tiny-459d {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.menu-02b7 span {
    color: #666;
    font-size: 0.8rem;
}

.menu-02b7 a {
    color: #ff6b6b;
}

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

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

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

.texture_dim_477a {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short_2d84 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .inner-89cc {
        flex-direction: column;
    }
    .table-black-c705 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.hard-8f32 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.motion-253a .summary-104c {
    color: #666;
    margin: 0 8px;
}

.motion-253a .menu-paper-de69 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.link_pink_30ed {
    font-size: 2rem;
}

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

.wrapper-26c8 strong {
    color: #d4af37;
}

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

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

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

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

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

.notification-slow-aa2c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.feature-tall-9a8f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.smooth_9922 strong {
    color: #00ff88;
}

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

.pagination-0c3f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.prev_a33d h3,
.mask-dynamic-b812 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.gradient-5df1 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.selected_87f3 strong {
    color: #d4af37;
}

.liquid-47e4 {
    color: #aaa;
}

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

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

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

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

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

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

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

.huge-de22:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-cold-82c8 strong {
    color: #d4af37;
}

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

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

.progress-d533 strong {
    color: #00ff88;
}

.progress-d533 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-current-e463 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.banner-current-e463 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.surface_narrow_f10b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.tiny-459d {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .gradient-deac {
        flex-direction: column;
    }
    
    .table-c8e3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .footer_lower_6507 {
        padding: 30px 15px;
    }
    
    .footer_lower_6507 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .modal-30ee {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .logo-steel-77f1 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .accent-plasma-9f74 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accent-plasma-9f74 .summary_5c9d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .thumbnail-upper-b259 {
        font-size: 1.3rem;
    }
    
    .menu_9647 {
        font-size: 0.7rem;
    }
    
    .highlight-8fd6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .highlight-8fd6 .caption_2d59 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .column_medium_9d83 {
        display: none;
    }
    
    .under-1fef {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .huge_5e71 {
        padding: 20px 10px;
    }
    
    .thick-bd9e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hard-9ba8,
    .disabled_9caf {
        padding: 15px;
    }
    
    .hidden_wide_2fca {
        flex-direction: column;
        gap: 5px;
    }
    
    .progress_out_cdb2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .thumbnail_a664 {
        padding: 30px 10px;
    }
    
    .mask-4d81 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-thick-7628 {
        padding: 20px 15px;
    }
    
    .tag_f2e5 {
        font-size: 2rem;
    }
    
    .button-thick-7628 h3 {
        font-size: 1.1rem;
    }
    
    .button-thick-7628 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .outline-thick-ffb6 {
        padding: 20px 10px;
    }
    
    .search-upper-5e3a h2 {
        font-size: 1.3rem;
    }
    
    .card_short_7583 {
        font-size: 0.9rem;
    }
    
    .huge-de22 h3 {
        font-size: 1.1rem;
    }
    
    .huge-de22 p {
        font-size: 0.9rem;
    }
    
    .caption_ab71 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .media_6926 {
        grid-template-columns: 1fr;
    }
    
    .title-cold-82c8 {
        font-size: 0.85rem;
    }
    
    .surface_e07b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .brown-d1e5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .brown-d1e5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .article-hovered-6555 {
        padding: 30px 10px;
    }
    
    .hero_focused_dfed {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .first-c88c {
        padding: 15px 10px;
    }
    
    .first-c88c h4 {
        font-size: 0.9rem;
    }
    
    .first-c88c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .south-4707 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .border_soft_cc77 {
        padding: 30px 10px;
    }
    
    .glass-5578 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .motion_d9a1 {
        padding: 15px;
    }
    
    .focus_61a8 {
        font-size: 0.9rem;
    }
    
    .header-de35 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header-de35 .border_basic_ba73 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .lite_0bd2 {
        padding: 30px 10px;
    }
    
    .lite_0bd2 h2 {
        font-size: 1.2rem;
    }
    
    .narrow-618f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget_inner_e995 {
        padding: 15px 10px;
    }
    
    .widget_inner_e995 h4 {
        font-size: 0.85rem;
    }
    
    .widget_inner_e995 p {
        font-size: 0.75rem;
    }
    
    .bright_0a5b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .popup_9ee8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .static_934f {
        padding: 20px 10px;
    }
    
    .plasma_0e53 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .section_6e74,
    .mini_5bfd,
    .menu-02b7 {
        width: 100%;
    }
    
    .section_6e74 h3 {
        font-size: 1.1rem;
    }
    
    .section_6e74 p {
        font-size: 0.8rem;
    }
    
    .module_8cea {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .list_first_d9d9 {
        padding: 30px 15px;
    }
    
    .list_first_d9d9 h2 {
        font-size: 1.3rem;
    }
    
    .list_first_d9d9 p {
        font-size: 0.85rem;
    }
    
    .info_bottom_f83b {
        flex-direction: column;
        gap: 10px;
    }
    
    .info_bottom_f83b .caption_2d59 {
        width: 100%;
    }
    
    .wood-61bd {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .complex-217f {
        padding: 30px 10px;
    }
    
    .complex-217f h3 {
        font-size: 1.2rem;
    }
    
    .caption_inner_ef5b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask_0f68 {
        padding: 15px 10px;
    }
    
    .mask_0f68 h4 {
        font-size: 0.85rem;
    }
    
    .mask_0f68 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .backdrop_047d {
        padding: 30px 15px;
    }
    
    .filter_dae9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .layout-medium-2276 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .carousel-53a8 h4 {
        font-size: 0.9rem;
    }
    
    .carousel-53a8 a {
        font-size: 0.8rem;
    }
    
    .status_c1cd {
        font-size: 0.8rem;
    }
    
    .video_gas_8def p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .glass_fb0c {
        padding: 8px 10px;
    }
    
    .aside_8044 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .cool_b672 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .aside_8044 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .cool_b672 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 182c */
.widget-item-o3 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
