- The kind-tile grid, title/date/location card, Who card, and Answers-close
card were direct children of the form with no gap between them at all --
the wrapping flex/gap-4 on coach-sheet's own content div only ever applied
between the header bar and the form, not what's inside it. The form itself
is now flex flex-col gap-4.
- The picker offered Practice/Game/Other, none of which actually changed
which fields render. Reworked to Practice/Game/Tournament/Meeting (2x2) --
the four kinds worth adding from the app; social/other stay desktop-only.
Also narrowed the form's own kind choices to match server-side, not just
cosmetically in the template.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>