be2078779d
The result password was a fixed 19px with white-space:pre, so it overflowed the card on phones. Scope .result .secret to a dynamic font (clamp 13-19px, ~15px at 390px) that wraps (pre-wrap + overflow-wrap:anywhere + min-width:0). Desktop is unchanged (fits one line at 19px); the console gen-table keeps its pre alignment.