/* Chapter 03 — Origins and Peoples.
   Accent: Signal blue. This is the "branches of sapience" chapter; signal
   resonates with the technological / interface theme that runs through Rur,
   Android, and Cyborg origins. */

body.chapter-03 {
  --chapter-accent: var(--secondary);
  --chapter-accent-soft: rgba(173, 198, 255, 0.20);
  --chapter-accent-bg: rgba(173, 198, 255, 0.05);
}

body.chapter-03 a:hover { color: var(--secondary-container); }

/* H3 (people names) get a left tick mark to feel like dossier entries */
body.chapter-03 article > h3 {
  padding-left: 1rem;
  border-left: 2px solid var(--secondary);
}
