:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#17212f;background:#f6f8fb}*{box-sizing:border-box}body{margin:0}.page{min-height:100vh;display:grid;place-items:center;padding:1rem}.card{width:min(640px,100%);background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 8px 24px rgba(13,20,33,.08)}form{grid-gap:.9rem;gap:.9rem}form,label{display:grid}label{grid-gap:.35rem;gap:.35rem;font-weight:600}button,input,textarea{font:inherit}input,textarea{width:100%;border:1px solid #c8d0dd;border-radius:8px;padding:.55rem .7rem}button{width:-moz-fit-content;width:fit-content;border:0;background:#155eef;color:#fff;border-radius:8px;padding:.6rem 1rem;cursor:pointer}.status{min-height:1.25rem;margin:0;color:#364152}