:root{--bg: #10140f;--panel: #1a1f18;--ink: #d7e0cf;--muted: #8a9580;--accent: #7bc86c;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--ink);font:13px/1.4 ui-monospace,SF Mono,Menlo,Consolas,monospace;overflow:hidden}#app{display:grid;grid-template-columns:1fr 340px;height:100vh;height:100dvh}#view{display:block;width:100%;height:100%;cursor:grab;background:#0c0f0b;touch-action:none}#view:active{cursor:grabbing}#sidebar{border-left:1px solid #2a3126;background:var(--panel);overflow-y:auto;padding:8px}#charts{display:flex;flex-direction:column;gap:10px}.chart-card{background:#141811;border:1px solid #2a3126;border-radius:6px;padding:6px 6px 2px}.chart-card h3{margin:0 0 4px;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}#inspector{margin-top:10px;font-size:12px}#inspector h3{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px}#inspector table{width:100%;border-collapse:collapse}#inspector td{padding:1px 4px}#inspector td:last-child{text-align:right;color:var(--accent)}.tp-dfwv{position:absolute;top:8px;left:8px;width:280px;z-index:10}#hud{position:absolute;bottom:8px;left:8px;z-index:10;color:var(--muted);background:#10140fb3;padding:4px 8px;border-radius:4px;pointer-events:none;white-space:pre}#panel-toggle{display:none;position:fixed;right:12px;bottom:12px;z-index:21;width:46px;height:46px;border:none;border-radius:50%;background:var(--accent);color:#10140f;font-size:20px;line-height:1;box-shadow:0 2px 8px #00000080;cursor:pointer}@media(max-width:860px){#app{grid-template-columns:1fr}#view{width:100vw;height:100dvh}#sidebar{position:fixed;left:0;right:0;bottom:0;height:52dvh;border-left:none;border-top:1px solid #2a3126;border-radius:12px 12px 0 0;transform:translateY(100%);transition:transform .25s ease;z-index:20;padding-bottom:env(safe-area-inset-bottom)}#sidebar.open{transform:translateY(0)}#panel-toggle{display:flex;align-items:center;justify-content:center}#sidebar.open~#panel-toggle{bottom:calc(52dvh + 12px)}.tp-dfwv{width:min(280px,calc(100vw - 16px));max-height:70dvh;overflow-y:auto}#hud{font-size:11px;bottom:6px;max-width:calc(100vw - 16px);white-space:normal}}.uplot,.uplot *,.uplot *:before,.uplot *:after{box-sizing:border-box}.uplot{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;width:min-content}.u-title{text-align:center;font-size:18px;font-weight:700}.u-wrap{position:relative;user-select:none}.u-over,.u-under{position:absolute}.u-under{overflow:hidden}.uplot canvas{display:block;position:relative;width:100%;height:100%}.u-axis{position:absolute}.u-legend{font-size:14px;margin:auto;text-align:center}.u-inline{display:block}.u-inline *{display:inline-block}.u-inline tr{margin-right:16px}.u-legend th{font-weight:600}.u-legend th>*{vertical-align:middle;display:inline-block}.u-legend .u-marker{width:1em;height:1em;margin-right:4px;background-clip:padding-box!important}.u-inline.u-live th:after{content:":";vertical-align:middle}.u-inline:not(.u-live) .u-value{display:none}.u-series>*{padding:4px}.u-series th{cursor:pointer}.u-legend .u-off>*{opacity:.3}.u-select{background:#00000012;position:absolute;pointer-events:none}.u-cursor-x,.u-cursor-y{position:absolute;left:0;top:0;pointer-events:none;will-change:transform}.u-hz .u-cursor-x,.u-vt .u-cursor-y{height:100%;border-right:1px dashed #607D8B}.u-hz .u-cursor-y,.u-vt .u-cursor-x{width:100%;border-bottom:1px dashed #607D8B}.u-cursor-pt{position:absolute;top:0;left:0;border-radius:50%;border:0 solid;pointer-events:none;will-change:transform;background-clip:padding-box!important}.u-axis.u-off,.u-select.u-off,.u-cursor-x.u-off,.u-cursor-y.u-off,.u-cursor-pt.u-off{display:none}
