/* Inner Page Styles */

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

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

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

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

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

.inner-b415 .focused-f836 {
    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;
}

.inner-b415 .focused-f836::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.inner-b415 .focused-f836:hover::before {
    left: 100%;
}

.inner-b415 .focused-f836:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.panel-full-064f {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.pro_205e.fn-active-ff27 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.nav-dark-479e {
    padding: var(--md-spacing-lg) 0;
}

.mask-870e {
    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);
}

.mask-870e 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);
}

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

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

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

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

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

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

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

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

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

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

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

.soft-790a {
    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%;
}

.soft-790a 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 */
.fresh-5f27 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fresh-5f27 li {
    margin-bottom: var(--md-spacing-xs);
}

.fresh-5f27 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);
}

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

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

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

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

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

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

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

.banner_left_b292 .static_39a6:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.pink-418f {
    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);
}

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

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

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

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

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

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

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

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

.frame-deb8 .static_39a6:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .summary_iron_eb14 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .summary_iron_eb14 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .summary_iron_eb14 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .inner-b415 {
        justify-content: center;
    }
    
    .breadcrumb_e9e1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .texture-glass-6b58 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .nav-dark-479e {
        padding: var(--md-spacing-md) 0;
    }
    
    .mask-870e {
        padding: var(--md-spacing-md);
    }
    
    .modal-4746 {
        padding: var(--md-spacing-md) 0;
    }
    
    .soft-790a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .frame-deb8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .outline-b5f4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .mask-870e {
        padding: var(--md-spacing-sm);
    }
    
    .preview_fast_9fff {
        padding: var(--md-spacing-md);
    }
    
    .soft-790a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.preview_fast_9fff,
.soft-790a,
.frame-deb8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.center-e732 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.bright-9b21 {
    font-size: 1.5rem;
}

.gas_470a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selected_51a7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.photo-47e7 {
    text-align: center;
    margin-bottom: 30px;
}

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

.fixed_f39b.search-iron-3a69 .text_bc6e {
    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); }
}

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

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

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

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

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

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

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

.text_cf36 {
    font-size: 1.2rem;
}

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

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

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

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

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

.aside_advanced_9048.hover_up_c78c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.aside_advanced_9048.carousel_bbbe::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.aside_advanced_9048.primary_mini_8c37::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.aside_advanced_9048.plasma-83c8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.picture_ee4c {
    font-size: 1.2rem;
}

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

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

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

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

.pro_da57.motion_b8e0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pro_da57.fn-active-ff27 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.wrapper-1f21 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.card-543f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.full-1f0e {
    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;
}

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

