.not-found-page{--nf-bg:#fafafa;--nf-fg:#0a0a0a;--nf-muted:#737373;--nf-line:#e5e5e5;--nf-accent:#af8f5f;--nf-max:40rem;--nf-gutter:clamp(1.25rem, 4vw, 2.5rem);--nf-radius:1rem;min-height:100dvh;padding:var(--nf-gutter);background:linear-gradient(180deg, #af8f5f0a 0%, transparent 42%), var(--nf-bg);color:var(--nf-fg);justify-content:center;align-items:center;display:flex}.not-found-page .not-found-shell{width:min(100%, var(--nf-max));text-align:center}.not-found-page .not-found-code{font-family:var(--font-geist-sans), system-ui, sans-serif;letter-spacing:-.04em;color:var(--nf-fg);font-variant-numeric:tabular-nums;font-size:clamp(5rem,20vw,9rem);font-weight:500;line-height:1}.not-found-page .not-found-title{letter-spacing:-.03em;margin-top:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:500;line-height:1.05}.not-found-page .not-found-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:2.5rem;display:flex}.not-found-page .not-found-btn{border-radius:.75rem;justify-content:center;align-items:center;min-height:2.75rem;padding:0 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .15s,background-color .15s,border-color .15s,color .15s;display:inline-flex}.not-found-page .not-found-btn-primary{color:#fff;background:#0a0a0a}.not-found-page .not-found-btn-primary:hover{opacity:.9}.not-found-page .not-found-btn-secondary{border:1px solid var(--nf-line);color:var(--nf-fg);background:#fff}.not-found-page .not-found-btn-secondary:hover{border-color:#d4d4d4}@media (prefers-reduced-motion:reduce){.not-found-page .not-found-btn{transition:none}}
