/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-wrapper[b-6j3toz0o7p] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-6j3toz0o7p] {
    flex: 1;
}

/* Header */
.site-header[b-6j3toz0o7p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10, 14, 39, 0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner[b-6j3toz0o7p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.logo[b-6j3toz0o7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
}

.logo-icon[b-6j3toz0o7p] {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

.logo-text[b-6j3toz0o7p] {
    background: linear-gradient(135deg, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-nav[b-6j3toz0o7p] {
    display: flex;
    gap: 2rem;
}

.header-nav a[b-6j3toz0o7p] {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}

.header-nav a:hover[b-6j3toz0o7p] {
    color: white;
}

/* Footer */
.site-footer[b-6j3toz0o7p] {
    background: #060818;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 3rem;
}

.footer-inner[b-6j3toz0o7p] {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    padding-bottom: 2rem;
}

.footer-brand[b-6j3toz0o7p] {
    flex: 1;
}

.footer-brand-text[b-6j3toz0o7p] {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-left: 0.5rem;
}

.footer-tagline[b-6j3toz0o7p] {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.footer-links[b-6j3toz0o7p] {
    display: flex;
    gap: 4rem;
}

.footer-col h4[b-6j3toz0o7p] {
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.footer-col a[b-6j3toz0o7p] {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
    transition: color 0.2s;
}

.footer-col a:hover[b-6j3toz0o7p] {
    color: #60a5fa;
}

.footer-bottom[b-6j3toz0o7p] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1.5rem 0;
}

.footer-bottom p[b-6j3toz0o7p] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    margin: 0;
}

.footer-disclaimer[b-6j3toz0o7p] {
    margin-top: 0.3rem !important;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .header-nav[b-6j3toz0o7p] {
        display: none;
    }

    .footer-inner[b-6j3toz0o7p] {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-links[b-6j3toz0o7p] {
        flex-direction: column;
        gap: 1.5rem;
    }
}
