:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17221d;background:#edf1ec}
*{box-sizing:border-box}
body{min-height:100vh;margin:0;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,#dce9de,transparent 45%),#edf1ec}
.login-card{width:min(440px,100%);padding:44px;border:1px solid #cad4cb;border-radius:22px;background:#fff;box-shadow:0 24px 80px rgba(34,56,43,.13)}
.login-mark{display:grid;place-items:center;width:52px;height:52px;margin-bottom:28px;border-radius:14px;background:#285f45;color:#fff;font-weight:800;letter-spacing:.05em}
.eyebrow{margin:0 0 10px;color:#6b786f;font-size:.72rem;font-weight:800;letter-spacing:.14em}
h1{margin:0 0 12px;font-family:Georgia,serif;font-size:2.15rem;line-height:1.05}
p{color:#5a665f;line-height:1.6}
form{display:grid;gap:18px;margin-top:30px}
label{display:grid;gap:8px;color:#34443a;font-size:.86rem;font-weight:700}
input{width:100%;padding:13px 14px;border:1px solid #bfc9c1;border-radius:10px;font:inherit;outline:none}
input:focus{border-color:#285f45;box-shadow:0 0 0 3px rgba(40,95,69,.13)}
button{padding:14px 18px;border:0;border-radius:10px;background:#285f45;color:#fff;font:inherit;font-weight:800;cursor:pointer}
button:hover{background:#1f4d37}
.login-error{padding:11px 13px;border-radius:9px;background:#fff0ee;color:#9a3329;font-weight:700}
