/* Inner Page Styles */

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

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

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

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

.title-warm-9bfe {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.title-warm-9bfe .tertiary-prev-f2d0 {
    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;
}

.title-warm-9bfe .tertiary-prev-f2d0::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.title-warm-9bfe .tertiary-prev-f2d0:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.title-warm-9bfe .tertiary-prev-f2d0:hover::before {
    left: 100%;
}

.title-warm-9bfe .tertiary-prev-f2d0:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.link-current-a006 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.grid-dynamic-27e9 {
    color: var(--casino-gold-light);
}

.grid-dynamic-27e9 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.grid-dynamic-27e9 a:hover {
    color: var(--casino-gold-light);
}

.grid-dynamic-27e9.fn-active-da68 {
    color: var(--casino-gold-light);
}

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

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

.input-right-857e {
    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);
}

.input-right-857e 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);
}

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

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

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

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

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

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

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

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

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

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

.element-plasma-449d {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.clean_ea30 .medium-b9b0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.header_8b78 {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

.sidebar_green_65f3 .medium-b9b0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .motion_4146 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .motion_4146 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .motion_4146 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .title-warm-9bfe {
        justify-content: center;
    }
    
    .link-current-a006 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu_561e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .south-6d2d {
        padding: var(--md-spacing-md) 0;
    }
    
    .input-right-857e {
        padding: var(--md-spacing-md);
    }
    
    .item_6aaa {
        padding: var(--md-spacing-md) 0;
    }
    
    .chip-0082 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .sidebar_green_65f3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .link-5cc2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .input-right-857e {
        padding: var(--md-spacing-sm);
    }
    
    .background_dim_225a {
        padding: var(--md-spacing-md);
    }
    
    .chip-0082 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.background_dim_225a,
.chip-0082,
.sidebar_green_65f3 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.overlay-ddfe {
    font-size: 1.5rem;
}

.breadcrumb-easy-62e4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma_d140 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.accent-current-616c {
    text-align: center;
    margin-bottom: 30px;
}

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

.sort-dynamic-af70.photo_last_eb78 .bottom-4142 {
    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); }
}

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

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

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

.gradient-yellow-63d0 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gradient-yellow-63d0 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;
}

.gradient-yellow-63d0 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);
}

.summary-top-aafc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.mask_0ecc {
    font-size: 1.2rem;
}

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

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

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

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

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

.preview_new_7aae.link-bright-c976::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.preview_new_7aae.tertiary_dim_8496::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.preview_new_7aae.basic_33ba::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.preview_new_7aae.video-mini-66d3::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.popup-cold-b2a5 {
    font-size: 1.2rem;
}

