/* PerpDexFarm "Terminal desk" tokens, verbatim. Single dark theme: read at 3am. */
:root {
  --ground: #07080a; --panel: #0d0f13; --raised: #12151a;
  --rule: #1c2028; --rule-soft: #131720; --rule-strong: #2a3039;
  --ink: #e6edf3; --ink-2: #8b949e; --ink-3: #757d87;
  --pos: #3fb950; --neg: #f85149; --warn: #d29922; --info: #58a6ff;
  --pos-dim: #1f3a26; --warn-dim: #3d3316; --neg-dim: #4a1f1d; --info-dim: #16304d;
  --mono: 'JetBrains Mono', 'SF Mono', ui-monospace, 'Cascadia Mono', monospace;
  --gap: 12px;
  --deck-viewport-h: 100dvh;
  --scroll-thumb: #242a33; --scroll-thumb-hover: #3a424e;
  /* Every browser-drawn control — scrollbars, select popups, the caret —
     takes its palette from here. Without it Windows and Linux paint a white
     scrollbar slab through a black desk; macOS only hides the problem by
     overlaying its bars instead of reserving a track for them. */
  color-scheme: dark;
}
