/* Paynix theme — indigo-violet identity (overrides the app's default amber).
   Runtime-mounted; change + `docker compose restart admin trader landing`. */
:root {
  --accent:      #6d5efc;
  --accent-deep: #5238e6;
  --accent-glow: rgba(109, 94, 252, 0.20);
}
html[data-theme="light"] {
  --accent:      #5238e6;
  --accent-deep: #3f29c2;
  --accent-glow: rgba(82, 56, 230, 0.18);
}