.nav-middle-6d58 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.light-9200.article-8fcb { background: linear-gradient(90deg, #00ccff, #0088ff); }
.light-9200.fn-active-da68 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.static-89c4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.section-paper-f9b6.small_9eac {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.picture_d1df { border-top: 3px solid #00ccff; }
.info-right-9995 { border-top: 3px solid #00ff88; }
.icon_03b4 { border-top: 3px solid #d4af37; }
.form-selected-9a9b { border-top: 3px solid #ff6b6b; }
.static_e4dd { border-top: 3px solid #8b5cf6; }

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

.row-lite-e099 {
    overflow-x: auto;
}

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

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

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

.logo_large_2a1a td {
    color: #ccc;
}

.logo_large_2a1a .popup-warm-a8a6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.alert-medium-e308 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.lower-114b {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.column_ae80 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.fast-f08a::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);
}

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

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

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

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

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

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

.pagination_f513 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card_cda8 .inner_5f81 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.border-soft-d4da {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.blue-8fe4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.blue-8fe4 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.action_5c3f a {
    color: #ff6b6b;
}

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

.label-fluid-2f83 {
    max-width: 800px;
    margin: 0 auto;
}

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

.carousel-8449 {
    text-align: center;
}

.carousel-8449 .carousel-paper-735e {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

.label-fluid-2f83 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.label-fluid-2f83 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.article-hard-752a {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.preview-9e4d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.alert-thick-6cf8 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .banner-new-b880 {
        flex-direction: column;
    }
    .alert-thick-6cf8 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.widget-action-1fba {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.text_simple_ac7f .accent_ffb2 {
    color: #666;
    margin: 0 8px;
}

.text_simple_ac7f .chip_19e5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.footer-prev-7da6 {
    font-size: 2rem;
}

.accent-out-16d5 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.accent-out-16d5 strong {
    color: #d4af37;
}

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

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

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

.text-orange-1054 h3,
.dirty_a646 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.footer-044e {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.preview-inner-223f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.card_c161 strong {
    color: #00ff88;
}

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

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

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

.accordion-8d70 h3,
.preview-a13e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.module-fixed-cbff summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.soft-9966 strong {
    color: #d4af37;
}

.backdrop-62e8 {
    color: #aaa;
}

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

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

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

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

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

.wrapper-dark-cf81 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-smooth-9f8c strong {
    color: #d4af37;
}

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

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

.accent_68b2 strong {
    color: #00ff88;
}

.accent_68b2 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge-out-8c87 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-solid-d52b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shadow-solid-d52b li {
    margin-bottom: 5px;
}

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

.shadow-solid-d52b a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.lower-320a {
    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;
}

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

.widget_6f35 strong {
    color: #00ff88;
}

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

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

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

.avatar-red-0855 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .avatar-red-0855 {
        flex-direction: column;
    }
    
    .element-bright-e90b {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tiny_a64d {
        padding: 30px 15px;
    }
    
    .tiny_a64d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .black-7f8c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .table_e8d6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .article_66dc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .article_66dc .dropdown-huge-3738 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .sidebar_dirty_4d2d {
        font-size: 1.3rem;
    }
    
    .tag_bc74 {
        font-size: 0.7rem;
    }
    
    .focus-0869 {
        flex-direction: column;
        gap: 10px;
    }
    
    .focus-0869 .medium-b9b0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .content-clean-df30 {
        display: none;
    }
    
    .bright_0428 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .chip-tall-481a {
        padding: 20px 10px;
    }
    
    .breadcrumb_dc3f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .carousel_down_3163,
    .steel-eff7 {
        padding: 15px;
    }
    
    .frame_0e45 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pressed_1b62 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .rough_4cec {
        padding: 30px 10px;
    }
    
    .right-2cb8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paper_a3e6 {
        padding: 20px 15px;
    }
    
    .article-87cd {
        font-size: 2rem;
    }
    
    .paper_a3e6 h3 {
        font-size: 1.1rem;
    }
    
    .paper_a3e6 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tag-9bde {
        padding: 20px 10px;
    }
    
    .table-a69b h2 {
        font-size: 1.3rem;
    }
    
    .photo_17d5 {
        font-size: 0.9rem;
    }
    
    .feature_tiny_b9ba h3 {
        font-size: 1.1rem;
    }
    
    .feature_tiny_b9ba p {
        font-size: 0.9rem;
    }
    
    .aside_e056 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .dynamic_abaa {
        grid-template-columns: 1fr;
    }
    
    .slider-smooth-9f8c {
        font-size: 0.85rem;
    }
    
    .backdrop_37d8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner-bb7b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .inner-bb7b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .sidebar-narrow-28c8 {
        padding: 30px 10px;
    }
    
    .wrapper-top-994b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text_focused_cb3f {
        padding: 15px 10px;
    }
    
    .text_focused_cb3f h4 {
        font-size: 0.9rem;
    }
    
    .text_focused_cb3f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .out_663d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wrapper-top-994b {
        grid-template-columns: 1fr;
    }
    
    .text_focused_cb3f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hovered_87dc {
        padding: 30px 10px;
    }
    
    .dim-676c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .filter_8453 {
        padding: 15px;
    }
    
    .link_rough_b974 {
        font-size: 0.9rem;
    }
    
    .center-f0d3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .center-f0d3 .focus_black_802b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .liquid-ffe5 {
        padding: 30px 10px;
    }
    
    .liquid-ffe5 h2 {
        font-size: 1.2rem;
    }
    
    .wrapper_cold_d24d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar_3c0b {
        padding: 15px 10px;
    }
    
    .sidebar_3c0b h4 {
        font-size: 0.85rem;
    }
    
    .sidebar_3c0b p {
        font-size: 0.75rem;
    }
    
    .gallery-1a5a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hot-6a52 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .accent_c237 {
        padding: 20px 10px;
    }
    
    .focus_3862 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dark_e78f,
    .blue-8fe4,
    .action_5c3f {
        width: 100%;
    }
    
    .dark_e78f h3 {
        font-size: 1.1rem;
    }
    
    .dark_e78f p {
        font-size: 0.8rem;
    }
    
    .east-f84f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail_simple_47c7 {
        padding: 30px 15px;
    }
    
    .thumbnail_simple_47c7 h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail_simple_47c7 p {
        font-size: 0.85rem;
    }
    
    .progress-simple-2065 {
        flex-direction: column;
        gap: 10px;
    }
    
    .progress-simple-2065 .medium-b9b0 {
        width: 100%;
    }
    
    .feature_e052 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gallery_north_247c {
        padding: 30px 15px;
    }
    
    .surface_short_29a9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .primary-3275 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hidden-fresh-fdf5 h4 {
        font-size: 0.9rem;
    }
    
    .hidden-fresh-fdf5 a {
        font-size: 0.8rem;
    }
    
    .dark_9b98 {
        font-size: 0.8rem;
    }
    
    .gradient-steel-efec p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .pagination_simple_8f74 {
        padding: 8px 10px;
    }
    
    .primary-2a1a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .wrapper_6b58 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .primary-2a1a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .wrapper_6b58 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0c0c */
.ghost-box-q0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
