Shadcn Guideline: Toast — Use Sonner for toasts. Description: Sonner integration for toast notifications. Do: toast() from sonner for notifications. Don't: Custom toast implementation. Good Example: toast("Event created"). Bad Example: setShowToast(true). Severity: Medium. Docs: https://ui.shadcn.com/docs/components/sonner.