/* Effective values applied by souleq.ai's live tweaks-panel script on 2026-07-11.
   They are static here because the port intentionally omits that development panel.
   Freezing them avoids the live page's brief 1.0 -> 0.6 opacity transition. */
:root {
  --aurora-mult: 0.6;
  --accent-grad: linear-gradient(
    100deg in oklab,
    #2dd4d4 0%,
    #60a5fa 33%,
    #818cf8 67%,
    #a78bfa 100%
  );
}
