/* ---------------------------------------------------------------------------
   PostLane client / identity palette — decided 2026-07-12.
   A fixed, curated 8-color set for per-client dots, avatars, and crew chips.
   Auto-assigned (hash of name) — users don't pick arbitrary colors. Klein
   Blue is deliberately absent so identity color never collides with the
   accent. --client-1 is the retired Studio Plum, living on as a client color.
   Mirrored in components/core/Avatar.jsx (AVATAR_PALETTE).
   --------------------------------------------------------------------------- */
:root {
  --client-1: #822AAC; /* plum */
  --client-2: #2F8F5B; /* green */
  --client-3: #C98A16; /* gold */
  --client-4: #2F74C0; /* blue */
  --client-5: #1F8A8C; /* teal */
  --client-6: #C04A6B; /* rose */
  --client-7: #B0592B; /* sienna */
  --client-8: #5A6B7C; /* slate */
}
