/* tool-theme-vantage.css — dark mode for a tool that predates the shared skeleton and names its
   own tokens. Linked ONLY by that tool, so it cannot leak into the others
   (it redeclares --accent / --ink / --line). Load it AFTER tool-theme.css. */

/* Vantage (camera / lens demo). `--stage` is the matte AROUND the image and is
   already dark — it stays put. */
:root[data-theme="dark"] {
  --ink: #f2f0ec;
  --line: #33343a;
  --panel: #151618;
  --accent: #5b9dff; /* was #1f6feb — 4.2:1 on the dark page, too thin */
}
