/* SLRP gold-marble theme tokens — lifted from [admin]/admin-spawner/ui/style.css
   so the in-game NUI panel and the web panel share one design system. */
:root {
  /* surface */
  --bg:           #0a0805;
  --bg-2:         #14100a;
  --bg-3:         #1f1810;
  --line:         #2c2418;
  --line-strong:  #4a3a1c;

  /* text */
  --text:         #f3e3c0;
  --text-dim:     #9a8866;

  /* accent — gold marble */
  --accent:       #e3a52a;
  --accent-2:     #f4c95a;
  --accent-3:     #c8761e;

  /* semantic */
  --good:         #b8d44a;
  --bad:          #d6383b;

  /* scope-mapped (matches StreetLifeBot's per-scope changelog colors) */
  --scope-slrp:   #2ECC71;  /* green — FiveM server entries */
  --scope-bot:    #3498DB;  /* blue — bot dev entries */
  --scope-web:    #9B59B6;  /* purple — API / website entries */
  --scope-pinned: #E67E22;  /* orange — pinned/highlighted */
}
