:root{--bg: #000;--text: #fff;--text-2: #d0d0d0;--text-3: #7a7a7a;--line: #1f1f1f;font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:15px}*{box-sizing:border-box}html,body{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}#root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.shell{width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center}.brand .wordmark{font-size:13px;letter-spacing:.28em;text-transform:uppercase;color:var(--text)}.status{font-size:15px;line-height:1.5;color:var(--text)}.hint{font-size:11px;color:var(--text-3);font-family:monospace;letter-spacing:.05em}.shell.error .status{color:#ff6b6b}
