Refactor user score view and update routing for role-based access control
- Updated the title and layout of the user score view to enhance clarity and usability.
- Replaced inline CSS with Tailwind CSS classes for a modern design.
- Added conditional rendering for score display based on the availability of data.
- Improved the structure of the routing file by organizing routes based on user roles (admin, operator, supervisor, tim penilai, user).
- Introduced new routes for managing domains, subbabs, and subsubbabs under the admin section.
- Ensured proper middleware checks for role-based access across all routes.