/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   BNTI v2.0 — Bloomberg Terminal Tokens
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

:root {
  /* Surfaces */
  --bg: #15130f;
  --bg-panel: #191711;
  --bg-panel-soft: #1f1c16;
  --bg-card: #17140f;

  /* Borders */
  --border: #2c2820;
  --border-soft: #221f18;
  --border-strong: #463f31;
  --border-accent: #c9a24b;

  /* Text */
  --text-primary: #ece6d8;
  --text-secondary: #9a9284;
  --text-muted: #7d7565;
  --text-faint: #6b6457;
  --text-bright: #f5efe2;

  /* Bloomberg Accent Palette */
  --accent: #c9a24b;
  --accent-strong: #dfbd6b;
  --accent-dim: rgba(201, 162, 75, 0.12);
  --cyan: #a69b83;
  --cyan-dim: rgba(166, 155, 131, 0.12);

  /* Status Colors */
  --critical: #cf5b4e;
  --critical-dim: rgba(207, 91, 78, 0.12);
  --elevated: #d8a13f;
  --elevated-dim: rgba(216, 161, 63, 0.12);
  --stable: #6fae7e;
  --stable-dim: rgba(111, 174, 126, 0.12);

  /* Effects */
  --shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  --radius: 1px;

  /* Typography */
  --serif: "Spectral", Georgia, serif;
  --sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
