🟡 Global N key shortcut — useKeyboard handler routes to /notifications on any n/N press. This fires even when user is navigating other pages. Could conflict with keyboard typing on SqlConsole or NameEntry.
🟡 setInterval for clock runs every 1000ms updating a ref — Updates time every second but the display only shows HH:MM. Wasteful. Update every 60s.
🔵 coach-badge class defined but never used — The template uses <CyberBadge> component instead. 30 lines of dead CSS.
🔵 Clip-path on status bar cuts off content on very narrow screens.