/* Inner Page Styles */

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

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

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

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

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

.tag_f119 .motion-e749 {
    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;
}

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

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

.tag_f119 .motion-e749:hover::before {
    left: 100%;
}

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

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

.detail-pro-feaa {
    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);
}

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

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

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

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

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

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

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

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

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

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

.current-0f4b {
    color: var(--casino-gold-light);
}

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

.current-0f4b a:hover {
    color: var(--casino-gold-light);
}

.current-0f4b.fn-active-92ed {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fast-5e22 {
    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%;
}

.fast-5e22 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 */
.title-selected-8c85 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.title-selected-8c85 li {
    margin-bottom: var(--md-spacing-xs);
}

.title-selected-8c85 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);
}

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

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

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

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

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

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

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

.backdrop_7ccc .right_0d01:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.mask-0495 .right_0d01:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar-fc93 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .avatar-fc93 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .avatar-fc93 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tag_f119 {
        justify-content: center;
    }
    
    .detail-pro-feaa {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pro-fd80 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .lite-3b6d {
        padding: var(--md-spacing-md) 0;
    }
    
    .element_c556 {
        padding: var(--md-spacing-md);
    }
    
    .progress-cool-a2e5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fast-5e22 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .mask-0495 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gradient_227c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .element_c556 {
        padding: var(--md-spacing-sm);
    }
    
    .accent-e8ab {
        padding: var(--md-spacing-md);
    }
    
    .fast-5e22 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.accent-e8ab,
.fast-5e22,
.mask-0495 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.warm-5bc2 {
    font-size: 1.5rem;
}

.up_08ee strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .backdrop-5fd7 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .label_cd80 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.element-04e2 {
    padding: 30px 0;
}

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

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

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

.background-15e0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.background-15e0 li:last-child {
    border-bottom: none;
}

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

@media (max-width: 576px) {
    .button-tiny-4a1b {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.basic-ad50 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.upper-079c {
    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;
}

.upper-079c.lower-cda1 .glass_41f8 {
    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); }
}

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

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

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

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

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

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

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

.smooth-5bc2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.tertiary-6322.pagination_warm_37ed::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tertiary-6322.text-dynamic-c0af::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tertiary-6322.form_down_c424::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tertiary-6322.medium-bd6d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dynamic-a31d {
    font-size: 1.2rem;
}

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

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

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

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

.input_ba6f.column_dynamic_7883 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.input_ba6f.fn-active-92ed { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.article-8ed4 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.banner_simple_ea3d { border-top: 3px solid #00ccff; }
.detail_copper_1531 { border-top: 3px solid #00ff88; }
.red_d78b { border-top: 3px solid #d4af37; }
.section-0882 { border-top: 3px solid #ff6b6b; }
.tertiary_first_777b { border-top: 3px solid #8b5cf6; }

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

.footer_focused_78fb {
    overflow-x: auto;
}

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

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

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

.dropdown_south_013b td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.widget-12cc {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.dynamic-7ed8 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-38e8 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.tabs-fixed-e8cc {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.heading-bronze-3851 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.thumbnail-239a strong {
    color: #fff;
    display: block;
}

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

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

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

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

.caption-b11b .new-99e9 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.tooltip-13c7 {
    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;
}

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

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

.element-35a2 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_b62b a {
    color: #ff6b6b;
}

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

.title-light-707f {
    max-width: 800px;
    margin: 0 auto;
}

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

.inner-f13d {
    text-align: center;
}

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

.inner-f13d .avatar-61af {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-light-707f h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.title-light-707f > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-middle-87c3 {
    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;
}

.backdrop-middle-87c3.input_174f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.wood-57b7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.gradient_simple_0173 .status-92b1 {
    color: #666;
    margin: 0 8px;
}

.gradient_simple_0173 .short-49c3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.texture-green-c614 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.element-prev-06c7 {
    font-size: 2rem;
}

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

.picture-fast-9688 strong {
    color: #d4af37;
}

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

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

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

.highlight-52d8 h3,
.paragraph_old_c89e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.label_41f5 strong {
    color: #00ff88;
}

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

.widget-green-2091 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.preview-a8a7 strong {
    color: #d4af37;
}

.content_soft_b65d {
    color: #aaa;
}

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

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

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

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

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

.table-blue-9c2d {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.link-medium-7f62 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.link-medium-7f62 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;
}

.link-medium-7f62 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.component-fixed-1b23 strong {
    color: #d4af37;
}

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

.grid-0f37 {
    color: #888;
    font-size: 0.9rem;
}

.grid-0f37 strong {
    color: #00ff88;
}

.grid-0f37 span {
    color: #d4af37;
}

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

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

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

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

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

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

.border-2fe5 {
    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;
}

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

.detail-9a3d {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.table-full-dd79 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.secondary-solid-a2b6 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-action-78cb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-action-78cb li {
    margin-bottom: 5px;
}

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

.popup-action-78cb a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.grid-plasma-bc2e {
    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;
}

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

.logo_left_7d7e strong {
    color: #00ff88;
}

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

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

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

.tooltip-static-8000 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .tooltip-static-8000 {
        flex-direction: column;
    }
    
    .filter_64ea {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.active-top-00d9 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .soft-91c4 {
        padding: 30px 15px;
    }
    
    .soft-91c4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .text_cold_92cc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .middle_ae9b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .dropdown-e06b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dropdown-e06b .last_4a58 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .cool_d600 {
        font-size: 1.3rem;
    }
    
    .thumbnail-8c8e {
        font-size: 0.7rem;
    }
    
    .main-c61c {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-c61c .right_0d01 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .right-80e3 {
        display: none;
    }
    
    .module-soft-3ea8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .highlight_top_4a67 {
        padding: 20px 10px;
    }
    
    .clean_376b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static_6330,
    .hero-purple-c949 {
        padding: 15px;
    }
    
    .table-full-dd79 {
        flex-direction: column;
        gap: 5px;
    }
    
    .secondary-solid-a2b6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .bottom_f967 {
        padding: 30px 10px;
    }
    
    .paper_8ab4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface_easy_0eab {
        padding: 20px 15px;
    }
    
    .solid-7afe {
        font-size: 2rem;
    }
    
    .surface_easy_0eab h3 {
        font-size: 1.1rem;
    }
    
    .surface_easy_0eab p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .detail-cold-c25e {
        padding: 20px 5px;
    }
    
    .detail-cold-c25e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .feature-in-4875 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .dropdown_south_013b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .dropdown_south_013b th,
    .dropdown_south_013b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .thick_9a94 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .light-1386 {
        padding: 20px 10px;
    }
    
    .west-d7f7 h2 {
        font-size: 1.3rem;
    }
    
    .wrapper_mini_9591 {
        font-size: 0.9rem;
    }
    
    .title_outer_2272 h3 {
        font-size: 1.1rem;
    }
    
    .title_outer_2272 p {
        font-size: 0.9rem;
    }
    
    .link-medium-7f62 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .filter-1564 {
        grid-template-columns: 1fr;
    }
    
    .component-fixed-1b23 {
        font-size: 0.85rem;
    }
    
    .description_lite_b2e3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .large_7b44 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .large_7b44 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thick_1283 {
        padding: 30px 10px;
    }
    
    .frame-7c10 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-thick-eb9c {
        padding: 15px 10px;
    }
    
    .status-thick-eb9c h4 {
        font-size: 0.9rem;
    }
    
    .status-thick-eb9c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .green-07fa {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .frame-7c10 {
        grid-template-columns: 1fr;
    }
    
    .status-thick-eb9c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .banner-dynamic-94c4 {
        padding: 30px 10px;
    }
    
    .footer_down_a8a7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background_553a {
        padding: 15px;
    }
    
    .purple_3215 {
        font-size: 0.9rem;
    }
    
    .badge-b4f1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .badge-b4f1 .status_focused_9851 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .stone-2b3e {
        padding: 30px 10px;
    }
    
    .stone-2b3e h2 {
        font-size: 1.2rem;
    }
    
    .title-58b1 {
        gap: 10px;
    }
    
    .thick-1819 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .thick-1819 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .notice_2349 {
        padding: 30px 10px;
    }
    
    .notice_2349 h2 {
        font-size: 1.2rem;
    }
    
    .list_8fd9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row_complex_a23d {
        padding: 15px 10px;
    }
    
    .row_complex_a23d h4 {
        font-size: 0.85rem;
    }
    
    .row_complex_a23d p {
        font-size: 0.75rem;
    }
    
    .notification-9cdc {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .texture-2e85 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .info_dark_26c7 {
        padding: 20px 10px;
    }
    
    .item-north-c246 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .component_mini_04ea,
    .item-aef6,
    .nav_b62b {
        width: 100%;
    }
    
    .component_mini_04ea h3 {
        font-size: 1.1rem;
    }
    
    .component_mini_04ea p {
        font-size: 0.8rem;
    }
    
    .iron_8935 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .breadcrumb_2de4 {
        padding: 30px 15px;
    }
    
    .breadcrumb_2de4 h2 {
        font-size: 1.3rem;
    }
    
    .breadcrumb_2de4 p {
        font-size: 0.85rem;
    }
    
    .header-mini-ab73 {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-mini-ab73 .right_0d01 {
        width: 100%;
    }
    
    .dirty-206b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .highlight-gold-63ec {
        padding: 30px 10px;
    }
    
    .highlight-gold-63ec h3 {
        font-size: 1.2rem;
    }
    
    .progress_52f5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask-0495 {
        padding: 15px 10px;
    }
    
    .mask-0495 h4 {
        font-size: 0.85rem;
    }
    
    .mask-0495 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .warm_bea1 {
        padding: 30px 15px;
    }
    
    .modal_hot_cc1d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .avatar-8b4a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .full_1add h4 {
        font-size: 0.9rem;
    }
    
    .full_1add a {
        font-size: 0.8rem;
    }
    
    .orange_aa59 {
        font-size: 0.8rem;
    }
    
    .accordion_prev_1b80 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .nav_tiny_eea2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .overlay_ca69 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 76e5 */
.promo-block-b4 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
