/* Page-level base only — component styles are colocated with their component (`./Shell.css` imported by shell/Shell.tsx, etc.) and land in the `main.css` companion esbuild emits alongside `main.js` (see build.mjs), not here. This file stays just the shared reset every page needs regardless of which components a route happens to use. */ @import "@hive/shared/base.css"; /* base.css covers body/typography but not links — every page here links out (hive-roster rows to each hive's own dashboard, nav, footer…), so this is genuinely page-level, not any one component's concern. */ a { color: var(--blue); }