:root{--ink:#132019;--forest:#123e2b;--lime:#d9f45f;--paper:#fffdf8;--cream:#f4f1e7;--muted:#6f7972;--line:#dce1d8;--red:#a83e34}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;background:var(--cream);color:var(--ink)}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.1fr) minmax(420px,.9fr)}.login-story{position:relative;overflow:hidden;background:var(--forest);color:white;padding:clamp(38px,7vw,100px);display:flex;flex-direction:column;justify-content:center}.login-story:before,.login-story:after{content:"";position:absolute;border-radius:50%}.login-story:before{width:420px;height:420px;right:-170px;top:-120px;background:#d9f45f12;border:1px solid #d9f45f24}.login-story:after{width:260px;height:260px;right:80px;bottom:-120px;background:#ffffff08}.brand-mark{width:54px;height:54px;border-radius:13px;background:var(--lime);color:var(--forest);display:grid;place-items:center;font-weight:950;font-size:18px;margin-bottom:52px;box-shadow:0 12px 35px #07150d4a}.login-story>span{font-size:10px;letter-spacing:.24em;color:#b5c5bb;font-weight:800}.login-story h1{font-family:Georgia,"Songti SC",serif;font-size:clamp(38px,5vw,67px);line-height:1.15;margin:18px 0 25px;letter-spacing:-.04em}.login-story>p{max-width:520px;color:#b9c8bf;font-size:14px;line-height:1.8}.login-flow{margin-top:70px;display:grid;grid-template-columns:auto auto 1fr auto auto 1fr auto auto;gap:10px;align-items:center;max-width:660px}.login-flow i{width:29px;height:29px;border:1px solid #ffffff26;border-radius:50%;display:grid;place-items:center;font:normal 9px Georgia;color:var(--lime)}.login-flow b{font-size:10px;white-space:nowrap}.login-flow span{height:1px;background:#ffffff20}.login-panel{display:grid;place-items:center;padding:36px;background:var(--paper)}#loginForm{width:min(410px,100%)}#loginForm header{margin-bottom:34px}#loginForm header small{color:#758078;font-size:9px;font-weight:900;letter-spacing:.2em}#loginForm h2{font-family:Georgia,"Songti SC",serif;font-size:36px;margin:9px 0}#loginForm header p{font-size:12px;color:var(--muted)}label{display:block;margin-top:19px}label>span{display:block;font-size:11px;font-weight:800;margin-bottom:8px}input{width:100%;border:1px solid var(--line);border-radius:9px;background:#faf9f4;padding:14px;outline:none;font:inherit;font-size:13px}input:focus{border-color:#60866d;box-shadow:0 0 0 4px #2e754517}.password-field{position:relative}.password-field input{padding-right:62px}.password-field button{position:absolute;right:7px;top:7px;bottom:7px;border:0;background:transparent;color:var(--forest);font-size:10px;font-weight:800;cursor:pointer}.login-button{width:100%;border:0;border-radius:9px;background:var(--forest);color:white;padding:15px 17px;margin-top:12px;display:flex;justify-content:space-between;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.login-button:hover{background:#1b563a}.login-button:disabled{opacity:.55}.login-button b{color:var(--lime)}.login-error{min-height:22px;margin:11px 0 0;color:var(--red);font-size:11px}.login-error:empty{visibility:hidden}#loginForm footer{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);display:flex;align-items:center;gap:8px;color:var(--muted);font-size:9px;line-height:1.5}.secure-dot{width:7px;height:7px;border-radius:50%;background:#4dac70;box-shadow:0 0 0 4px #4dac7018;flex:0 0 auto}@media(max-width:850px){.login-shell{grid-template-columns:1fr}.login-story{min-height:310px;padding:35px}.brand-mark{margin-bottom:25px}.login-story h1{font-size:38px}.login-flow{margin-top:25px}.login-panel{padding:45px 25px}}@media(max-width:520px){.login-story{min-height:250px}.login-story>p,.login-flow{display:none}.login-story h1{font-size:31px}.login-panel{align-items:start}}
