*{box-sizing:border-box}body{margin:0;background:#0b0c0e;color:#e9e7e1;font:16px/1.7 system-ui,-apple-system,sans-serif;min-height:100vh;display:grid;place-items:center;padding:28px}main{width:min(100%,510px)}.mark{color:#ed975f;font:bold 42px monospace}.eyebrow{font:11px monospace;letter-spacing:2px;color:#96958f}h1{font-size:32px;letter-spacing:-1px}p,small{color:#96958f}form{display:grid;gap:14px;margin:32px 0}label{font-size:14px}input{width:100%;padding:16px;background:#15171b;border:1px solid #44474c;border-radius:7px;color:#fff;font:inherit}input:focus{outline:2px solid #ed975f;outline-offset:3px}button{background:#ed975f;border:0;padding:15px;border-radius:7px;font:700 16px system-ui;color:#151515;cursor:pointer}.error{color:#ff977e}.notice{padding:20px;border:1px solid #53504a;margin:28px 0}small{font-size:12px}