/* Muda Hunt — Cadence Standard design tokens.
   Premium dark UI · teal-green accent · Instrument Mono brand voice. */
:root {
  /* Surfaces */
  --bg: #0e1116;
  --bg-2: #11161d;
  --surface: #161c24;
  --surface-2: #1d2530;
  --surface-3: #232d3a;
  --line: #2a3340;
  --line-soft: #20272f;

  /* Ink */
  --ink: #f3f6fa;
  --ink-dim: #a6b2c2;
  --ink-faint: #6b7888;

  /* Brand */
  --accent: #3ddc97;        /* Cadence green */
  --accent-2: #2fb3ff;      /* secondary cyan */
  --accent-ink: #06170f;
  --brand-terracotta: #d9482f;  /* Cadence Standard signature accent */
  --warn: #f5a623;
  --bad: #ff5d5d;
  --good: #3ddc97;

  /* Geometry */
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 22px;
  --shadow: 0 14px 40px rgba(0, 0, 0, .42);
  --shadow-soft: 0 6px 20px rgba(0, 0, 0, .3);
  --ring: 0 0 0 2px rgba(61, 220, 151, .55);

  /* Type */
  --font-ui: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: "Instrument Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Motion */
  --ease: cubic-bezier(.2, .7, .2, 1);
  --fast: .14s;
  --med: .26s;
}
