Description
Auth modals (Sign In / Create Account) lack navigation controls and validation feedback, creating friction for users.
Current Issues
1.No close button (X icon) to exit modal
2.Clicking outside modal doesn't close it
3.Escape key doesn't work
4.No form validation feedback (email format, password strength)
5."Confirm Password" field lacks visual distinction from "Password"
6.No password strength indicator on Create Account
7.No "Remember Me" option on Sign In
Expected behavior
1.X button in top-right closes modal
2.Backdrop click closes modal
3.Escape key closes modal
4.Real-time validation shows for invalid inputs
5.Password strength meter on signup
6.Clear visual distinction between password fields
7.Optional "Remember Me" checkbox on signin
Steps to Reproduce
1.Click "Sign In" or "Create Account" button
2.Try to close modal – no way to exit
Try form validation – no feedback on invalid inputs