/* ui_nav — pair file for src/ui_system/nav.jl. */

nav {
    padding: 0.25rem 0;
}

.nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
}

.nav-title {
    white-space: nowrap;
    font-size: 1.1rem;
}

.nav-active {
    cursor: default;
    font-weight: 600;
    color: var(--pico-color);
    text-decoration: underline;
    text-decoration-color: var(--pico-primary);
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

@media (max-width: 768px) {
    .nav-title { display: none; }
}
