/* Inner Page Styles */

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

.disabled-thick-42f5 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);
}

.disabled-thick-42f5 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);
}

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

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

.mask_soft_2c6c .secondary-2c8f {
    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;
}

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

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

.mask_soft_2c6c .secondary-2c8f:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery_38a9.fn-active-0d76 {
    color: var(--casino-gold-light);
}

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

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

.bottom-1fac {
    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);
}

.bottom-1fac 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);
}

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

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

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

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

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

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

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

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

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

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

.logo-brown-81bf {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.east_c17b .caption_8dee:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.smooth-56a2 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.message_e5b8 .caption_8dee:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .disabled-thick-42f5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .disabled-thick-42f5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .disabled-thick-42f5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mask_soft_2c6c {
        justify-content: center;
    }
    
    .outer_94fb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .highlight_purple_19cd {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .breadcrumb-0a61 {
        padding: var(--md-spacing-md) 0;
    }
    
    .bottom-1fac {
        padding: var(--md-spacing-md);
    }
    
    .active-in-bba1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .status_next_aa5d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .message_e5b8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .liquid_e9bc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .bottom-1fac {
        padding: var(--md-spacing-sm);
    }
    
    .shadow_104e {
        padding: var(--md-spacing-md);
    }
    
    .status_next_aa5d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.shadow_104e,
.status_next_aa5d,
.message_e5b8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.brown_119b {
    font-size: 1.5rem;
}

.mask_static_0c7c strong {
    color: #00ff88;
}

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

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

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

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

.hover-silver-c0aa {
    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;
}

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

.hover-silver-c0aa ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.hover-silver-c0aa li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.liquid_ed81 strong {
    color: #00ff88;
}

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

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

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

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

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

.accordion-over-415f::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;
}

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

.up-6943 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00ff88;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.up-6943.alert-0832 .thick-dbe0 {
    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); }
}

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

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

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

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

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

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

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

.highlight-6246 {
    font-size: 1.2rem;
}

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

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

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

.bottom-09c4 {
    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;
}

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

.bottom-09c4.text_dirty_ddcc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.bottom-09c4.action_76f2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bottom-09c4.secondary_4578::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.bottom-09c4.module_action_f3e4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dim_a9d5 {
    font-size: 1.2rem;
}

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

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

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

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

.soft-dfab.feature-b263 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.soft-dfab.fn-active-0d76 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.solid-5a1b {
    color: #666;
    font-size: 0.8rem;
}

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

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

.gradient-silver-e325 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.disabled-left-5cd1 {
    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;
}

