``` / ├── app/ # Next.js app directory │ ├── page.tsx # Home page with map and date selector │ ├── results/ # Results page │ │ └── page.tsx # 10-month forecast display │ ├── layout.tsx # Root layout ...