Adds full Progressive Web App support to The Nexus:
- sw.js: Service worker with cache-first strategy for local assets
and stale-while-revalidate for CDN resources (Three.js, fonts)
- offline.html: Styled offline fallback page with auto-reconnect
- icons/nexus-icon.svg: Nexus crystal sigil icon (SVG)
- icons/nexus-maskable.svg: Maskable icon for adaptive shapes
- manifest.json: Complete PWA manifest with theme color #4af0c0,
standalone display mode, shortcuts, and icon definitions
- index.html: Service worker registration, Apple PWA meta tags,
theme colors, and MS application config
The Nexus now works offline after first visit and can be installed
to home screen on mobile and desktop devices.
Fixes#14