/* Inner Page Styles */

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

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

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

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

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

.liquid-f8df .overlay_center_8e6b {
    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;
}

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

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

.liquid-f8df .overlay_center_8e6b:hover::before {
    left: 100%;
}

.liquid-f8df .overlay_center_8e6b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph_north_aa13.fn-active-77c5 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.narrow-ee30:hover::before {
    left: 100%;
}

.narrow-ee30 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;
}

.narrow-ee30 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;
}

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

.narrow-ee30 .title_92f3:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.gallery_dim_9769 .title_92f3:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mask-edb4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .mask-edb4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .mask-edb4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .liquid-f8df {
        justify-content: center;
    }
    
    .pattern_63d9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gradient-steel-5445 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .input-lite-c053 {
        padding: var(--md-spacing-md) 0;
    }
    
    .component_hot_4322 {
        padding: var(--md-spacing-md);
    }
    
    .tag_first_4460 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gas_809d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gallery_dim_9769 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .alert-thick-27c1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .component_hot_4322 {
        padding: var(--md-spacing-sm);
    }
    
    .outline_dark_baa8 {
        padding: var(--md-spacing-md);
    }
    
    .gas_809d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.outline_dark_baa8,
.gas_809d,
.gallery_dim_9769 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.clean_4933 {
    font-size: 1.5rem;
}

.shadow_center_267a strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .summary-upper-778d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .container_beca {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-liquid-1fe3 {
    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;
}

.sidebar-liquid-1fe3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.complex_2b45.highlight_4d6e .stale_202e {
    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); }
}

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

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

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

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

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

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

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

.chip_top_e413 {
    font-size: 1.2rem;
}

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

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

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

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

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

.container-8518.section-fast-5140::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.container-8518.heading_rough_7c36::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.container-8518.east_b940::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.container-8518.bottom-df16::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hero-e3df {
    font-size: 1.2rem;
}

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

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

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

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

.tabs-5b12.chip-action-64d2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tabs-5b12.fn-active-77c5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.card-west-f403 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.border-inner-7dea {
    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;
}

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

