Added
- Liquid Glass – living drifting backdrop: Added a
.lg-backdroplayer with four blurred, slowly drifting color blobs behind the entire app shell — the "liquid" that the glass surfaces now refract. Blob 1 follows--active-module-accent, so the whole ambient subtly recolors per section (e.g. violet on Calendar, teal on Budget), while blobs 2–4 use fixed module tints (shopping, tasks, meals) for variety. The blobs live on the non-scrolling.app-shell(outside the.app-contentscroll container), so they neither trigger nor are affected by the iOS/Android blank-screen mitigation (Issue #166). The drift animation honorsprefers-reduced-motion(freezes), andprefers-reduced-transparency/prefers-contrast: morehide the backdrop entirely via tokens. - Liquid Glass – design tokens: Introduced five
--lg-*tokens intokens.css—--lg-blob-opacity(0.4 light / 0.55 dark, 0 in reduced-transparency/contrast),--lg-glass-saturate,--lg-card-radius,--lg-density, and--lg-specular.
Changed
- Liquid Glass – stronger specular on elevated surfaces: The sidebar and bottom navigation now carry an inset top-highlight driven by
--lg-specular, per the canonical glass recipe, giving the elevated glass panels a crisper specular edge.