*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:Inter,system-ui,-apple-system,sans-serif}:root{--bg: #f7f8fa;--text-main: #111827;--text-muted: #6b7280;--border: #e5e7eb;--shadow: 0 10px 30px rgba(0, 0, 0, .08)}@media(prefers-color-scheme:dark){:root{--bg: #0b0f19;--text-main: #f9fafb;--text-muted: #9ca3af;--border: #1f2937;--shadow: 0 20px 40px rgba(0, 0, 0, .6)}}.page{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--bg);color:var(--text-main)}.card{padding:56px 64px;border-radius:14px;text-align:center;max-width:420px}.code{font-size:96px;font-weight:700;letter-spacing:-2px;margin-bottom:12px}.message{font-size:20px;margin-bottom:14px}.hint{font-size:14px;color:var(--text-muted);line-height:1.5}.footer{position:absolute;bottom:24px;font-size:13px;color:var(--text-muted)}
