- Import EventForm and Plus icon from lucide-react - Phone: fixed FAB bottom-right (56px, dark neutral fill per UI-SPEC) - Tablet/desktop: toolbar button above calendar content area - Both trigger setEventForm(true, 'create') via Zustand - EventForm conditionally rendered while eventFormOpen - Selectors pattern preserved to avoid unnecessary re-renders (Bug B guard)