project/ ├── frontend/ # Browser-based UI │ ├── index.html # System Check page │ ├── interview.html # Interview page │ ├── css/ │ │ ├── common.css │ │ ├── system-check.css │ │ └── interview.css ...