/* Inner Page Styles */

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

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

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

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

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

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

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

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

.wood_0956 .slider_dynamic_1c8e:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module_c326.fn-active-cf93 {
    color: var(--casino-gold-light);
}

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

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

.notification-in-3d29 {
    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);
}

.notification-in-3d29 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);
}

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

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

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

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

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

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

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

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

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

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

.description-prev-4c59 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.upper_2d68 .gold-e4c1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.notice-light-f0c1 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.widget_310b .gold-e4c1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tiny-1359 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tiny-1359 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tiny-1359 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .wood_0956 {
        justify-content: center;
    }
    
    .block_lower_ac67 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .message_yellow_e91e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .item-a68c {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification-in-3d29 {
        padding: var(--md-spacing-md);
    }
    
    .panel-black-ef34 {
        padding: var(--md-spacing-md) 0;
    }
    
    .link_soft_e43d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .widget_310b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .last_70ad {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .notification-in-3d29 {
        padding: var(--md-spacing-sm);
    }
    
    .alert_3383 {
        padding: var(--md-spacing-md);
    }
    
    .link_soft_e43d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.alert_3383,
.link_soft_e43d,
.widget_310b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.media-3fa9 {
    font-size: 1.5rem;
}

.gold-e280 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .outer-3355 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .article-73f2 {
        margin-left: 0;
    }
}

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

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

.stone-9a38 {
    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;
}

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

.stone-9a38 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.stone-9a38 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.dirty_1b88 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.image-10cf {
    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;
}

.image-10cf.surface_stale_7fc1 .active_4531 {
    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); }
}

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

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

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

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

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

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

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

.steel_9824 {
    font-size: 1.2rem;
}

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

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

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

.column-steel-2871 {
    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;
}

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

.column-steel-2871.container-under-cc99::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.column-steel-2871.breadcrumb_wood_5153::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.column-steel-2871.footer-tiny-db32::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.column-steel-2871.orange_0046::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hover-746d {
    font-size: 1.2rem;
}

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

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

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

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

.pattern_933d.summary-840f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pattern_933d.fn-active-cf93 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.caption-action-08d5 {
    background: #0a0a0a;
    padding: 60px 0;
}

.container-bright-5131 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.header-dirty-1db1 {
    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;
}

