110844e597
The session options dropdown used var(--surface) which was never defined anywhere in the stylesheet, causing a transparent background. Changed to var(--panel) which is defined in tokens.css. Quality gates: tsc --noEmit pass, npm run build pass, 82/82 tests pass