:root{--text:#3c3c43;--text-h:#08060d;--muted:#6b6375;--bg:#fff;--field-bg:#fff;--border:#c9c8cd;--accent:#3b6cf5;--accent-disabled:#8ba4ee;--success:#1d7a37;--error:#b3261e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#c8c9cf;--text-h:#f3f4f6;--muted:#9ca3af;--bg:#16171d;--field-bg:#1f2028;--border:#3d3f4a;--accent:#6b8bff;--accent-disabled:#414a6b;--success:#6ee7a0;--error:#ff8a80}}*{box-sizing:border-box}body{background:var(--bg);min-height:100svh;margin:0}h1{color:var(--text-h)}a{color:var(--accent)}.page{text-align:left;max-width:40rem;margin:0 auto;padding:3rem 1.25rem}.page h1{margin:0 0 .5rem;font-size:2rem}.intro{color:#555;margin:0 0 2rem}.form{flex-direction:column;gap:.4rem;display:flex}.form label{margin-top:.75rem;font-weight:600}.optional{color:#777;font-weight:400}.form input,.form textarea{font:inherit;color:#222;background:#fff;border:1px solid #bbb;border-radius:6px;padding:.6rem}.form input:focus-visible,.form textarea:focus-visible{outline-offset:1px;outline:2px solid #3b6cf5}.form textarea{resize:vertical}.form button{font:inherit;color:#fff;cursor:pointer;background:#3b6cf5;border:none;border-radius:6px;margin-top:1.25rem;padding:.7rem 1rem;font-weight:600}.form button:disabled{cursor:not-allowed;background:#8ba4ee}.status{color:#1d7a37;margin:1rem 0 0}.status.error{color:#b3261e}.legal{color:#777;margin-top:2rem;font-size:.8rem}
