
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#18332d;background:#eaf1ed}
*{box-sizing:border-box}body{min-height:100vh;margin:0;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 85% 10%,#cfe3da 0,transparent 32rem),#eaf1ed}
main{width:min(440px,100%);padding:34px;border:1px solid rgba(20,58,50,.14);border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(20,58,50,.14)}
.brand{display:flex;align-items:center;gap:12px;margin-bottom:34px}.mark{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;color:#143a32;background:#f5d990;font-size:20px;font-weight:900}
.brand div{display:grid;gap:2px}.brand strong{font-size:17px}.brand small{color:#6b7c76;font-size:11px}
.eyebrow{margin:0 0 9px;color:#245e50;font-size:10px;font-weight:900;letter-spacing:.15em}h1{margin:0 0 12px;font-size:34px;line-height:1.02;letter-spacing:-.045em}
p{margin:0;color:#667a74;font-size:14px;line-height:1.55}form{display:grid;gap:9px;margin-top:26px}label{color:#667a74;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
input{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cfdcd7;border-radius:10px;color:#18332d;background:#fff;font:inherit;outline:none}
input:focus{border-color:#245e50;box-shadow:0 0 0 3px rgba(36,94,80,.12)}button{min-height:45px;margin-top:4px;border:0;border-radius:10px;color:#fff;background:#143a32;font:inherit;font-size:13px;font-weight:850;cursor:pointer}
button:hover{background:#245e50}.error{margin:14px 0 0;padding:10px 11px;border-radius:9px;color:#9c3f3f;background:#fff0ee;font-size:12px}.privacy{margin-top:22px;padding-top:18px;border-top:1px solid #e1e9e5;font-size:11px}
