:root{--bg:#f4f6f9;--panel:#fff;--ink:#1f2733;--ink-soft:#5b6573;--ink-mute:#6b7686;--line:#eaeef3;--primary:#1f9e4b;--teal-light:#2cb35d;--green:#16a34a;--red:#ef4444;--amber:#f59e0b;--success:#16a34a;--warning:#f59e0b;--danger:#ef4444;--grad-primary:linear-gradient(135deg,var(--teal-light) 0%,var(--primary) 100%);--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px;--sp-6:32px;--r-sm:8px;--r-md:10px;--r-lg:12px;--r-xl:14px;--r-2xl:16px;--shadow-sm:0 1px 3px rgba(20,30,50,.05)}*{box-sizing:border-box}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:3px}body{margin:0;background:var(--bg);color:var(--ink);font-size:14px;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}a{color:var(--primary);text-decoration:none}.wrap{max-width:1080px;margin:0 auto;padding:28px 24px 60px}.h1{font-size:22px;font-weight:800}.muted{color:var(--ink-mute)}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--shadow-sm);padding:18px 20px;margin-bottom:16px}.row{display:flex;gap:16px;flex-wrap:wrap}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:12px;color:var(--ink-mute);font-weight:600;padding:9px 10px}td,th{border-bottom:1px solid var(--line)}td{padding:11px 10px;font-size:13.5px}.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tag{display:inline-block;font-size:11.5px;font-weight:600;padding:2px 8px;border-radius:20px}.tag.g{background:#e7f6ed;color:var(--green)}.tag.r{background:#fdecec;color:var(--red)}.tag.b{background:#d7f0ec;color:var(--primary)}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:9px;font-size:13.5px;font-weight:600;border:none;cursor:pointer}.btn.primary{background:var(--primary);color:#fff}.btn.ghost{background:#fff;color:var(--ink-soft);border:1px solid #dde3ea}.kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:16px}.kpi{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:14px 16px}.kpi .l{font-size:12px;color:var(--ink-soft)}.kpi .v{font-size:22px;font-weight:800;margin-top:4px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field input{padding:10px 12px;border:1px solid #dde3ea;border-radius:9px;font-size:14px}.login{max-width:380px;margin:12vh auto}.badge-degrade{background:#fff3e0;color:var(--amber);font-size:12px;padding:6px 12px;border-radius:8px;display:inline-block}.auth-page{min-height:100vh;display:flex;background:var(--bg)}.auth-hero{flex:1 1;position:relative;overflow:hidden;color:#fff;padding:56px 60px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(150deg,#2cb35d,#1f9e4b 42%,#094f49)}.auth-hero:after,.auth-hero:before{content:"";position:absolute;border-radius:50%}.auth-hero:before{width:420px;height:420px;right:-120px;top:-120px;background:radial-gradient(circle,rgba(255,255,255,.14),transparent 70%)}.auth-hero:after{width:300px;height:300px;left:-80px;bottom:-100px;background:radial-gradient(circle,rgba(22,163,74,.2),transparent 70%)}.auth-hero-inner{position:relative;max-width:460px}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:40px}.auth-brand-mark{width:46px;height:46px;border-radius:12px;background:#fff;display:grid;place-items:center;box-shadow:0 6px 16px rgba(0,0,0,.12)}.auth-h1{font-size:32px;font-weight:800;line-height:1.25;letter-spacing:-.5px;margin:0 0 14px}.auth-sub{font-size:15px;line-height:1.7;color:rgba(255,255,255,.82);margin:0 0 34px}.auth-feat{display:flex;gap:14px;align-items:flex-start;margin-top:18px}.auth-feat-ic{flex:0 0 40px;width:40px;height:40px;border-radius:11px;background:rgba(255,255,255,.16);display:grid;place-items:center;color:#fff}.auth-feat-ic svg{width:21px;height:21px}.auth-feat-t{font-weight:700;font-size:14.5px;margin-bottom:2px}.auth-feat-d{font-size:13px;color:rgba(255,255,255,.74);line-height:1.55}.auth-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:38px}.auth-chip{font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18)}.auth-form-side{width:480px;max-width:100%;display:flex;align-items:center;justify-content:center;padding:36px 28px}.auth-form-inner{width:100%;max-width:380px}.auth-newuser{margin-top:22px;border:1px solid #d7e9e6;background:linear-gradient(180deg,#f3faf8,#eef7f5);border-radius:12px;padding:16px 18px}.auth-newuser-t{font-weight:700;font-size:14px;color:var(--ink)}.auth-newuser-d{font-size:12.5px;color:var(--ink-soft);margin:4px 0 12px;line-height:1.55}@media (max-width:920px){.auth-hero{display:none}.auth-form-side{flex:1 1}}.m-page{min-height:100vh;background:#eef1f6;align-items:center;padding:16px 0}.m-page,.m-shell{display:flex;flex-direction:column}.m-shell{width:390px;max-width:100%;background:#f5f6f8;border:9px solid #0f1722;border-radius:40px;overflow:hidden;height:min(820px,calc(100vh - 32px))}@media (max-width:600px){.m-page{padding:0;background:#f5f6f8}.m-shell{width:100%;border:0;border-radius:0;height:100vh;height:100dvh}.m-previewnote{display:none}}@media (max-width:560px){.ant-modal{max-width:95vw!important;margin:8px auto!important}}