.border-inner-7dea.old_4faf {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.section-bottom-a143 { border-top: 3px solid #00ccff; }
.chip_19f5 { border-top: 3px solid #00ff88; }
.tooltip_7f62 { border-top: 3px solid #d4af37; }
.steel-c02c { border-top: 3px solid #ff6b6b; }
.frame_cc82 { border-top: 3px solid #8b5cf6; }

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

.hover-230e {
    overflow-x: auto;
}

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

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

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

.simple-82af td {
    color: #ccc;
}

.simple-82af .widget_2ae9 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.simple-82af tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-paper-a153 {
    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;
}

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

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

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

.yellow-d246 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-action-149a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.hot-0cc0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.new-336e {
    font-size: 1.5rem;
}

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

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

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

.message-01e4 {
    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;
}

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

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

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

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

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

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

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

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

.complex_8cc1 .column_hard_613e {
    margin-bottom: 10px;
}

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

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

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

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

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

.form_narrow_0625 h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.caption_d720 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.shade-medium-f033 {
    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;
}

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

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

.over-0b36 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel_29f7 a {
    color: #ff6b6b;
}

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

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

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

.inner-b1bf {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-fluid-6ec8 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .background-red-2578 {
        flex-direction: column;
    }
    .info-184f {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.action_a78d .shadow_45f7 {
    color: #666;
    margin: 0 8px;
}

.action_a78d .column_mini_6ef9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.header-north-3e6e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.large_5182 {
    font-size: 2rem;
}

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

.grid_thick_111a strong {
    color: #d4af37;
}

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

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

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

.static-aea8 h3,
.blue-bde8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.title_yellow_e4bf strong {
    color: #00ff88;
}

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

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

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

.summary-eef1 h3,
.nav-purple-e8f1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.notice-82cc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.gallery_7e23 strong {
    color: #d4af37;
}

.form-over-1e9a {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-focused-9a87 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.button-focused-9a87 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;
}

.button-focused-9a87 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tall-4565 strong {
    color: #d4af37;
}

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

.video-solid-b611 {
    color: #888;
    font-size: 0.9rem;
}

.video-solid-b611 strong {
    color: #00ff88;
}

.video-solid-b611 span {
    color: #d4af37;
}

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

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

.element-motion-18db {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .element-motion-18db {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.modal-purple-1b5f {
    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;
}

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

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

.sort-e0a6 strong {
    color: #00ff88;
}

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

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

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

.widget-21a2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .widget-21a2 {
        flex-direction: column;
    }
    
    .label-3625 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

.disabled-basic-fac7: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) {
    .disabled-basic-fac7 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .disabled-basic-fac7 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tag_d4d7 {
        padding: 30px 15px;
    }
    
    .tag_d4d7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .nav-orange-a644 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .small_f983 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .element-f8b0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .element-f8b0 .block-blue-33f2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .header-plasma-1625 {
        font-size: 1.3rem;
    }
    
    .shade-7a94 {
        font-size: 0.7rem;
    }
    
    .input-58a9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .input-58a9 .title_92f3 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .shade-b149 {
        display: none;
    }
    
    .highlight_active_fc76 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .info_6cbe {
        padding: 20px 10px;
    }
    
    .element-motion-18db {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown-fast-23ad,
    .tag_basic_05b3 {
        padding: 15px;
    }
    
    .table_stale_a634 {
        flex-direction: column;
        gap: 5px;
    }
    
    .red-bc2f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .content_d7cb {
        padding: 30px 10px;
    }
    
    .thumbnail-gas-9004 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider-medium-1482 {
        padding: 20px 15px;
    }
    
    .article_c5a3 {
        font-size: 2rem;
    }
    
    .slider-medium-1482 h3 {
        font-size: 1.1rem;
    }
    
    .slider-medium-1482 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .search_ab24 {
        padding: 20px 5px;
    }
    
    .search_ab24 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .main-bb75 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .simple-82af {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .simple-82af th,
    .simple-82af td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .content-2c35 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tag_full_5202 {
        padding: 20px 10px;
    }
    
    .stale_20aa h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail_863f {
        font-size: 0.9rem;
    }
    
    .tertiary_5b3d h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_5b3d p {
        font-size: 0.9rem;
    }
    
    .button-focused-9a87 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hover_8fa5 {
        grid-template-columns: 1fr;
    }
    
    .tall-4565 {
        font-size: 0.85rem;
    }
    
    .photo_down_5dcb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list_3680 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .list_3680 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .icon_last_ba52 {
        padding: 30px 10px;
    }
    
    .photo-outer-4664 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accordion-64a5 {
        padding: 15px 10px;
    }
    
    .accordion-64a5 h4 {
        font-size: 0.9rem;
    }
    
    .accordion-64a5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .caption-477a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo-outer-4664 {
        grid-template-columns: 1fr;
    }
    
    .accordion-64a5 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .preview-north-55f0 {
        padding: 30px 10px;
    }
    
    .stale_50d4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mini_8133 {
        padding: 15px;
    }
    
    .tertiary_dcf1 {
        font-size: 0.9rem;
    }
    
    .stone_f5ff {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .stone_f5ff .short_7b80 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .avatar-59c9 {
        padding: 30px 10px;
    }
    
    .avatar-59c9 h2 {
        font-size: 1.2rem;
    }
    
    .fluid_b9bb {
        gap: 10px;
    }
    
    .chip-fixed-d346 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .chip-fixed-d346 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .photo_bright_8ccc {
        padding: 30px 10px;
    }
    
    .photo_bright_8ccc h2 {
        font-size: 1.2rem;
    }
    
    .disabled_down_86f1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column_ff4f {
        padding: 15px 10px;
    }
    
    .column_ff4f h4 {
        font-size: 0.85rem;
    }
    
    .column_ff4f p {
        font-size: 0.75rem;
    }
    
    .tag_24c2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .label-eb9c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hover-3d57 {
        padding: 20px 10px;
    }
    
    .active_48cc {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .iron-9a9a,
    .feature_top_71b6,
    .panel_29f7 {
        width: 100%;
    }
    
    .iron-9a9a h3 {
        font-size: 1.1rem;
    }
    
    .iron-9a9a p {
        font-size: 0.8rem;
    }
    
    .input_4913 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .bronze_6016 {
        padding: 30px 10px;
    }
    
    .bronze_6016 h3 {
        font-size: 1.2rem;
    }
    
    .huge-55b7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery_dim_9769 {
        padding: 15px 10px;
    }
    
    .gallery_dim_9769 h4 {
        font-size: 0.85rem;
    }
    
    .gallery_dim_9769 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .old_e3ef {
        padding: 30px 15px;
    }
    
    .nav-down-ab4c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pagination_e3c1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .text_6cde h4 {
        font-size: 0.9rem;
    }
    
    .text_6cde a {
        font-size: 0.8rem;
    }
    
    .widget_cae8 {
        font-size: 0.8rem;
    }
    
    .prev-7807 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .accordion_d7e8 {
        padding: 8px 10px;
    }
    
    .tag-narrow-edb3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .pattern-under-9fa0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tag-narrow-edb3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pattern-under-9fa0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a2cf */
.ghost-box-d3 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
