:root{color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;line-height:1.5}.container{max-width:30rem;margin:3rem auto;padding:0 1.25rem}h1{font-size:1.5rem}form{gap:.75rem}form,label{display:flex;flex-direction:column}label{gap:.25rem;font-size:.9rem}input{padding:.5rem;border:1px solid #8888;border-radius:.375rem}button,input{font-size:1rem}button{padding:.55rem 1rem;border:0;border-radius:.375rem;background:#2563eb;color:white;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.error{color:#dc2626;font-size:.9rem}.notice{font-size:.9rem}.codes,.notice{background:#8881;padding:.75rem;border-radius:.375rem}.codes{font-family:ui-monospace,monospace}a{color:#2563eb}