/* ═══════════════════════════════════════════════════════════════════════════
   AUREUS CLASSIC DESIGN SYSTEM — CANONICAL TOKENS (R18)
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  /* Core Backgrounds */
  --bg-dark: #06080d;
  --bg-base: #06080d;
  --bg-card: #0d111a;
  --bg-card-hover: #121824;
  --panel: #0d1218;
  --panel2: #111820;
  --panel3: #151c25;

  /* Typography Colors */
  --text-main: #f0f4f8;
  --text: #f0f4f8;
  --text-muted: #8a9bb0;
  --muted: #8a9bb0;

  /* Gold Brand Accents */
  --gold-primary: #d4af37;
  --gold: #d4af37;
  --gold-light: #f7e096;
  --gold-glow: rgba(212, 175, 55, 0.35);

  /* Status Accents */
  --green: #00e676;
  --green-accent: #00e676;
  --red: #ff5252;
  --amber: #ff9100;
  --blue: #00b0ff;
  --blue-accent: #00b0ff;
  --cyan: #00e5ff;

  /* Borders & Dividers */
  --border-glow: rgba(212, 175, 55, 0.25);
  --line: rgba(212, 175, 55, 0.22);
  --line-subtle: rgba(255, 255, 255, 0.08);

  /* Typography Families */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}
