No card on file — none needed during free mode.
When Rally HQ moves out of free mode, you'll see plan options here. Paid tier targets:
Current users grandfathered. We'll send a 14-day notice before any switch.
/manage/billing shows subscription details, payment history, tournament purchases via the getBillingDashboard service. Display-only; mutations go to Stripe Customer Portal.
In free mode (now): the four-tier comparison is suppressed, but the dashboard still shows subscription data when present.
Shipped: src/routes/manage/billing/+page.svelte, src/lib/services/billing.ts. /account/billing is a separate user-level billing page.