- Copy 30+ global SCSS files to apps/react/src/styles/ - Copy 75+ component SCSS files to apps/react/src/styles/components/ - Organize by feature: online-board, schedule, flights-map, popular-requests, shared, toolkit - Organize pages styles: board, schedule, adaptive - Update main.tsx to import styles entry point
- Moved index.html from apps/react/ to apps/react/src/ - Updated vite.config.ts to set src as root directory - Adjusted build output path from 'dist' to '../dist' - Updated script reference in index.html from absolute to relative path