*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f2f6f3;color:#10261d}.shell{min-height:100vh;display:grid;place-items:center;padding:24px}.card{width:min(430px,100%);background:#fff;border:1px solid #dbe5df;border-radius:24px;padding:34px;box-shadow:0 20px 60px #163c2a18}.mark{width:54px;height:54px;border-radius:16px;background:#176d4f;color:#fff;display:grid;place-items:center;font-weight:800;font-size:20px}h1{font-size:32px;margin:20px 0 6px}p{color:#65766e;margin:0 0 26px}label{display:block;font-weight:650;margin:16px 0}input{display:block;width:100%;margin-top:8px;border:1px solid #cbd8d1;border-radius:12px;padding:14px 15px;font:inherit;outline:none}input:focus{border-color:#176d4f;box-shadow:0 0 0 3px #176d4f15}button{width:100%;border:0;border-radius:12px;background:#176d4f;color:white;padding:14px;font:inherit;font-weight:750;cursor:pointer;margin-top:8px}.error{min-height:22px;color:#b42318;margin-top:12px}.admin-link{text-align:center;margin-top:12px}.admin-link a{color:#65766e;font-size:13px;text-decoration:none}