/* Inner Page Styles */

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

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

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

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

.pagination-selected-eb53 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.pagination-selected-eb53 .accordion_dirty_0c22 {
    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;
}

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

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

.pagination-selected-eb53 .accordion_dirty_0c22:hover::before {
    left: 100%;
}

.pagination-selected-eb53 .accordion_dirty_0c22:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.bronze-81fb {
    margin-bottom: var(--md-spacing-lg);
}

.accordion-fast-780e {
    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);
}

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

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

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

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

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

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

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

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

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

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

.element-41c8 {
    color: var(--casino-gold-light);
}

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

.element-41c8 a:hover {
    color: var(--casino-gold-light);
}

.element-41c8.fn-active-f74c {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.disabled-medium-29d7 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.caption-7e6c {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

.badge_yellow_e5fb .light-445c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.badge_yellow_e5fb .light-445c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.middle_f8db .light-445c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.middle_f8db .light-445c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .overlay_focused_4c9c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .overlay_focused_4c9c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .overlay_focused_4c9c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pagination-selected-eb53 {
        justify-content: center;
    }
    
    .accordion-fast-780e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tertiary-north-2064 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .disabled-medium-29d7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .row-6481 {
        padding: var(--md-spacing-md);
    }
    
    .top_91ce {
        padding: var(--md-spacing-md) 0;
    }
    
    .filter_new_eee8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .middle_f8db {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .table-8830 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .row-6481 {
        padding: var(--md-spacing-sm);
    }
    
    .media-e4c9 {
        padding: var(--md-spacing-md);
    }
    
    .filter_new_eee8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.media-e4c9,
.filter_new_eee8,
.middle_f8db {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.warm_c5ab {
    font-size: 1.5rem;
}

.primary_selected_5cf3 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.content-south-6c4b {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu_basic_ac65 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.up-dec8.banner_dim_e3e3 .list_4411 {
    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); }
}

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

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

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

.filter-upper-6d55 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-upper-6d55 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;
}

.filter-upper-6d55 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);
}

.info-rough-3c70 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.image_next_9bf5 {
    font-size: 1.2rem;
}

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

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

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

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

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

.block_prev_108c.container_7a8a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.block_prev_108c.banner-06a3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.block_prev_108c.card_stone_8993::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.block_prev_108c.thick-d0b8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dynamic_2075 {
    font-size: 1.2rem;
}

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

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

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

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

