.nf{background-color:var(--bg);place-items:center;min-height:100svh;padding:6rem 1.5rem;display:grid}.nf-inner{text-align:center;flex-direction:column;align-items:center;gap:1.1rem;max-width:560px;display:flex}.nf-code{font-family:var(--font-mono);letter-spacing:.3em;color:var(--accent);font-size:.9rem;font-weight:600}.nf-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--fg);font-size:clamp(2.2rem,6vw,3.6rem);font-weight:600}.nf-text{color:var(--fg-muted);font-size:1.05rem;line-height:1.6}.nf-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 1.5rem;margin-top:.5rem;display:flex}.nf-btn{font-family:var(--font-body);color:#fff;background-color:var(--accent);align-items:center;gap:.6rem;padding:1rem 1.6rem;font-weight:600;text-decoration:none;transition:background-color .25s,transform .25s;display:inline-flex}.nf-btn:hover{background-color:var(--accent-600);transform:translateY(-1px)}.nf-link{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--fg);border-bottom:1px solid var(--accent);padding-bottom:.3rem;font-size:.8rem;font-weight:600;text-decoration:none}
