:root {
  --bg: #0b0d0f;
  --bg-raised: #14171a;
  --bg-sunken: #0e1114;
  --grid-line: #12161a;

  --border: #262b30;
  --border-soft: #1f2429;
  --border-strong: #2a2f35;
  --border-hover: #3d454d;
  --border-tile: #22272c;
  --border-dashed: #2a3037;

  --text: #e8ebee;
  --text-muted: #949ca4;
  --text-dim: #838c95; /* >=4.5:1 sobre --bg (WCAG AA) */
  --text-faint: #767f88; /* >=4.5:1 sobre --bg (WCAG AA) */
  --text-cool: #cfd5da;

  --accent: #2d7ff9;
  --accent-hover: #4a91fb;
  --accent-soft: #7fb2f7;
  --accent-soft-hover: #a8cbfb;

  --danger: #e5484d;
  --danger-text: #f0787c;
  --danger-bg: #1b1214;
  --danger-border: #40191c;
  --danger-border-strong: #5a2126;
  --danger-strong: #8f2d33;

  --amber: #e2a336;
  --amber-bg: #1d1608;
  --amber-border: #5b4416;

  --success: #46a758;

  /* paleta de cor por autor no chat — lida em tempo de execução por sidebar-chat.js */
  --chat-author-1: #7fb2f7;
  --chat-author-2: #c9a3f5;
  --chat-author-3: #8fd0a8;
  --chat-author-4: #e2a336;
  --chat-author-5: #f0787c;

  --font-sans: 'IBM Plex Sans', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
}
