.errpage{justify-content:center;align-items:center;min-height:70vh;padding:48px 24px;display:flex}.errpage-card{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;max-width:460px;box-shadow:var(--shadow-md);padding:40px 36px}.errpage-badge{background:var(--accent-soft);width:56px;height:56px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.errpage-badge.is-soft{background:var(--slate-soft);color:var(--slate)}.errpage-title{color:var(--ink-900);margin:0 0 8px;font-size:18px;font-weight:700}.errpage-msg{color:var(--ink-600);margin:0 0 24px;font-size:13.5px;line-height:1.55}.errpage-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.errpage-code{font-family:var(--font-mono);color:var(--ink-400);-webkit-user-select:all;user-select:all;margin-top:22px;font-size:11.5px}
