/* ─── Brand palette ───────────────────────────────────────────────────────────
   AK Hub injects AK's brand colours into its admin pages from its own settings.
   These standalone apps have no settings table, so without this file they fall
   back to style.css's grey placeholder palette and look washed out.
   Same orange AK Hub uses. Change it here and nowhere else. */

:root {
  --primary:      #FF6B00;
  --primary-dark: #CC5500;
  --primary-glow: rgba(255, 107, 0, 0.25);
  --link-color:   #FF6B00;
}
