- Removed route-overlay arrows/colored flow arrows. Conveyor movement is now shown by small direction triangles inside belt tiles.
- Moved the starter S1 position lower so the Egg Farm and S1 have more distance.
- Moved the Truck to the bottom side of the grid and connected the starter S2-to-Truck belt to the new receiver.
- Made scanner and facility ports strict: a belt must occupy the exact port cell to count as connected.
- Expanded `Next Day` validation to scanner inputs/outputs and planned output routes, not just machine receiver cells.
- Build buttons for unaffordable equipment, or already-built unique machines, are disabled and visually faded.
- Removed Close buttons from clicked-equipment/upgrade popovers. Click outside the popover to close it.
- Kept `src/index.html` and `src/styles.css` removed; the project uses the root `index.html` and `styles.css` only.
- Continued centralized price/income/fine/facility definitions in `src/core/config.js`, shared text in `src/core/text.js`, and economy logic in `src/systems/economy.js`.