- Enhanced all major components with glassmorphic styling:
* EngineData gauges: frosted glass panels with animations
* InstrumentPanel: glassmorphic waypoint boxes and data tables
* NowPlaying: glassmorphic album art container and controls
* All panels: smooth fade-in animations on mount
- Updated visual elements:
* Consistent use of backdrop-filter blur effect
* Semi-transparent borders with 0.1-0.2 opacity
* Smooth animations (slideInUp, slideInDown, fadeIn)
* Better font weights and hierarchy
* Improved contrast and readability
- Color scheme refinements:
* Highlight backgrounds use RGBA with proper opacity
* Better use of accent colors for emphasis
* Consistent border styling with transparency
* Support for light/dark mode throughout
- Animation improvements:
* All cards and panels animate on mount
* Tab transitions are smooth and snappy
* Hover effects with scale and shadow changes
* Cubic-bezier timing functions for natural feel
- Build optimization:
* Still 70 modules, same bundle size
* CSS is well-organized and maintainable
* No breaking changes to component APIs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>