R-008 — Performance
Continuous CSS blob animations may drain battery on low-end devices.
Context: The glassmorphism background uses animated blob elements with continuous CSS animations. On low-end devices or battery-constrained environments, these animations can cause unnecessary GPU/CPU usage.
Suggestion: Consider using prefers-reduced-motion media query to disable or simplify animations, or pause them when the tab is not visible.
Severity: P3 — non-blocking
Source: Self-review on PR #7