/* Raw palette — every value lifted verbatim from the UI-v1 source.
   Never reference these directly in a component; use the semantic aliases. */
:root{
  /* Neutral ramp — the whole system is built on it */
  --n-0:#FFFFFF;
  --n-25:#FCFCFD;
  --n-50:#FAFAFB;
  --n-75:#F7F7F8;
  --n-100:#F4F4F5;
  --n-150:#F1F1F3;
  --n-200:#EFEFF1;
  --n-250:#EDEDEF;
  --n-300:#ECECEE;
  --n-350:#E9E9EC;
  --n-400:#E4E4E7;
  --n-450:#DCDCE0;
  --n-500:#D4D4D8;
  --n-600:#A1A1AA;
  --n-700:#71717A;
  --n-750:#52525B;
  --n-800:#3F3F46;
  --n-850:#27272A;
  --n-900:#18181B;
  --n-950:#111114;
  --n-1000:#09090B;

  /* Indicator hues — desaturated, print-like. Solid / tint / ink, light + dark. */
  --h-teal-ink:#0E7A72;    --h-teal:#0E8C82;    --h-teal-lift:#2FB6A8;  --h-teal-tint:#DDF0EE;  --h-teal-line:#B9E0DB;
  --h-blue-ink:#34506D;    --h-blue:#3F6081;    --h-blue-lift:#7EA6CE;  --h-blue-tint:#E4EBF1;  --h-blue-line:#C4D3E1;
  --h-amber-ink:#A8661E;   --h-amber:#C77D2A;   --h-amber-lift:#E0A75A; --h-amber-tint:#F7EBDC; --h-amber-line:#E8D2B4;
  --h-rust-ink:#B93C21;    --h-rust:#DB4C2C;    --h-rust-lift:#F1705A;  --h-rust-tint:#FAE6E0;  --h-rust-line:#F0C9BC;
  --h-clay-ink:#82492A;    --h-clay:#9A5B33;    --h-clay-lift:#C98A5C;  --h-clay-tint:#F3E8DF;  --h-clay-line:#E3CDBB;
  --h-violet-ink:#4C3F86;  --h-violet:#5E4EA6;  --h-violet-lift:#9C8CD8;--h-violet-tint:#EAE7F5;--h-violet-line:#D2CBEB;
}
