feat(ui): standardize workspace container styles across all apps
Introduces two standard workspace containers to eliminate ~150 lines of duplicate CSS and ensure consistent spacing across all apps:
- .workspace-content: centered, 1200px max-width for readable content (forms, lists, messages)
- .workspace-content-wide: full-width for data-heavy content (tables, grids, calendars)
Both include consistent 1.5rem/2rem padding with mobile responsiveness.
Updated all 10 apps:
- Standard container: home, settings, chat, todos, inbox, entities
- Wide container: search, calendar (month + day), import
Added workspace container guidance to APPS.md with examples and best practices.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>