The header now names the network ("Connect to Pit Wall 5G") and resets
on every other phase, so the Network label and SSID line are gone. The
password field grows to 84 px with the delete key flush-right of it —
field, key gap, and delete together span exactly the keyboard's width.
Delete adopts EnterIPView's styling (backspace icon, red pressed border
and gradient, rounded corners) and posts the same WIFI_BACKSPACE events
the keyboard key did, so the state is untouched; the password-reveal eye
takes the freed backspace slot on the keyboard (same WIFI_REVEAL
events). Manual (hidden SSID) entry keeps its two-field layout with the
generic title. Connecting status copy shortened to "Please wait ...".
tools/preview_wifi_password.py previews the phase with a working
keyboard: it replicates the state's key handling (insert, backspace,
shift, mode, reveal) and replays connect validation so the hint line
renders.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>