:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#142b3a;background:#eef2f5;color-scheme:light}*{box-sizing:border-box}body{margin:0;min-height:100svh;background:linear-gradient(180deg,#172f3f 0 128px,#eef2f5 128px)}.login-shell{min-height:100svh;display:grid;place-items:center;padding:24px}.login-card{width:min(460px,100%);background:#fff;border:1px solid #d7e0e6;border-radius:24px;padding:32px;box-shadow:0 18px 50px rgba(20,43,58,.12)}.brand{font-size:14px;font-weight:800;letter-spacing:.24em;color:#6b7f8d;margin-bottom:12px}h1{font-size:30px;line-height:1.1;margin:0 0 10px}.lead{margin:0 0 28px;color:#6b7f8d;line-height:1.5}label{display:block;font-weight:700;margin-bottom:9px}.password-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:18px}input[type=password],input[type=text]{min-width:0;width:100%;height:54px;border:1px solid #bbc9d2;border-radius:12px;padding:0 15px;font:inherit;font-size:18px;outline:0}input:focus{border-color:#6f9b2f;box-shadow:0 0 0 3px rgba(111,155,47,.16)}button{font:inherit;cursor:pointer}.ghost{border:1px solid #bbc9d2;background:#fff;border-radius:12px;padding:0 14px;color:#395160}.remember{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;font-weight:400;margin:4px 0 20px;cursor:pointer}.remember input{width:20px;height:20px;margin:2px 0 0;accent-color:#6f9b2f}.remember strong{display:block;font-size:15px}.remember small{display:block;color:#6b7f8d;line-height:1.4;margin-top:4px}.primary{width:100%;height:54px;border:0;border-radius:12px;background:#172f3f;color:#fff;font-weight:800;font-size:17px}.primary:disabled{opacity:.6;cursor:wait}.error{background:#fff1f1;border:1px solid #efb6b6;color:#9d3030;border-radius:10px;padding:11px 13px;margin:0 0 14px;line-height:1.4}.note{font-size:13px;color:#7b8c97;line-height:1.45;margin:18px 0 0}@media(max-width:520px){body{background:linear-gradient(180deg,#172f3f 0 96px,#eef2f5 96px)}.login-shell{align-items:start;padding:74px 16px 24px}.login-card{padding:26px 20px;border-radius:20px}h1{font-size:26px}.password-row{grid-template-columns:1fr}.ghost{height:44px}}
