remove the unused .login-kicker CSS class and corresponding span element from the login page
update the login button text to "login" from the original "enter maintenance desk" for more accurate labeling
- Updated styles in src/styles.css for better responsiveness and layout adjustments.
- Added new CSS classes for edit drawer and item rail components.
- Introduced animations for drawer transitions.
- Created new types in src/types/admin.ts for better type safety in admin features.
- Modified vite.config.ts to change server port and enable strict port settings for development.