:root{color-scheme:light dark;--bg: #ffffff;--fg: #111111;--muted: #666666;--border: #dddddd;--accent: #111111;--accent-fg: #ffffff;--error: #b3261e}@media(prefers-color-scheme:dark){:root{--bg: #0b0b0c;--fg: #f2f2f2;--muted: #9a9a9a;--border: #2a2a2c;--accent: #f2f2f2;--accent-fg: #0b0b0c;--error: #ff6b63}}*{box-sizing:border-box}html,body{padding:0;margin:0}body{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}main{max-width:32rem;margin:0 auto;padding:3rem 1.5rem}h1{font-size:1.5rem;margin:0 0 .5rem}h2{font-size:1.05rem;margin:2rem 0 .5rem}p.lede{color:var(--muted);line-height:1.5}button{display:block;width:100%;padding:.625rem .75rem;font-size:1rem;border:1px solid var(--accent);border-radius:.5rem;background:var(--accent);color:var(--accent-fg);cursor:pointer;margin-top:.5rem}button.secondary{background:transparent;color:var(--fg)}button:disabled{opacity:.5;cursor:not-allowed}button+button{margin-top:.75rem}.status{font-size:.875rem;margin-top:.75rem;min-height:1.25rem}.status.error{color:var(--error)}.card{border:1px solid var(--border);border-radius:.75rem;padding:1.25rem;margin-top:1.5rem}pre.claims{background:var(--border);color:var(--fg);border-radius:.5rem;padding:1rem;overflow-x:auto;font-size:.8125rem}.links{margin-top:2rem;display:flex;gap:1rem;font-size:.875rem}.links a{color:var(--fg)}footer.notice{margin-top:3rem;font-size:.75rem;color:var(--muted);line-height:1.5}
