/*
 * Design tokens — Golden Skin by Irais Perez
 * Loaded first on every surface (public, portal, admin). Keep in sync with
 * the original design-reference mockup's :root block.
 */
:root {
  --bg: #070707;
  --panel: #111111;
  --panel2: #171717;
  --panel3: #0d0d0d;
  --gold: #c6a24b;
  --gold2: #ead68d;
  --gold3: #8e6a21;
  --text: #f6f1e8;
  --muted: #9b968d;
  --line: #2b2925;
  --green: #57c995;
  --red: #ee7171;
  --amber: #e8b55f;
  --blue: #77a8ff;
  --shadow: 0 20px 60px rgba(0, 0, 0, .32);
}