.full-1f0e.down_4955 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.filter_small_0ab9 { border-top: 3px solid #00ccff; }
.header_5b04 { border-top: 3px solid #00ff88; }
.gas_3438 { border-top: 3px solid #d4af37; }
.stone_356c { border-top: 3px solid #ff6b6b; }
.slider-dc5d { border-top: 3px solid #8b5cf6; }

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

.nav-tall-d90b {
    overflow-x: auto;
}

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

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

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

.header_84c8 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.sidebar-hard-d0d7 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.logo-smooth-ed07 {
    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;
}

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

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

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

.backdrop_stone_c1c1 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-easy-333b {
    font-size: 1.5rem;
}

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

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

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

.carousel-41f5 {
    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;
}

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

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

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

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

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

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

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

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

.popup-0b37 .slider_b9ca {
    margin-bottom: 10px;
}

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

.popup-0b37 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.dim-7b1b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.panel-8a93 {
    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;
}

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

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

.border-1a51 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.aside-26a1 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.next-3c7b span {
    color: #666;
    font-size: 0.8rem;
}

.next-3c7b a {
    color: #ff6b6b;
}

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

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

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

.dropdown_bottom_7270 {
    text-align: center;
}

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

.dropdown_bottom_7270 .accordion-52a8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .out-37d1 {
        flex-direction: column;
    }
    .button-copper-9521 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.mask-f4a7 .frame-1bf3 {
    color: #666;
    margin: 0 8px;
}

.mask-f4a7 .light-db99 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.motion-2f2c {
    font-size: 2rem;
}

.overlay-current-1fb7 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.overlay-current-1fb7 strong {
    color: #d4af37;
}

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

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

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

.bronze_7827 h3,
.container-out-c430 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.middle-6c79 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.chip-1d23 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.slider-wide-32b1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table_cold_a991 strong {
    color: #d4af37;
}

.secondary-0740 {
    color: #aaa;
}

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

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

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

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

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

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

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

.message-cold-29f3:last-child {
    border-bottom: none;
}

.message-cold-29f3 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.message-cold-29f3 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.notice-a77c strong {
    color: #d4af37;
}

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

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

.breadcrumb_light_e658 strong {
    color: #00ff88;
}

.breadcrumb_light_e658 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.upper-6c35 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.upper-6c35 li {
    margin-bottom: 5px;
}

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

.upper-6c35 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.status-baeb strong {
    color: #00ff88;
}

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

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

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

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

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

.icon-under-d3ab {
    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;
}

.aside-26a1 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .wrapper_gas_a4a3 {
        flex-direction: column;
    }
    
    .hard-60b0 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .black_c3c1 {
        padding: 30px 15px;
    }
    
    .black_c3c1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .image-9454 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .menu_ddba {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .progress-pink-2852 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress-pink-2852 .under-4531 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .dynamic_35d5 {
        font-size: 1.3rem;
    }
    
    .wood-3537 {
        font-size: 0.7rem;
    }
    
    .tag-narrow-7dda {
        flex-direction: column;
        gap: 10px;
    }
    
    .tag-narrow-7dda .static_39a6 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .container-bright-ca74 {
        display: none;
    }
    
    .card_6590 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .modal_purple_ca2f {
        padding: 20px 10px;
    }
    
    .hover_d9bf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination_faa1,
    .pattern-yellow-b249 {
        padding: 15px;
    }
    
    .content_over_710d {
        flex-direction: column;
        gap: 5px;
    }
    
    .footer-2f41 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .full-e3c2 {
        padding: 30px 10px;
    }
    
    .south_bf69 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notification_short_1641 {
        padding: 20px 15px;
    }
    
    .full-86ab {
        font-size: 2rem;
    }
    
    .notification_short_1641 h3 {
        font-size: 1.1rem;
    }
    
    .notification_short_1641 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .modal-out-4169 {
        padding: 20px 5px;
    }
    
    .modal-out-4169 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .popup-b1fd {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .header_84c8 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .header_84c8 th,
    .header_84c8 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .logo-dirty-f99e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .title_e067 {
        padding: 20px 10px;
    }
    
    .medium-a708 h2 {
        font-size: 1.3rem;
    }
    
    .block_stone_ce8e {
        font-size: 0.9rem;
    }
    
    .message-cold-29f3 h3 {
        font-size: 1.1rem;
    }
    
    .message-cold-29f3 p {
        font-size: 0.9rem;
    }
    
    .accordion_yellow_1e9d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .border-light-f620 {
        grid-template-columns: 1fr;
    }
    
    .notice-a77c {
        font-size: 0.85rem;
    }
    
    .highlight_top_8a96 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .basic-ed87 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .basic-ed87 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .stale_7ee2 {
        padding: 30px 10px;
    }
    
    .thumbnail-d399 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout-cool-9f4d {
        padding: 15px 10px;
    }
    
    .layout-cool-9f4d h4 {
        font-size: 0.9rem;
    }
    
    .layout-cool-9f4d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tooltip_f072 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thumbnail-d399 {
        grid-template-columns: 1fr;
    }
    
    .layout-cool-9f4d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .overlay-last-c0f5 {
        padding: 30px 10px;
    }
    
    .caption_cool_ce53 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article-6802 {
        padding: 15px;
    }
    
    .out-105f {
        font-size: 0.9rem;
    }
    
    .white_3ad9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .white_3ad9 .thumbnail-tall-b1f8 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .sidebar-1a10 {
        padding: 30px 10px;
    }
    
    .sidebar-1a10 h2 {
        font-size: 1.2rem;
    }
    
    .link-yellow-1802 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label_top_635f {
        padding: 15px 10px;
    }
    
    .label_top_635f h4 {
        font-size: 0.85rem;
    }
    
    .label_top_635f p {
        font-size: 0.75rem;
    }
    
    .feature-e659 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hover-dim-9c78 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .wrapper_lite_9d42 {
        padding: 20px 10px;
    }
    
    .grid_hovered_800a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .middle-61ee,
    .backdrop-ecb2,
    .next-3c7b {
        width: 100%;
    }
    
    .middle-61ee h3 {
        font-size: 1.1rem;
    }
    
    .middle-61ee p {
        font-size: 0.8rem;
    }
    
    .highlight_a6ab {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail-outer-053c {
        padding: 30px 15px;
    }
    
    .thumbnail-outer-053c h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail-outer-053c p {
        font-size: 0.85rem;
    }
    
    .medium-5ef7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .medium-5ef7 .static_39a6 {
        width: 100%;
    }
    
    .frame-55e4 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .footer-bright-0a26 {
        padding: 30px 10px;
    }
    
    .footer-bright-0a26 h3 {
        font-size: 1.2rem;
    }
    
    .info-dirty-3d03 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-deb8 {
        padding: 15px 10px;
    }
    
    .frame-deb8 h4 {
        font-size: 0.85rem;
    }
    
    .frame-deb8 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info-dirty-3d03 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .pattern_orange_1102 {
        padding: 30px 15px;
    }
    
    .thumbnail_narrow_bf37 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .search_77e9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .outline_bright_1f8e h4 {
        font-size: 0.9rem;
    }
    
    .outline_bright_1f8e a {
        font-size: 0.8rem;
    }
    
    .pink_527a {
        font-size: 0.8rem;
    }
    
    .brown_c3f0 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .info_cool_4e30 {
        padding: 8px 10px;
    }
    
    .tertiary_7560 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .aside-soft-1a1a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tertiary_7560 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .aside-soft-1a1a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e3ad */
.widget-item-g3 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
