*{box-sizing:border-box}body{margin:0;background:#f5f7f4;color:#1c292c;font-family:system-ui,-apple-system,"PingFang SC",sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px 20px}main{width:100%;max-width:430px;background:#fff;border:1px solid #dfe7e1;border-radius:20px;padding:38px 40px;box-shadow:0 12px 44px #204c3f08}.logo{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#204c3f;color:#e5edcb;font:700 28px Georgia,serif}.eyebrow{font-size:12px;letter-spacing:2px;color:#78867d;margin-top:25px}h1{font-size:27px;margin:8px 0 12px;letter-spacing:-1px}.intro,.help{color:#78867d;font-size:14px;line-height:1.8}.intro{margin:0}.error{font-size:14px;color:#ac4638;line-height:1.6}.error:empty{display:none}form{display:grid;gap:10px;margin-top:26px}label{font-size:14px;font-weight:600}input{width:100%;padding:13px 14px;font:inherit;border:1px solid #d7e1da;border-radius:9px;background:#fff;margin-bottom:8px;color:#1c292c;outline:none}input:focus{border-color:#507765;box-shadow:0 0 0 3px #50776518}button{margin-top:8px;border:0;border-radius:9px;padding:14px;background:#204c3f;color:white;font:600 15px system-ui;cursor:pointer}button:hover{background:#163a2f}.help{font-size:12px;margin:24px 0 0}footer{font-size:12px;color:#89948d;padding:24px}@media(max-width:480px){main{padding:30px 25px}h1{font-size:25px}}
