/* ============================================================
   Theme — Heatmap (client). class .bp-theme-heatmap on the stage.
   Sets the seed, then PINS the hand-sampled secondaries so this
   preset stays pixel-right (sampled from the product:
   green #10B068 / deep #009050 / mint tint #E7FDEF).
   The engine derives greys + semantics from the seed.
   ============================================================ */

.bp-theme-heatmap {
  --bp-brand:             #10b068;   /* seed */

  /* hand-sampled pins (override the engine's derived ramp) */
  --bp-accent-strong:     #009050;
  --bp-accent-tint:       #e7fdef;
  --bp-accent-foreground: #ffffff;

  --bp-radius:            14px;
  --bp-radius-sm:         10px;
  --bp-font:              'Inter', system-ui, -apple-system, sans-serif;
}
