Produce a single-screen admin / analytics dashboard.
Workflow
Read the active DESIGN.md (injected above). Colors, typography, spacing,
component styling all come from it. Do not invent new tokens.
Classify what the dashboard monitors (sales, traffic, usage, incidents,
ops, etc.) from the brief. Generate specific, plausible metric names and
values — no "Metric A / Metric B" placeholders.
Lay out the required regions:
Left sidebar (220–260px): brand mark at top, 6–8 nav links with
icons, active state uses the DS accent.
Top bar: page title on the left, search input + user avatar / status
on the right.
Main:
Row 1: 3–4 KPI cards (label + big number + delta vs. prior period).
Row 2: one primary chart (full width or 2/3) — render as an inline SVG
line / bar / area chart drawn from real-looking numbers.
Row 3: one secondary chart or table (recent events, top items, etc.).
Write one self-contained HTML document:
<!doctype html> through </html>, CSS in one inline <style> block.
CSS Grid for the overall layout; Flexbox inside cards.