/*
 * uPlot v1.6.30 — PLACEHOLDER STUB
 *
 * Run `make vendor` to download the real CSS:
 *   curl -fsSL https://cdn.jsdelivr.net/npm/uplot@1.6.30/dist/uPlot.min.css \
 *        -o web/static/vendor/uPlot.min.css
 */
.uplot-stub {
  padding: 1rem;
  color: #718096;
  font-style: italic;
  text-align: center;
  border: 1px dashed #e2e8f0;
  border-radius: 8px;
}
