:root{color-scheme:dark;--bg: #14101c;--fg: #ece7f5;--muted: #9d95ad;--accent: #d9b45f}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}.center{max-width:32rem;text-align:center}h1{margin:0 0 .5rem;font-size:clamp(2rem,8vw,3rem);letter-spacing:.02em}.lead{margin:0 0 2rem;color:var(--muted)}.muted{color:var(--muted)}.target code{color:var(--muted);font-size:.875rem}.stores,.links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center;margin:0 0 1.5rem}a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent}a:hover,a:focus-visible{border-bottom-color:currentColor}
