/* Inner Page Styles */

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

.carousel-plasma-56c9 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);
}

.carousel-plasma-56c9 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);
}

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

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

.feature-2312 .tabs-845d {
    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;
}

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

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

.feature-2312 .tabs-845d:hover::before {
    left: 100%;
}

.feature-2312 .tabs-845d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.disabled-smooth-ff24 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.surface-rough-a213 {
    color: var(--casino-gold-light);
}

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

.surface-rough-a213 a:hover {
    color: var(--casino-gold-light);
}

.surface-rough-a213.fn-active-d6cb {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame_5236 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

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

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

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

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

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

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

.video-2e4c:hover::before {
    left: 100%;
}

.video-2e4c 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;
}

.video-2e4c 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;
}

.video-2e4c .aside-878a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.video-2e4c .aside-878a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.gallery-north-0398 {
    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);
}

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

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

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

.gallery-north-0398 .aside-878a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.gallery-north-0398 .aside-878a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-plasma-56c9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .carousel-plasma-56c9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .carousel-plasma-56c9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .feature-2312 {
        justify-content: center;
    }
    
    .dirty_4bd0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gradient-c864 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .focus-1592 {
        padding: var(--md-spacing-md) 0;
    }
    
    .under-f04a {
        padding: var(--md-spacing-md);
    }
    
    .backdrop-mini-cd0b {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame_5236 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gallery-north-0398 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .solid_cbb1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .under-f04a {
        padding: var(--md-spacing-sm);
    }
    
    .column-warm-e47f {
        padding: var(--md-spacing-md);
    }
    
    .frame_5236 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.column-warm-e47f,
.frame_5236,
.gallery-north-0398 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.label_a9c4 {
    font-size: 1.5rem;
}

.blue-8be2 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.form-down-2ce2 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.item-c8d5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.title-tall-24d8 {
    text-align: center;
    margin-bottom: 30px;
}

.media-smooth-7478 {
    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;
}

.media-smooth-7478.element_4026 .small-c496 {
    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); }
}

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

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

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

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

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

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

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

.texture-5e8d {
    font-size: 1.2rem;
}

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

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

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

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

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

.tabs_7717.focus_0a57::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tabs_7717.smooth-29dc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tabs_7717.panel-active-f9b0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tabs_7717.overlay_focused_2953::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.module-0842 {
    font-size: 1.2rem;
}

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

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

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

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

