/* SPLICE site — brand tokens (must match the app's v1.2.0 style.css exactly) */
:root {
  --bg: #101214;
  --panel: #16191d;
  --raise: #1c2026;
  --line: #23272e;
  --edge: #2a2f37;
  --fg: #e6e3dc;
  --dim: #8a8f98;
  --accent: #ff6a00;
  --accent-hi: #ff8433;
  --accent-deep: #d95a00;
  --grad-top: #ff7a1f;
  --grad-bot: #f56300;
  --grad-hover-top: #ff8f42;
  --ok: #3fb950;
  --err: #f85149;
  --header-glint-top: #1a1e23;
  --aibar-glint-top: #191d22;
  --scroll-hover: #3a4048;
  --check-border: #3a4048;
  --focus-ring: rgba(255, 106, 0, 0.35);
  --bolt-glow: 0 0 7px rgba(255, 106, 0, 0.55);
  --top-glint: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  /* terminal 16-palette picks used on the page */
  --t-green: #3fb950;
  --t-blue: #58a6ff;
  --t-yellow: #d29922;
  --t-red: #f85149;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas,
          "DejaVu Sans Mono", "Liberation Mono", monospace;
  --ease: 120ms ease;
}
