feat: implement authentication flow and toast notifications
- Added a new LoginScreen component for user authentication.
- Introduced ToastProvider and useToast hook for displaying notifications across the app.
- Updated RootLayout to include ToastProvider.
- Replaced Alert prompts with toast notifications in SearchScreen, ShelfScreen, and MovieDetailScreen for better user experience.
- Created AuthCompleteScreen to handle post-authentication actions.
- Enhanced the layout and styling of various components for improved usability.