:root{color-scheme:light;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#18201d;background:#f4f6f5}*{box-sizing:border-box}body{margin:0;min-width:320px}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(380px,100%);padding:26px;border:1px solid #e1e6e3;border-radius:14px;background:#fff;box-shadow:0 18px 50px #1b2e2714}.login-heading{display:flex;align-items:center;gap:11px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;color:#fff;background:#16745a;font-weight:800;box-shadow:0 6px 16px #16745a33}.login-heading p,.login-heading h1{margin:0}.login-heading p{margin-bottom:2px;color:#77827d;font-size:.66rem;font-weight:700;letter-spacing:.08em}.login-heading h1{font-size:1.08rem;letter-spacing:-.02em}.login-note{display:flex;align-items:center;gap:7px;margin:18px 0;padding:9px 10px;border-radius:8px;color:#456157;background:#eef6f3;font-size:.74rem}.login-note span{width:6px;height:6px;border-radius:50%;background:#20a175}.login-form{display:grid;gap:13px}.login-form label{display:grid;gap:6px}.login-form label>span{color:#4a5550;font-size:.77rem;font-weight:650}.login-form input{width:100%;height:40px;padding:0 11px;border:1px solid #d9dfdc;border-radius:8px;outline:0;color:#18201d;background:#fff;font:inherit}.login-form input:focus{border-color:#16745a;box-shadow:0 0 0 3px #16745a1a}.login-form button{height:41px;margin-top:2px;border:0;border-radius:8px;color:#fff;background:#16745a;font:inherit;font-weight:700;cursor:pointer}.login-form button:hover{background:#125d48}.form-error{margin:-2px 0 0;color:#b23b3b;font-size:.75rem}@media(max-width:480px){.login-shell{align-items:start;padding:18px 12px}.login-card{padding:22px 18px}}
