/* VodMate per-panel identity (Layer 1.6) — var()-ONLY, no hex literals (§13).
 * Accent = violet (#8B5CF6, operator-locked); ambient = premiumvod-deep-space tint (§4.1).
 * Body text stays --starlight, violet accent-only (§10.1 accent-contrast caution).
 * Keyed on body.panel-vm so the var override wins on the body element + descendants
 * regardless of link order. MUST NOT touch --focus-ring (stays universal plasma-cyan, §10.4). */
body.panel-vm {
  --accent-primary: #8B5CF6;
  --deep-space: var(--premiumvod-deep-space);
}
