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

:root {
  /* Surfaces */
  --bg:             #000000;
  --bg-panel:       #0a0a0a;
  --bg-panel-soft:  #111111;
  --bg-card:        #080808;

  /* Borders */
  --border:         #1a1a1a;
  --border-strong:  #2a2a2a;
  --border-accent:  #FF6600;

  /* Text */
  --text-primary:   #e0e0e0;
  --text-secondary: #999999;
  --text-muted:     #666666;
  --text-bright:    #ffffff;

  /* Bloomberg Accent Palette */
  --accent:         #FF6600;     /* Bloomberg orange */
  --accent-strong:  #FF8800;
  --accent-dim:     rgba(255, 102, 0, 0.15);
  --cyan:           #00D4FF;
  --cyan-dim:       rgba(0, 212, 255, 0.15);

  /* Status Colors */
  --critical:       #FF3333;
  --critical-dim:   rgba(255, 51, 51, 0.15);
  --elevated:       #FFB020;
  --elevated-dim:   rgba(255, 176, 32, 0.15);
  --stable:         #00CC66;
  --stable-dim:     rgba(0, 204, 102, 0.15);

  /* Effects */
  --shadow:         0 2px 8px rgba(0, 0, 0, 0.6);
  --radius:         2px;

  /* Typography */
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --sans: "Inter", system-ui, -apple-system, Segoe UI, sans-serif;
}
