refactor(IAV-1248): rewrite INES dashboard integrations with AREN-style OAuth flow
- Replace standalone mock integration cards with real AREN pattern
- Add IntegrationCard with status badge, toggle switch, Connecter/Modifier button
- Add AccountSelectorModal: dropdown of existing accounts + replicate flow
- Add NewAccountModal: guide steps + Client ID/Secret + OAuth popup
- Two-phase modal: checks existing accounts first, falls back to OAuth form
- Wire up assistantServiceApi for toggle, connect, replicate, and OAuth authorize
- Add mock connected Google Calendar account with existing accounts for demo
Closes IAV-1248