.error-screen{min-height:100vh;background:var(--site-white);min-height:100dvh;color:var(--site-ink);letter-spacing:-.035em;text-align:center;word-break:keep-all;flex-direction:column;justify-content:center;align-items:center;padding:24px;font-family:Pretendard,Apple SD Gothic Neo,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.error-screen .brand-mark{margin-bottom:24px}.error-screen h1{letter-spacing:-.05em;margin:0 0 10px;font-size:24px;font-weight:600;line-height:1.4}.error-screen p{max-width:440px;color:var(--site-body);margin:0;font-size:15px;line-height:1.85}.error-screen-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:28px;display:flex}.error-screen-reference{color:var(--site-muted);letter-spacing:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:32px;font-size:12px;display:flex}.error-screen-reference code{color:var(--site-body);font:inherit}.error-screen-reference button{border:1px solid var(--site-border);background:var(--site-white);height:26px;color:var(--site-body);font:inherit;cursor:pointer;border-radius:7px;align-items:center;gap:4px;padding:0 8px;transition:background .2s,color .2s;display:inline-flex}.error-screen-reference button:hover{background:var(--site-surface-selected);color:var(--site-ink)}.error-screen-reference button:focus-visible{outline:2px solid var(--site-muted);outline-offset:2px}.error-screen-reference svg{width:13px;height:13px}@media (max-width:680px){.error-screen h1{font-size:21px}.error-screen p{font-size:13px}}
