Dark mode bug: hardcoded rgba(10,10,10,0.3) used as text color on dark backgrounds — unreadable. Fix: html.dark overrides for: - .marquee-track .ts - .fx-marquee-track .ts - .fx-log .ts - .fx-footer-bottom All now use rgba(250,238,200,0.4) (warm cream, legible on dark)