:root{color-scheme:light dark;--fg:#1a1a2e;--muted:#6b7280;--accent:#4f46e5}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--fg)}.wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;padding:2rem}h1{margin:0;font-size:2rem;color:var(--accent)}.env span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600}.note{color:var(--muted);max-width:28rem;font-size:.9rem}