:root{--chart-surface:#fbfcff;--chart-ink:#182136;--chart-ink-secondary:#536076;--chart-ink-muted:#707b8e;--chart-grid:#d5dce7;--chart-axis:#bac4d3;--chart-border:#bac4d3;--series-pace:#405a9b;--series-hrv:#4e8878;--series-cadence:#af7c32;--series-load:#65866a;--series-stride:#6a5c9b;--series-hr:#b75f65;--series-gct:#b86f45;--series-generic:#9c6481;--series-prev:#a7b0bf;--tone-good:#688b75;--tone-warning:#b88735;--tone-serious:#b86b55;--tone-critical:#a4535a;--tone-neutral:#707b8e}@media (prefers-color-scheme:dark){:root{--chart-surface:#1c2433;--chart-ink:#e6eaf2;--chart-ink-secondary:#b6c0d1;--chart-ink-muted:#94a0b3;--chart-grid:#2c3547;--chart-axis:#43516a;--chart-border:#43516a;--series-pace:#7f9ad0;--series-hrv:#7fb6a0;--series-cadence:#d4ad64;--series-load:#9dbf91;--series-stride:#a69ad7;--series-hr:#d88b91;--series-gct:#d79a72;--series-generic:#c18eac;--series-prev:#6f7b8f;--tone-good:#8fb39d;--tone-warning:#d6af66;--tone-serious:#d99278;--tone-critical:#d2787f;--tone-neutral:#94a0b3}}:root[data-theme=dark]{--chart-surface:#1c2433;--chart-ink:#e6eaf2;--chart-ink-secondary:#b6c0d1;--chart-ink-muted:#94a0b3;--chart-grid:#2c3547;--chart-axis:#43516a;--chart-border:#43516a;--series-pace:#7f9ad0;--series-hrv:#7fb6a0;--series-cadence:#d4ad64;--series-load:#9dbf91;--series-stride:#a69ad7;--series-hr:#d88b91;--series-gct:#d79a72;--series-generic:#c18eac;--series-prev:#6f7b8f;--tone-good:#8fb39d;--tone-warning:#d6af66;--tone-serious:#d99278;--tone-critical:#d2787f;--tone-neutral:#94a0b3}:root[data-theme=light]{--chart-surface:#fbfcff;--chart-ink:#182136;--chart-ink-secondary:#536076;--chart-ink-muted:#707b8e;--chart-grid:#d5dce7;--chart-axis:#bac4d3;--chart-border:#bac4d3;--series-pace:#405a9b;--series-hrv:#4e8878;--series-cadence:#af7c32;--series-load:#65866a;--series-stride:#6a5c9b;--series-hr:#b75f65;--series-gct:#b86f45;--series-generic:#9c6481;--series-prev:#a7b0bf;--tone-good:#688b75;--tone-warning:#b88735;--tone-serious:#b86b55;--tone-critical:#a4535a;--tone-neutral:#707b8e}.role-pace{color:var(--series-pace)}.role-hr{color:var(--series-hr)}.role-cadence{color:var(--series-cadence)}.role-stride{color:var(--series-stride)}.role-gct{color:var(--series-gct)}.role-load{color:var(--series-load)}.role-hrv{color:var(--series-hrv)}.role-prev{color:var(--series-prev)}.role-generic{color:var(--series-generic)}.role-neutral{color:var(--chart-ink-secondary)}.tone-good{color:var(--tone-good)}.tone-warning{color:var(--tone-warning)}.tone-serious{color:var(--tone-serious)}.tone-critical{color:var(--tone-critical)}.tone-neutral{color:var(--tone-neutral)}.chart-wrap{position:relative;font-family:var(--font-sans)}.chart-wrap svg{display:block;width:100%;height:auto}.chart-wrap svg text{user-select:none}.series-line{fill:none;stroke:currentColor;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.bar{fill:currentColor}.bar.is-active{stroke:var(--chart-ink);stroke-opacity:.45;stroke-width:1}.dot{fill:currentColor;stroke:var(--chart-surface);stroke-width:2}.dot.is-active{stroke:var(--chart-ink);stroke-opacity:.45}.chart-zone{fill:currentColor;opacity:.07}.chart-zone-label{fill:var(--chart-ink-muted);font-size:10px}.chart-band{fill:var(--chart-ink-muted);opacity:.12}.chart-grid{stroke:var(--chart-grid);stroke-width:1}.chart-tick{fill:var(--chart-ink-muted);font-family:var(--font-data);font-size:10px;font-variant-numeric:tabular-nums}.chart-marker{fill:currentColor}.chart-crosshair{stroke:var(--chart-axis);stroke-width:1;stroke-dasharray:3 3}.focus-dot{fill:var(--chart-surface);stroke:currentColor;stroke-width:3}.chart-hit{fill:transparent;stroke:none}.chart-tooltip{position:absolute;top:8px;transform:translateX(10px);background:var(--chart-surface);border:1px solid var(--chart-border);border-radius:6px;box-shadow:var(--shadow);padding:6px 9px;font-size:12px;line-height:1.5;white-space:nowrap;pointer-events:none;z-index:2}.chart-tooltip.flip{transform:translateX(calc(-100% - 10px))}.chart-tooltip .tt-x{color:var(--chart-ink-muted);font-size:11px;margin-bottom:2px}.tt-row{display:flex;align-items:center;gap:6px}.tt-key{flex:none;width:10px;height:2px;border-radius:1px;background:currentColor}.tt-label{color:var(--chart-ink-secondary)}.tt-val{margin-left:auto;padding-left:12px;color:var(--chart-ink);font-family:var(--font-mono);font-weight:600;font-variant-numeric:tabular-nums}.chart-legend{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:6px;font-size:12px;color:var(--chart-ink-secondary)}.legend-item{display:inline-flex;align-items:center;gap:6px}.legend-swatch{width:14px;height:3px;border-radius:2px;background:currentColor}.legend-swatch.fill{width:10px;height:10px;border-radius:3px}