:root{--bg: #f4f6f8;--panel: #ffffff;--line: #e2e6ec;--line-soft: #e7eaee;--text: #1a1a18;--muted: #6f6d64;--faint: #9a978c;--pos: #3f7d65;--neg: #b06a3e;--agent: #4e6a96;--pt: #4e6a96;--pt-dim: #c2c6ce;--radius: 10px;--mono: "Geist Mono", ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;--sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}[hidden]{display:none!important}html,body{height:100%;margin:0;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:13px;-webkit-font-smoothing:antialiased}#app,.main{height:100%}#app{overflow:hidden;position:relative}.cfg-btn{position:absolute;top:8px;right:10px;z-index:6;width:26px;height:26px;border-radius:7px;cursor:pointer;font-size:13px;line-height:1;color:var(--muted);background:var(--panel);border:1px solid var(--line);opacity:0;transition:opacity .15s,color .12s,border-color .12s}#app:hover .cfg-btn{opacity:.75}.cfg-btn:hover{opacity:1;color:var(--agent);border-color:var(--agent)}.main{display:grid;grid-template-columns:minmax(0,1fr) clamp(148px,24%,210px);gap:10px;padding:10px;overflow:hidden}@media(max-width:640px){.stats{padding:10px 11px;gap:9px}.n-big{font-size:23px}.corr-r .v{font-size:16px}.grid .col-head,.grid .row{grid-template-columns:40px 1fr 1fr}}#app.compact .main,#app.mini .main{grid-template-columns:1fr}#app.compact .stats,#app.mini .stats{display:none}#app.compact #legend,#app.mini #legend{display:none!important}#app.mini .plot-hint{display:none}.plot-wrap{position:relative;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.plot{width:100%;height:100%;display:block;cursor:crosshair;user-select:none;-webkit-user-select:none;-moz-user-select:none}.plot .grid,.plot .axis,.plot .tick,.plot .fitline,.plot .brush{pointer-events:none}.plot .grid{stroke:var(--line-soft);stroke-width:1}.plot .axis{stroke:#cfd4dc;stroke-width:1}.plot .tick{fill:var(--faint);font-family:var(--mono);font-size:9.5px}.plot .tick.ty{text-anchor:end}.plot .tick.tx{text-anchor:middle}.plot .pt{fill:var(--pt);fill-opacity:.72;stroke:var(--panel);stroke-width:.8;transition:r .08s ease,fill-opacity .08s ease}.plot .pt.dim{fill:var(--pt-dim);fill-opacity:.5}.plot .pt.hov{fill:var(--agent);fill-opacity:1;stroke:#fff;stroke-width:1.2}.plot .fitline{stroke:var(--neg);stroke-width:1.6;stroke-dasharray:5 4;opacity:.85}.plot .brush{fill:#4e6a961a;stroke:var(--agent);stroke-width:1;stroke-dasharray:3 3}.legend{position:absolute;top:8px;left:8px;z-index:4;background:#fafaf4eb;border:1px solid var(--line);border-radius:7px;padding:6px 8px;max-width:180px;font-family:var(--mono);font-size:9.5px;color:var(--muted);pointer-events:none;backdrop-filter:blur(2px)}.legend .lg-title{font-size:8.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--faint);margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend .lg-item{display:flex;align-items:center;gap:5px;line-height:1.6}.legend .lg-sw{width:9px;height:9px;border-radius:2px;flex:0 0 auto}.legend .lg-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend .lg-more{color:var(--faint);margin-top:2px}.legend .lg-grad{height:9px;width:140px;border-radius:2px;margin:2px 0 3px}.legend .lg-ends{display:flex;justify-content:space-between}.plot-hint{position:absolute;bottom:6px;right:10px;font-family:var(--mono);font-size:9px;letter-spacing:.02em;color:var(--faint);pointer-events:none;user-select:none}.tooltip{position:absolute;z-index:5;pointer-events:none;background:#1a1a18;color:#f4f6f8;border-radius:7px;padding:7px 9px;min-width:120px;font-family:var(--mono);font-size:10.5px;line-height:1.5;box-shadow:0 6px 20px #00000038}.tooltip .tt-label{font-weight:600;margin-bottom:3px;color:#fff;word-break:break-word}.tooltip .tt-row{display:flex;justify-content:space-between;gap:12px}.tooltip .tt-row span{color:#b9b6ac}.tooltip .tt-row b{font-weight:600}.stats{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:12px 13px;display:flex;flex-direction:column;gap:11px;overflow:hidden}.stats-head{display:flex;align-items:center;justify-content:space-between}.scope{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted)}.scope-dot{width:7px;height:7px;border-radius:50%;background:var(--faint)}.scope-dot.sel{background:var(--agent);box-shadow:0 0 0 3px #4e6a962e}.reset{font-family:var(--mono);font-size:10px;color:var(--neg);background:none;border:1px solid transparent;border-radius:5px;padding:2px 6px;cursor:pointer}.reset:hover{border-color:var(--line);background:#fff}.n-row{display:flex;align-items:baseline;gap:8px}.n-big{font-family:var(--mono);font-size:30px;font-weight:600;letter-spacing:-.02em;line-height:1}.n-meta{font-family:var(--mono);font-size:10px;color:var(--faint)}.corr{display:flex;flex-direction:column;gap:5px;padding:9px 0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.corr-r{display:flex;align-items:baseline;gap:7px}.corr-r .k{font-family:var(--mono);font-size:10px;color:var(--muted);text-transform:lowercase}.corr-r .v{font-family:var(--mono);font-size:20px;font-weight:600}.corr-bar{height:4px;background:var(--line-soft);border-radius:3px;overflow:hidden}.corr-fill{height:100%;width:0;border-radius:3px;background:var(--pos);transition:width .18s ease}.corr-fill.pos{background:var(--pos)}.corr-fill.neg{background:var(--neg)}.corr-sub{display:flex;justify-content:space-between;font-family:var(--mono);font-size:10px;color:var(--muted)}.corr-sub b{color:var(--text);font-weight:600}.strength{color:var(--faint)}.fit{display:flex;align-items:baseline;gap:8px}.fit .k{font-family:var(--mono);font-size:10px;color:var(--muted)}.fit .v{font-family:var(--mono);font-size:11px;color:var(--text);word-break:break-all}.grid{display:flex;flex-direction:column;gap:0}.grid .col-head,.grid .row{display:grid;grid-template-columns:46px 1fr 1fr;gap:4px;align-items:center}.grid .col-head{padding-bottom:5px;margin-bottom:2px;border-bottom:1px solid var(--line-soft)}.grid .col-head span{font-family:var(--mono);font-size:9.5px;color:var(--faint);text-transform:uppercase;letter-spacing:.04em;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid .col-head .axis-x{color:var(--agent)}.grid .col-head .axis-y{color:var(--neg)}.grid .row{padding:3.5px 0}.grid .row .k{font-size:10.5px;color:var(--muted);text-align:left}.grid .row span:not(.k){font-family:var(--mono);font-size:11px;text-align:right}.grid .row:nth-child(2n){background:#00000003}.empty{height:100%;display:grid;place-items:center;padding:16px}.empty-card{text-align:center;max-width:320px;color:var(--muted)}.empty-mark{color:var(--agent);margin-bottom:10px;opacity:.85}.empty-card h1{font-family:"Instrument Serif",Georgia,serif;font-style:italic;font-weight:400;font-size:26px;color:var(--text);margin:0 0 6px}.empty-card p{font-size:12.5px;line-height:1.55;margin:0}.empty-card b{color:var(--text)}
