:root{font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:#203b54;background:#f3f7fb}*{box-sizing:border-box}body{min-height:100vh;margin:0;display:grid;place-items:center}.login-card{width:min(420px,calc(100% - 32px));padding:34px 36px;border:1px solid #e3eaf1;border-radius:18px;background:#fff;box-shadow:0 20px 60px #183d5814}.brand-mark{width:48px;height:48px;margin:0 auto 14px;display:grid;place-items:center;border-radius:15px;color:#fff;background:linear-gradient(145deg,#28b895,#1377d4);font-size:17px;font-weight:800}.login-card h1,.login-card h2{text-align:center;margin:0}.login-card h1{font-size:24px}.login-card h2{font-size:19px}.subtitle{margin:8px 0 24px;text-align:center;color:#8a99aa;font-size:13px}label{display:block;margin:14px 0;color:#53677d;font-size:12px;font-weight:600}input{width:100%;height:42px;margin-top:7px;padding:0 12px;border:1px solid #d7e1ea;border-radius:9px;outline:0;font:inherit;font-weight:400;color:#203b54}input:focus{border-color:#4d9be9;box-shadow:0 0 0 3px #4d9be91c}.primary{width:100%;height:42px;margin-top:12px;border:0;border-radius:9px;color:#fff;background:#1769e0;font-weight:700;cursor:pointer}.link{display:block;margin:16px auto 0;border:0;color:#1769e0;background:none;cursor:pointer;font-size:12px}.login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 0 20px;padding:4px;border-radius:11px;background:#f1f5f9}.login-tab{height:34px;border:0;border-radius:8px;color:#718096;background:transparent;cursor:pointer;font:inherit;font-size:12px}.login-tab.active{color:#1769e0;background:#fff;box-shadow:0 2px 8px #183d5814;font-weight:700}.code-row{display:grid;grid-template-columns:1fr 100px;gap:8px;align-items:end}.code-row label{margin-bottom:0}.code-row button{height:42px;margin-top:7px;border:1px solid #d7e1ea;border-radius:9px;color:#1769e0;background:#fff;cursor:pointer}.code-row button:disabled{color:#9aa8b6;background:#f6f8fa;cursor:not-allowed}.form-hint{margin:12px 0 0;color:#8a99aa;font-size:12px}.message{min-height:20px;margin:18px 0 0;color:#08745f;text-align:center;font-size:12px}.message.error{color:#c64b4b}
