:root{color:#172033;font-synthesis:none;--color-background:#f6f8fb;--color-surface:#fff;--color-text:#172033;--color-muted:#64708a;--color-border:#dce2ec;--color-subtle:#edf1f7;--color-accent:#5b4bdf;--color-accent-strong:#4032b6;--color-accent-soft:#e9e7ff;--color-danger:#bc294f;--radius:14px;--shadow-sm:0 1px 2px #1923370a, 0 10px 30px #1923370d;background:#f6f8fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--color-background);min-width:320px;color:var(--color-text);margin:0}button,input,textarea,select{font:inherit}a{color:inherit}button,select{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid color-mix(in srgb, var(--color-accent) 36%, transparent);outline-offset:2px}.button{background:var(--color-accent);color:#fff;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:.45rem;min-height:2.65rem;padding:.6rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.button:hover{background:var(--color-accent-strong)}.button.secondary{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text)}.button.secondary:hover{background:var(--color-subtle)}.button:disabled{cursor:wait;opacity:.68}.field{gap:.45rem;display:grid}.field>span{font-size:.9rem;font-weight:700}.field input,.field textarea,.field select{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);border-radius:9px;padding:.7rem .8rem}.field textarea{resize:vertical;min-height:7rem}.hint{color:var(--color-muted);margin:0;font-size:.85rem}.notice{background:var(--color-accent-soft);color:var(--color-accent-strong);border-radius:9px;margin:0;padding:.75rem .9rem}.notice.error{color:var(--color-danger);background:#ffedf1}
