/* Shared design tokens for the debug/status views. Referenced by the
   Handlebars templates so the palette lives in one place. */
:root {
  --bg: #1e1e1e;
  --panel: #2a2a2a;
  --border: #3a3a3a;
  --text: #d4d4d4;
  --muted: #8a8a8a;
  --accent: #4a9eff;
  --accent-hover: #3b8ae6;
  --success: #3fb950;
  --error: #f85149;
}

* {
  box-sizing: border-box;
}
