/* Inner Page Styles */

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

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

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

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

.grid-gold-a542 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.grid-gold-a542 .rough-355e {
    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;
}

.grid-gold-a542 .rough-355e::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.grid-gold-a542 .rough-355e:hover::before {
    left: 100%;
}

.grid-gold-a542 .rough-355e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.narrow-2deb {
    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);
}

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

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

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

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

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

.breadcrumb-hard-e6c5 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-hard-e6c5 img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

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

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

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

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

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

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

.prev-f0bc.fn-active-60d5 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-silver-532f {
    padding: var(--md-spacing-md) 0;
}

.frame-orange-2c42 {
    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%;
}

.frame-orange-2c42 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 */
.hovered_6e1b {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.fresh_fe29 .middle-fe67 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.fresh_fe29 .middle-fe67:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.preview-34e1 {
    margin-top: var(--md-spacing-sm);
}

.current-74e6 {
    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);
}

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

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

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

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

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

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

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

.banner_soft_b580 .middle-fe67 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.banner_soft_b580 .middle-fe67:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .heading-d50e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .heading-d50e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .heading-d50e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .grid-gold-a542 {
        justify-content: center;
    }
    
    .narrow-2deb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .heading_f0b6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .active_e156 {
        padding: var(--md-spacing-md) 0;
    }
    
    .steel-aca8 {
        padding: var(--md-spacing-md);
    }
    
    .disabled-medium-8c9b {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame-orange-2c42 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .banner_soft_b580 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .avatar-836a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .steel-aca8 {
        padding: var(--md-spacing-sm);
    }
    
    .panel_down_aa2a {
        padding: var(--md-spacing-md);
    }
    
    .frame-orange-2c42 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.panel_down_aa2a,
.frame-orange-2c42,
.banner_soft_b580 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.primary_narrow_ff33 {
    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-48c5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.new_ec02 {
    font-size: 1.5rem;
}

.green_2abc strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .fluid-48c5 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .blue-3fb3 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.slider-cc35 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.surface-ced1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.shadow_prev_940b.silver_50c8 .picture-bottom-dd5b {
    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); }
}

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

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

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

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

.surface-b777 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;
}

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

