/* ─────────────────────────────────────────────────────────────────────
   theme-manuscript.css — "The Chronicle, by candlelight". The ORIGINAL
   identity: a dark manuscript leaf, parchment ink, an etched gold hairline,
   lit by a flickering torch with blood bleeding in as the hero is wounded.
   This is the DEFAULT theme (plain :root), selected by <html data-theme>.
   It only sets token VALUES — all structure lives in base.css.
   ───────────────────────────────────────────────────────────────────────── */
:root,
:root[data-theme="manuscript"] {
  /* ── palette ── */
  --bg: #0c0a09;
  --panel: #141009;        /* a dark manuscript leaf */
  --panel-2: #0f0b07;
  --edge: #3a2c1a;         /* aged binding */
  --rule: #4a3a22;         /* gold-brown ruling */
  --ink: #ddccab;          /* parchment ink */
  --ink-bright: #efdcb4;
  --dim: #9b8a6b;
  --gold: #c8923a;         /* the accent: candlelit gold */
  --accent-lit: #e9c074;   /* the lit edge of the gold (borders/highlights) */
  --accent-rgb: 200, 146, 58; /* accent as rgb, for rgba() glows */
  --blood: #a8312e;
  --blood-edge: #5e1414;   /* the wound vignette */
  --vital: #5f7d5a;        /* full-health verdigris */
  --steel: #8694a0;

  /* ── typography ── */
  --font-body: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;

  /* ── shape ── */
  --radius: 3px;
  --radius-sm: 2px;
  --radius-lg: 8px;
  --radius-round: 50%;

  /* ── surfaces (the engraved chrome) ── */
  --surface-sunk: #241a13;   /* sunken gauge tracks (hp/menace/pip) */
  --surface-inset: #120d0a;  /* status + descent plates */
  --btn-bg: #1d1611;
  --btn-primary-bg: #2a1d0e;
  --loot-bg: #1c1607;
  --loot-ink: #f0d9ad;       /* warm parchment text (primary + loot) */
  --item-border: #3a2c12;

  /* route nodes + spine */
  --node-bg: #1c150d;
  --node-border: #6f5736;
  --node-ink: #8a6f43;
  --node-ghost-bg: #161009;
  --boss-node-bg: #2a1610;
  --boss-node-border: #8a4034;
  --rdot-bg: #3a2c1a;
  --rdot-border: #5a4733;
  --rlink: #2a2114;
  --rail-bg: linear-gradient(#100b08, #0c0907);
  --ribbon-bg: linear-gradient(#15100a, #0e0a07);
  --ribbon-lvl-bg: #130e0a;
  --routemap-bg: linear-gradient(#17110b, #0e0a07);

  /* fork route cards */
  --card-hoard-bg: #15120a;
  --hoard-edge: #5a4a2a;
  --card-parley-bg: #0d1115;
  --card-parley-border: #3a4a5a;
}
