/* KOVIK GROUP, design tokens. Near-black, borderless, gold signal, starfield. */
:root{
  /* base ink, quasi-noir, zones par teintes et lueurs (jamais des lignes) */
  --ink-950:#050609;   /* base la plus profonde */
  --ink-900:#07080C;   /* fond de page */
  --ink-850:#0A0B10;   /* zone levee */
  --ink-800:#0D0F16;   /* panneau bas */
  --ink-700:#12141D;   /* panneau */
  --ink-600:#171A25;   /* panneau haut / hover */
  --ink-500:#1C202D;   /* levee subtile */

  /* text */
  --text:#EDEFF7;
  --text-soft:#A7AEC6;
  --text-faint:#5F6784;

  /* accents */
  --gold:#E9B44C;
  --gold-hi:#F4C866;
  --gold-soft:#C99A3F;
  --blue:#5FA8FF;

  /* per-solution accents (exprimes par lueur + icone + point, jamais une barre) */
  --a-funo:#D3B478; --a-workci:#2FB6A3; --a-wapidi:#FF7A5C;
  --a-tripato:#F5A524; --a-transitix:#4C7DF0; --a-immobex:#C0813C; --a-kcc:#E5484D;

  /* radius */
  --r-sm:12px; --r-md:18px; --r-lg:26px; --r-pill:999px;

  /* elevation, lueurs a la place des bordures */
  --shadow-soft:0 30px 80px rgba(0,0,0,.55);
  --shadow-card:0 20px 50px rgba(0,0,0,.45);
  --glow-gold:0 0 50px rgba(233,180,76,.22);

  /* spacing scale (8px base) */
  --s-1:8px; --s-2:12px; --s-3:16px; --s-4:24px; --s-5:32px;
  --s-6:48px; --s-7:64px; --s-8:96px; --s-9:128px; --s-10:160px;

  /* layout */
  --maxw:1120px; --gutter:24px;

  /* type families */
  --font-display:'Bricolage Grotesque',Georgia,serif;
  --font-body:'Inter',system-ui,sans-serif;
  --font-mono:'JetBrains Mono',ui-monospace,monospace;

  --page-accent:#E9B44C;
}
