/* /Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-gzlghwxx06] { min-height: 100vh; display: flex; flex-direction: column; }
.site-content[b-gzlghwxx06] { flex: 1; }
.site-footer[b-gzlghwxx06] { background: #17191b; color: var(--text-muted); }
.site-footer__inner[b-gzlghwxx06] { max-width: 1180px; margin: 0 auto; padding: 2.25rem 1.5rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.footer-brand[b-gzlghwxx06] { color: var(--ink); display: inline-flex; align-items: center; gap: .65rem; font-size: .78rem; letter-spacing: .12em; font-weight: 700; text-decoration: none; }
.footer-brand strong[b-gzlghwxx06] { color: var(--accent); font-weight: 700; }
.site-footer p[b-gzlghwxx06] { margin: 0 auto 0 0; font-size: .88rem; }
.footer-copyright[b-gzlghwxx06] { font-size: .78rem; }

@media (max-width: 640px) {
    .site-footer__inner[b-gzlghwxx06] { display: grid; gap: 1rem; }
    .site-footer p[b-gzlghwxx06] { margin: 0; }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-2kio4hox0n] {
    max-width: 1180px;
    margin: 0 auto;
    min-height: 3.5rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand[b-2kio4hox0n] {
    font-size: 1.35rem;
}

.site-brand[b-2kio4hox0n] {
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
}

.site-brand__text[b-2kio4hox0n] {
    font-size: .82rem;
    letter-spacing: .13em;
    font-weight: 700;
}

.site-brand__text strong[b-2kio4hox0n] {
    color: var(--accent-dark);
}

.nav-panel[b-2kio4hox0n] {
    margin-left: auto;
    padding-left: 2rem;
    display: flex;
    align-items: center;
    gap: 2.25rem;
}

.nav-panel nav[b-2kio4hox0n] {
    display: flex;
    gap: 2rem;
}

.nav-link[b-2kio4hox0n] {
    color: var(--ink-soft);
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    padding: .5rem 0;
    border-bottom: 2px solid transparent;
}

.nav-link.active[b-2kio4hox0n],
.nav-link:hover[b-2kio4hox0n] {
    color: var(--ink);
    border-bottom-color: var(--accent);
}

.nav-cta[b-2kio4hox0n] {
    margin-left: auto;
    color: var(--ink);
    background: #17191b;
    padding: .75rem 1.1rem;
    border-radius: 2px;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 700;
}

.nav-cta:hover[b-2kio4hox0n] {
    background: var(--accent-dark);
    color: #17191b;
}

.menu-toggle[b-2kio4hox0n] {
    display: none;
}

@media (max-width: 700px) {
    .nav-container[b-2kio4hox0n] {
        min-height: 4.5rem;
        flex-wrap: wrap;
    }

    .menu-toggle[b-2kio4hox0n] {
        display: inline-flex;
        align-items: center;
        gap: .65rem;
        border: 0;
        background: transparent;
        color: var(--ink);
        font-weight: 700;
    }

    .menu-toggle__label[b-2kio4hox0n] {
        font-size: .78rem;
    }

    .menu-toggle__icon[b-2kio4hox0n] {
        display: grid;
        gap: 4px;
    }

    .menu-toggle__icon span[b-2kio4hox0n] {
        width: 20px;
        height: 2px;
        background: var(--ink);
    }

    .nav-panel[b-2kio4hox0n] {
        display: none;
        width: 100%;
        padding: 1rem 0 1.5rem;
        border-top: 1px solid var(--line);
    }

    .nav-panel.is-open[b-2kio4hox0n] {
        display: block;
    }

    .nav-panel nav[b-2kio4hox0n] {
        display: grid;
        gap: .25rem;
    }

    .nav-link[b-2kio4hox0n] {
        padding: .75rem 0;
    }

    .nav-cta[b-2kio4hox0n] {
        display: inline-block;
        margin-top: 1rem;
    }
}