.frame-dde1.widget_7f3b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame-dde1.fn-active-f74c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.sort-eb8e.disabled-cool-c8ff {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.table-hot-f3e4 { border-top: 3px solid #00ccff; }
.nav_liquid_fd45 { border-top: 3px solid #00ff88; }
.primary-north-d10f { border-top: 3px solid #d4af37; }
.disabled_97b2 { border-top: 3px solid #ff6b6b; }
.pattern_6cf3 { border-top: 3px solid #8b5cf6; }

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

.notice_dcd6 {
    overflow-x: auto;
}

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

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

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

.background_lower_34ef td {
    color: #ccc;
}

.background_lower_34ef .hot-948c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.thumbnail-125f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.purple-8b0e {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.texture-last-4f35 {
    font-size: 2rem;
}

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

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

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

.title-black-0197 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.paper-416e {
    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;
}

.paper-416e::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);
}

.border-6aab {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.link-east-8cf0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.card-hot-55fa {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.filter-plasma-99c1 strong {
    color: #fff;
    display: block;
}

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

.over-52bb {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.over-52bb .border-096a {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.selected-f94e .block_selected_7240 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.module-478e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.label-large-5550 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 */
.banner-action-09d4 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.input-glass-0698 {
    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;
}

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

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

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

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

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

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

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

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

.new-1eac {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.container-c231 a {
    color: #ff6b6b;
}

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

.glass-9f15 {
    max-width: 800px;
    margin: 0 auto;
}

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

.steel_bc6b {
    text-align: center;
}

.steel_bc6b .button-large-3779 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

.glass-9f15 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.description-thick-1b8b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-c821.disabled-cool-c8ff {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.tabs-7d0e .caption-0b26 {
    color: #666;
    margin: 0 8px;
}

.tabs-7d0e .up_5223 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.tag-large-cf4b {
    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;
}

.row-3a1d {
    font-size: 2rem;
}

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

.alert-1610 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.sort_tiny_8507 strong {
    color: #00ff88;
}

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

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

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

.highlight_east_4d84 h3,
.image-in-459b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.video-top-6de0 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.info_a1d7 strong {
    color: #d4af37;
}

.fresh-f297 {
    color: #aaa;
}

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

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

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

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

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

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

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

.dirty-91c8:last-child {
    border-bottom: none;
}

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

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

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

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

.footer-prev-9179 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.footer-prev-9179 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;
}

.footer-prev-9179 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.filter-basic-5c58 strong {
    color: #d4af37;
}

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

.link-orange-6da0 {
    color: #888;
    font-size: 0.9rem;
}

.link-orange-6da0 strong {
    color: #00ff88;
}

.link-orange-6da0 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.video-441f {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.badge-complex-42f7 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.badge-complex-42f7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.notice-afb4 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.element_purple_e369 strong {
    color: #00ff88;
}

.row-thick-3de0 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.component-huge-2741 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.new-1eac {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .component-huge-2741 {
        flex-direction: column;
    }
    
    .module-0079 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.status-up-8b72 {
    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;
}

.status-up-8b72: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) {
    .status-up-8b72 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .status-up-8b72 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .green_77ec {
        padding: 30px 15px;
    }
    
    .green_77ec h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .progress-medium-115d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .slow-5ca1 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .image_0907 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image_0907 .active_2c19 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .dropdown-fluid-fe60 {
        font-size: 1.3rem;
    }
    
    .footer_475d {
        font-size: 0.7rem;
    }
    
    .media_north_ae26 {
        flex-direction: column;
        gap: 10px;
    }
    
    .media_north_ae26 .light-445c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .button_green_8234 {
        display: none;
    }
    
    .primary-0c12 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .progress-hard-c48b {
        padding: 20px 10px;
    }
    
    .steel_45a7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal_18cb,
    .dim_0496 {
        padding: 15px;
    }
    
    .action-1677 {
        flex-direction: column;
        gap: 5px;
    }
    
    .heading_bottom_224a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .up_7de7 {
        padding: 30px 10px;
    }
    
    .element-fluid-1c36 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .block_1bf7 {
        padding: 20px 15px;
    }
    
    .black-8ebc {
        font-size: 2rem;
    }
    
    .block_1bf7 h3 {
        font-size: 1.1rem;
    }
    
    .block_1bf7 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .slow-6ed7 {
        padding: 20px 5px;
    }
    
    .slow-6ed7 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .gradient-gold-f893 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .background_lower_34ef {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .background_lower_34ef th,
    .background_lower_34ef td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .south-6ba2 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .sidebar-e0a1 {
        padding: 20px 10px;
    }
    
    .active-8e58 h2 {
        font-size: 1.3rem;
    }
    
    .sidebar_c710 {
        font-size: 0.9rem;
    }
    
    .dirty-91c8 h3 {
        font-size: 1.1rem;
    }
    
    .dirty-91c8 p {
        font-size: 0.9rem;
    }
    
    .footer-prev-9179 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .short_7b90 {
        grid-template-columns: 1fr;
    }
    
    .filter-basic-5c58 {
        font-size: 0.85rem;
    }
    
    .link-slow-49cb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box_short_0ba0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .box_short_0ba0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .wide-64d2 {
        padding: 30px 10px;
    }
    
    .popup_fda1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column_copper_08a1 {
        padding: 15px 10px;
    }
    
    .column_copper_08a1 h4 {
        font-size: 0.9rem;
    }
    
    .column_copper_08a1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .title-e98b {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .liquid_f464 {
        padding: 30px 10px;
    }
    
    .cold-39d9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo-wood-9c5d {
        padding: 15px;
    }
    
    .photo_south_0544 {
        font-size: 0.9rem;
    }
    
    .hero-5219 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero-5219 .image_purple_4f73 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .complex_a8fd {
        padding: 30px 10px;
    }
    
    .complex_a8fd h2 {
        font-size: 1.2rem;
    }
    
    .hero_rough_77b5 {
        gap: 10px;
    }
    
    .search-prev-6e28 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .search-prev-6e28 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .text-action-ea10 {
        padding: 30px 10px;
    }
    
    .text-action-ea10 h2 {
        font-size: 1.2rem;
    }
    
    .form_lower_00ba {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column_bfce {
        padding: 15px 10px;
    }
    
    .column_bfce h4 {
        font-size: 0.85rem;
    }
    
    .column_bfce p {
        font-size: 0.75rem;
    }
    
    .highlight_a7f3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .item_e43f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .module_outer_6ccf {
        padding: 20px 10px;
    }
    
    .short-5d65 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .widget_plasma_9fa0,
    .huge_456f,
    .container-c231 {
        width: 100%;
    }
    
    .widget_plasma_9fa0 h3 {
        font-size: 1.1rem;
    }
    
    .widget_plasma_9fa0 p {
        font-size: 0.8rem;
    }
    
    .hidden-cfc1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .photo_lite_ba35 {
        padding: 30px 15px;
    }
    
    .photo_lite_ba35 h2 {
        font-size: 1.3rem;
    }
    
    .photo_lite_ba35 p {
        font-size: 0.85rem;
    }
    
    .status-7d3d {
        flex-direction: column;
        gap: 10px;
    }
    
    .status-7d3d .light-445c {
        width: 100%;
    }
    
    .texture_8085 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hover-84b4 {
        padding: 30px 15px;
    }
    
    .image_a843 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .layout_hovered_1f7b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .small-31ed h4 {
        font-size: 0.9rem;
    }
    
    .small-31ed a {
        font-size: 0.8rem;
    }
    
    .hover_2e5e {
        font-size: 0.8rem;
    }
    
    .alert_8d17 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .article-focused-3564 {
        padding: 8px 10px;
    }
    
    .input-brown-82a6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .smooth-c304 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .input-brown-82a6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .smooth-c304 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e937 */
.widget-item-l0 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