.header-dirty-1db1:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.header-dirty-1db1.slider-3ff9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.modal-small-070e { border-top: 3px solid #00ccff; }
.down-a2b4 { border-top: 3px solid #00ff88; }
.current-10c7 { border-top: 3px solid #d4af37; }
.white-3732 { border-top: 3px solid #ff6b6b; }
.surface_99eb { border-top: 3px solid #8b5cf6; }

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

.message_short_725e {
    overflow-x: auto;
}

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

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

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

.soft-d6f4 td {
    color: #ccc;
}

.soft-d6f4 .border-easy-a24b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.grid-stone-0088 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.wood-7a3d {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.yellow-5cb3 {
    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;
}

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

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

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

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

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

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

.module_89b4 {
    font-size: 2rem;
}

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

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

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

.gas-13f1 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .gas-13f1::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.progress_purple_b924 {
    font-size: 1.5rem;
}

.tiny-15a1 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.hover-old-8634 strong {
    color: #fff;
    display: block;
}

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

.summary-dim-107d {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.disabled_pressed_55ee .texture_green_3a0b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.box-motion-0699 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright-107a {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.bright-107a span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.row-bronze-7a85 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.row-bronze-7a85 span {
    color: #666;
    font-size: 0.8rem;
}

.row-bronze-7a85 a {
    color: #ff6b6b;
}

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

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

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

.summary-7018 {
    text-align: center;
}

.summary-7018 .module-white-e089 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.summary-7018 .blue-7455 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-gas-2e41 .thumbnail_warm_b7f9 {
    color: #666;
    margin: 0 8px;
}

.primary-gas-2e41 .black-a414 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.grid_static_260f {
    font-size: 2rem;
}

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

.gradient-3e40 strong {
    color: #d4af37;
}

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

.panel-bronze-5970 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.smooth-9ee0 h3,
.logo_lower_d623 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.hero_glass_76bd strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.tertiary-easy-f409 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.easy-0d45 strong {
    color: #d4af37;
}

.tooltip_3236 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gold-8776 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.gold-8776 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;
}

.gold-8776 li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .background-mini-435f {
        grid-template-columns: 1fr;
    }
}

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

.slow-6e50 strong {
    color: #d4af37;
}

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

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

.preview_f505 strong {
    color: #00ff88;
}

.preview_f505 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.banner-575d {
    color: #999;
    font-size: 0.85rem;
}

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

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

.panel-top-fd10 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.panel-top-fd10 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-dark-1633 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.solid-6ccb {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .link_hot_4b0f {
        padding: 30px 15px;
    }
    
    .link_hot_4b0f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .wrapper_800e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .last-fab2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .purple-f4e9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .purple-f4e9 .chip-light-5fb5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .banner_cee6 {
        font-size: 1.3rem;
    }
    
    .image-outer-8dfe {
        font-size: 0.7rem;
    }
    
    .main-8b38 {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-8b38 .gold-e4c1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .box_lower_0ea2 {
        display: none;
    }
    
    .copper_87f9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .input_b309 {
        padding: 20px 10px;
    }
    
    .under-4cdc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture-4768,
    .last_df60 {
        padding: 15px;
    }
    
    .dim_03d6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .surface_inner_31b6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .image_150e {
        padding: 30px 10px;
    }
    
    .tertiary-iron-8481 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-dark-ae90 {
        padding: 20px 15px;
    }
    
    .thumbnail_blue_56e8 {
        font-size: 2rem;
    }
    
    .background-dark-ae90 h3 {
        font-size: 1.1rem;
    }
    
    .background-dark-ae90 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .article-bb9e {
        padding: 20px 5px;
    }
    
    .article-bb9e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .column_left_4a99 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .soft-d6f4 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .soft-d6f4 th,
    .soft-d6f4 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .complex-4404 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .widget_tall_622b {
        padding: 20px 10px;
    }
    
    .picture_solid_6582 h2 {
        font-size: 1.3rem;
    }
    
    .shadow_07de {
        font-size: 0.9rem;
    }
    
    .element_simple_7d2b h3 {
        font-size: 1.1rem;
    }
    
    .element_simple_7d2b p {
        font-size: 0.9rem;
    }
    
    .gold-8776 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .background-mini-435f {
        grid-template-columns: 1fr;
    }
    
    .slow-6e50 {
        font-size: 0.85rem;
    }
    
    .footer-0d39 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid-6637 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .solid-6637 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .nav-iron-16a7 {
        padding: 30px 10px;
    }
    
    .sort-cde6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .component_glass_ff4d {
        padding: 15px;
    }
    
    .hero_d898 {
        font-size: 0.9rem;
    }
    
    .banner-simple-89c5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .banner-simple-89c5 .menu_paper_45ca {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .thick_962f {
        padding: 30px 10px;
    }
    
    .thick_962f h2 {
        font-size: 1.2rem;
    }
    
    .title-2095 {
        gap: 10px;
    }
    
    .banner-cold-151f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .banner-cold-151f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .green_7e40 {
        padding: 30px 10px;
    }
    
    .green_7e40 h2 {
        font-size: 1.2rem;
    }
    
    .form-e808 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bright-7fcb {
        padding: 15px 10px;
    }
    
    .bright-7fcb h4 {
        font-size: 0.85rem;
    }
    
    .bright-7fcb p {
        font-size: 0.75rem;
    }
    
    .chip_d52d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .frame_00f7 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dirty-d44d {
        padding: 20px 10px;
    }
    
    .summary-e15b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gas-11d5,
    .bright-107a,
    .row-bronze-7a85 {
        width: 100%;
    }
    
    .gas-11d5 h3 {
        font-size: 1.1rem;
    }
    
    .gas-11d5 p {
        font-size: 0.8rem;
    }
    
    .icon_4340 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .notice_e7a4 {
        padding: 30px 15px;
    }
    
    .notice_e7a4 h2 {
        font-size: 1.3rem;
    }
    
    .notice_e7a4 p {
        font-size: 0.85rem;
    }
    
    .dark_610d {
        flex-direction: column;
        gap: 10px;
    }
    
    .dark_610d .gold-e4c1 {
        width: 100%;
    }
    
    .column-west-acd6 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .disabled-164f {
        padding: 30px 10px;
    }
    
    .disabled-164f h3 {
        font-size: 1.2rem;
    }
    
    .item-61e1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget_310b {
        padding: 15px 10px;
    }
    
    .widget_310b h4 {
        font-size: 0.85rem;
    }
    
    .widget_310b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .basic-bb41 {
        padding: 30px 15px;
    }
    
    .dynamic-c3ba {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .backdrop_5dfa {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .header-huge-630c h4 {
        font-size: 0.9rem;
    }
    
    .header-huge-630c a {
        font-size: 0.8rem;
    }
    
    .border_a900 {
        font-size: 0.8rem;
    }
    
    .main_4820 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .south_a2ea {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .paragraph_over_bdf1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 24b6 */
.phantom-card-v9 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
