1d91a3f21c
A native <select>'s open options popup is rendered by the browser/OS and can't be styled at all — wrong font size, wrong colors, no brand styling whatsoever, reported as looking completely off-brand. New CustomSelect.tsx renders both the trigger and the options list as plain styled HTML (button + role="listbox" panel, keyboard nav, click-outside-to-close) instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>