/* Inner Page Styles */

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

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

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

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

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

.icon_160d .liquid-225b {
    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;
}

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

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

.icon_160d .liquid-225b:hover::before {
    left: 100%;
}

.icon_160d .liquid-225b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.accordion-846f {
    margin-bottom: var(--md-spacing-lg);
}

.hover-iron-a834 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip_thick_423d.fn-active-0078 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item_cool_ea62 .feature-53eb {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.item_cool_ea62 .feature-53eb:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.photo-liquid-629f {
    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);
}

.photo-liquid-629f:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.static_cb08 .feature-53eb {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.static_cb08 .feature-53eb:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .iron_f0bc {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .iron_f0bc h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .iron_f0bc h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .icon_160d {
        justify-content: center;
    }
    
    .hover-iron-a834 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tall-37f0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .up-4761 {
        padding: var(--md-spacing-md) 0;
    }
    
    .block_blue_dbdf {
        padding: var(--md-spacing-md);
    }
    
    .widget-1ce4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hard_5791 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .static_cb08 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .next_359f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .block_blue_dbdf {
        padding: var(--md-spacing-sm);
    }
    
    .narrow_acc2 {
        padding: var(--md-spacing-md);
    }
    
    .hard_5791 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.narrow_acc2,
.hard_5791,
.static_cb08 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.breadcrumb-north-2a95::-webkit-scrollbar {
    width: 8px;
}

.breadcrumb-north-2a95::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.breadcrumb-north-2a95::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.breadcrumb-north-2a95::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.pressed_f0c0 {
    font-size: 1.5rem;
}

.message_rough_51c8 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .focus-c9e0 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .icon-mini-a74b {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary_upper_aed3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.status-603b {
    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;
}

.status-603b.module_over_55ce .status-pink-5bc2 {
    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); }
}

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

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

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

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

.outer-54e3 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;
}

.outer-54e3 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);
}

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

.item_636a {
    font-size: 1.2rem;
}

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

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

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

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

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

.component-0031.disabled-4520::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.component-0031.notification-a880::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.component-0031.cool_82b4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.component-0031.article-cold-0fb8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.black-0baf {
    font-size: 1.2rem;
}

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

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

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

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

