// The analytics dashboard, served by the backend at /admin/analytics. One self-contained HTML // string, zero dependencies, dark instrument-panel styling to match the product. The page holds no // data and no secrets: it asks for the operator's admin key (kept in localStorage) and renders // whatever GET /v1/admin/analytics returns, so it can be cached, curl'd, or proxied freely. // // Chart colors are not decoration: #9085e9 (violet) and #c98500 (amber) are validated steps for // this surface (CVD-separated, ≥3:1 contrast); the neutral #3f424d appears only as a labeled state, // never as an unlabeled data mark. Single-series charts carry no legend — the title names them. export const ANALYTICS_PAGE = ` Ada — analytics
> <

Ada analytics

`;