src/ ├── app/ # Expo Router screens (home = segmented match lists) ├── components/ # MatchCard, MatchList, themed primitives ├── lib/ # API layer + match parsing / bucketing utils ├── store/ # Zustand ...