/*
  Fuel Run — THEME PACK (Fuel Run brand v1.0).
  ------------------------------------------------------------------
  Maps the Fuel Run brand pack (brand/fuel-run-tokens.css) onto the app's token
  names. This file plus config/brand.php is the whole brand surface; app.css
  (layout) only references these variables. Swap this file to rebrand.

  Fuel Run: ROSA Cars family base (Ink Navy authority, warm Cream ground, mono
  figures) led by a savings GREEN accent. A tool by ROSA Cars, powered by
  Intelligentae. Fonts (Outfit / Inter / JetBrains Mono) load via Google Fonts.
*/
:root {
  /* Brand accent (CTAs, links, focus, the win). Fuel Green. */
  --brand:      #0E9F6E;
  --brand-ink:  #FFFFFF;

  /* Surfaces */
  --bg:     #FAF8F3;   /* Cream */
  --panel:  #FFFFFF;
  --ink:    #0A1F3D;   /* Ink Navy — headings, strong text */
  --muted:  #4A5568;   /* Slate — secondary text */
  --line:   #E5E0D3;   /* Mist — dividers */

  /* Verdict semantics. Signal green flags the cheapest all-in. */
  --good: #0E9F6E;  --good-bg: #E4F7EF;
  --ok:   #B9791B;  --ok-bg:   #FBF1DE;
  --bad:  #B23A2E;  --bad-bg:  #F8E7E4;

  /* Type */
  --font-sans:    'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: 'Outfit', 'Inter', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', 'Menlo', 'Consolas', monospace;
  --fs-base:      15px;

  /* Shape */
  --radius:    14px;
  --radius-sm: 8px;
  --shadow:    0 1px 2px rgba(10,31,61,.06), 0 4px 16px rgba(10,31,61,.07);

  /* Layout proportions */
  --maxw:      1120px;
  --sidebar-w: 320px;
  --gap:       20px;
}
