/* FALSE POSITIVE design tokens - single source of truth (mirrors ds/ previews) */
:root {
  /* SOC neutrals */
  --bg-0: #0a0d12;
  --bg-1: #0e1219;
  --bg-2: #141a23;
  --panel: #10151d;
  --raised: #161d27;
  --line: #232c38;
  --line-strong: #33404f;

  /* text */
  --text: #dbe4ec;
  --text-strong: #f4f8fb;
  --muted: #8b99a8;
  --faint: #5c6b7a;

  /* semantic */
  --alert: #ff4d4f;
  --warn: #f5b942;
  --benign: #3ddc84;
  --info: #58a6ff;

  /* IRC nick palette */
  --nick-0: #5b9bd5;
  --nick-1: #57c26b;
  --nick-2: #e05d5d;
  --nick-3: #b06ae0;
  --nick-4: #d49a3a;
  --nick-5: #4ec9c9;
  --nick-6: #e070b0;
  --nick-7: #9aa657;
  --nick-op: #ffd166;
  --nick-bot: #8f7ee0;
  --joinpart: #4d5a68;
  --ts: #45525f;

  /* type */
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --display: "Big Shoulders", "Arial Narrow", sans-serif;
  --stencil: "Big Shoulders Stencil", "Big Shoulders", sans-serif;

  /* shape + motion */
  --radius: 10px;
  --radius-lg: 16px;
  --dur-line: 120ms;
  --dur-stamp: 400ms;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0s !important;
  }
}