.list-advanced-473c {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.tertiary-blue-8176 {
    font-size: 1.2rem;
}

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

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

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

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

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

.bronze_1bb5.border-selected-330d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.bronze_1bb5.text-liquid-6792::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bronze_1bb5.shade-8c77::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.bronze_1bb5.active-de78::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.banner_2df2 {
    font-size: 1.2rem;
}

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

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

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

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

.background-action-4d47.stone_0b39 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.background-action-4d47.fn-active-60d5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-7eb0 { border-top: 3px solid #00ccff; }
.badge_31b0 { border-top: 3px solid #00ff88; }
.focused-df90 { border-top: 3px solid #d4af37; }
.alert-12c5 { border-top: 3px solid #ff6b6b; }
.message-6222 { border-top: 3px solid #8b5cf6; }

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

.complex-04f6 {
    overflow-x: auto;
}

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

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

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

.tertiary-black-d9a8 td {
    color: #ccc;
}

.tertiary-black-d9a8 .highlight_d7ed {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.tertiary-black-d9a8 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.sort-30b5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.table-focused-8e17 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.last-07eb {
    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;
}

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

.sidebar-fixed-5691 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.warm_2c40 {
    font-size: 2rem;
}

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

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

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

.component-dark-0a62 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .component-dark-0a62::before {
        left: 30px;
    }
}

.accordion-middle-4ca4 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

.new_5ed4::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_88c0 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.article_a2c4 {
    font-size: 1.5rem;
}

.progress-356f {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.left-fdfb strong {
    color: #fff;
    display: block;
}

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

.tooltip-3a38 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tooltip-3a38 .chip-5be8 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.full_79b4 .first_1986 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.chip-easy-8b77 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion_712d a {
    color: #ff6b6b;
}

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

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

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

.input_tall_0997 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.chip-stale-b5a4 {
    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;
}

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

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

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

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

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

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

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

.feature-large-2a52 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

.gallery-prev-0c91 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .feature-large-2a52 {
        flex-direction: column;
    }
    .button-white-dc9f {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.thumbnail-8609 .grid_steel_f3e1 {
    color: #666;
    margin: 0 8px;
}

.thumbnail-8609 .outline_5f46 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.active_4c89 {
    font-size: 2rem;
}

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

.modal_45ca strong {
    color: #d4af37;
}

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

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

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

.column-pro-258e h3,
.overlay-20b6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.message_dc07 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.module-79be {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

.easy-aa99 summary::-webkit-details-marker {
    display: none;
}

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

.content-easy-6bf8 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.inner_9440 strong {
    color: #d4af37;
}

.summary-a235 {
    color: #aaa;
}

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

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

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

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

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

.yellow-9ef7 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.basic-9fdd {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.basic-9fdd 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;
}

.basic-9fdd li strong {
    color: #00ff88;
}

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

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

.inner-0f34 {
    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-0f34 strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

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

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

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

.frame_2404 strong {
    color: #d4af37;
}

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

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

.hero_soft_8105 strong {
    color: #00ff88;
}

.hero_soft_8105 span {
    color: #d4af37;
}

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

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

.description-under-b734 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.accent-7cce {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.accent-7cce li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.bottom-6d29 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom-6d29 li {
    margin-bottom: 5px;
}

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

.bottom-6d29 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.hover_42c6 {
    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-a1e0 {
    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-43a0 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.widget-43a0 strong {
    color: #00ff88;
}

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

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

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

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

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

.chip-wood-97db {
    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;
}

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

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

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

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

.row-paper-d58d {
    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;
}

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

@media (max-width: 480px) {
    .row-paper-d58d {
        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;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .nav_hard_200b {
        padding: 30px 15px;
    }
    
    .nav_hard_200b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .nav_824c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pattern_f3c5 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .accent_98a7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accent_98a7 .accent-pro-dc90 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .filter-823b {
        font-size: 1.3rem;
    }
    
    .row-brown-546e {
        font-size: 0.7rem;
    }
    
    .image-dd50 {
        flex-direction: column;
        gap: 10px;
    }
    
    .image-dd50 .middle-fe67 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .main-in-0833 {
        display: none;
    }
    
    .tooltip-dafb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hidden_cc33 {
        padding: 20px 10px;
    }
    
    .description-under-b734 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-88d4,
    .hover-aea8 {
        padding: 15px;
    }
    
    .bright_4a36 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tall_6cc9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .liquid-27a0 {
        padding: 30px 10px;
    }
    
    .overlay-light-e1d0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero_outer_feb0 {
        padding: 20px 15px;
    }
    
    .summary_2a99 {
        font-size: 2rem;
    }
    
    .hero_outer_feb0 h3 {
        font-size: 1.1rem;
    }
    
    .hero_outer_feb0 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .background-top-2795 {
        padding: 20px 5px;
    }
    
    .background-top-2795 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .grid-212f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tertiary-black-d9a8 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tertiary-black-d9a8 th,
    .tertiary-black-d9a8 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .menu_3aa6 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .motion_c9c0 {
        padding: 20px 10px;
    }
    
    .search_41ae h2 {
        font-size: 1.3rem;
    }
    
    .sidebar_be34 {
        font-size: 0.9rem;
    }
    
    .iron_c066 h3 {
        font-size: 1.1rem;
    }
    
    .iron_c066 p {
        font-size: 0.9rem;
    }
    
    .basic-9fdd li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .status-liquid-70bc {
        grid-template-columns: 1fr;
    }
    
    .frame_2404 {
        font-size: 0.85rem;
    }
    
    .mini_c5ae {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner-0f34 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .inner-0f34 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .thumbnail-warm-ba1a {
        padding: 30px 10px;
    }
    
    .gallery-1c18 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo_slow_d177 {
        padding: 15px;
    }
    
    .outline-thick-055e {
        font-size: 0.9rem;
    }
    
    .focus-85dc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus-85dc .center_863c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .pink-c95a {
        padding: 30px 10px;
    }
    
    .pink-c95a h2 {
        font-size: 1.2rem;
    }
    
    .notification_dim_ded9 {
        gap: 10px;
    }
    
    .static-6124 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .static-6124 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .sidebar_purple_da00 {
        padding: 30px 10px;
    }
    
    .sidebar_purple_da00 h2 {
        font-size: 1.2rem;
    }
    
    .lower_d356 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .over-8de3 {
        padding: 15px 10px;
    }
    
    .over-8de3 h4 {
        font-size: 0.85rem;
    }
    
    .over-8de3 p {
        font-size: 0.75rem;
    }
    
    .wrapper_b38a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .large-cf4a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .stale_9f86 {
        padding: 20px 10px;
    }
    
    .hero_dirty_8aab {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .form_2d7c,
    .feature_under_f674,
    .accordion_712d {
        width: 100%;
    }
    
    .form_2d7c h3 {
        font-size: 1.1rem;
    }
    
    .form_2d7c p {
        font-size: 0.8rem;
    }
    
    .filter-light-f759 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .feature_e154 {
        padding: 30px 15px;
    }
    
    .feature_e154 h2 {
        font-size: 1.3rem;
    }
    
    .feature_e154 p {
        font-size: 0.85rem;
    }
    
    .breadcrumb_a9ee {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb_a9ee .middle-fe67 {
        width: 100%;
    }
    
    .paragraph-first-7d38 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .up_fdbf {
        padding: 30px 15px;
    }
    
    .overlay-dc4b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .modal-blue-4b2e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .glass-fbb8 h4 {
        font-size: 0.9rem;
    }
    
    .glass-fbb8 a {
        font-size: 0.8rem;
    }
    
    .photo-45ba {
        font-size: 0.8rem;
    }
    
    .item-narrow-e703 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .outline-fast-be3e {
        padding: 8px 10px;
    }
    
    .alert-accd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accent-selected-419b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .alert-accd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accent-selected-419b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 51fe */
.widget-item-v4 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
