3d117708ff
The sub-text (e.g. "36 active", "30 total") was rendering inline next to the large number, creating confusing "36₃₆ active" appearance. Fixed by wrapping the number in a block <div> and the sub-text in a block <p>, ensuring they stack vertically. Co-Authored-By: claude-flow <ruv@ruv.net>