/* =============================================================
   EGYPT (eg) — DESIGN TOKENS · "Pharaonic Gold on Onyx"
   National read: gold-on-near-black — the gold-souk / gold-pound buying
   culture, pharaonic gold-on-black tomb aesthetics, and the flag's black
   band with its gold Eagle of Saladin. Warm ivory ink reads as
   limestone/papyrus. Dark theme; skins the shared board.css. Re-skin by
   editing ONLY this file. (D109)
   ============================================================= */
:root {
  /* ---- surfaces ---- */
  --paper:      #221a11;   /* cards, hero, table body           */
  --panel:      #2b2215;   /* table head / chip tint            */
  --card-bg:    #271e12;   /* small tinted cards (chips/metals) */
  --glass:      rgba(34, 26, 17, .72);
  --anchor-bg:  rgba(228, 182, 74, .10);   /* USD anchor row highlight */

  /* ---- lines ---- */
  --hairline:   #3a2f1c;
  --line-soft:  #2b2214;
  --card-line:  #40331e;

  /* ---- text ---- */
  --ink:        #f4ecd8;
  --ink-soft:   #e0d6bf;
  --muted:      #a99a7e;
  --faint:      #897b60;

  /* ---- brand ---- */
  --accent:      #e4b64a;   /* pharaonic / gold-souk gold       */
  --accent-deep: #a87c1c;
  --gold:        #e4b64a;

  /* ---- semantics ---- */
  --up:   #3ddc97;
  --down: #ff6f6f;
  --flat: #a99a7e;

  /* ---- honesty (HELD / STALE) ---- */
  --hold-fg:   #f2d79a;
  --hold-bg:   #35290f;
  --hold-line: #574521;

  /* ---- trust band ---- */
  --trust-fg:   #7fe0b4;
  --trust-bg:   #17200f;
  --trust-line: #3c5228;

  /* ---- type ---- */
  --font: "Vazirmatn", "Segoe UI", system-ui, sans-serif;

  /* ---- shape / space ---- */
  --r-sm: 6px;
  --r-md: 9px;
  --r-lg: 11px;
  --pad: 14px;
  --page-max: 1360px;

  /* ---- background gradient ---- */
  --bg-grad-from: #16110b;
  --bg-grad-to:   #2a2013;
}
