/* Inner Page Styles */

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

.video-green-58ec 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);
}

.video-green-58ec 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);
}

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

.tag-8ad2 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.tag-8ad2 .slider_center_fc8e {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

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

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

.tag-8ad2 .slider_center_fc8e:hover::before {
    left: 100%;
}

.tag-8ad2 .slider_center_fc8e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.down-6f11 {
    color: var(--casino-gold-light);
}

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

.down-6f11 a:hover {
    color: var(--casino-gold-light);
}

.down-6f11.fn-active-d258 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled-lower-1ce7 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.huge-4243:hover::before {
    left: 100%;
}

.huge-4243 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;
}

.huge-4243 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;
}

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

.huge-4243 .shadow_copper_fcf9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.icon_9b20 .shadow_copper_fcf9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .video-green-58ec {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .video-green-58ec h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .video-green-58ec h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tag-8ad2 {
        justify-content: center;
    }
    
    .advanced_957d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gallery_dark_ebb6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .current_a3cb {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress_8f6e {
        padding: var(--md-spacing-md);
    }
    
    .message_4ab4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .button_hard_f99f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .icon_9b20 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .footer-pro-1f32 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .progress_8f6e {
        padding: var(--md-spacing-sm);
    }
    
    .filter-dynamic-4122 {
        padding: var(--md-spacing-md);
    }
    
    .button_hard_f99f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.filter-dynamic-4122,
.button_hard_f99f,
.icon_9b20 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.gradient-solid-c823::-webkit-scrollbar {
    width: 8px;
}

.gradient-solid-c823::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.component-wide-ade2 {
    font-size: 1.5rem;
}

.card_outer_0d04 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.caption-right-474e {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list_09bf strong {
    color: #00ff88;
}

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

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

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

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

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

.popup-white-649a::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;
}

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

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

.column_last_d2a7.east-374a .heading_cold_56ea {
    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); }
}

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

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

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

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

.active-0500 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;
}

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

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

.component_west_33e2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.text_4fd4.notice_liquid_077e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.text_4fd4.info_right_afee::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.text_4fd4.backdrop-basic-f61b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.text_4fd4.current_9b12::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notification_fresh_e799 {
    font-size: 1.2rem;
}

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

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

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

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

