ce8a5257a6
Read-only GET of a live Gitea /user/login showed the sign-in button is <button class="ui primary button"> with NO type=submit attribute, so the seed ".ui.primary.button[type=submit]" would miss. Corrected to ".ui.primary.button" (the mobile navbar toggle lacks "primary", so it stays unambiguous). Confirmed during M-B4 rung-1 pre-live-fire prep; change-form selectors remain auth-gated and self-heal-covered until the live run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>