:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#17201d;background:#eef2f0}*{box-sizing:border-box}body{margin:0}.login-shell{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(420px,100%);padding:34px;border:1px solid #dce2df;border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(23,32,29,.1)}.brand{width:48px;height:48px;display:grid;place-items:center;border-radius:10px;color:#fff;background:#202825;font-weight:800}.eyebrow{margin:18px 0 5px;color:#087f5b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}h1{margin:0 0 8px;font-size:25px}p{color:#66716d;line-height:1.5}form{display:grid;gap:9px;margin:24px 0 16px}label{font-size:13px;font-weight:700}input{height:44px;padding:0 12px;border:1px solid #c8d0cc;border-radius:7px;font:inherit}input:focus{outline:3px solid #e5f5ef;border-color:#087f5b}button{height:44px;margin-top:8px;border:0;border-radius:7px;color:#fff;background:#087f5b;font:inherit;font-weight:750;cursor:pointer}button:disabled{opacity:.55}#loginError{min-height:20px;margin:3px 0 0;color:#b42332;font-size:13px}small{color:#66716d}