.disabled-left-5cd1:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.disabled-left-5cd1.full_d8d7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.module_8664 { border-top: 3px solid #00ccff; }
.wrapper-advanced-3a5a { border-top: 3px solid #00ff88; }
.up_7c4d { border-top: 3px solid #d4af37; }
.info_40f7 { border-top: 3px solid #ff6b6b; }
.widget-new-6cad { border-top: 3px solid #8b5cf6; }

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

.link_light_1a93 {
    overflow-x: auto;
}

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

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

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

.north_1884 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.dropdown-098e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-40b3 {
    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;
}

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

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

.outline-1f0b {
    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;
}

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

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

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

.active_269a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard_740d {
    font-size: 1.5rem;
}

.caption-purple-6946 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.accordion-d847 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.white-da76 .filter-short-6195 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.outline-6fd6 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.banner-old-042d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.paragraph-fresh-8e68 {
    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;
}

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

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

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

.row_gas_c4b5 a {
    color: #ff6b6b;
}

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

.widget-middle-ae81 {
    max-width: 800px;
    margin: 0 auto;
}

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

.secondary-dd8f {
    text-align: center;
}

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

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

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

.widget-middle-ae81 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.tooltip-in-27ce {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.disabled-109f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.center-4e9f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.notice-9aa7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.banner-simple-f10f .column-new-cc37 {
    color: #666;
    margin: 0 8px;
}

.banner-simple-f10f .aside_8fe0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.soft_7257 {
    font-size: 2rem;
}

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

.container_bronze_285f strong {
    color: #d4af37;
}

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

.status-470e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.active-hard-53eb {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.media_simple_ecb6 strong {
    color: #00ff88;
}

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

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

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

.brown-d5a7 h3,
.hovered-5818 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.frame-pro-4add {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.status_6df9 strong {
    color: #d4af37;
}

.basic-61ec {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-c4a0 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;
}

.sidebar-c4a0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.plasma_3395 strong {
    color: #d4af37;
}

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

.tooltip-pressed-5ab6 {
    color: #888;
    font-size: 0.9rem;
}

.tooltip-pressed-5ab6 strong {
    color: #00ff88;
}

.tooltip-pressed-5ab6 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.black-76f2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.article-lower-0b29 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.article-lower-0b29 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.content-7dc7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-7dc7 li {
    margin-bottom: 5px;
}

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

.content-7dc7 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.solid-0aaa {
    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;
}

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

.prev_8b58 strong {
    color: #00ff88;
}

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

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

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

.preview-lite-f213 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .preview-lite-f213 {
        flex-direction: column;
    }
    
    .video-0535 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .info-677e {
        padding: 30px 15px;
    }
    
    .info-677e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .lower_1473 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .liquid-ee4c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .west-0950 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .west-0950 .solid-9c9b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .badge-glass-0ece {
        font-size: 1.3rem;
    }
    
    .south-83e3 {
        font-size: 0.7rem;
    }
    
    .small-a843 {
        flex-direction: column;
        gap: 10px;
    }
    
    .small-a843 .caption_8dee {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .message_fluid_e9b3 {
        display: none;
    }
    
    .header_c6b9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .slider-fast-b989 {
        padding: 20px 10px;
    }
    
    .label_db38 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion-e223,
    .accent_dynamic_4e50 {
        padding: 15px;
    }
    
    .silver-3878 {
        flex-direction: column;
        gap: 5px;
    }
    
    .gradient_selected_75bd {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .layout_hot_0854 {
        padding: 30px 10px;
    }
    
    .image-2e98 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .down-29c3 {
        padding: 20px 15px;
    }
    
    .highlight_11b3 {
        font-size: 2rem;
    }
    
    .down-29c3 h3 {
        font-size: 1.1rem;
    }
    
    .down-29c3 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .wrapper-wood-feec {
        padding: 20px 5px;
    }
    
    .wrapper-wood-feec h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .footer_60b4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .north_1884 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .north_1884 th,
    .north_1884 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tall-9a16 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .old_1493 {
        padding: 20px 10px;
    }
    
    .full_b9ec h2 {
        font-size: 1.3rem;
    }
    
    .heading_full_a2d2 {
        font-size: 0.9rem;
    }
    
    .tertiary_east_1e04 h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_east_1e04 p {
        font-size: 0.9rem;
    }
    
    .sidebar-c4a0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tooltip_purple_f0bd {
        grid-template-columns: 1fr;
    }
    
    .plasma_3395 {
        font-size: 0.85rem;
    }
    
    .frame-current-b1bd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary-inner-b211 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .secondary-inner-b211 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .avatar-prev-5a20 {
        padding: 30px 10px;
    }
    
    .red-7dd3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gold-4d6c {
        padding: 15px 10px;
    }
    
    .gold-4d6c h4 {
        font-size: 0.9rem;
    }
    
    .gold-4d6c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .summary-hot-7491 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .red-7dd3 {
        grid-template-columns: 1fr;
    }
    
    .gold-4d6c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .gradient-middle-be8a {
        padding: 30px 10px;
    }
    
    .copper-fced {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .over-e241 {
        padding: 15px;
    }
    
    .focus_bright_04b3 {
        font-size: 0.9rem;
    }
    
    .widget_current_3471 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .widget_current_3471 .liquid-bd5f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .element-c5a9 {
        padding: 30px 10px;
    }
    
    .element-c5a9 h2 {
        font-size: 1.2rem;
    }
    
    .basic-010d {
        gap: 10px;
    }
    
    .fluid_5f64 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .fluid_5f64 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .active_ebd1 {
        padding: 30px 10px;
    }
    
    .active_ebd1 h2 {
        font-size: 1.2rem;
    }
    
    .yellow-1380 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner_373f {
        padding: 15px 10px;
    }
    
    .inner_373f h4 {
        font-size: 0.85rem;
    }
    
    .inner_373f p {
        font-size: 0.75rem;
    }
    
    .caption-south-eff5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .first-1d8f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .overlay_south_dfd7 {
        padding: 20px 10px;
    }
    
    .caption-dynamic-0149 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .status_new_8f1b,
    .gold_4b55,
    .row_gas_c4b5 {
        width: 100%;
    }
    
    .status_new_8f1b h3 {
        font-size: 1.1rem;
    }
    
    .status_new_8f1b p {
        font-size: 0.8rem;
    }
    
    .paragraph-fresh-8e68 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .orange_b8f0 {
        padding: 30px 15px;
    }
    
    .orange_b8f0 h2 {
        font-size: 1.3rem;
    }
    
    .orange_b8f0 p {
        font-size: 0.85rem;
    }
    
    .pattern-a8af {
        flex-direction: column;
        gap: 10px;
    }
    
    .pattern-a8af .caption_8dee {
        width: 100%;
    }
    
    .cold_07e3 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .accordion-fast-a4f2 {
        padding: 30px 15px;
    }
    
    .item-dark-7968 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .panel_tiny_0fef {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .description_pink_9127 h4 {
        font-size: 0.9rem;
    }
    
    .description_pink_9127 a {
        font-size: 0.8rem;
    }
    
    .slow-0c70 {
        font-size: 0.8rem;
    }
    
    .north_ddf3 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .paper_77c2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .frame_fresh_2482 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3844 */
.widget-item-m5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.0;
}
