17 / Sources
Where the system currently lives
A source map connects every documented rule to its current code, data and audit evidence.
Code + audit evidence
Source map
Copy a path to jump directly into the owning implementation during follow-up work.
Ownership model
Tokens
Values with cross-component meaning live in the token layer.
Components
Geometry and behavior live with the reusable component owner.
Routes
Pages compose components without inventing new base rules.
Evidence
Changes cite the visible problem, measured rule and verification.
Token excerpt
:root {
--radius-inner: 6px;
--radius-control: 8px;
--radius-surface: 12px;
--radius-panel: 18px;
--toast-stack-gap: 24px;
--shadow-card:
0 12px 0 rgba(21, 21, 21, .07),
0 24px 52px rgba(21, 21, 21, .11);
}