/* neuroplay.theme.css — ScholarCloud-family chrome for NeuroPlay (variables only,
 * CLAUDE.md §35b). The caregiver shell derives from --hp-hue-1 / --hp-sat-1 /
 * --hp-l-shift-1 exactly like ScholarCloud (teal 188°) and NeuroCraft — so it
 * reads as a sibling in the family. NeuroPlay takes a calm warm violet, distinct
 * from PublonPress blue (212°) and ScholarCloud teal (188°). The l-shift darkens
 * the solid primary so white-on-primary chrome clears WCAG AA on white.
 *
 * The SATURATED, playful child palette lives in the Play world (phase 2), scoped
 * to that full-screen surface — it must not leak into the calm caregiver chrome.
 *
 * Set at :root (not body[data-system]) — the SAME level class.ui.css defines the
 * --ui-primary ladder from --hp-hue-1, so the override actually recomputes the
 * chrome. (A body[data-system] override of --hp- alone does NOT reach a :root-
 * defined --ui-primary — CLAUDE.md §10 "two-line rule".) This file only loads on
 * NeuroPlay pages, so :root is effectively scoped — the proven ScholarCloud pattern. */
:root {
    --hp-hue-1: 266;
    --hp-sat-1: 44%;
    --hp-l-shift-1: -8%;
    --ui-accent: hsl(38, 92%, 52%);   /* warm amber — celebration / reward accent */
}
