/* ======================================================================
   ACCENT TOKENS (BLACK CANON)
   ----------------------------------------------------------------------
   Purpose: Replace hardcoded accent literals (cyan/magenta/yellow) with
   variables WITHOUT changing appearance. This prepares the codebase so
   future skins (e.g. white) can override accents by changing tokens only.
   ====================================================================== */

:root{
  /* CYAN family (exact literals currently used) */
  --c-cyan-39d7ff: #39d7ff;
  --c-cyan-8fe9ff: #8fe9ff;
  --c-cyan-6bdcff: #6bdcff;
  --c-cyan-4cc3ff: #4cc3ff;
  --c-blue-4da3ff: #4da3ff;

  /* MAGENTA */
  --c-magenta-ff3bd1: #ff3bd1;

  /* YELLOW */
  --c-yellow-fef502: #fef502;

  /* Accent transparencies (exact literals currently used) */
  --c-cyan-57-215-255-14: rgba(57,215,255,.14);
  --c-magenta-255-59-209-10: rgba(255,59,209,.10);
}
