Add SignIn modal and login flow
Create a SignIn modal component and index. Replace the navbar
sign-in link with a button that opens the modal and add sign-in
state. Add a Login link on the home navbar and update the
/signin page to redirect to API_URL/login?handle=… when submitting.
Remove an unused consola import.