.not-found{justify-content:center;align-items:center;min-height:60vh;padding:2rem 1rem;display:flex}.not-found__card{border:1px solid var(--color-border);background:var(--color-surface);text-align:center;border-radius:1.5rem;width:100%;max-width:520px;padding:2.5rem;box-shadow:0 25px 50px #0f172a26}.not-found__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--color-muted);margin:0 0 .75rem;font-size:.9rem}.not-found__title{margin:0 0 1rem;font-size:clamp(2rem,6vw,2.75rem)}.not-found__body{color:var(--color-muted);max-width:420px;margin:0 auto 1.5rem;line-height:1.6}.not-found__actions{flex-direction:column;align-items:center;gap:.75rem;display:flex}.not-found__button{background:var(--color-accent);color:var(--color-on-accent);border-radius:999px;justify-content:center;align-items:center;width:100%;max-width:240px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.not-found__button:hover{opacity:.92}.not-found__link{color:var(--color-text);font-weight:600;text-decoration:none}.not-found__link:hover{text-decoration:underline}@media (min-width:640px){.not-found__actions{flex-direction:row;justify-content:center}.not-found__button{width:auto}}
