detail
USR369 flagged via screenshot that the exercise dropdown empty-state text duplicated the row header. Changed placeholder from em-dash Exercise em-dash to Choose Exercise. Added CSS class ex-name-sel.unselected (orange) vs existing blue once chosen, toggled in onExSelChange and set on initial render based on prefill.name. Did not rely on per-option inline color since Android native select popups commonly ignore page CSS - targeted the closed state instead.