/* Dark terminal theme — token values only.
   Loaded after site.css when THEME is 'dark' in config.php. */

:root{
  --void:#080a08;
  --deep:#0b0e0b;
  --panel:#101310;
  --panel-2:#151915;
  --line:#1f2a20;
  --line-soft:#161d17;

  --term:#00ff41;          /* phosphor green */
  --term-dim:#00cc34;      /* hover / pressed */
  --term-soft:#7dffa4;     /* secondary accent text */
  --term-glow:rgba(0,255,65,.13);

  --text:#e8ece7;
  --muted:#8fa197;
  --dim:#7d8d83;
  --bad:#ff6b52;
  --bad-tint:rgba(255,107,82,.12);

  --mono:"IBM Plex Mono",ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;
  --sans:"IBM Plex Sans",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;

  --shell:1180px;
  --gap:clamp(1.5rem,4vw,3rem);
  --radius:5px;
  --vignette:radial-gradient(120% 70% at 12% 0%,rgba(0,255,65,.045),transparent 60%);
}