.container_0285.alert_easy_198c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.container_0285.fn-active-d258 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.list-wood-8c47 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.preview-101f {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.last-7e28 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.motion-1198.component-e208 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.preview_c50d { border-top: 3px solid #00ccff; }
.alert-green-4b71 { border-top: 3px solid #00ff88; }
.shade-9272 { border-top: 3px solid #d4af37; }
.summary-black-3cf4 { border-top: 3px solid #ff6b6b; }
.lower-ec6c { border-top: 3px solid #8b5cf6; }

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

.mask_9cce {
    overflow-x: auto;
}

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

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

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

.avatar-full-f7eb td {
    color: #ccc;
}

.avatar-full-f7eb .avatar-edbb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.avatar-full-f7eb tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-7e4e p {
    color: #888;
    font-size: 0.9rem;
}

.logo-5c38 {
    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;
}

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

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

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

.row_0e37 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.column-middle-3007 {
    background: #0a0a0a;
    padding: 60px 0;
}

.header-dded {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.hidden-2fce {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.outer_6568 {
    font-size: 1.5rem;
}

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

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

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

.center-4bac {
    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;
}

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

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

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

.static_0158 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.table_7389 .pressed-26d9 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.label-051b {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.grid-simple-74e7 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.grid-simple-74e7 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.column-2b7b {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.column-2b7b span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.element-44f6 span {
    color: #666;
    font-size: 0.8rem;
}

.element-44f6 a {
    color: #ff6b6b;
}

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

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

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

.slow-1966 {
    text-align: center;
}

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

.slow-1966 .module-pink-f884 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.current-3fc8 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

.hidden-green-326a {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.steel-868b {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.inner-6b0b {
    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-6b0b.component-e208 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .box_f51e {
        flex-direction: column;
    }
    .image-3a1c {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.gradient-dirty-4e1b .right-b700 {
    color: #666;
    margin: 0 8px;
}

.gradient-dirty-4e1b .motion-3b4d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.progress_fixed_6dbb {
    font-size: 2rem;
}

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

.last_a8fc strong {
    color: #d4af37;
}

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

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

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

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

.focus-over-0223 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.short_ec49 strong {
    color: #00ff88;
}

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

.module-down-996b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.wide-46b6 h3,
.dynamic-3f28 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.focus-pro-b83f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.sort-96ae {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.panel-hot-b3c4 strong {
    color: #d4af37;
}

.main_ef14 {
    color: #aaa;
}

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

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

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

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

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

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

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

.active-a6d4:last-child {
    border-bottom: none;
}

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

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

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

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

.detail-ad9d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.detail-ad9d 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;
}

.detail-ad9d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.thick_4544 strong {
    color: #d4af37;
}

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

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

.layout_18cd strong {
    color: #00ff88;
}

.layout_18cd span {
    color: #d4af37;
}

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

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

.medium-424a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.item-dim-c2c1 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.light_21ce strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.content-b3f6 .widget-f572 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .old-f284 {
        padding: 30px 15px;
    }
    
    .old-f284 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pink_c733 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .detail-3816 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .iron_8a3c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .iron_8a3c .overlay-fast-ea0b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .overlay_ae42 {
        font-size: 1.3rem;
    }
    
    .element-4820 {
        font-size: 0.7rem;
    }
    
    .list_db8f {
        flex-direction: column;
        gap: 10px;
    }
    
    .list_db8f .shadow_copper_fcf9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .copper_dff7 {
        display: none;
    }
    
    .south-9e4a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .modal_next_1b0a {
        padding: 20px 10px;
    }
    
    .medium-424a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-7d49,
    .icon_dd2c {
        padding: 15px;
    }
    
    .modal-0869 {
        flex-direction: column;
        gap: 5px;
    }
    
    .content_256f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hidden-hard-5324 {
        padding: 30px 10px;
    }
    
    .notification-74f6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table_fae0 {
        padding: 20px 15px;
    }
    
    .logo-plasma-d39c {
        font-size: 2rem;
    }
    
    .table_fae0 h3 {
        font-size: 1.1rem;
    }
    
    .table_fae0 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .preview_a4b5 {
        padding: 20px 5px;
    }
    
    .preview_a4b5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .old_14f9 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .avatar-full-f7eb {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .avatar-full-f7eb th,
    .avatar-full-f7eb td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .light_7a32 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .filter_ecbe {
        padding: 20px 10px;
    }
    
    .gradient_pro_4578 h2 {
        font-size: 1.3rem;
    }
    
    .nav_hot_718d {
        font-size: 0.9rem;
    }
    
    .active-a6d4 h3 {
        font-size: 1.1rem;
    }
    
    .active-a6d4 p {
        font-size: 0.9rem;
    }
    
    .detail-ad9d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .last-4443 {
        grid-template-columns: 1fr;
    }
    
    .thick_4544 {
        font-size: 0.85rem;
    }
    
    .article-easy-5665 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hard-2878 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hard-2878 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .preview_efbb {
        padding: 30px 10px;
    }
    
    .text_7e28 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_89cf {
        padding: 15px 10px;
    }
    
    .status_89cf h4 {
        font-size: 0.9rem;
    }
    
    .status_89cf p {
        font-size: 0.75rem;
        display: none;
    }
    
    .picture-dim-3b7e {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .filter_first_6715 {
        padding: 30px 10px;
    }
    
    .inner-83e0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tiny_2d35 {
        padding: 15px;
    }
    
    .light-f0b6 {
        font-size: 0.9rem;
    }
    
    .static_424c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .static_424c .secondary_c511 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .secondary_warm_3989 {
        padding: 30px 10px;
    }
    
    .secondary_warm_3989 h2 {
        font-size: 1.2rem;
    }
    
    .overlay-fixed-3efc {
        gap: 10px;
    }
    
    .gold_7657 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .gold_7657 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .module-0367 {
        padding: 30px 10px;
    }
    
    .module-0367 h2 {
        font-size: 1.2rem;
    }
    
    .warm-79ef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fixed_087d {
        padding: 15px 10px;
    }
    
    .fixed_087d h4 {
        font-size: 0.85rem;
    }
    
    .fixed_087d p {
        font-size: 0.75rem;
    }
    
    .popup-26df {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .new_d9a2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .element-7658 {
        padding: 20px 10px;
    }
    
    .row_out_d7c1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .grid-simple-74e7,
    .column-2b7b,
    .element-44f6 {
        width: 100%;
    }
    
    .grid-simple-74e7 h3 {
        font-size: 1.1rem;
    }
    
    .grid-simple-74e7 p {
        font-size: 0.8rem;
    }
    
    .header-solid-af10 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .grid_small_20b1 {
        padding: 30px 15px;
    }
    
    .grid_small_20b1 h2 {
        font-size: 1.3rem;
    }
    
    .grid_small_20b1 p {
        font-size: 0.85rem;
    }
    
    .notification-f0e3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification-f0e3 .shadow_copper_fcf9 {
        width: 100%;
    }
    
    .description_solid_2099 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .liquid-8afa {
        padding: 30px 15px;
    }
    
    .motion-1c58 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .lower-866d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thick_6e7a h4 {
        font-size: 0.9rem;
    }
    
    .thick_6e7a a {
        font-size: 0.8rem;
    }
    
    .outer-0bf9 {
        font-size: 0.8rem;
    }
    
    .secondary-817f p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .slider-0eda {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .label_fluid_808f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 87bc */
.widget-item-g8 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
