.not-found{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center;padding:72px 24px 80px}.not-found-inner{max-width:640px;margin:0 auto;text-align:center}.not-found h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:600;margin:0 0 16px;line-height:1.08;letter-spacing:-.03em;color:var(--ink, #111)}.not-found-lead{font-size:1.05rem;color:#555;margin:0 0 32px;line-height:1.7}.not-found-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}a.not-found-ghost{display:inline-block;background:transparent;color:var(--ink, #111);border:1px solid var(--pebble, #d5d3d4);border-radius:var(--radius-pill);padding:15px 22px 16px;font-size:17px;font-weight:700;text-decoration:none;line-height:1}a.not-found-ghost:hover{border-color:var(--ink, #111);color:var(--ink, #111)}@media(max-width:640px){.not-found{padding:48px 20px 64px;min-height:calc(100vh - 120px);align-items:flex-start}.not-found-actions{flex-direction:column;align-items:stretch}.not-found-actions a{text-align:center}}
