/* Inner Page Styles */

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

.widget-steel-9fdd 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);
}

.widget-steel-9fdd 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);
}

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

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

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

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

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

.copper_1533 .hover_over_f529:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.new_e97e.fn-active-0403 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.modal-action-9c37 {
    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;
}

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

.modal-action-9c37:hover::before {
    left: 100%;
}

.modal-action-9c37 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;
}

.modal-action-9c37 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;
}

.modal-action-9c37 .title-9115 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.modal-action-9c37 .title-9115:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.chip-prev-90f6 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.modal_f1fc .title-9115 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.modal_f1fc .title-9115:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .widget-steel-9fdd {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .widget-steel-9fdd h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .widget-steel-9fdd h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .copper_1533 {
        justify-content: center;
    }
    
    .filter_green_6caa {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .main_current_bd53 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .copper_e673 {
        padding: var(--md-spacing-md) 0;
    }
    
    .static_a8ec {
        padding: var(--md-spacing-md);
    }
    
    .nav_fixed_c4ac {
        padding: var(--md-spacing-md) 0;
    }
    
    .layout_7cfa {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .modal_f1fc {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .prev-36ce {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .static_a8ec {
        padding: var(--md-spacing-sm);
    }
    
    .tiny-dba6 {
        padding: var(--md-spacing-md);
    }
    
    .layout_7cfa {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tiny-dba6,
.layout_7cfa,
.modal_f1fc {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.soft-401d {
    font-size: 1.5rem;
}

.wood_99c7 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .breadcrumb-pro-07f4 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .filter_small_d698 {
        margin-left: 0;
    }
}

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

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

.popup-full-49e6 {
    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;
}

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

.popup-full-49e6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.popup-full-49e6 li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.gradient-inner-43fc {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.accent_ae5d strong {
    color: #00ff88;
}

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

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

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

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

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

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

.hovered-41db {
    text-align: center;
    margin-bottom: 30px;
}

.footer-wide-ef1b {
    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;
}

.footer-wide-ef1b.heading_copper_5166 .west_d943 {
    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); }
}

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

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

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

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

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

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

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

.advanced_06c1 {
    font-size: 1.2rem;
}

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

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

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

.icon-pressed-0d2f {
    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;
}

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

.icon-pressed-0d2f.red-cea7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.icon-pressed-0d2f.mask-blue-77f0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.icon-pressed-0d2f.accordion-green-7caf::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.icon-pressed-0d2f.paragraph_huge_2331::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.background_lower_f5b5 {
    font-size: 1.2rem;
}

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

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

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

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

.content_stone_344d.overlay-3409 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.content_stone_344d.fn-active-0403 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.secondary-yellow-1154 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.hidden-9491.accordion-medium-1b46 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.secondary-active-4ca4 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.over_7f11 { border-top: 3px solid #00ccff; }
.sidebar_north_39c8 { border-top: 3px solid #00ff88; }
.filter_7955 { border-top: 3px solid #d4af37; }
.gas_6583 { border-top: 3px solid #ff6b6b; }
.overlay_3cbc { border-top: 3px solid #8b5cf6; }

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

.dropdown-b1b9 {
    overflow-x: auto;
}

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

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

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

.hover_over_012f td {
    color: #ccc;
}

.hover_over_012f .hero-top-b3dd {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-fast-0c49 {
    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;
}

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

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

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

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

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

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

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

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

.silver_794c {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.advanced-94a5 {
    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;
}

.advanced-94a5::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);
}

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

.advanced-94a5 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

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

.bronze_d25b {
    font-size: 1.5rem;
}

.card-tiny-78d7 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.cold-7bb7 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.under-e7e6 .detail_paper_cc79 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.mask-next-8c77 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.mini-4d5e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rough_bc5f a {
    color: #ff6b6b;
}

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

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

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

.pagination_92b0 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-slow-79e4 {
    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;
}

.panel-slow-79e4.accordion-medium-1b46 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.caption-4c3d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.thumbnail_4b01 .up-ec77 {
    color: #666;
    margin: 0 8px;
}

.thumbnail_4b01 .media_2c04 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.accordion-first-8ad2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.picture-97cf {
    font-size: 2rem;
}

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

.panel_wide_c342 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.silver-0bd7 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.aside_west_2ff9 strong {
    color: #00ff88;
}

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

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

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

.center-52da h3,
.thick-b676 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.focused-899b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.bright-001d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.plasma_b6f6 strong {
    color: #d4af37;
}

.huge-abe1 {
    color: #aaa;
}

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

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

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

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

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

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

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

.gold-d128:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cool_28c0 strong {
    color: #d4af37;
}

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

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

.red_4fc9 strong {
    color: #00ff88;
}

.red_4fc9 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.popup-tiny-c26e {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.filter-short-e0cf {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.filter-short-e0cf li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer_slow_f421 strong {
    color: #00ff88;
}

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

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

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

.label-advanced-20a4 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.link-74c8 {
    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;
}

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

@media (max-width: 768px) {
    .label-advanced-20a4 {
        flex-direction: column;
    }
    
    .icon_east_ce89 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.wide-f2ef .over-5087 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .preview_1f95 {
        padding: 30px 15px;
    }
    
    .preview_1f95 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .next-5239 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .item-7ed7 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .selected_4bc4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .selected_4bc4 .south_5ed9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .west-b891 {
        font-size: 1.3rem;
    }
    
    .tabs-1143 {
        font-size: 0.7rem;
    }
    
    .liquid-c939 {
        flex-direction: column;
        gap: 10px;
    }
    
    .liquid-c939 .title-9115 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .primary-4ec3 {
        display: none;
    }
    
    .chip_tiny_cbf7 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .outline-fb64 {
        padding: 20px 10px;
    }
    
    .hard_3644 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .orange-926f,
    .feature_6fce {
        padding: 15px;
    }
    
    .dark-a676 {
        flex-direction: column;
        gap: 5px;
    }
    
    .info_4390 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .glass_0c0e {
        padding: 30px 10px;
    }
    
    .badge-in-928c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mask_af4f {
        padding: 20px 15px;
    }
    
    .modal_4e28 {
        font-size: 2rem;
    }
    
    .mask_af4f h3 {
        font-size: 1.1rem;
    }
    
    .mask_af4f p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .clean-39fa {
        padding: 20px 10px;
    }
    
    .info_5ff5 h2 {
        font-size: 1.3rem;
    }
    
    .full-fb6a {
        font-size: 0.9rem;
    }
    
    .gold-d128 h3 {
        font-size: 1.1rem;
    }
    
    .gold-d128 p {
        font-size: 0.9rem;
    }
    
    .old_a56f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .bottom_9f16 {
        grid-template-columns: 1fr;
    }
    
    .cool_28c0 {
        font-size: 0.85rem;
    }
    
    .lower-da2a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip_paper_d108 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tooltip_paper_d108 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hard-a929 {
        padding: 30px 10px;
    }
    
    .dark_204a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label_yellow_5ac4 {
        padding: 15px 10px;
    }
    
    .label_yellow_5ac4 h4 {
        font-size: 0.9rem;
    }
    
    .label_yellow_5ac4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .item_brown_d9ba {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .short-29d2 {
        padding: 30px 10px;
    }
    
    .yellow-c339 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section-outer-a657 {
        padding: 15px;
    }
    
    .full_c396 {
        font-size: 0.9rem;
    }
    
    .shadow-2557 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow-2557 .secondary-red-2ac6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .progress-wood-c8e6 {
        padding: 30px 10px;
    }
    
    .progress-wood-c8e6 h2 {
        font-size: 1.2rem;
    }
    
    .blue_81de {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .banner_af0a {
        padding: 15px 10px;
    }
    
    .banner_af0a h4 {
        font-size: 0.85rem;
    }
    
    .banner_af0a p {
        font-size: 0.75rem;
    }
    
    .description_east_5c42 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hero-2225 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tooltip_complex_1449 {
        padding: 20px 10px;
    }
    
    .plasma-4d85 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .shade_last_aa18,
    .surface_paper_a539,
    .rough_bc5f {
        width: 100%;
    }
    
    .shade_last_aa18 h3 {
        font-size: 1.1rem;
    }
    
    .shade_last_aa18 p {
        font-size: 0.8rem;
    }
    
    .warm_26ba {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .link-6924 {
        padding: 30px 15px;
    }
    
    .link-6924 h2 {
        font-size: 1.3rem;
    }
    
    .link-6924 p {
        font-size: 0.85rem;
    }
    
    .element-be13 {
        flex-direction: column;
        gap: 10px;
    }
    
    .element-be13 .title-9115 {
        width: 100%;
    }
    
    .backdrop_short_7870 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .texture_2036 {
        padding: 30px 15px;
    }
    
    .thick-32ea {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .caption-e8db {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .paper-ea9d h4 {
        font-size: 0.9rem;
    }
    
    .paper-ea9d a {
        font-size: 0.8rem;
    }
    
    .photo-warm-8275 {
        font-size: 0.8rem;
    }
    
    .footer-slow-cc1a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .banner_first_6ba3 {
        padding: 8px 10px;
    }
    
    .grid_d59d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .nav-6d07 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .grid_d59d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .nav-6d07 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2e36 */
.widget-item-b9 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
