/* Chapter 06 — Adventuring and Conflict.
   Accent: Verdant. The AP action table is the operational core; emphasize it. */

body.chapter-06 {
  --chapter-accent: var(--primary);
  --chapter-accent-soft: var(--primary-20);
  --chapter-accent-bg: var(--primary-05);
}

/* The AP / action table reads as a control panel — give numbers heat */
body.chapter-06 article > table td.num {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
}
