.nav-logout {
    margin: 0;
    padding: 0;
}

.nav-link-button {
    all: unset;
    cursor: pointer;
    color: var(--pico-muted-color);
    font-size: 0.9rem;
}

.nav-link-button:hover {
    color: var(--pico-color);
    text-decoration: underline;
}

/* ── Nav-Brand ── */
.nav-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-decoration: none;
    gap: 0;
}

.nav-brand-title {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--pico-muted-color);
    letter-spacing: 0.02em;
}

.nav-brand-sub {
    font-size: 1rem;
    font-weight: 700;
    color: var(--pico-color);
}

.nav-brand:hover .nav-brand-title,
.nav-brand:hover .nav-brand-sub {
    text-decoration: none;
    color: var(--pico-primary);
}

main.container {
    padding-bottom: 3rem;
}

/* ── Sticky Footer ── */
.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.3rem 1rem;
    border-top: 1px solid var(--pico-muted-border-color);
    background: var(--pico-background-color);
    color: var(--pico-muted-color);
    z-index: 10;
}

.site-footer a {
    color: var(--pico-muted-color);
}

.site-footer a:hover {
    color: var(--pico-color);
}

.site-footer-commit {
    font-family: var(--pico-font-family-monospace);
    font-size: 0.68rem;
    opacity: 0.55;
    white-space: nowrap;
}
