From the gate review of #969. (1) Finding 6: the segmented type toggle uses role=radiogroup/radio/aria-checked but keeps two tab stops and no arrow-key selection — WAI-ARIA radiogroup requires roving tabindex + arrows; either implement or drop to aria-pressed toggles. (2) Finding 10 (pre-existing): landing-client.test.tsx:30 still vi.mocks the deleted @/components/landing/paths-explorer, and globals.css:1606 still carries the PathsExplorer console CSS block — #957/#959 leftovers, sweep them.
From the gate review of #969. (1) Finding 6: the segmented type toggle uses role=radiogroup/radio/aria-checked but keeps two tab stops and no arrow-key selection — WAI-ARIA radiogroup requires roving tabindex + arrows; either implement or drop to aria-pressed toggles. (2) Finding 10 (pre-existing): landing-client.test.tsx:30 still vi.mocks the deleted @/components/landing/paths-explorer, and globals.css:1606 still carries the PathsExplorer console CSS block — #957/#959 leftovers, sweep them.