/* Inner Page Styles */

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

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

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

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

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

.tabs_c47c .disabled-thick-523c {
    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;
}

.tabs_c47c .disabled-thick-523c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.tabs_c47c .disabled-thick-523c:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.tabs_c47c .disabled-thick-523c:hover::before {
    left: 100%;
}

.tabs_c47c .disabled-thick-523c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.gold-22cf {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.large_a5bf.fn-active-33af {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_9f6d .black_9383:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.column-a28b .black_9383:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .chip_motion_4e90 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .chip_motion_4e90 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .chip_motion_4e90 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tabs_c47c {
        justify-content: center;
    }
    
    .gold-22cf {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .popup_5609 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .outer-12c1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .south_c621 {
        padding: var(--md-spacing-md);
    }
    
    .thick_6285 {
        padding: var(--md-spacing-md) 0;
    }
    
    .logo_c8d0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .column-a28b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .rough-bb1e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .south_c621 {
        padding: var(--md-spacing-sm);
    }
    
    .dropdown-6346 {
        padding: var(--md-spacing-md);
    }
    
    .logo_c8d0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dropdown-6346,
.logo_c8d0,
.column-a28b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.medium-64c1::-webkit-scrollbar {
    width: 8px;
}

.medium-64c1::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.card-8126 {
    font-size: 1.5rem;
}

.heading-2ed6 strong {
    color: #00ff88;
}

.primary-yellow-0d4a {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

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

/* Main Content Compact */
.yellow-acb3 {
    padding: 30px 0;
}

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

.pattern-3a3e {
    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;
}

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

.pattern-3a3e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.pattern-3a3e li:last-child {
    border-bottom: none;
}

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

@media (max-width: 576px) {
    .status-slow-2c84 {
        grid-template-columns: 1fr;
    }
}

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

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

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

.next-6ec9 {
    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;
}

.next-6ec9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.narrow-1db1 {
    text-align: center;
    margin-bottom: 30px;
}

.module-full-153f {
    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;
}

.module-full-153f.advanced-aa02 .list-35e8 {
    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); }
}

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

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

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

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

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

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

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

.box_9329 {
    font-size: 1.2rem;
}

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

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

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

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

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

.status-dc04.hot_9bd1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.status-dc04.module_5093::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.status-dc04.slider_fluid_531b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.status-dc04.shadow-last-a783::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.yellow-6f9f {
    font-size: 1.2rem;
}

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

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

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

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

.surface_up_3bc8.yellow-2ae1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.surface_up_3bc8.fn-active-33af { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.short-2ea8 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.avatar_full_5bd7 { border-top: 3px solid #00ccff; }
.search_paper_cf34 { border-top: 3px solid #00ff88; }
.primary_pink_2541 { border-top: 3px solid #d4af37; }
.preview_cold_3678 { border-top: 3px solid #ff6b6b; }
.bright_23a8 { border-top: 3px solid #8b5cf6; }

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

.filter-4643 {
    overflow-x: auto;
}

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

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

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

.dropdown-9775 td {
    color: #ccc;
}

.dropdown-9775 .alert-06da {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.dropdown-9775 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.silver-676b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.search-bottom-fc92 {
    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;
}

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

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

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

.search_focused_4c30 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.blue-0df0 {
    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;
}

.blue-0df0::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);
}

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

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

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

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

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

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

.slider_7901 {
    font-size: 1.5rem;
}

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

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

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

.notice-cold-f64c {
    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;
}

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

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

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

.title-ad54 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.card_soft_2e35 .texture-gold-6b07 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.popup-complex-2e04 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.short-df77 a {
    color: #ff6b6b;
}

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

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

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

.table-selected-48f3 {
    text-align: center;
}

.table-selected-48f3 .first_fc17 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.table-selected-48f3 .chip-31e3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.summary-paper-d6de {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.alert-9fcf {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tiny_cbf7 {
        flex-direction: column;
    }
    .block_thick_e8ed {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.focus-fixed-3e08 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.video_fresh_14ed .yellow_7cf5 {
    color: #666;
    margin: 0 8px;
}

.video_fresh_14ed .tabs-f404 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.accordion_1f82 {
    font-size: 2rem;
}

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

.inner-c893 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.footer-under-21d5 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.column_031c strong {
    color: #00ff88;
}

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

.table-24d3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.image-cb7b strong {
    color: #d4af37;
}

.static_6fc8 {
    color: #aaa;
}

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

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

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

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

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

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

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

.list-purple-75e7:last-child {
    border-bottom: none;
}

.list-purple-75e7 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.list-purple-75e7 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

.mask-c934 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.simple_cd9f strong {
    color: #d4af37;
}

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

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

.heading_east_3832 strong {
    color: #00ff88;
}

.heading_east_3832 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.element-pro-df57 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.avatar-22c2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.black-304b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.black-304b li {
    margin-bottom: 5px;
}

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

.black-304b a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.modal-109d strong {
    color: #00ff88;
}

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

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

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

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

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

.description-white-3bad {
    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;
}

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

@media (max-width: 768px) {
    .action-6672 {
        flex-direction: column;
    }
    
    .mini-7eb3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.row-19dd {
    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;
}

.row-19dd: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) {
    .row-19dd {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .row-19dd {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .primary-over-5ad8 {
        padding: 30px 15px;
    }
    
    .primary-over-5ad8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gradient-bbc1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .silver_3372 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .right_236d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .right_236d .sort-39ab {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .disabled_stone_b06c {
        font-size: 1.3rem;
    }
    
    .pro_1a09 {
        font-size: 0.7rem;
    }
    
    .alert_d446 {
        flex-direction: column;
        gap: 10px;
    }
    
    .alert_d446 .black_9383 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .caption_5485 {
        display: none;
    }
    
    .backdrop_1393 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .under-c10c {
        padding: 20px 10px;
    }
    
    .info_smooth_70f8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element-inner-491f,
    .main_c818 {
        padding: 15px;
    }
    
    .element-pro-df57 {
        flex-direction: column;
        gap: 5px;
    }
    
    .logo_26f9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pagination-ef55 {
        padding: 30px 10px;
    }
    
    .prev_783c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sort-068b {
        padding: 20px 15px;
    }
    
    .progress-easy-9f89 {
        font-size: 2rem;
    }
    
    .sort-068b h3 {
        font-size: 1.1rem;
    }
    
    .sort-068b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .accent_north_91e9 {
        padding: 20px 10px;
    }
    
    .thick-c536 h2 {
        font-size: 1.3rem;
    }
    
    .slow_85d7 {
        font-size: 0.9rem;
    }
    
    .list-purple-75e7 h3 {
        font-size: 1.1rem;
    }
    
    .list-purple-75e7 p {
        font-size: 0.9rem;
    }
    
    .mask-c934 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notification-206f {
        grid-template-columns: 1fr;
    }
    
    .simple_cd9f {
        font-size: 0.85rem;
    }
    
    .description_dark_f2dc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .primary-9478 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .primary-9478 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .button_hard_4598 {
        padding: 30px 10px;
    }
    
    .pattern_bright_2ae3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary_a32c {
        padding: 15px 10px;
    }
    
    .secondary_a32c h4 {
        font-size: 0.9rem;
    }
    
    .secondary_a32c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .notification-bottom-6e54 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .form-19ee {
        padding: 30px 10px;
    }
    
    .accent-66ab {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-light-ae2e {
        padding: 15px;
    }
    
    .last_9c36 {
        font-size: 0.9rem;
    }
    
    .icon-9bb1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon-9bb1 .form-out-effe {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .gallery_927d {
        padding: 30px 10px;
    }
    
    .gallery_927d h2 {
        font-size: 1.2rem;
    }
    
    .top-e252 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_b25c {
        padding: 15px 10px;
    }
    
    .active_b25c h4 {
        font-size: 0.85rem;
    }
    
    .active_b25c p {
        font-size: 0.75rem;
    }
    
    .medium_25d3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .slow_a587 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gallery-f16b {
        padding: 20px 10px;
    }
    
    .fresh-0d9e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .link-f8ce,
    .tertiary_narrow_fdd3,
    .short-df77 {
        width: 100%;
    }
    
    .link-f8ce h3 {
        font-size: 1.1rem;
    }
    
    .link-f8ce p {
        font-size: 0.8rem;
    }
    
    .wide_cb4d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .detail-iron-9a40 {
        padding: 30px 15px;
    }
    
    .detail-iron-9a40 h2 {
        font-size: 1.3rem;
    }
    
    .detail-iron-9a40 p {
        font-size: 0.85rem;
    }
    
    .module-left-d039 {
        flex-direction: column;
        gap: 10px;
    }
    
    .module-left-d039 .black_9383 {
        width: 100%;
    }
    
    .slow_0087 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .fast-41ea {
        padding: 30px 10px;
    }
    
    .fast-41ea h3 {
        font-size: 1.2rem;
    }
    
    .pressed-2604 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-a28b {
        padding: 15px 10px;
    }
    
    .column-a28b h4 {
        font-size: 0.85rem;
    }
    
    .column-a28b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .thumbnail-226f {
        padding: 30px 15px;
    }
    
    .fixed_f927 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .focus_next_54a6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .selected_11e1 h4 {
        font-size: 0.9rem;
    }
    
    .selected_11e1 a {
        font-size: 0.8rem;
    }
    
    .steel_cb5c {
        font-size: 0.8rem;
    }
    
    .out_58ee p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .stale-29d8 {
        padding: 8px 10px;
    }
    
    .column-prev-118a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .clean-76e1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .column-prev-118a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean-76e1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3174 */
.shadow-element-t6 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
