Fixed
- Dashboard blank-screen on scroll — final remaining trigger. After v0.52.32 fixed the bug on every other page by moving the
color-mix()radial gradient off the scroll container, the dashboard still reproduced the symptom because.dashboard-overviewcarried the same problematic pattern: alinear-gradient(180deg, color-mix(...), color-mix(...))on a large, scrolled element. Replaced with the solidvar(--color-surface)background that all other.widgetelements already use. The dashboard now matches the rest of the app: no scrolled element on any page carries a complexcolor-mix()gradient background.