/* Inner Page Styles */

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

.smooth-8ed2 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);
}

.smooth-8ed2 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);
}

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

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

.link-dbc6 .header_white_47e3 {
    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;
}

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

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

.link-dbc6 .header_white_47e3:hover::before {
    left: 100%;
}

.link-dbc6 .header_white_47e3:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion_df8e.fn-active-2d5b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.search-blue-68fc {
    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);
}

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

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

.search-blue-68fc p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lite-2593:hover::before {
    left: 100%;
}

.lite-2593 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;
}

.lite-2593 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;
}

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

.lite-2593 .filter_glass_e626:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.element-hot-d3d9 {
    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);
}

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

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

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

.element-hot-d3d9 .filter_glass_e626 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.element-hot-d3d9 .filter_glass_e626:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .smooth-8ed2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .smooth-8ed2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .smooth-8ed2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .link-dbc6 {
        justify-content: center;
    }
    
    .static_d056 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dirty_2d7e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .complex_ffd5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget_thick_de15 {
        padding: var(--md-spacing-md);
    }
    
    .dropdown_complex_e0a7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dim_d9bd {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .element-hot-d3d9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .narrow-c7a6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .widget_thick_de15 {
        padding: var(--md-spacing-sm);
    }
    
    .search-blue-68fc {
        padding: var(--md-spacing-md);
    }
    
    .dim_d9bd {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.search-blue-68fc,
.dim_d9bd,
.element-hot-d3d9 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.dark-0be2::-webkit-scrollbar {
    width: 8px;
}

.dark-0be2::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.filter-70f0 {
    font-size: 1.5rem;
}

.advanced_cbc7 strong {
    color: #00ff88;
}

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

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

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

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

.full-40ef {
    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;
}

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

.full-40ef ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.full-40ef li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.info_ff60 strong {
    color: #00ff88;
}

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

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

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

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

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

.frame-upper-a5b0::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;
}

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

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

.glass_1af1.grid-1a2c .under_0b18 {
    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); }
}

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

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

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

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

.west-a8c2 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;
}

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

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

.mask-10de {
    font-size: 1.2rem;
}

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

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

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

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

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

.card_9c6d.overlay_steel_a9a1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.card_9c6d.focused_32fd::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.card_9c6d.shade-fast-4a94::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.card_9c6d.article-eac4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.info-d374 {
    font-size: 1.2rem;
}

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

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

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

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

