/* =============================================================
   projects/veille/brand.css — identité de « Vigie », le système de veille
   assisté par l'IA. Thème SOMBRE encre + ambre : un outil de lecture du
   soir, éditorial. Aucun domaine imposé : le domaine se choisit.
   ============================================================= */
:root{
  --bg:#0f1116; --bg2:#151821; --bg3:#1b1f2a;
  --panel:#171a23; --panel2:#1d212c; --panel-d:#141720;
  --bg-blur:rgba(15,17,22,.82);
  --row-hot:rgba(232,168,56,.07);

  --line:rgba(255,255,255,.08); --line2:rgba(255,255,255,.15);
  --txt:#eef0f4; --mut:#a3a9b7; --mut2:#6d7383;

  --accent:#e8a838;  --accent-l:#f2be5c;  --accent-d:#8a5f12;
  --accent2:#5fb3a2; --accent2-l:#7fcdbd;
  --accent-soft:rgba(232,168,56,.13);
  --accent2-soft:rgba(95,179,162,.14);
  --accent-line:rgba(232,168,56,.35);
  --accent-glow:rgba(232,168,56,.4);
  --glow-1:rgba(232,168,56,.08); --glow-2:rgba(95,179,162,.08);

  --ok:#5fb37a; --warn:#e8a838; --danger:#e26a5a;
  --ok-soft:rgba(95,179,122,.14); --warn-soft:rgba(232,168,56,.14); --danger-soft:rgba(226,106,90,.14);

  --r:12px; --shadow:0 20px 50px -20px rgba(0,0,0,.7);

  --font-display:'Sentient', Georgia, serif;
  --font-body:'Switzer', system-ui, sans-serif;
  --font-mono:'JetBrains Mono', ui-monospace, monospace;

  --veil:#0f1116;
  --cap-bg:rgba(20,23,32,.94); --cap-txt:#f3f4f7; --cap-line:rgba(255,255,255,.14);
  --spot-veil:rgba(8,9,12,.62); --spot-veil-off:rgba(8,9,12,0);
  --cursor-fill:#fff; --cursor-stroke:#0f1116;
  --strong:#fff; --on-accent:#1a1205; --veil-soft:rgba(255,255,255,.06); --edge:rgba(255,255,255,.10);
  --card-h1-from:#fff; --card-h1-mid:#f2be5c; --card-h1-to:#7fcdbd; --card-mark:#fff;
}
