*{box-sizing:border-box}body{margin:0;background:#f5f5f5;color:#121215;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}main{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.panel{width:min(100%,28rem);background:white;border:1px solid #ddd;padding:2rem;border-radius:.3rem;box-shadow:0 8px 30px #00000012}.eyebrow{letter-spacing:.15em;font-size:.75rem;font-weight:700;color:#4e814e}.muted,.hint{color:#4d4d53;font-size:.9rem;line-height:1.5}form{display:grid;gap:1rem;margin-top:1.5rem}label{display:grid;gap:.4rem;font-size:.9rem;font-weight:600}input{padding:.7rem;border:1px solid #aaa;border-radius:.25rem;font:inherit}button{background:#4e814e;color:#fff;border:0;border-radius:.25rem;padding:.75rem;font:inherit;font-weight:700;cursor:pointer}button:focus-visible,input:focus-visible{outline:3px solid #676caa;outline-offset:2px}#message{min-height:1.2rem;color:#9e3d32;margin:0;font-size:.9rem}.hint{margin-top:1.5rem;font-size:.8rem}@media(prefers-color-scheme:dark){body{background:#121215;color:#f5f5f5}.panel{background:#1a1a1e;border-color:#35353b}.muted,.hint{color:#c7c7cc}input{background:#121215;color:#f5f5f5;border-color:#777}}
