/* Alt Indices — the two named effects from Atoms/Effects, plus the control shadows in use. */
:root{
  --shadow-base:0px 4px 17.5px 0px rgba(255,255,255,0.08);
  --ring-active:0px 0px 0px 2px rgba(255,255,255,0.2);
  --shadow-knob:0px 3px 8px 0px rgba(0,0,0,0.15),0px 3px 1px 0px rgba(0,0,0,0.06);
  --shadow-accent-active:0px 0px 0px 4px rgba(255,194,104,0.25);
  --transition-control:120ms ease; /* @kind other */
}
