Write apps/web/docs/styling.md: the Tailwind v4 setup, globals.css, the design tokens in use, responsive breakpoints, and the conventions for class ordering and extraction.
Acceptance criteria:
- Documents the Tailwind version, the PostCSS setup and where global styles live
- Documents the colour, spacing and typography tokens actually used, so new UI matches existing screens
- States when to extract a component versus repeating utility classes
- Documents dark-mode support (or records its absence, so nobody assumes it works)
Write
apps/web/docs/styling.md: the Tailwind v4 setup,globals.css, the design tokens in use, responsive breakpoints, and the conventions for class ordering and extraction.Acceptance criteria: