/* Inner Page Styles */

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

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

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

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

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

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

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

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

.fixed_cd76 .under_b790:hover::before {
    left: 100%;
}

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

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

.aside_inner_d6c6 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.column_lower_be7d.fn-active-03ed {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.banner-bca6 {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

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

.banner-bca6:hover::before {
    left: 100%;
}

.banner-bca6 h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.banner-bca6 p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

.banner-bca6 .texture-ada1 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.banner-bca6 .texture-ada1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.thumbnail-prev-5153 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.inner-01a0 {
    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);
}

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

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

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

.inner-01a0 .texture-ada1 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.inner-01a0 .texture-ada1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar_c787 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .avatar_c787 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .avatar_c787 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .fixed_cd76 {
        justify-content: center;
    }
    
    .aside_inner_d6c6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dropdown-a8da {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .old_1d1f {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup-d14e {
        padding: var(--md-spacing-md);
    }
    
    .tag_lower_6b60 {
        padding: var(--md-spacing-md) 0;
    }
    
    .link_pro_6b88 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .inner-01a0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .content_selected_fb0a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .popup-d14e {
        padding: var(--md-spacing-sm);
    }
    
    .liquid-cda0 {
        padding: var(--md-spacing-md);
    }
    
    .link_pro_6b88 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.liquid-cda0,
.link_pro_6b88,
.inner-01a0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.background-inner-2cdb {
    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);
}

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

.article_b519 {
    font-size: 1.5rem;
}

.card-af02 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter_stale_831d strong {
    color: #00ff88;
}

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

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

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

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

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

.table-39a7::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;
}

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

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

.container-49a7.message_4297 .button_199d {
    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); }
}

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

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

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

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

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

.link_714c img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

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

.prev_0436 {
    font-size: 1.2rem;
}

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

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

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

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

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

.label_894f.aside_up_4522::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.label_894f.button_liquid_ac10::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label_894f.main_2d01::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.label_894f.dirty_8344::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.form-f725 {
    font-size: 1.2rem;
}

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

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

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

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

