.notfound{background:var(--paper)}.notfound__inner{max-width:60ch;text-align:center;margin-inline:auto}.notfound__code{margin-top:.5rem;font-family:var(--font-display);font-weight:700;line-height:.9;letter-spacing:-.03em;font-size:clamp(6rem,3rem + 18vw,12rem);color:var(--brand);background:var(--brand-dark);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:notfound-in .6s var(--ease) both}.notfound__title{margin-top:.25rem;font-size:var(--step-3)}.notfound__lead{margin-top:1.1rem;margin-inline:auto;max-width:52ch;font-size:var(--step-1);color:var(--ink-soft)}.notfound__links{margin-top:2.25rem;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}.notfound__back{margin-top:1.75rem}.notfound__back-link{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-display);font-weight:600;color:var(--muted)}.notfound__back-link:hover{color:var(--brand)}@keyframes notfound-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.notfound__code{animation:none}}
