/* Chapter 05 — Psionics and Traits.
   Accent: Strange (violet). This chapter is about the miasma, the substrate,
   and the unknown — tertiary accent fits the "Strange" semantic from Stitch. */

body.chapter-05 {
  --chapter-accent: var(--tertiary);
  --chapter-accent-soft: rgba(222, 184, 255, 0.20);
  --chapter-accent-bg: rgba(222, 184, 255, 0.05);
}

body.chapter-05 a:hover { color: var(--tertiary-container); }

/* Atmospheric: a faint violet glow on the article */
body.chapter-05 article::before {
  background: radial-gradient(circle at 50% 0%, rgba(222, 184, 255, 0.08) 0%, transparent 60%);
}
