:root{--green:#087a68;--green-dark:#076655;--green-soft:#eff8f5;--orange:#ff7043;--text:#1f2933;--muted:#7a8699;--border:#e5e9ec;--page:#f5f7f7;--font:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font);color:var(--text);background:var(--page)}button,input{font:inherit}.login-page{min-height:100vh;padding:32px;display:grid;place-items:center}.login-shell{width:min(1440px,100%);min-height:820px;display:grid;grid-template-columns:52% 48%;background:#fff;border:1px solid rgba(229,233,236,.85);border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(33,63,57,.10),0 4px 14px rgba(33,63,57,.05)}.login-visual{position:relative;padding:76px 74px 46px;background:linear-gradient(135deg,#f7fcfa 0%,#eef9f5 55%,#f8fcfb 100%);overflow:hidden}.visual-top{position:relative;z-index:2}.brand{display:flex;align-items:center;gap:14px;font-weight:700;font-size:21px}.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;color:#fff;background:var(--green);font-size:24px;box-shadow:0 8px 18px rgba(8,122,104,.20)}.visual-copy{position:relative;z-index:2;margin-top:60px}.visual-copy h1{margin:0;font-size:48px;line-height:1.18;letter-spacing:-1.5px}.visual-copy h1 span{color:var(--orange)}.visual-copy p{margin:18px 0 0;color:var(--muted);font-size:21px}.visual-stage{position:absolute;inset:330px 30px 20px;display:grid;place-items:center}.glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.65}.glow-a{width:440px;height:230px;bottom:12px;background:rgba(164,231,211,.45)}.glow-b{width:220px;height:180px;right:4%;top:14%;background:rgba(201,242,230,.55)}.dashboard-art{position:relative;width:min(560px,86%);border:1px solid rgba(171,222,208,.7);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 24px 45px rgba(25,117,98,.16);transform:perspective(900px) rotateX(3deg) rotateY(-5deg)}.browser-bar{height:48px;display:flex;align-items:center;gap:8px;padding:0 18px;border-bottom:1px solid #e8f1ee;color:#72938a;font-size:12px}.browser-bar i{width:10px;height:10px;border-radius:50%;background:#d4ece3}.browser-bar i:first-child{background:#ffb48d}.browser-bar span{margin-left:8px}.art-body{display:grid;grid-template-columns:1.4fr .8fr;gap:18px;padding:22px}.chart-panel,.donut-panel{border:1px solid #e9f0ee;border-radius:14px;padding:16px;background:#fff}.chart-head{display:flex;justify-content:space-between;font-size:13px}.chart-head small{color:#9aacaa}.bars{height:150px;display:flex;align-items:end;gap:12px;padding:18px 6px 8px;border-bottom:1px solid #e8efed}.bars i{flex:1;min-height:22px;border-radius:6px 6px 2px 2px;background:linear-gradient(#54cba1,#1d9f7d)}.bars i:nth-child(2n){background:#bde8d8}.chart-foot{display:flex;justify-content:space-between;padding-top:8px}.chart-foot span{width:22px;height:4px;border-radius:3px;background:#edf3f0}.donut-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:18px}.donut{width:112px;height:112px;border-radius:50%;background:conic-gradient(#28ae87 0 68%,#ffc75e 68% 84%,#e6f1ed 84%);position:relative}.donut:after{content:"";position:absolute;inset:24px;border-radius:50%;background:#fff}.legend{display:grid;gap:8px;color:#7b918b;font-size:11px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px}.dot.green{background:#28ae87}.dot.orange{background:#ffc75e}.art-row{display:flex;align-items:center;gap:10px;padding:0 22px 22px}.pill{width:28px;height:28px;border-radius:9px;background:#d9f3e9}.line{height:8px;border-radius:8px;background:#edf3f0}.w1{width:90px}.w2{width:150px}.w3{width:58px}.float-card,.trend-card{position:absolute;display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.92);border:1px solid rgba(229,238,234,.95);box-shadow:0 14px 30px rgba(31,104,88,.13);font-size:11px;color:#82948f}.float-card b{display:block;font-weight:500}.float-card strong{display:block;margin-top:4px;color:var(--text);font-size:15px}.card-revenue{left:0;top:20%;}.card-user{right:0;bottom:20%}.mini-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#d9f3e9;color:var(--green);font-size:18px;font-weight:700}.avatar-dot{width:30px;height:30px;border-radius:50%;background:linear-gradient(#5ac79e 0 45%,#1d9f7d 45%)}.trend-card{right:2%;top:8%;display:block;width:170px}.trend-card span{display:block;margin-bottom:8px}.trend-card svg{width:100%;height:42px}.login-form-side{display:flex;flex-direction:column;justify-content:space-between;padding:108px 72px 50px;background:#fff}.form-wrap{width:min(520px,100%);margin:0 auto}.form-heading h2{margin:0;font-size:34px;letter-spacing:-.5px}.form-heading p{margin:16px 0 42px;color:var(--muted);font-size:16px}.field-label{display:block;margin:0 0 10px;font-size:15px;font-weight:600}.input-wrap{height:64px;display:flex;align-items:center;border:1px solid var(--border);border-radius:13px;margin-bottom:30px;transition:.2s;background:#fff}.input-wrap:focus-within{border-color:#9bcfc0;box-shadow:0 0 0 4px rgba(8,122,104,.08)}.input-wrap input{min-width:0;flex:1;height:100%;border:0;outline:0;padding:0 14px 0 0;color:var(--text);font-size:16px}.input-wrap input::placeholder{color:#a3acb8}.input-icon{width:56px;height:100%;position:relative;flex:0 0 56px}.user-icon:before{content:"";position:absolute;width:12px;height:12px;border:2px solid #9da8b5;border-radius:50%;left:20px;top:17px}.user-icon:after{content:"";position:absolute;width:20px;height:11px;border:2px solid #9da8b5;border-bottom:0;border-radius:14px 14px 0 0;left:16px;bottom:14px}.lock-icon:before{content:"";position:absolute;width:18px;height:15px;border:2px solid #9da8b5;border-radius:4px;left:18px;top:26px}.lock-icon:after{content:"";position:absolute;width:10px;height:12px;border:2px solid #9da8b5;border-bottom:0;border-radius:8px 8px 0 0;left:22px;top:16px}.toggle-password{width:54px;height:100%;border:0;background:transparent;cursor:pointer}.eye-icon{display:block;width:20px;height:13px;border:2px solid #9da8b5;border-radius:80% 20%;transform:rotate(45deg);margin:auto}.eye-icon:after{content:"";display:block;width:5px;height:5px;border-radius:50%;background:#9da8b5;margin:2px auto}.form-row{display:flex;align-items:center;justify-content:space-between;margin:-6px 0 24px;font-size:15px}.remember{display:flex;align-items:center;gap:8px;color:#556170;cursor:pointer}.remember input{position:absolute;opacity:0}.checkmark{width:22px;height:22px;border-radius:5px;display:grid;place-items:center;background:var(--green);color:#fff;font-size:14px}.remember input:not(:checked)+.checkmark{background:#fff;border:1px solid var(--border);color:transparent}.link-button{border:0;background:none;color:var(--green);cursor:pointer;padding:0}.form-error{min-height:20px;margin:0 0 6px;color:#d34f3b;font-size:13px}.submit-button{width:100%;height:60px;border:0;border-radius:13px;background:var(--green);color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:.2s;box-shadow:0 10px 20px rgba(8,122,104,.16)}.submit-button:hover{background:var(--green-dark);transform:translateY(-1px)}.submit-button:disabled{opacity:.75;cursor:wait;transform:none}.spinner{display:none;width:18px;height:18px;margin-left:8px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;vertical-align:-3px;animation:spin .7s linear infinite}.submit-button.loading .spinner{display:inline-block}.other-login{display:flex;align-items:center;gap:14px;margin:36px 0 24px;color:#9ca6b2;font-size:14px}.other-login span{height:1px;flex:1;background:#e8ecee}.other-login em{font-style:normal;white-space:nowrap}.wechat-button{width:64px;height:64px;margin:0 auto;border:1px solid var(--border);border-radius:50%;background:#fff;cursor:pointer;color:#36b878;font-size:16px;letter-spacing:-4px}.wechat-icon{display:inline-block;transform:rotate(-12deg)}.form-footer{display:flex;justify-content:space-between;gap:20px;color:#9aa5b1;font-size:13px}.form-footer b{display:inline-block;width:7px;height:7px;border-radius:50%;background:#23a36e;margin:0 5px}.hidden{display:none}@keyframes spin{to{transform:rotate(360deg)}}
@media (max-width:1050px){.login-page{padding:20px}.login-shell{min-height:760px}.login-visual{padding:54px 42px}.visual-copy h1{font-size:40px}.visual-copy p{font-size:17px}.login-form-side{padding:78px 44px 38px}.visual-stage{inset:300px 10px 20px}.float-card{transform:scale(.85)}}
@media (max-width:760px){.login-page{padding:0;background:#fff}.login-shell{display:block;min-height:100vh;border:0;border-radius:0;box-shadow:none}.login-visual{display:none}.login-form-side{min-height:100vh;padding:58px 24px 28px}.form-wrap{width:100%}.form-heading h2{font-size:30px}.form-heading p{font-size:14px;margin:14px 0 36px}.input-wrap{height:58px;margin-bottom:24px}.submit-button{height:56px}.form-footer{font-size:11px;flex-direction:column;gap:8px}.other-login{margin-top:30px}}
/* Full-viewport login layout */
.login-page{padding:0;display:block}
.login-shell{width:100%;min-height:100vh;border:0;border-radius:0;box-shadow:none}
@media (max-width:1050px){.login-page{padding:0}.login-shell{min-height:100vh}}
@media (min-width:1051px){.login-shell{grid-template-columns:66.6667% 33.3333%}.login-form-side{padding-left:48px;padding-right:48px}.form-wrap{width:min(420px,100%)}}
.card-settlement{left:8%;bottom:9%}.card-flow{right:14%;top:34%}.mini-check{background:#d9f3e9;color:#22a478}.mini-flow{background:#fff0e9;color:#f0784d}
/* Keep browser autofill visually consistent with the white form surface. */
.input-wrap input{background:transparent}
.input-wrap input:-webkit-autofill,.input-wrap input:-webkit-autofill:hover,.input-wrap input:-webkit-autofill:focus{ -webkit-text-fill-color:var(--text);-webkit-box-shadow:0 0 0 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset;transition:background-color 9999s ease-out 0s}
