I'm currently making a character sheet for a system that requires (or at least heavily suggests) having some sort of progress bar indicator. Given the lack of ids in Roll20 sheets, manipulating HTML elements with JS is out of the question, as far as I'm aware. Is it somehow possible to implement a progress bar, the progress of which would be based on a neighboring <input> element, in Roll20? All of the Pure CSS solutions I've found online seem to style the bar off of a set of fixed values (quarter-full, half-full, etc.), which is the opposite of what I'd want.