.border-0847.old_2420 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.border-0847.fn-active-03ed { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.search-bottom-bad1 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.video-2bdc {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.bright-4c0c {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.brown-ac54.pagination-4932 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.narrow-0409 { border-top: 3px solid #00ccff; }
.green-2520 { border-top: 3px solid #00ff88; }
.layout-52b5 { border-top: 3px solid #d4af37; }
.wood-de0f { border-top: 3px solid #ff6b6b; }
.section-short-3d92 { border-top: 3px solid #8b5cf6; }

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

.focus-middle-52a2 {
    overflow-x: auto;
}

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

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

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

.form_cfe4 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.focus-4b5f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.paper-09a0 {
    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;
}

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

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

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

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

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

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

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

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

.action-b252 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.hero-16d9 {
    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;
}

.hero-16d9::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);
}

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

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

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

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

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

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

.selected_9fb8 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.clean-e73a .hover-tiny-e5b5 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.steel_eead .notification-hovered-84bf {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .search-cold-22ee {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.surface-fast-df12 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail_c905 a {
    color: #ff6b6b;
}

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

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

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

.input_last_f063 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.yellow-2fd9 {
    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;
}

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

.menu-static-91c4 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .nav-simple-a7fd {
        flex-direction: column;
    }
    .tertiary_4d95 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.texture-103e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.surface-new-dfdf .gold_c5cd {
    color: #666;
    margin: 0 8px;
}

.surface-new-dfdf .middle-742f {
    color: #ff6b6b;
    text-decoration: line-through;
}

.yellow-962b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.wide_d7ed {
    font-size: 2rem;
}

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

.disabled-f254 strong {
    color: #d4af37;
}

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

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

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

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

.thumbnail-first-4cc3 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.container-59ec strong {
    color: #00ff88;
}

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

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

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

.active-894b h3,
.tooltip-bright-c098 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.input-2fb2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.icon_587d strong {
    color: #d4af37;
}

.filter-outer-05b3 {
    color: #aaa;
}

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

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

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

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

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

.table-3e74 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.feature-small-1db7 {
    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;
}

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

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

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

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

.content_301b strong {
    color: #d4af37;
}

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

.preview-warm-7b05 {
    color: #888;
    font-size: 0.9rem;
}

.preview-warm-7b05 strong {
    color: #00ff88;
}

.preview-warm-7b05 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.table-center-edeb {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hot_90ad strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.container-8e66 .stone_09ee {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .title_motion_b776 {
        padding: 30px 15px;
    }
    
    .title_motion_b776 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .center_3b3b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .feature-pressed-2b3f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .progress-gas-e66c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress-gas-e66c .pro-4b06 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .fluid-3f10 {
        font-size: 1.3rem;
    }
    
    .backdrop_2ff3 {
        font-size: 0.7rem;
    }
    
    .tag-7ab3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tag-7ab3 .texture-ada1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .active-689c {
        display: none;
    }
    
    .upper-22bf {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .form-6f68 {
        padding: 20px 10px;
    }
    
    .gradient_9803 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notice_4bd5,
    .fresh_7814 {
        padding: 15px;
    }
    
    .grid_simple_b309 {
        flex-direction: column;
        gap: 5px;
    }
    
    .yellow_5c54 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .item-old-9324 {
        padding: 30px 10px;
    }
    
    .glass_35e0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input_8e63 {
        padding: 20px 15px;
    }
    
    .upper-6467 {
        font-size: 2rem;
    }
    
    .input_8e63 h3 {
        font-size: 1.1rem;
    }
    
    .input_8e63 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .dropdown_64b4 {
        padding: 20px 10px;
    }
    
    .solid_b9a7 h2 {
        font-size: 1.3rem;
    }
    
    .menu_green_825b {
        font-size: 0.9rem;
    }
    
    .slider_746b h3 {
        font-size: 1.1rem;
    }
    
    .slider_746b p {
        font-size: 0.9rem;
    }
    
    .paragraph_1681 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .aside_2682 {
        grid-template-columns: 1fr;
    }
    
    .content_301b {
        font-size: 0.85rem;
    }
    
    .pagination-cca5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature-small-1db7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .feature-small-1db7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .frame_pink_64fe {
        padding: 30px 10px;
    }
    
    .gradient_f135 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hover-blue-7084 {
        padding: 15px 10px;
    }
    
    .hover-blue-7084 h4 {
        font-size: 0.9rem;
    }
    
    .hover-blue-7084 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .box-motion-e2cf {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gradient_f135 {
        grid-template-columns: 1fr;
    }
    
    .hover-blue-7084 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .steel-d8a4 {
        padding: 30px 10px;
    }
    
    .detail-3d0e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle_d11c {
        padding: 15px;
    }
    
    .icon_daa7 {
        font-size: 0.9rem;
    }
    
    .widget_center_b2fc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .widget_center_b2fc .detail_up_057e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .highlight-ac71 {
        padding: 30px 10px;
    }
    
    .highlight-ac71 h2 {
        font-size: 1.2rem;
    }
    
    .slow-75d1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame_large_a96a {
        padding: 15px 10px;
    }
    
    .frame_large_a96a h4 {
        font-size: 0.85rem;
    }
    
    .frame_large_a96a p {
        font-size: 0.75rem;
    }
    
    .right-a464 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .surface-wood-ff8e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .out_b968 {
        padding: 20px 10px;
    }
    
    .box_plasma_e30c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dark-049b,
    .shade_stone_f50f,
    .thumbnail_c905 {
        width: 100%;
    }
    
    .dark-049b h3 {
        font-size: 1.1rem;
    }
    
    .dark-049b p {
        font-size: 0.8rem;
    }
    
    .full-5070 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .bottom-e37a {
        padding: 30px 15px;
    }
    
    .bottom-e37a h2 {
        font-size: 1.3rem;
    }
    
    .bottom-e37a p {
        font-size: 0.85rem;
    }
    
    .orange_5c75 {
        flex-direction: column;
        gap: 10px;
    }
    
    .orange_5c75 .texture-ada1 {
        width: 100%;
    }
    
    .clean-0e53 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .brown_8132 {
        padding: 30px 10px;
    }
    
    .brown_8132 h3 {
        font-size: 1.2rem;
    }
    
    .link-55b9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner-01a0 {
        padding: 15px 10px;
    }
    
    .inner-01a0 h4 {
        font-size: 0.85rem;
    }
    
    .inner-01a0 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tabs-upper-e508 {
        padding: 30px 15px;
    }
    
    .highlight-north-9dbe {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .border-complex-e87f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .item-0712 h4 {
        font-size: 0.9rem;
    }
    
    .item-0712 a {
        font-size: 0.8rem;
    }
    
    .icon-mini-6fbb {
        font-size: 0.8rem;
    }
    
    .modal-fa79 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .dirty-e30b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .modal_huge_570f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2b17 */
.widget-item-v0 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
