/* LINESURGE — colour tokens
   Dark studio palette: near-black surfaces so artwork thumbnails carry the colour,
   with a single high-voltage accent for interactive states. */
:root{
  --ink-0:#000000;
  --ink-1:#0d0d10;
  --ink-2:#121216;
  --ink-3:#18181e;
  --ink-4:#22222b;
  --line:#2c2c36;
  --line-soft:#3a3a46;

  --text:#ffffff;
  --text-2:#c8c8d2;
  --text-3:#8e8e9c;

  --volt:#00e5ff;
  --volt-deep:#00b3c7;
  --magenta:#ff2e88;
  --amber:#ffc43d;

  --hero-a:#141a3d;
  --hero-b:#2a1046;
  --hero-c:#07070c;

  --tag-live:#ff2e88;
  --tag-soon:#3a3a46;
  --tag-open:#00e5ff;

  --footer-bg:#333333;
  --footer-text:#d2d2da;
}
