/* Locked workspace color palette (PM design spec, 16 Sep 2026) — meant to apply
   across the whole doctor dashboard, not just one screen. These are the new
   source-of-truth tokens: old code should point its --nx-*/--smd-* variables
   at these, not the other way around. See doctor-screens/BRIEF-workspace-color-tokens.md. */
:root {
  --bg-app: #f7f7f7;
  --bg-surface: #ffffff;
  --bg-subtle: #fafbfb;
  --bg-input: #f2f4f4;

  --border: #dbdee0;

  --text-primary: #222326;
  --text-secondary: #636467;
  /* Corrected from the source spec's #989FA2 to retain AA contrast on white. */
  --text-muted: #7a7f82;

  --mint: #24b685;
  --mint-dark: #13996e;
  --mint-soft: #e7f1ee;
  --mint-ultralight: #f0faf6;

  --danger: #f15d5f;
  --danger-soft: #fff2f2;

  --info: #2581b8;
  --info-soft: #eaf5fc;

  --button-black: #1d1e20;

  --badge-scheduled-bg: var(--info-soft);
  --badge-scheduled-text: var(--info);
  --badge-completed-bg: #e5f7ef;
  --badge-completed-text: #14966d;
}
