/* ============================================================
   EpochCore · Quantum Palette
   ------------------------------------------------------------
   14 atomic colors from the Oscillian Studio brand system —
   used for data-viz, seeded sigils, and per-layer identity in
   the QCSC 7-Layer Cake. Each carries a role + quantifiable
   advantage. Full JS source of truth: the QP module in the
   codebase (palette-qp.jsx).

   Roles:  PILLAR (4 advantages) · QES (6 engine signals) ·
           FREQUENCY (4 layer resonances)
   ============================================================ */

:root {
  /* ── PILLARS — the four headline advantages ─────────────── */
  --qp-crimson:   #e72020;   /* Oscillation Crimson · Compression  122.99x */
  --qp-teal:      #42f977;   /* Velocity Teal       · Speed        2,175x  */
  --qp-violet:    #a334f3;   /* Swarm Violet        · Scale        713x    */
  --qp-gold:      #6a3df0;   /* Yield Gold          · Economic     3.33x   */

  /* ── QES — quantum execution-service signals ────────────── */
  --qp-cyan:      #23c8e9;   /* Calibration Cyan    · Qubit Subgraph */
  --qp-magenta:   #c6207a;   /* Session Magenta     · Runtime Sessions */
  --qp-lime:      #42a023;   /* Fidelity Lime       · Error Budget */
  --qp-indigo:    #28239b;   /* Coherence Indigo    · Dynamic Decoupling */
  --qp-consensus: #9333a8;   /* Consensus Orange    · Ensemble Voting */
  --qp-seafoam:   #24956b;   /* Budget Seafoam      · Adaptive Budget */

  /* ── FREQUENCY — the four resonance layers ──────────────── */
  --qp-seed:      #a921b5;   /* Seed Pulse      ·  7777.77 Hz */
  --qp-trunk:     #98b821;   /* Trunk Wave      ·  8888.88 Hz */
  --qp-crown:     #5a2fe0;   /* Crown Resonance ·  9999.99 Hz */
  --qp-shield:    #ba2141;   /* Shield Barrier  · 10101.01 Hz */

  /* ── Data-viz ramps ─────────────────────────────────────── */
  --qp-ramp-execution:
    #e72020, #9333a8, #6a3df0, #24956b, #23c8e9, #28239b; /* @kind color */
  --qp-ramp-ensemble:
    #e72020, #c6207a, #a334f3, #28239b, #23c8e9, #24956b, #42f977, #6a3df0; /* @kind color */
}
