Shadcn Guideline: Toast — Use toast variants. Description: Apply toast.success toast.error for context. Do: Semantic toast methods. Don't: Generic toast for all messages. Good Example: toast.success("Saved!") toast.error("Failed"). Bad Example: toast("Saved!") toast("Failed"). Severity: Medium. Docs: https://ui.shadcn.com/docs/components/sonner.