:root{color-scheme:light dark;--fg:#1a1a1a;--bg:#fafafa;--muted:#6b6b6b;--border:#e2e2e2;--accent:#3556d8}@media (prefers-color-scheme:dark){:root{--fg:#ececec;--bg:#101012;--muted:#9a9a9a;--border:#2c2c30;--accent:#7c95f5}}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;color:var(--fg);background:var(--bg)}main{max-width:34rem;margin:0 auto;padding:4rem 1.25rem;display:flex;flex-direction:column;gap:1rem}h1{font-size:1.25rem}h1,p{margin:0}p{line-height:1.5}a{color:var(--accent)}.muted{color:var(--muted);font-size:.875rem}button{font:inherit;padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--border);background:var(--fg);color:var(--bg);cursor:pointer;width:-moz-fit-content;width:fit-content}button.secondary,input{background:transparent;color:var(--fg)}input{font:inherit;padding:.5rem .75rem;border-radius:.5rem;width:100%}input,pre{border:1px solid var(--border)}pre{padding:.75rem;border-radius:.5rem;overflow-x:auto;font-size:.8125rem;white-space:pre-wrap;word-break:break-all}.error{color:#c43c3c}.row{display:flex;gap:.5rem;align-items:center}