feat(toast): add configurable toast notification system
- Add Toast component with CVA styling variants
- Add ToastContainer for managing multiple toasts
- Add ToastContext with configurable timing
- Add ToastIcon and CloseIcon components
- Support success/warning/info/error levels
- Configurable duration, animation, and fade-in timing
- Add ToastProvider to app root