/* ============================================================================
   FootexFi "NOIR" identity override — gscscan.com static home pages
   Colours / dark theme only. Table & search STRUCTURE untouched (this only
   remaps CSS custom properties + page backdrop). Loaded last → wins by order.
   Reversible: remove this file + its <link>. Marker: FOOTEX-NOIR
   Fonts already match NOIR (Space Grotesk / Inter / JetBrains Mono) — not touched.
   ============================================================================ */
:root{
  /* backgrounds → pure-black radiant */
  --bg:#000000; --bg2:#070708; --void:#000000; --deep:#050608;
  --panel:#0A0A0C; --panel2:#111318; --card:#0A0A0C;
  /* text */
  --txt:#FFFFFF; --silver:#E9EEF5;
  --mut:#9AA0A8; --muted:#9AA0A8; --mut2:#6B7280; --muted2:#6B7280;
  /* lines / borders */
  --line:rgba(255,255,255,.07); --line2:rgba(255,255,255,.12);
  --border:rgba(255,255,255,.07); --border2:rgba(255,255,255,.12);
  /* PRIMARY brand accent (was gold) → EX red */
  --gold:#FF2E43; --gold2:#FF5A6B;
  /* VALUE / figures (was blue) → NOIR gold */
  --blue:#FFCB5C;
  /* semantic */
  --green:#2BEBA0; --success:#2BEBA0;
  --red:#FF2E43; --danger:#FF2E43; --verifier:#2BEBA0;
  --purple:#9b6bff;
}
body{
  background:
    radial-gradient(1100px 720px at 50% -6%, #14090b 0%, #0a0507 34%, #000 72%),
    #000 !important;
  background-attachment:fixed !important;
}
