/** * HOMECORE frontend entry point. * Imports global styles, registers Lit components, and mounts the app shell. */ import './styles/tokens.css'; import './styles/base.css'; // Register custom elements import './components/AppShell.js'; import './components/StateCard.js';