adda76a2ff
The calculateFontSize() function was overriding the font size on mobile based on viewport width (vw/25), causing the terminal to display at ~15px while the internal state was 8px. When pressing A-, it would jump from 15px to 7px. Now it respects the actual fontSize state consistently. Quality gates: TypeScript check passed, production build successful