/* Navigation uses real links with the same touch targets and visual weight as actions. */
a.nav-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;min-height:44px;max-width:100%;padding:11px 15px;margin:4px 0;border:1px solid #44526a;border-radius:12px;background:#202c40;color:#e0eaff;font:600 14px/1.4 system-ui,-apple-system,Segoe UI,sans-serif;text-decoration:none;text-align:center;vertical-align:middle;overflow-wrap:anywhere;cursor:pointer;touch-action:manipulation}
a.nav-button:hover{background:#2c3c56;border-color:#a8c4ff}a.nav-button:active{background:#365381}a.nav-button:focus-visible{outline:2px solid #b9cdfb;outline-offset:3px}a.nav-button[hidden]{display:none!important}.links{gap:10px}header a.nav-button{flex-shrink:0}header{flex-wrap:wrap}
