/* _content/Typer.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-pij28ygpuv] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header[b-pij28ygpuv] {
    position: sticky;
    top: 0;
    z-index: 40;
    padding-top: env(safe-area-inset-top);
}

.shell--home .site-header[b-pij28ygpuv] {
    position: absolute;
    inset: 0 0 auto 0;
    background: transparent;
}

.site-main[b-pij28ygpuv] {
    flex: 1;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.75rem 0 3.5rem;
    min-width: 0;
}

.shell--home .site-main[b-pij28ygpuv] {
    width: 100%;
    margin: 0;
    padding: 0;
}

.site-footer[b-pij28ygpuv] {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 0 0 calc(1.75rem + env(safe-area-inset-bottom));
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 1.35rem;
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 600;
}

.site-footer p[b-pij28ygpuv] { margin: 0; }

.site-footer a[b-pij28ygpuv] {
    color: var(--ink);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.site-copy a[b-pij28ygpuv] { font-weight: 800; }

.shell--home .site-footer[b-pij28ygpuv] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    color: color-mix(in srgb, #f7f9f2 58%, transparent);
}

.shell--home .site-footer a[b-pij28ygpuv] { color: var(--accent); }

@media (max-width: 720px) {
    .site-main[b-pij28ygpuv] {
        width: calc(100% - 1.1rem);
        padding: 1rem 0 2.4rem;
    }

    .site-footer[b-pij28ygpuv] {
        width: calc(100% - 1.1rem);
        font-size: 0.88rem;
    }
}
/* _content/Typer.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.topnav[b-9tzh1qqzp4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0.85rem 0.65rem 1rem;
    width: min(1180px, calc(100% - 1.5rem));
    margin: 0.85rem auto 0;
    border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
    border-radius: 1.15rem;
    background: color-mix(in srgb, var(--paper) 78%, transparent);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    box-shadow: 0 10px 30px color-mix(in srgb, var(--ink) 6%, transparent);
}

:global(.shell--home) .topnav[b-9tzh1qqzp4] {
    border-color: color-mix(in srgb, #fff 12%, transparent);
    background: color-mix(in srgb, #0c0f0c 55%, transparent);
    box-shadow: none;
}

.topnav__brand[b-9tzh1qqzp4] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    color: var(--ink);
}

.topnav__logo[b-9tzh1qqzp4] {
    width: 1.7rem;
    height: 1.7rem;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
}

.topnav__brand-text[b-9tzh1qqzp4] {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.topnav__brand-text span[b-9tzh1qqzp4] {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.04em;
}

.topnav__brand-text small[b-9tzh1qqzp4] {
    font-family: var(--font-body);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.65;
}

:global(.shell--home) .topnav__brand[b-9tzh1qqzp4],
:global(.shell--home) .topnav__brand-text span[b-9tzh1qqzp4] {
    color: #f7f9f4;
}

:global(.shell--home) .topnav__brand-text small[b-9tzh1qqzp4] {
    color: var(--accent);
    opacity: 1;
}

.topnav__burger[b-9tzh1qqzp4] {
    display: none;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
    border-radius: 0.75rem;
    background: transparent;
    padding: 0.6rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.32rem;
}

.topnav__burger span[b-9tzh1qqzp4] {
    display: block;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
}

:global(.shell--home) .topnav__burger span[b-9tzh1qqzp4] { background: #f7f9f4; }

.topnav__links[b-9tzh1qqzp4] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.topnav__link[b-9tzh1qqzp4] {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    color: color-mix(in srgb, var(--ink) 68%, transparent);
    text-decoration: none;
    padding: 0.48rem 0.75rem;
    border-radius: 0.65rem;
    border: none;
    background: transparent;
    transition: color 160ms ease, background 160ms ease;
}

.topnav__link:hover[b-9tzh1qqzp4],
.topnav__link.active[b-9tzh1qqzp4] {
    color: var(--ink);
    background: color-mix(in srgb, var(--accent) 28%, transparent);
}

:global(.shell--home) .topnav__link[b-9tzh1qqzp4] {
    color: color-mix(in srgb, #fff 72%, transparent);
}

:global(.shell--home) .topnav__link:hover[b-9tzh1qqzp4],
:global(.shell--home) .topnav__link.active[b-9tzh1qqzp4] {
    color: #fff;
    background: color-mix(in srgb, #fff 10%, transparent);
}

.topnav__link--btn[b-9tzh1qqzp4] { cursor: pointer; }
.topnav__logout[b-9tzh1qqzp4] { display: inline; margin: 0; }

.topnav__chip[b-9tzh1qqzp4] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--accent);
    padding: 0.38rem 0.7rem;
    border-radius: 0.55rem;
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topnav__cta[b-9tzh1qqzp4] {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--ink);
    background: var(--accent);
    text-decoration: none;
    padding: 0.5rem 0.95rem;
    border-radius: 0.7rem;
    transition: transform 160ms ease, background 160ms ease;
}

.topnav__cta:hover[b-9tzh1qqzp4] {
    transform: translateY(-1px);
    background: var(--accent-hot);
}

@media (max-width: 1100px) {
    .topnav__burger[b-9tzh1qqzp4] { display: flex; }

    .topnav__links[b-9tzh1qqzp4] {
        display: none;
        position: absolute;
        top: calc(100% + 0.5rem);
        left: 0.75rem;
        right: 0.75rem;
        flex-direction: column;
        align-items: stretch;
        padding: 0.75rem;
        border-radius: 1.1rem;
        background: var(--paper);
        border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
        box-shadow: 0 18px 40px color-mix(in srgb, var(--ink) 12%, transparent);
        z-index: 50;
    }

    .topnav__links:not(.is-open)[b-9tzh1qqzp4] { display: none !important; }
    .topnav__links.is-open[b-9tzh1qqzp4] { display: flex !important; }
    .topnav[b-9tzh1qqzp4] {
        position: relative;
        border-radius: 1.2rem;
        width: calc(100% - 0.85rem);
        margin-top: 0.5rem;
    }

    :global(.shell--home) .topnav__links[b-9tzh1qqzp4] {
        background: #121512;
        border-color: color-mix(in srgb, #fff 10%, transparent);
    }
}
