.status{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:calc(var(--nav-h) + 2rem) 1.5rem 4rem}.status__eyebrow{margin-bottom:1.7rem}.status__mark{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.8rem;border:1px solid rgba(239,68,68,.3);background:rgba(239,68,68,.08);color:var(--error-text);font-family:var(--font-mono);font-size:1.4rem}.status__code{font-family:var(--font-display);font-weight:460;font-size:clamp(5.5rem,18vw,12rem);line-height:.86;letter-spacing:-.04em;color:var(--text-primary);margin-bottom:.7rem}.status__code em{font-style:italic;color:var(--accent-ink)}.status__title{font-family:var(--font-display);font-weight:460;font-size:clamp(1.9rem,4vw,2.8rem);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem}.status__desc{color:var(--text-secondary);max-width:44ch;line-height:1.65;margin-bottom:2rem}.status__detail{font-family:var(--font-mono);font-size:.72rem;color:var(--text-tertiary);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--r-md);padding:.75rem .95rem;max-width:48ch;margin:0 auto 2rem;word-break:break-word;text-align:left;line-height:1.6}