.label-bc57.info-ad0f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label-bc57.fn-active-0078 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.action-06cb {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.hard-a6e0.card-f3db {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.filter-copper-a031 { border-top: 3px solid #00ccff; }
.row-prev-2597 { border-top: 3px solid #00ff88; }
.pro_2ff3 { border-top: 3px solid #d4af37; }
.fluid-59f1 { border-top: 3px solid #ff6b6b; }
.disabled_hard_a9c1 { border-top: 3px solid #8b5cf6; }

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

.module_plasma_0e37 {
    overflow-x: auto;
}

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

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

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

.description-lite-707e td {
    color: #ccc;
}

.description-lite-707e .media-e59b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.description-lite-707e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-ca8b {
    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-short-8968 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.description-short-8968 p {
    color: #888;
    font-size: 0.9rem;
}

.clean-2bf7 {
    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;
}

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

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

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

.fresh-1e47 {
    font-size: 2rem;
}

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

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

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

.tabs-658b {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.old-00a1 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.filter-7bfd strong {
    color: #fff;
    display: block;
}

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

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

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

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

.new-c650 .paragraph_bff1 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.pattern-5cf3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-green-4e6c h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.panel-green-4e6c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

.input-9eb1 span {
    color: #666;
    font-size: 0.8rem;
}

.input-9eb1 a {
    color: #ff6b6b;
}

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

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

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

.info_hard_4148 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.highlight-000f {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .down-4c24 {
        flex-direction: column;
    }
    .action-e925 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.title-first-bd48 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.table_tall_23d4 .caption-liquid-1588 {
    color: #666;
    margin: 0 8px;
}

.table_tall_23d4 .list_ca2d {
    color: #ff6b6b;
    text-decoration: line-through;
}

.article-2d9e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.liquid-5d5a {
    font-size: 2rem;
}

.primary-over-631d {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.primary-over-631d strong {
    color: #d4af37;
}

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

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

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

.shade-8fd4 h3,
.detail_15b9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.fluid-01db {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.menu-pink-a238 strong {
    color: #00ff88;
}

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

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

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

.stone-58a1 h3,
.item-cd8a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.tertiary_6abb strong {
    color: #d4af37;
}

.mask_middle_d790 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-a4a5 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;
}

.form-a4a5 li strong {
    color: #00ff88;
}

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

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

.green-623a {
    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;
}

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

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

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

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

.backdrop-0cea strong {
    color: #d4af37;
}

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

.label-south-2a8c {
    color: #888;
    font-size: 0.9rem;
}

.label-south-2a8c strong {
    color: #00ff88;
}

.label-south-2a8c span {
    color: #d4af37;
}

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

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

.basic-96e2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.wrapper-short-f505 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-d0de li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.disabled-north-5c60 {
    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;
}

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

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

.primary_pro_94e5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.description-41ae {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .input-58b4 {
        padding: 30px 15px;
    }
    
    .input-58b4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .accent-b6f1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .top-3da0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .medium-b156 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .medium-b156 .thumbnail-over-9298 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .outline_glass_61e3 {
        font-size: 1.3rem;
    }
    
    .dynamic-5387 {
        font-size: 0.7rem;
    }
    
    .grid-pro-9411 {
        flex-direction: column;
        gap: 10px;
    }
    
    .grid-pro-9411 .feature-53eb {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .button_5b9c {
        display: none;
    }
    
    .hovered-f9e9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .form-pink-fd8c {
        padding: 20px 10px;
    }
    
    .basic-96e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .filter-prev-d62b,
    .detail_stale_5696 {
        padding: 15px;
    }
    
    .footer_light_10e8 {
        flex-direction: column;
        gap: 5px;
    }
    
    .dropdown-b6ef {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .logo_00eb {
        padding: 30px 10px;
    }
    
    .iron_6239 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .black_ef26 {
        padding: 20px 15px;
    }
    
    .slow-01bd {
        font-size: 2rem;
    }
    
    .black_ef26 h3 {
        font-size: 1.1rem;
    }
    
    .black_ef26 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .action-f7ed {
        padding: 20px 5px;
    }
    
    .action-f7ed h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .content_hot_ddc4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .description-lite-707e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .description-lite-707e th,
    .description-lite-707e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .button_accf {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .box-671b {
        padding: 20px 10px;
    }
    
    .accent_hovered_f77c h2 {
        font-size: 1.3rem;
    }
    
    .west_57b5 {
        font-size: 0.9rem;
    }
    
    .backdrop_26e1 h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_26e1 p {
        font-size: 0.9rem;
    }
    
    .form-a4a5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .background_4ae0 {
        grid-template-columns: 1fr;
    }
    
    .backdrop-0cea {
        font-size: 0.85rem;
    }
    
    .bright-3f54 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .green-623a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .green-623a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .menu-soft-ae90 {
        padding: 30px 10px;
    }
    
    .header-first-3f3f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-gold-38f8 {
        padding: 15px 10px;
    }
    
    .column-gold-38f8 h4 {
        font-size: 0.9rem;
    }
    
    .column-gold-38f8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .frame_46eb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .header-first-3f3f {
        grid-template-columns: 1fr;
    }
    
    .column-gold-38f8 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .input_357b {
        padding: 30px 10px;
    }
    
    .steel-78ca {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .glass_e686 {
        padding: 15px;
    }
    
    .fluid-e924 {
        font-size: 0.9rem;
    }
    
    .dropdown_center_c0ac {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dropdown_center_c0ac .old-33f4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .thumbnail_8138 {
        padding: 30px 10px;
    }
    
    .thumbnail_8138 h2 {
        font-size: 1.2rem;
    }
    
    .heading-gold-4762 {
        gap: 10px;
    }
    
    .dropdown_last_82d3 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dropdown_last_82d3 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .item-0c03 {
        padding: 30px 10px;
    }
    
    .item-0c03 h2 {
        font-size: 1.2rem;
    }
    
    .media_c5ea {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade_copper_99fe {
        padding: 15px 10px;
    }
    
    .shade_copper_99fe h4 {
        font-size: 0.85rem;
    }
    
    .shade_copper_99fe p {
        font-size: 0.75rem;
    }
    
    .picture-top-b6c3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .video_cf5a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .progress_bright_19c1 {
        padding: 20px 10px;
    }
    
    .avatar-5e60 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .panel-green-4e6c,
    .heading_gas_4cd9,
    .input-9eb1 {
        width: 100%;
    }
    
    .panel-green-4e6c h3 {
        font-size: 1.1rem;
    }
    
    .panel-green-4e6c p {
        font-size: 0.8rem;
    }
    
    .button_4984 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .disabled-1f82 {
        padding: 30px 15px;
    }
    
    .disabled-1f82 h2 {
        font-size: 1.3rem;
    }
    
    .disabled-1f82 p {
        font-size: 0.85rem;
    }
    
    .media-right-c20a {
        flex-direction: column;
        gap: 10px;
    }
    
    .media-right-c20a .feature-53eb {
        width: 100%;
    }
    
    .detail-62b0 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .accordion-8a42 {
        padding: 30px 15px;
    }
    
    .alert-94e1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .short-9c50 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .modal-5df1 h4 {
        font-size: 0.9rem;
    }
    
    .modal-5df1 a {
        font-size: 0.8rem;
    }
    
    .nav_paper_cbfd {
        font-size: 0.8rem;
    }
    
    .disabled-b484 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .media_00b7 {
        padding: 8px 10px;
    }
    
    .outer-08ce {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .bottom-da27 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .outer-08ce {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .bottom-da27 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 99e7 */
.promo-block-j0 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
