@charset "UTF-8";
*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(90deg,#111a14f5,#111a14b0),url('/scene.svg') right center/cover fixed;color:#eeeada;font:14px/1.6 "Segoe UI",Arial,sans-serif;color-scheme:dark}main{width:100%;max-width:420px;padding:35px 38px;background:#182118ed;border:1px solid #62583e;border-radius:12px;box-shadow:0 30px 100px #0005;backdrop-filter:blur(15px)}.mark{font:38px Georgia,serif;color:#d3b477}.eyebrow{font-size:9px;letter-spacing:2px;color:#b5a271;margin:18px 0 10px}h1{font:30px/1.2 Georgia,serif;letter-spacing:-.5px;margin:0 0 12px}p{color:#97a38b;font-size:12px}label{display:block;margin-top:20px;font-size:11px;color:#b7bea9}input{display:block;width:100%;margin-top:8px;padding:12px;border:1px solid #49553d;border-radius:5px;background:#111a11;color:#f0eddf;font:14px "Segoe UI",sans-serif}input:focus{outline:2px solid #ccb079;outline-offset:2px}button{display:flex;justify-content:space-between;width:100%;margin-top:25px;padding:13px 15px;background:#c9ac72;border:1px solid #e2c186;border-radius:5px;color:#202719;font-size:12px;font-weight:600;cursor:pointer}button:hover{background:#dcc08a}button:focus-visible{outline:2px solid #f0d298;outline-offset:3px}.message{color:#d4a582;min-height:20px;font-size:11px}footer{border-top:1px solid #36412c;padding-top:18px;margin-top:22px;font-size:9px;text-align:center;line-height:1.9;color:#7f8d71}@media(max-width:480px){main{padding:28px 25px}h1{font-size:27px}}
