:root{--bg: #fafaf9;--fg: #1c1917;--muted: #78716c;--card: #ffffff;--border: #e7e5e4;color-scheme:light dark}@media (prefers-color-scheme: dark){:root{--bg: #0c0a09;--fg: #f5f5f4;--muted: #a8a29e;--card: #1c1917;--border: #292524}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.page{min-height:100%;display:grid;place-items:center;padding:1.5rem}.card{max-width:28rem;width:100%;background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:2rem 2.25rem;text-align:center}.brand{margin:0 0 1.25rem;font-size:.8125rem;letter-spacing:.04em;color:var(--muted);text-transform:lowercase}h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.subhead{margin:0;color:var(--muted);line-height:1.5}.build{margin-top:1.75rem;font-size:.75rem;color:var(--muted);font-variant-numeric:tabular-nums}