.hero-de98.row_simple_4742 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hero-de98.fn-active-2d5b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.brown-3f98 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-white-14a3 { border-top: 3px solid #00ccff; }
.header_dark_f87b { border-top: 3px solid #00ff88; }
.breadcrumb-740c { border-top: 3px solid #d4af37; }
.input-hovered-cd4f { border-top: 3px solid #ff6b6b; }
.accent_951d { border-top: 3px solid #8b5cf6; }

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

.last-5792 {
    overflow-x: auto;
}

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

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

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

.simple-974e td {
    color: #ccc;
}

.simple-974e .background_orange_47fe {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.badge-50f4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.form-short-8353 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.surface-dim-8ddc {
    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;
}

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

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

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

.wrapper-1ea3 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.primary_9640 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.module-hot-0e6b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright_a8f6 {
    font-size: 1.5rem;
}

.mask-prev-e5d2 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.module-gas-25f1 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.module-gas-25f1 .list_455b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.description_bac9 .accent_1012 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-c4da a {
    color: #ff6b6b;
}

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

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

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

.smooth-466a {
    text-align: center;
}

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

.smooth-466a .border-right-75d8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-dirty-32b1 .message-gold-0a4a {
    color: #666;
    margin: 0 8px;
}

.breadcrumb-dirty-32b1 .banner-yellow-a4db {
    color: #ff6b6b;
    text-decoration: line-through;
}

.hidden-paper-b533 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.chip_mini_5d0f {
    font-size: 2rem;
}

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

.inner_dffe strong {
    color: #d4af37;
}

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

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

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

.progress-f815 h3,
.card-right-812c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.white_4944 strong {
    color: #00ff88;
}

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

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

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

.frame-cold-802e h3,
.nav_bbcb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.grid-fresh-6e10 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.cool-c006 strong {
    color: #d4af37;
}

.tabs_ec52 {
    color: #aaa;
}

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

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

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

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

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

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

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

.bright-bb7a:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-bc97 strong {
    color: #d4af37;
}

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

.shadow-over-f967 {
    color: #888;
    font-size: 0.9rem;
}

.shadow-over-f967 strong {
    color: #00ff88;
}

.shadow-over-f967 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.orange-18fd {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rough_e2fd strong {
    color: #00ff88;
}

.tooltip-fluid-45e4 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .progress-wood-b05f {
        padding: 30px 15px;
    }
    
    .progress-wood-b05f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .video-7867 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .stale_505f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .accent-705f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accent-705f .dim_cfd5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .thumbnail-old-b8d3 {
        font-size: 1.3rem;
    }
    
    .description_active_1636 {
        font-size: 0.7rem;
    }
    
    .caption_afdd {
        flex-direction: column;
        gap: 10px;
    }
    
    .caption_afdd .filter_glass_e626 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .center_f012 {
        display: none;
    }
    
    .picture-east-9992 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .thumbnail_f29e {
        padding: 20px 10px;
    }
    
    .next_a37a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active-fresh-70ff,
    .slider-selected-afc4 {
        padding: 15px;
    }
    
    .backdrop_north_6a37 {
        flex-direction: column;
        gap: 5px;
    }
    
    .orange-18fd {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .gradient_stale_cc79 {
        padding: 20px 10px;
    }
    
    .brown_a236 h2 {
        font-size: 1.3rem;
    }
    
    .container-9130 {
        font-size: 0.9rem;
    }
    
    .bright-bb7a h3 {
        font-size: 1.1rem;
    }
    
    .bright-bb7a p {
        font-size: 0.9rem;
    }
    
    .primary_pink_fa48 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .paragraph-bottom-c268 {
        grid-template-columns: 1fr;
    }
    
    .container-bc97 {
        font-size: 0.85rem;
    }
    
    .progress_5f9e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section_simple_d200 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .section_simple_d200 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .shade_d51b {
        padding: 30px 10px;
    }
    
    .warm-6156 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info_05b0 {
        padding: 15px 10px;
    }
    
    .info_05b0 h4 {
        font-size: 0.9rem;
    }
    
    .info_05b0 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .last-9054 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .component-selected-801a {
        padding: 30px 10px;
    }
    
    .pattern-narrow-b0c0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .main_motion_7bf5 {
        padding: 15px;
    }
    
    .description-next-ed08 {
        font-size: 0.9rem;
    }
    
    .upper_4cbf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .upper_4cbf .icon_1849 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .shade_bottom_d5ad {
        padding: 30px 10px;
    }
    
    .shade_bottom_d5ad h2 {
        font-size: 1.2rem;
    }
    
    .logo-first-99dc {
        gap: 10px;
    }
    
    .gallery_north_d41c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .gallery_north_d41c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .slow_a817 {
        padding: 30px 10px;
    }
    
    .slow_a817 h2 {
        font-size: 1.2rem;
    }
    
    .medium-4579 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer-397a {
        padding: 15px 10px;
    }
    
    .footer-397a h4 {
        font-size: 0.85rem;
    }
    
    .footer-397a p {
        font-size: 0.75rem;
    }
    
    .text-f163 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .surface-dd77 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .button_under_84cb {
        padding: 20px 10px;
    }
    
    .dirty_ac1d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .block_1435,
    .dynamic_98c4,
    .heading-c4da {
        width: 100%;
    }
    
    .block_1435 h3 {
        font-size: 1.1rem;
    }
    
    .block_1435 p {
        font-size: 0.8rem;
    }
    
    .backdrop-7c43 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .cold_bd20 {
        padding: 30px 15px;
    }
    
    .cold_bd20 h2 {
        font-size: 1.3rem;
    }
    
    .cold_bd20 p {
        font-size: 0.85rem;
    }
    
    .notification-89fb {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification-89fb .filter_glass_e626 {
        width: 100%;
    }
    
    .right_6c57 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .block_513e {
        padding: 30px 10px;
    }
    
    .block_513e h3 {
        font-size: 1.2rem;
    }
    
    .banner_in_f03d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element-hot-d3d9 {
        padding: 15px 10px;
    }
    
    .element-hot-d3d9 h4 {
        font-size: 0.85rem;
    }
    
    .element-hot-d3d9 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .notice_c66d {
        padding: 30px 15px;
    }
    
    .component-dark-c53b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hero-clean-c662 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .first_8440 h4 {
        font-size: 0.9rem;
    }
    
    .first_8440 a {
        font-size: 0.8rem;
    }
    
    .sort_f45d {
        font-size: 0.8rem;
    }
    
    .table_green_2195 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .fast-3f39 {
        padding: 8px 10px;
    }
    
    .photo-fast-49b7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .active_3b34 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo-fast-49b7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .active_3b34 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2619 */
.phantom-card-o8 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
