/* Panther brand tokens — from brand sheet */
:root {
  --bg: #0d0d12;
  --bg-2: #07070b;
  --deep: #1a0d2e;
  --shell: #0b0b10;
  --panel: #121218;
  --panel-2: #17171f;
  --line: rgba(229, 230, 230, 0.08);
  --line-strong: rgba(229, 230, 230, 0.16);
  --text: #e5e6e6;
  --muted: #9a9ba3;
  --silver: #e5e6e6;

  --accent: #7b3dff;
  --accent-2: #5a1eff;
  --accent-soft: rgba(123, 61, 255, 0.14);
  --accent-line: rgba(123, 61, 255, 0.4);

  --purple: #7b3dff;
  --purple-2: #5a1eff;
  --purple-soft: rgba(123, 61, 255, 0.14);

  --ok: #34d399;
  --warn: #fbbf24;
  --danger: #f87171;

  --radius: 12px;
  --radius-lg: 16px;
  --font: "Inter", system-ui, sans-serif;
  --display: "Orbitron", sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
  --hairline: 1px solid var(--line);
  --max: 1120px;
}
