/* Dija accent — ported author palette missed the Guide Parental lead.
   Uses the GP desk accent (muted teal) so her byline matches the desk's
   accent color on parental articles. */
.system-root[data-preset="animeakie"] {
  --aut-dija-accent: #2a7a72;
}

/* Generic avatar color binding — the zip's ak-authors.css only defines
   for-akie / for-mori / for-valentine / for-riku / for-elsa / for-theo.
   Add dija + a safe default so unknown logins still render. */
.ak-avatar.for-dija {
  background: var(--aut-dija-accent);
  color: var(--aut-ink);
}
.ak-byline.for-dija .name { color: var(--aut-dija-accent); }

.ak-avatar:not([class*="for-akie"]):not([class*="for-mori"]):not([class*="for-valentine"]):not([class*="for-riku"]):not([class*="for-elsa"]):not([class*="for-theo"]):not([class*="for-dija"]) {
  background: var(--color-text-muted);
  color: var(--aut-ink);
}
