pub fn parse_slider_value(text: &str) -> Option<f32>
Parse “label: value” text from a slider label, returning the numeric value.