/* skin-night — THE one home of the near-black night values (Em's "black, not
   navy" call; values are the ones the Datacore design pinned). Linked by every
   page (root shell, datacore, agent-ops) AFTER the token sheet: same
   2-attribute specificity as the theme's own dark block, so source order wins.
   Do not copy these values into app sheets — link this file. */
html[data-theme="numu"][data-mode="dark"] {
  --bg: #06070a;
  --surface: #0c0e13;
  --surface-2: #14171f;
  --border: rgba(255, 255, 255, 0.11);
}
