:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--auth-canvas:#fcfaf7;--auth-surface:#fff;--auth-border:#e5e1d8;--auth-ink:#343832}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:var(--auth-canvas);color:var(--auth-ink);font-family:Microsoft YaHei UI,PingFang SC,system-ui,sans-serif}.auth-login-page{background:var(--auth-canvas);place-items:center;min-height:100vh;padding:32px;display:grid}.auth-login-page>.auth-login-card{border-color:var(--auth-border);background:var(--auth-surface);border-radius:14px;width:min(400px,100%);overflow:hidden;box-shadow:0 12px 32px #4d463a14}.auth-login-card>.auth-login-card__body{padding:32px}.auth-login-card .auth-login-title{color:var(--auth-ink);text-align:center;margin:0 0 28px;font-size:26px;font-weight:700;line-height:1.3}.auth-login-form{width:100%}.auth-login-card .auth-login-alert{margin-bottom:20px}.auth-login-form .auth-login-submit{min-height:40px;box-shadow:none;margin-top:4px;font-weight:600}@media (width<=520px){.auth-login-page{padding:20px}.auth-login-card>.auth-login-card__body{padding:28px 24px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms;animation-duration:.01ms}}
