Design Principles
The Control Center follows Material Design 3 (MD3) principles combined with Apple HIG clarity standards. Every component is built with CSS custom properties (tokens) — no framework, no build step.
File Structure
Section titled “File Structure”styles/main.css ← All CSS tokens + components + dark modejs/layout.js ← Shared JS: navigation, polling, configjs/pages/*.js ← Page-specific logic (home.js, network.js, etc.)pages/*.html ← HTML pages: structure, content, sidebar