/* Inner Page Styles */

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

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

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

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

.accent-first-46dc {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.accent-first-46dc .grid-hard-cd65 {
    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;
}

.accent-first-46dc .grid-hard-cd65::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.accent-first-46dc .grid-hard-cd65:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.accent-first-46dc .grid-hard-cd65:hover::before {
    left: 100%;
}

.accent-first-46dc .grid-hard-cd65:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_huge_4253.fn-active-d3e8 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-simple-fc90 {
    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%;
}

.footer-simple-fc90 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 */
.tabs_basic_34ff {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.detail_1314 .orange-b98d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.grid-cool-71f7 {
    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);
}

.grid-cool-71f7:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.in_63a0 .orange-b98d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .liquid_cfa2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .liquid_cfa2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .liquid_cfa2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .accent-first-46dc {
        justify-content: center;
    }
    
    .frame_6126 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tooltip_5cca {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .background-stone-d213 {
        padding: var(--md-spacing-md) 0;
    }
    
    .static_2a98 {
        padding: var(--md-spacing-md);
    }
    
    .focus_basic_246f {
        padding: var(--md-spacing-md) 0;
    }
    
    .footer-simple-fc90 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .in_63a0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .avatar_2a1b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .static_2a98 {
        padding: var(--md-spacing-sm);
    }
    
    .message_next_66ec {
        padding: var(--md-spacing-md);
    }
    
    .footer-simple-fc90 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.message_next_66ec,
.footer-simple-fc90,
.in_63a0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.backdrop-2dcb {
    font-size: 1.5rem;
}

.table-selected-077a strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.glass-7eac {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.prev-6da1 {
    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;
}

.prev-6da1 strong {
    color: #00ff88;
}

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

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

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

.filter-lite-452c {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

.plasma-1bb4 {
    text-align: center;
    margin-bottom: 30px;
}

.short-63e7 {
    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;
}

.short-63e7.status-4293 .shadow-06b5 {
    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); }
}

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

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

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

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

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

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

.paragraph-dim-9da9 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.modal-smooth-2575 {
    font-size: 1.2rem;
}

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

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

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

.grid-137b {
    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;
}

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

.grid-137b.silver-795f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.grid-137b.table-easy-7e55::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.grid-137b.shade_medium_24b5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.grid-137b.list_8b0a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.table-purple-fec5 {
    font-size: 1.2rem;
}

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

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

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

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

.preview-d716.gold_9f9f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.preview-d716.fn-active-d3e8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.aside-tall-6b43 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.list-short-7398 {
    background: #0a0a0a;
    padding: 60px 0;
}

.logo-warm-3221 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.down_4c05.modal-basic-44f6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.bright_38f2 { border-top: 3px solid #00ccff; }
.gallery_cool_4249 { border-top: 3px solid #00ff88; }
.pro-d349 { border-top: 3px solid #d4af37; }
.main_cool_5464 { border-top: 3px solid #ff6b6b; }
.text-8ff2 { border-top: 3px solid #8b5cf6; }

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

.gold_777d {
    overflow-x: auto;
}

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

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

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

.hot_5510 td {
    color: #ccc;
}

.hot_5510 .selected-3a9c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.simple-8f08 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.form-copper-5ccc {
    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;
}

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

.tertiary-action-e8ba p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.content_fluid_96e1 {
    font-size: 2rem;
}

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

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

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

.new-c2cc {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.menu-smooth-9aa4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.notification-paper-2fb7 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.focus-west-d04a {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .item-small-2db4 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.menu-7e2c {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.menu-7e2c .outline-42eb {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.article-complex-8a42 .progress_orange_f1bd {
    margin-bottom: 10px;
}

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

.article-complex-8a42 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-5a1d {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.light-2e11 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.light-2e11 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.photo-9f7e span {
    color: #666;
    font-size: 0.8rem;
}

.photo-9f7e a {
    color: #ff6b6b;
}

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

.popup-medium-cc5f {
    max-width: 800px;
    margin: 0 auto;
}

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

.badge_96fa {
    text-align: center;
}

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

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

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

.popup-medium-cc5f > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.caption-large-8132 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.gradient-040c {
    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;
}

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

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

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

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

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

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

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

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

.overlay-hot-6cc9 {
    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;
}

.overlay-hot-6cc9.modal-basic-44f6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.sidebar_hot_4791 .black-fef8 {
    color: #666;
    margin: 0 8px;
}

.sidebar_hot_4791 .footer-current-7bf7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.info-south-8879 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.slider_e16a {
    font-size: 2rem;
}

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

.message-hot-c934 strong {
    color: #d4af37;
}

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

.clean-94d7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.card-hovered-04ea h3,
.silver-affe h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.medium-3d21 strong {
    color: #d4af37;
    margin-right: 8px;
}

.new-3ca7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.aside_fa99 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.bronze-2dac {
    background: #0a0a0a;
    padding: 30px 0;
}

.sidebar-066f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.hover-3567 h3,
.message-81d3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.button-bronze-65d5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.wide-94df summary::-webkit-details-marker {
    display: none;
}

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

.component-north-d1ec {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.notification-4be4 strong {
    color: #d4af37;
}

.secondary_in_7c7d {
    color: #aaa;
}

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

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

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

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

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

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

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

.avatar-pink-2562:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.backdrop_28d2 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.highlight-motion-517a strong {
    color: #d4af37;
}

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

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

.grid_cool_1d54 strong {
    color: #00ff88;
}

.grid_cool_1d54 span {
    color: #d4af37;
}

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

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

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

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

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

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

.preview-tall-2c63 {
    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;
}

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

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

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

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

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

.title-large-6933 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-static-6776 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.progress-static-6776 li {
    margin-bottom: 5px;
}

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

.progress-static-6776 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.menu_91ae strong {
    color: #00ff88;
}

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

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

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

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

.preview-green-abef {
    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;
}

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

.table-5a1d {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .highlight_08a0 {
        flex-direction: column;
    }
    
    .preview-green-abef {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .fixed-0cf0 {
        padding: 30px 15px;
    }
    
    .fixed-0cf0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .box_ba50 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pattern_complex_2225 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .footer_yellow_ba23 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .footer_yellow_ba23 .over_2daa {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .light_524c {
        font-size: 1.3rem;
    }
    
    .lower_0ba1 {
        font-size: 0.7rem;
    }
    
    .component_action_448f {
        flex-direction: column;
        gap: 10px;
    }
    
    .component_action_448f .orange-b98d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hard-8c85 {
        display: none;
    }
    
    .picture-6cec {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .content-simple-770d {
        padding: 20px 10px;
    }
    
    .brown_37e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cold-96d0,
    .alert_rough_e500 {
        padding: 15px;
    }
    
    .top-9566 {
        flex-direction: column;
        gap: 5px;
    }
    
    .footer_1a17 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .accordion-0525 {
        padding: 30px 10px;
    }
    
    .item_ccb2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface_dim_ce7c {
        padding: 20px 15px;
    }
    
    .avatar-7cbc {
        font-size: 2rem;
    }
    
    .surface_dim_ce7c h3 {
        font-size: 1.1rem;
    }
    
    .surface_dim_ce7c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .element-2773 {
        padding: 20px 5px;
    }
    
    .element-2773 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .sort-cool-15ec {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .hot_5510 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .hot_5510 th,
    .hot_5510 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .section-1467 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .logo_complex_be54 {
        padding: 20px 10px;
    }
    
    .overlay_8919 h2 {
        font-size: 1.3rem;
    }
    
    .action-deef {
        font-size: 0.9rem;
    }
    
    .avatar-pink-2562 h3 {
        font-size: 1.1rem;
    }
    
    .avatar-pink-2562 p {
        font-size: 0.9rem;
    }
    
    .backdrop_28d2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .grid_wide_66ca {
        grid-template-columns: 1fr;
    }
    
    .highlight-motion-517a {
        font-size: 0.85rem;
    }
    
    .aside_9f44 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fresh_300d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fresh_300d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .focused-c46a {
        padding: 30px 10px;
    }
    
    .gradient-fb74 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card_action_5ea1 {
        padding: 15px 10px;
    }
    
    .card_action_5ea1 h4 {
        font-size: 0.9rem;
    }
    
    .card_action_5ea1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wood_f619 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .message-0aa5 {
        padding: 30px 10px;
    }
    
    .content-slow-4c0b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .huge-9d2b {
        padding: 15px;
    }
    
    .black_aee7 {
        font-size: 0.9rem;
    }
    
    .glass-0c30 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .glass-0c30 .surface_old_d50d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .fluid-07e4 {
        padding: 30px 10px;
    }
    
    .fluid-07e4 h2 {
        font-size: 1.2rem;
    }
    
    .pattern-7a8e {
        gap: 10px;
    }
    
    .accordion_7c2e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .accordion_7c2e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .bottom-1d3d {
        padding: 30px 10px;
    }
    
    .bottom-1d3d h2 {
        font-size: 1.2rem;
    }
    
    .active_cool_ea60 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter_87ce {
        padding: 15px 10px;
    }
    
    .filter_87ce h4 {
        font-size: 0.85rem;
    }
    
    .filter_87ce p {
        font-size: 0.75rem;
    }
    
    .backdrop_5f4f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gold_0986 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .card_d419 {
        padding: 20px 10px;
    }
    
    .wide-6e9d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .grid-428b,
    .light-2e11,
    .photo-9f7e {
        width: 100%;
    }
    
    .grid-428b h3 {
        font-size: 1.1rem;
    }
    
    .grid-428b p {
        font-size: 0.8rem;
    }
    
    .wrapper_easy_08b7 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wood_6728 {
        padding: 30px 15px;
    }
    
    .wood_6728 h2 {
        font-size: 1.3rem;
    }
    
    .wood_6728 p {
        font-size: 0.85rem;
    }
    
    .copper-4126 {
        flex-direction: column;
        gap: 10px;
    }
    
    .copper-4126 .orange-b98d {
        width: 100%;
    }
    
    .under-cb80 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gallery-34ba {
        padding: 30px 15px;
    }
    
    .overlay-5aac {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .notice-9176 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .highlight_08c3 h4 {
        font-size: 0.9rem;
    }
    
    .highlight_08c3 a {
        font-size: 0.8rem;
    }
    
    .content-26ad {
        font-size: 0.8rem;
    }
    
    .wood-6cc7 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .mask_a7e6 {
        padding: 8px 10px;
    }
    
    .gallery-outer-1234 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .narrow-ec09 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gallery-outer-1234 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .narrow-ec09 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f9eb */
.shadow-element-r4 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
