:root{--bg: #f7f6f2;--surface: #ffffff;--surface2: #f0eeea;--fg: #1a1a1a;--muted: #8c8c8c;--border: #dedede;--accent: #e8952e;--accent-ink: #8a5e1a;--accent-soft: #fef6ed;--warn: #d4a017;--warn-soft: #fef9e7;--danger: #d9534f;--danger-soft: #fdecea;--success: #5cb85c;--success-soft: #edf7ed;--shadow: 0 12px 48px rgba(18,28,45,.1)}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100dvh;margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch}body{overflow-x:hidden;overflow-y:auto}button,input{font:inherit}button{border:0;cursor:pointer;-webkit-tap-highlight-color:transparent;background:transparent;color:inherit}input{border:0;outline:0}.page{min-height:100dvh}.app{width:100%;min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;position:relative;background:var(--surface)}.top{padding:14px 18px;border-bottom:1px solid var(--border);background:var(--surface)}.store-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.kicker{color:var(--muted);font-size:11px;font-weight:620;letter-spacing:.08em;margin-bottom:4px}.kicker span{margin-left:6px}h1{margin:0;font-size:22px;font-weight:700;line-height:1.08;letter-spacing:-.02em}.open-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 11px;border-radius:999px;background:var(--success-soft);color:#3d8b3d;font-size:12px;font-weight:650}.dot{width:7px;height:7px;border-radius:50%;background:currentColor}.search{position:relative;margin-top:12px}.search input{width:100%;height:38px;padding:0 36px;border:1px solid var(--border);border-radius:14px;background:var(--surface2);font-size:13px;color:var(--fg)}.search input::placeholder{color:color-mix(in srgb,var(--muted) 70%,white)}.clear-search{position:absolute;right:5px;top:5px;width:28px;height:28px;display:none;place-items:center;border-radius:9px;color:var(--muted);background:transparent}.clear-search.show{display:grid}.content{min-height:0;overflow-y:auto;padding:14px 16px;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%)}.summary{display:grid;grid-template-columns:1.15fr .85fr;gap:10px;margin-bottom:12px}.metric{padding:14px;border:1px solid var(--border);border-radius:18px;background:var(--surface);min-height:80px}.metric.primary{background:var(--accent-soft);border-color:#f5dcc0}.metric.danger{background:var(--danger-soft);border-color:#f0c8c7}.ml{color:var(--muted);font-size:11px;font-weight:650;letter-spacing:.07em;margin:0}.mv{margin:8px 0 0;font-size:26px;line-height:1;font-weight:720;letter-spacing:-.02em}.mh{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.risk-strip{display:flex;gap:10px;overflow-x:auto;padding:2px 0 12px;-webkit-overflow-scrolling:touch}.rc{flex:0 0 180px;padding:11px 13px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.rc.crit{border-color:#eeb4b3;background:var(--danger-soft)}.rt{font-size:13px;font-weight:700;line-height:1.3;margin:0}.rm{font-size:12px;color:var(--muted);line-height:1.35;margin:5px 0 0}.mh{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:2px 0 10px}.sl{color:var(--muted);font-size:11px;font-weight:650;letter-spacing:.07em;margin:0}.seg{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:4px;margin-bottom:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface2)}.seg button{height:32px;border-radius:11px;color:var(--muted);background:transparent;font-size:12px;font-weight:650}.seg button.sel{color:var(--accent-ink);background:var(--surface);box-shadow:0 4px 12px #121c2d0f}.sc{min-height:140px;display:grid;place-items:center;text-align:center;padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.si{width:38px;height:38px;margin:0 auto 10px;display:grid;place-items:center;border-radius:12px;color:var(--accent-ink);background:var(--accent-soft);font-size:16px}.sp{width:20px;height:20px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ct{font-weight:700;font-size:14px;line-height:1.3;color:var(--fg)}.cc{color:var(--muted);font-size:12px;line-height:1.45;margin-top:4px}.ol{display:grid;gap:10px}.oc{padding:14px;border:1px solid var(--border);border-radius:18px;background:var(--surface);text-align:left;width:100%}.ot{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ot h3{margin:0;font-size:15px;line-height:1.25;font-weight:720;letter-spacing:-.01em}.ot p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.of{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:var(--muted);font-size:12px}.of strong{color:var(--fg);font-size:13px;font-weight:700}.badge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:720;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.sl2{display:grid;gap:10px}.sc2{padding:14px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.sh{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.sh h4{margin:0;font-size:14px;font-weight:720;line-height:1.3}.sh p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.bar{height:8px;overflow:hidden;border-radius:999px;background:var(--surface2)}.bf{height:100%;border-radius:inherit;background:var(--accent);transition:width .2s}.bf.low{background:var(--danger)}.bf.warn{background:var(--warn)}.sw{flex:0 0 auto;width:44px;height:26px;padding:3px;border-radius:999px;background:var(--success);border:none;position:relative;transition:background .2s}.sw.off{background:var(--surface2);border:1px solid var(--border)}.swk{width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000026;position:absolute;right:3px;top:3px;transition:right .2s}.sw.off .swk{right:21px}.dg{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dc{padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.dv{display:block;margin-top:8px;font-size:24px;font-weight:720;line-height:1;letter-spacing:-.02em}.pc{padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.pa{display:grid;gap:10px;margin-top:14px}.btn{min-height:40px;border-radius:14px;font-size:13px;font-weight:680;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px}.btn.p{background:var(--accent);color:#fff}.btn.p:disabled{opacity:.4;cursor:not-allowed}.btn.s{background:var(--surface2);color:var(--fg);border:1px solid var(--border)}.btn.sm{min-height:32px;font-size:12px;border-radius:12px}.bn{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:8px 12px;border-top:1px solid var(--border);background:#fffffff5}.bn button{min-height:46px;display:grid;place-items:center;gap:2px;border-radius:14px;color:var(--muted);background:transparent;font-size:10px;font-weight:680;letter-spacing:.02em}.bn button.sel{color:var(--accent-ink);background:var(--accent-soft)}.bk{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:none;background:#121c2d57}.bk.o{display:block}.sh2{position:absolute;z-index:21;left:0;right:0;bottom:0;max-height:82%;display:grid;gap:12px;padding:10px 16px;overflow:auto;background:var(--surface);border-radius:24px 24px 0 0;box-shadow:0 -12px 36px #121c2d26;transform:translateY(110%);transition:transform .22s}.sh2.o{transform:translateY(0)}.gr{width:40px;height:4px;justify-self:center;border-radius:999px;background:var(--border)}.sh3{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sh3 h2{margin:0;font-size:20px;line-height:1.12;letter-spacing:-.02em}.cs{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;color:var(--muted);background:var(--surface2)}.dl{display:grid;gap:6px;padding:0;margin:0;list-style:none}.dl li{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}.sa{display:grid;grid-template-columns:1fr 1fr;gap:10px}.toast{position:absolute;z-index:30;left:18px;right:18px;bottom:80px;padding:10px 14px;border-radius:14px;color:#fff;background:#121c2deb;transform:translateY(12px);opacity:0;pointer-events:none;transition:opacity .18s,transform .18s;font-size:13px;font-weight:620;text-align:center}.toast.o{transform:translateY(0);opacity:1}svg{display:block}
