Description
Severity: P3 — Style
In apps/app/src/app/page.tsx, inline `style={{}}` objects are mixed with Tailwind classes and CSS custom property references in the same elements — three different styling approaches in one file.
Failure mode
Hard to maintain; developers must check three places to understand an element's appearance.
Suggested fix
Not urgent — but consider migrating inline styles to Tailwind utilities or CSS classes in `globals.css` for consistency.
From self-review finding F10