.static-df44.wrapper_63fa { background: linear-gradient(90deg, #00ccff, #0088ff); }
.static-df44.fn-active-d6cb { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.detail-first-f390 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.menu-middle-888a {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.paper-03d0 {
    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;
}

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

.paper-03d0.outline-4b1d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.button_under_f31b { border-top: 3px solid #00ccff; }
.old-505e { border-top: 3px solid #00ff88; }
.video-upper-1fbb { border-top: 3px solid #d4af37; }
.menu_cool_da53 { border-top: 3px solid #ff6b6b; }
.fluid-f55a { border-top: 3px solid #8b5cf6; }

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

.last_3088 {
    overflow-x: auto;
}

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

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

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

.item-e7cd td {
    color: #ccc;
}

.item-e7cd .soft-3706 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.item-e7cd tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.badge-last-8279 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.paragraph-lower-2a86 {
    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;
}

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

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

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

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

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

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

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

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

.article-8fd0 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.surface-267c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.border-mini-f8ed {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.disabled-137e {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.panel-2951 {
    font-size: 1.5rem;
}

.clean-1cbe {
    color: #888;
    font-size: 0.9rem;
}

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

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

.focus-selected-def3 {
    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;
}

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

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

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

.center-d488 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.row_b28f .light_b83a {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.wood-6f3d {
    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;
}

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

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

.label-lite-4062 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.chip-clean-8824 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-dirty-a5f5 {
    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;
}

.chip-clean-8824 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.media-916e span {
    color: #666;
    font-size: 0.8rem;
}

.media-916e a {
    color: #ff6b6b;
}

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

.picture-simple-e606 {
    max-width: 800px;
    margin: 0 auto;
}

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

.panel-a4b0 {
    text-align: center;
}

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

.panel-a4b0 .carousel-steel-81a5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.picture-simple-e606 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.primary-fixed-2715 {
    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;
}

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

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

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

.card-83c4 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.gallery_static_56fa.outline-4b1d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .progress-blue-9415 {
        flex-direction: column;
    }
    .box_0765 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.section-gold-42ca {
    background: #0a0a0a;
    padding: 30px 0;
}

.section-gold-42ca h2 {
    color: #00ff88;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
}

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

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

.filter-first-7c9a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.accordion-fluid-7692 .slider-middle-7cd9 {
    color: #666;
    margin: 0 8px;
}

.accordion-fluid-7692 .shade-c0b5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.modal-paper-6118 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.input-a206 {
    font-size: 2rem;
}

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

.next_a207 strong {
    color: #d4af37;
}

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

.pressed-91f1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.description-wide-ea48 h3,
.aside_wood_dff5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.photo-6fd5 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.form-static-8418 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.focus_first_cf7c strong {
    color: #00ff88;
}

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

.frame-west-fe19 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.caption-selected-57ff {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.grid-complex-90ab summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.grid-complex-90ab summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.title_glass_f90d strong {
    color: #d4af37;
}

.header_4be6 {
    color: #aaa;
}

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

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

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

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

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

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

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

.item-7be6:last-child {
    border-bottom: none;
}

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

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

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

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

.upper-74f5 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.upper-74f5 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;
}

.upper-74f5 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.panel-small-5ce0 strong {
    color: #d4af37;
}

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

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

.progress_lower_8247 strong {
    color: #00ff88;
}

.progress_lower_8247 span {
    color: #d4af37;
}

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

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

.frame-green-7690 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.image-stale-07f5 {
    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;
}

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

.soft-8a05 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.in-3b4d {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.background-red-3767 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-simple-da13 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .glass_fc02 {
        padding: 30px 15px;
    }
    
    .glass_fc02 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .text-middle-5241 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .frame-hard-dd86 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .complex-f1c7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .complex-f1c7 .red-6fb5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .small-8457 {
        font-size: 1.3rem;
    }
    
    .slow-dabd {
        font-size: 0.7rem;
    }
    
    .badge-421e {
        flex-direction: column;
        gap: 10px;
    }
    
    .badge-421e .aside-878a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .card-6f00 {
        display: none;
    }
    
    .secondary-9b65 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .progress-28f2 {
        padding: 20px 10px;
    }
    
    .frame-green-7690 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accent-1e68,
    .photo-6609 {
        padding: 15px;
    }
    
    .in-3b4d {
        flex-direction: column;
        gap: 5px;
    }
    
    .complex_af13 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .section-7a24 {
        padding: 30px 10px;
    }
    
    .fluid-dea4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bottom-a569 {
        padding: 20px 15px;
    }
    
    .shadow_dim_7658 {
        font-size: 2rem;
    }
    
    .bottom-a569 h3 {
        font-size: 1.1rem;
    }
    
    .bottom-a569 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .content-0636 {
        padding: 20px 5px;
    }
    
    .content-0636 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .focus_ea12 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .item-e7cd {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .item-e7cd th,
    .item-e7cd td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .frame-mini-db76 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tertiary-paper-c178 {
        padding: 20px 10px;
    }
    
    .thumbnail_24f4 h2 {
        font-size: 1.3rem;
    }
    
    .gradient-hard-080f {
        font-size: 0.9rem;
    }
    
    .item-7be6 h3 {
        font-size: 1.1rem;
    }
    
    .item-7be6 p {
        font-size: 0.9rem;
    }
    
    .upper-74f5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .banner_complex_d9f5 {
        grid-template-columns: 1fr;
    }
    
    .panel-small-5ce0 {
        font-size: 0.85rem;
    }
    
    .hero_a501 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_3d04 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .item_3d04 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .steel-164a {
        padding: 30px 10px;
    }
    
    .carousel-4f5f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight_clean_a5ad {
        padding: 15px 10px;
    }
    
    .highlight_clean_a5ad h4 {
        font-size: 0.9rem;
    }
    
    .highlight_clean_a5ad p {
        font-size: 0.75rem;
        display: none;
    }
    
    .text-23fe {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .carousel-4f5f {
        grid-template-columns: 1fr;
    }
    
    .highlight_clean_a5ad p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .lite_8b2e {
        padding: 30px 10px;
    }
    
    .form-green-486b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .small-c84e {
        padding: 15px;
    }
    
    .out_b0a6 {
        font-size: 0.9rem;
    }
    
    .message-hot-9d74 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message-hot-9d74 .dim_b274 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .middle-627e {
        padding: 30px 10px;
    }
    
    .middle-627e h2 {
        font-size: 1.2rem;
    }
    
    .dropdown_next_3588 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading-middle-a8b7 {
        padding: 15px 10px;
    }
    
    .heading-middle-a8b7 h4 {
        font-size: 0.85rem;
    }
    
    .heading-middle-a8b7 p {
        font-size: 0.75rem;
    }
    
    .gallery-mini-98f3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .media_78d6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .fast-71ac {
        padding: 20px 10px;
    }
    
    .module_df2d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .picture-de63,
    .chip-clean-8824,
    .media-916e {
        width: 100%;
    }
    
    .picture-de63 h3 {
        font-size: 1.1rem;
    }
    
    .picture-de63 p {
        font-size: 0.8rem;
    }
    
    .feature-dirty-a5f5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hidden-29b1 {
        padding: 30px 15px;
    }
    
    .hidden-29b1 h2 {
        font-size: 1.3rem;
    }
    
    .hidden-29b1 p {
        font-size: 0.85rem;
    }
    
    .inner_4efd {
        flex-direction: column;
        gap: 10px;
    }
    
    .inner_4efd .aside-878a {
        width: 100%;
    }
    
    .lite-ffcb {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .background-dbd3 {
        padding: 30px 10px;
    }
    
    .background-dbd3 h3 {
        font-size: 1.2rem;
    }
    
    .content-979c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery-north-0398 {
        padding: 15px 10px;
    }
    
    .gallery-north-0398 h4 {
        font-size: 0.85rem;
    }
    
    .gallery-north-0398 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .huge-6022 {
        padding: 30px 15px;
    }
    
    .column-up-dae8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .primary_hot_0252 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .gradient_621b h4 {
        font-size: 0.9rem;
    }
    
    .gradient_621b a {
        font-size: 0.8rem;
    }
    
    .west-965f {
        font-size: 0.8rem;
    }
    
    .accordion-upper-64bd p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .alert_hard_e391 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .huge_fc28 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d986 */
.widget-item-n8 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.3;
}
