:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#1a1a1a;background:#f6f7f9}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:1.5rem}.card{width:100%;max-width:24rem;background:#fff;border:1px solid #e4e7eb;border-radius:.75rem;padding:1.75rem;box-shadow:0 1px 3px #00000014}h1{margin:0 0 1.25rem;font-size:1.4rem}form{display:flex;flex-direction:column}label{font-size:.85rem;font-weight:600;margin-bottom:.25rem}input{padding:.55rem .65rem;margin-bottom:.85rem;border:1px solid #cbd2d9;border-radius:.4rem;font-size:1rem}button{padding:.6rem .9rem;border:0;border-radius:.4rem;background:#2563eb;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}button:disabled{opacity:.6;cursor:progress}.error{margin:-.5rem 0 .75rem;color:#c0392b;font-size:.85rem}dl{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1rem;margin:0 0 1.5rem}dt{font-weight:600;color:#52606d}dd{margin:0;word-break:break-all}
