Game UI Frontend Overview Use this skill whenever the game needs a visible interface layer. The job is not to produce generic dashboard UI. The job is to produce a readable, thematic browser-game interface that supports the play experience. Default assumption: build the game world in canvas or WebGL, and build text-heavy UI in DOM. Frontend Standards 1. Establish visual direction before coding. - Genre and fantasy - Material language - Typography - Palette - Motion tone 2. Use CSS variables for the UI theme. 3. Build clear hierarchy. - Critical combat or survival information first - Secondary…