:root{--green: #16a34a;--green-d: #15803d;--green-bg: #eaf7ee;--amber: #d97706;--amber-bg: #fdf3e3;--red: #dc2626;--red-bg: #fdecec;--ink: #182420;--muted: #7d8b83;--line: #e5eae7;--bg: #f3f6f4;--card: #ffffff;--radius: 16px}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{font-family:-apple-system,PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;background:#101613;color:var(--ink)}button{font-family:inherit}.app{max-width:430px;margin:0 auto;min-height:100vh;min-height:100dvh;background:var(--bg);display:flex;flex-direction:column;position:relative}@media (min-width: 480px){.app{box-shadow:0 0 60px #00000080;border-left:1px solid #2b352f;border-right:1px solid #2b352f}}main.page-body{flex:1;overflow-y:auto;padding:14px 14px 24px}.topbar{flex:none;background:#12241a;color:#cfe6d6;padding:calc(12px + env(safe-area-inset-top)) 14px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px}.topbar>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar b{color:#fff;font-weight:700}.topbar .who{flex:none;max-width:46%;font-size:12px;color:#8fb39c}.phead{margin:4px 2px 14px}.phead .hello{font-size:13px;color:var(--muted);margin-bottom:4px}.phead h1{font-size:24px;font-weight:800}.phead .date{font-size:12px;color:var(--muted);margin-top:4px}.card{background:var(--card);border-radius:var(--radius);padding:14px;margin-bottom:12px;box-shadow:0 1px 3px #14281e0d}.card h3{font-size:16px;font-weight:800;margin-bottom:8px}.card .sub{font-size:12px;color:var(--muted);font-weight:400}.btn{display:block;width:100%;border:0;border-radius:14px;padding:14px;background:var(--green);color:#fff;font-size:16px;font-weight:700;cursor:pointer}.btn:active{transform:scale(.98)}.btn:disabled{background:#cfd8d2;cursor:default}.btn.ghost{background:#f0f2f1;color:var(--ink)}.btn.danger-ghost{background:#f0f2f1;color:var(--red)}.tag{display:inline-block;font-size:11px;font-weight:700;border-radius:99px;padding:3px 9px;background:var(--green-bg);color:var(--green-d)}.tag.amber{background:var(--amber-bg);color:var(--amber)}.tag.red{background:var(--red-bg);color:var(--red)}.tag.grey{background:#eef1ef;color:var(--muted)}.muted{color:var(--muted);font-size:12px}.fld{margin-bottom:14px}.fld label{display:block;font-size:13px;font-weight:600;margin-bottom:7px}.fld label .req{color:var(--red)}.fld input{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 12px;font-size:15px;font-family:inherit;background:#fff;color:var(--ink)}.fld input:focus{outline:2px solid var(--green-bg);border-color:var(--green)}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips button{border:1px solid var(--line);background:#f8faf9;border-radius:99px;padding:9px 16px;font-size:14px;color:var(--ink);cursor:pointer}.chips button.on{background:var(--green);border-color:var(--green);color:#fff;font-weight:600}.err{font-size:12px;color:var(--red);margin-top:6px}.notice{border-radius:12px;padding:11px 13px;font-size:13px;line-height:1.5;margin-bottom:12px}.notice.ok{background:var(--green-bg);color:var(--green-d)}.notice.amber{background:var(--amber-bg);color:var(--amber)}.acct-store{font-size:13px;font-weight:800;color:var(--ink);margin:14px 2px 6px;display:flex;justify-content:space-between;align-items:center}.arow{display:flex;align-items:center;gap:8px;background:#fff;border-radius:12px;padding:11px 13px;margin-bottom:8px;box-shadow:0 1px 3px #14281e0d}.arow .anm{font-size:14px;font-weight:700}.arow .aph{font-size:12px;color:var(--muted);margin-left:auto}.arow.off{opacity:.45}.arow .stopbtn{border:0;border-radius:9px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer;background:#f0f2f1;color:var(--red);flex:none}.arow.off .stopbtn{background:var(--green-bg);color:var(--green-d)}.tabbar{flex:none;display:flex;background:#fff;border-top:1px solid var(--line);padding:6px 0 max(8px,env(safe-area-inset-bottom));position:sticky;bottom:0}.tabbar button{flex:1;border:0;background:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;color:var(--muted);padding:4px 0}.tabbar button .ic{font-size:19px;line-height:1}.tabbar button.on{color:var(--green-d);font-weight:700}.mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a140e73;z-index:20;opacity:0;pointer-events:none;transition:opacity .2s}.mask.on{opacity:1;pointer-events:auto}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:21;max-width:430px;margin:0 auto;background:#fff;border-radius:22px 22px 0 0;padding:16px 18px calc(22px + env(safe-area-inset-bottom));transform:translateY(105%);transition:transform .25s cubic-bezier(.2,.8,.3,1);max-height:82%;overflow-y:auto}.sheet.on{transform:none}.sheet h3{font-size:17px;font-weight:800;margin-bottom:4px}.sheet .sh-sub{font-size:12px;color:var(--muted);margin-bottom:14px}.sheet .grab{width:38px;height:4px;border-radius:99px;background:#dde4df;margin:0 auto 12px}.toast{position:fixed;top:calc(56px + env(safe-area-inset-top));left:50%;transform:translate(-50%,-12px);background:#182420;color:#fff;font-size:13px;padding:10px 18px;border-radius:99px;opacity:0;pointer-events:none;transition:all .25s;z-index:50;max-width:84%;text-align:center;line-height:1.4}.toast.on{opacity:1;transform:translate(-50%)}.login-wrap{flex:1;display:flex;flex-direction:column;justify-content:center;padding:24px}.login-logo{text-align:center;margin-bottom:26px}.login-logo .mark{width:64px;height:64px;border-radius:20px;background:var(--green);color:#fff;font-size:30px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #16a34a59}.login-logo h1{font-size:22px;font-weight:800;margin-top:12px}.login-logo p{font-size:12px;color:var(--muted);margin-top:4px}.empty{text-align:center;color:var(--muted);font-size:13px;padding:40px 0}.center-splash{flex:1;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:14px}.filters{display:flex;gap:6px;overflow-x:auto;margin-bottom:12px;padding-bottom:2px}.filters::-webkit-scrollbar{display:none}.fchip{flex:none;border:1px solid var(--line);background:#fff;border-radius:99px;padding:7px 14px;font-size:13px;color:var(--muted);cursor:pointer;font-family:inherit;font-weight:600}.fchip.on{background:var(--ink);color:#fff;border-color:var(--ink)}.cust{background:#fff;border-radius:var(--radius);padding:13px 14px;margin-bottom:10px;box-shadow:0 1px 3px #14281e0d;cursor:pointer}.cust:active{transform:scale(.99)}.cust .c1{display:flex;justify-content:space-between;align-items:center;gap:8px}.cust .nm{font-size:15px;font-weight:700}.cust .c2{display:flex;gap:8px;margin-top:6px;font-size:12px;color:var(--muted);align-items:center;flex-wrap:wrap}.cust.invalid{opacity:.55}.fab{position:fixed;left:0;right:0;margin:0 auto;bottom:calc(84px + env(safe-area-inset-bottom));width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;border:0;font-size:30px;font-weight:300;line-height:1;box-shadow:0 8px 20px #16a34a66;cursor:pointer;z-index:5}.fab:active{transform:scale(.94)}.contact-sw{display:flex;background:#f0f3f1;border-radius:12px;padding:3px;margin-bottom:8px}.contact-sw button{flex:1;border:0;background:none;padding:8px;border-radius:9px;font-size:13px;font-family:inherit;color:var(--muted);cursor:pointer;font-weight:600}.contact-sw button.on{background:#fff;color:var(--ink);box-shadow:0 1px 3px #0000001a}.chips button.warn-on{background:var(--red);border-color:var(--red);color:#fff;font-weight:600}.btn.danger{background:var(--red)}.stage-flow{display:flex;align-items:center;margin:14px 0 6px}.stage-flow .st{flex:1;text-align:center;font-size:11px;color:var(--muted);position:relative;padding-top:18px}.stage-flow .st:before{content:"";position:absolute;top:4px;left:50%;transform:translate(-50%);width:12px;height:12px;border-radius:50%;background:#dfe6e1}.stage-flow .st.done{color:var(--green-d);font-weight:700}.stage-flow .st.done:before{background:var(--green)}.stage-flow .st.cur{color:var(--ink);font-weight:700}.stage-flow .st.cur:before{background:var(--green);box-shadow:0 0 0 4px var(--green-bg)}.detail-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.kv{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:7px 0;border-bottom:1px dashed var(--line)}.kv span{color:var(--muted);flex:none}.kv b{font-weight:600;text-align:right}.hist{margin-top:10px;font-size:12px;color:var(--muted);line-height:1.9}.fld input[type=date]{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 12px;font-size:15px;font-family:inherit;background:#fff;color:var(--ink)}.phead .ph-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.dimseg{display:flex;background:#e7ede9;border-radius:12px;padding:3px;margin-bottom:12px}.dimseg button{flex:1;border:0;background:none;padding:9px;border-radius:9px;font-size:14px;font-family:inherit;color:var(--muted);cursor:pointer;font-weight:600}.dimseg button.on{background:#fff;color:var(--ink);box-shadow:0 1px 3px #0000001f}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.kpi{background:#f7faf8;border:1px solid var(--line);border-radius:12px;padding:10px 6px;text-align:center}.kpi b{font-size:22px;font-weight:800;display:block;line-height:1.1}.kpi span{font-size:11px;color:var(--muted)}.kpi.hi b{color:var(--green-d)}.tgt-line{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.tgt-line .lab{font-size:13px;font-weight:600}.tgt-line .val{font-size:13px;color:var(--muted)}.tgt-line .val b{font-size:16px;color:var(--ink)}.rpt-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border-radius:var(--radius);padding:12px 14px;margin-bottom:10px;box-shadow:0 1px 3px #14281e0d}.rpt-row .sl .t{font-size:15px;font-weight:700}.rpt-row .sl .d{font-size:11px;color:var(--muted);margin-top:2px}.rpt-row .bn{font-size:28px;font-weight:800;color:var(--green-d);min-width:44px;text-align:right;flex:none}textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;font-size:14px;font-family:inherit;resize:none;min-height:92px;background:#fff;color:var(--ink)}textarea:focus{outline:2px solid var(--green-bg);border-color:var(--green)}textarea:disabled{background:#f4f6f5;color:var(--muted)}.confirm-lines{background:#f7faf8;border-radius:12px;padding:12px 14px;margin:12px 0}.confirm-lines .cl{display:flex;justify-content:space-between;font-size:14px;padding:6px 0}.confirm-lines .cl b{font-size:16px}.lock-tip{background:var(--amber-bg);border-radius:10px;padding:10px 12px;font-size:12px;color:var(--amber);line-height:1.5;margin-bottom:14px}.btn.locked{background:#f0f2f1;color:var(--muted)}.tabbar button{position:relative}.bdg{position:absolute;top:2px;right:calc(50% - 20px);min-width:16px;height:16px;border-radius:99px;background:var(--red);color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;padding:0 4px}.alertbar{background:var(--red-bg);color:var(--red);border-radius:12px;padding:11px 13px;font-size:13px;font-weight:600;margin-bottom:12px;display:flex;gap:8px;align-items:flex-start;line-height:1.5}.funnel{display:flex;flex-direction:column;gap:6px}.frow{display:flex;align-items:center;gap:8px}.frow .fl{width:44px;font-size:12px;font-weight:600;flex:none}.frow .fb{flex:1;height:26px;border-radius:7px;background:var(--green-bg);position:relative;overflow:hidden}.frow .fb>i{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:7px;display:flex;align-items:center;padding-left:8px;color:#fff;font-size:12px;font-weight:700;min-width:34px;font-style:normal}.frow .fc{width:64px;font-size:11px;color:var(--muted);text-align:right;flex:none}.chan-stack{display:flex;height:22px;border-radius:8px;overflow:hidden;margin-bottom:10px}.chan-stack i{display:block;height:100%}.chan-legend{display:grid;grid-template-columns:1fr 1fr;gap:5px 12px;font-size:12px}.chan-legend .cl{display:flex;align-items:center;gap:6px;color:var(--muted)}.chan-legend .dot{width:9px;height:9px;border-radius:3px;flex:none}.chan-legend b{color:var(--ink);margin-left:auto;font-weight:600}.rank-row{padding:9px 0;border-top:1px dashed var(--line)}.rank-row:first-of-type{border-top:0}.rank-row .r1{display:flex;justify-content:space-between;font-size:13px;margin-bottom:5px}.rank-row .r1 .nm{font-weight:700}.rank-row .r1 .vl{color:var(--muted)}.rank-row .r1 .vl b{color:var(--ink)}.bar{height:8px;border-radius:99px;background:#edf1ee;overflow:hidden}.bar>i{display:block;height:100%;border-radius:99px;background:var(--green);transition:width .3s}.bar>i.amber{background:var(--amber)}.bar>i.red{background:var(--red)}.feed{display:flex;flex-direction:column}.feed .fi{display:flex;gap:10px;padding:9px 0;border-top:1px dashed var(--line);font-size:13px;line-height:1.5}.feed .fi:first-child{border-top:0}.feed .fi .tm{flex:none;color:var(--muted);font-size:11px;padding-top:2px;width:44px}.card.clickable{cursor:pointer}.card.clickable:active{transform:scale(.99)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.step-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;border-top:1px dashed var(--line)}.step-row:first-of-type{border-top:0}.step-row .sl .t{font-size:15px;font-weight:700}.step-row .sl .d{font-size:11px;color:var(--muted);margin-top:2px}.stepper{display:flex;align-items:center;gap:4px;flex:none}.stepper button{width:52px;height:52px;border-radius:14px;border:0;font-size:26px;font-weight:600;background:var(--green-bg);color:var(--green-d);cursor:pointer;font-family:inherit;line-height:1}.stepper button:active{transform:scale(.92)}.stepper button:disabled{background:#f0f2f1;color:#c3ccc6;cursor:default}.stepper .n{min-width:44px;text-align:center;font-size:24px;font-weight:800}.stepper.sm button{width:40px;height:40px;font-size:20px;border-radius:11px}.stepper.sm .n{min-width:34px;font-size:19px}.appr-card{background:#fff;border-radius:var(--radius);padding:14px;margin-bottom:10px;box-shadow:0 1px 3px #14281e0d}.appr-card .a1{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.appr-card .who{font-size:15px;font-weight:700}.appr-card .what{font-size:13px;color:var(--ink);line-height:1.6;background:#f7faf8;border-radius:10px;padding:9px 11px;margin:8px 0}.appr-card .ops{display:flex;gap:10px;margin-top:10px}.appr-card .ops button{flex:1;border:0;border-radius:11px;padding:11px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer}.appr-card .ops button:disabled{opacity:.5}.appr-card .ops .ok{background:var(--green);color:#fff}.appr-card .ops .no{background:#f0f2f1;color:var(--red)}.fab.right{left:auto;right:16px;margin:0}.fab-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8}.fab-menu{position:fixed;right:16px;z-index:9;min-width:152px;bottom:calc(154px + env(safe-area-inset-bottom));background:#fff;border-radius:14px;padding:6px;box-shadow:0 10px 30px #14281e2e}.fab-menu button{display:block;width:100%;min-height:44px;border:0;background:none;text-align:left;padding:12px 16px;font-size:15px;font-weight:600;font-family:inherit;color:var(--ink);border-radius:10px;cursor:pointer}.fab-menu button:active{background:var(--green-bg)}.monthpick{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px}.monthpick button{width:36px;height:36px;border:0;border-radius:10px;background:#fff;font-size:18px;color:var(--ink);cursor:pointer;box-shadow:0 1px 3px #14281e14;font-family:inherit;line-height:1}.monthpick button:active{transform:scale(.94)}.monthpick .mlabel{font-size:15px;font-weight:700;min-width:92px;text-align:center}.chart{width:100%;height:auto;display:block}.chart .cx{font-size:10px;fill:var(--muted)}.chart .cv{font-size:10px;fill:var(--muted);font-weight:700}.chart .cv.d{fill:var(--green-d)}.chart.bars .bt{fill:#d7e9dd}.chart.bars .bd{fill:var(--green)}.chart.lines .lt{fill:none;stroke:#9dc3ab;stroke-width:2}.chart.lines .lt.dash{stroke-dasharray:5 4}.chart.lines .ld{fill:none;stroke:var(--green);stroke-width:2.5}.chart.lines .dot-today{fill:var(--green);stroke:#fff;stroke-width:1.5}.chart-legend{display:flex;justify-content:center;gap:16px;font-size:11px;color:var(--muted);margin-top:6px}.chart-legend .dot{display:inline-block;width:9px;height:9px;border-radius:3px;margin-right:5px}.chart-legend .dot.t{background:#d7e9dd}.chart-legend .dot.d{background:var(--green)}.goal-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;border-top:1px dashed var(--line)}.goal-row:first-of-type{border-top:0}.goal-row .nm{font-size:15px;font-weight:700}.goal-num{width:96px;flex:none;border:1px solid var(--line);border-radius:12px;padding:9px 10px;font-size:22px;font-weight:800;text-align:center;font-family:inherit;color:var(--ink);background:#fff}.goal-num:focus{outline:2px solid var(--green-bg);border-color:var(--green)}.goal-num:disabled{background:#f4f6f5;color:var(--muted)}.mgr-opt{display:flex;align-items:center;gap:10px;padding:13px 12px;margin-bottom:8px;border:1px solid var(--line);border-radius:12px;font-size:14px;font-weight:600;cursor:pointer}.mgr-opt.on{border-color:var(--green);background:var(--green-bg)}.mgr-opt .radio{width:16px;height:16px;border-radius:50%;border:2px solid #c3ccc6;flex:none}.mgr-opt.on .radio{border:5px solid var(--green)}.me-head{display:flex;align-items:center;gap:14px}.me-ava{width:64px;height:64px;border-radius:50%;flex:none;object-fit:cover}.me-ava-fallback{display:flex;align-items:center;justify-content:center;background:var(--green-bg);color:var(--green-d);font-size:26px;font-weight:800}.me-name{font-size:18px;font-weight:800;margin-bottom:3px}.identity-btn{display:block;width:100%;text-align:left;margin-bottom:10px;font-weight:400}.identity-btn:last-of-type{margin-bottom:0}
