:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#303a30;background:#f3f5f0;font-size:14px;color-scheme:light}
*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(ellipse at 45% 25%,#e6eddc80,transparent 65%)}
main{display:grid;place-items:center;min-height:100vh;padding:24px}form{width:330px;max-width:100%;padding:36px 30px 24px;border:1px solid #e1e5db;border-radius:14px;background:#fdfefb;box-shadow:0 18px 65px #25321e08}
.mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;border:1px solid #dde6d2;background:#eef3e7;margin-bottom:24px}.mark svg{width:21px;height:21px;stroke:#728562;stroke-width:1.5;stroke-linecap:round}
h1{font-size:22px;letter-spacing:-.5px;font-weight:550;margin:0 0 28px}label{display:block;font-size:12px;color:#6f7b66;margin-bottom:8px}input,button{font:inherit;width:100%;border-radius:7px}input{border:1px solid #dce2d5;background:white;padding:12px;color:#303a30;outline-offset:3px}input:focus-visible,button:focus-visible{outline:2px solid #8fa876}
button{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid #35452c;background:#35452c;color:#f2f7eb;margin-top:15px;cursor:pointer;font-size:13px}button:hover{background:#415537}button:disabled{opacity:.6;cursor:wait}button span{font-size:18px;line-height:16px}p{color:#a34e42;font-size:12px;line-height:1.5;min-height:18px;margin:14px 0 0}
