/* блик brand tokens — source: web/config.json */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap");

:root {
  --bg: #0B0F19;
  --surface: #111729;
  --surface-2: #161d33;
  --line: rgba(148, 163, 184, 0.14);
  --purple: #7C3AED;
  --blue: #22D3EE;
  --teal: #14B8A6;
  --gray: #94A3B8;
  --white: #FFFFFF;
  --text-body: #dbe2f0;
  --text-muted: #d7deea;
  --chip-bg: rgba(124, 58, 237, 0.14);
  --chip-border: rgba(124, 58, 237, 0.4);
  --chip-text: #c9b6ff;
  --grad: linear-gradient(135deg, var(--purple), var(--blue));
  --grad-2: linear-gradient(135deg, var(--teal), var(--blue));
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 16px;
  /* score tiers (dark UI) */
  --score-excellent: #14B8A6;
  --score-good: #22D3EE;
  --score-fair: #a78bfa;
  --score-early: #fbbf24;
  --score-poor: #f87171;
}
