/*
 * Plot design tokens — PRD v48.0
 *
 * Shared CSS custom properties consumed by both the chat-inline plot
 * (plotRenderer.js) and the doctor-view trend drill-in (trendViewer.js)
 * via plotConfig.js. Read ONCE at page load; live DevTools edits do not
 * re-skin already-mounted charts (see plotConfig.js header comment).
 */

:root {
  --plot-line: hsl(168 32% 48%);
  --plot-ref-band-fill: hsl(152 56% 60% / 0.14);
  --plot-ref-band-stroke: hsl(152 36% 50% / 0.45);
  --plot-point-in-range: hsl(152 56% 45%);
  --plot-point-out-of-range: hsl(4 60% 56%);
  --plot-point-selected: hsl(180 52% 40%);
  --plot-point-halo-selected: hsl(180 52% 40% / 0.18);
  --plot-axis: hsl(180 15% 42%);
  --plot-grid: hsl(170 16% 88%);
  --plot-label: hsl(200 55% 18%);
  --plot-tooltip-bg: hsl(160 18% 99%);
  --plot-tooltip-border: hsl(170 16% 88%);
}
