# Design System Brief (Must Follow) This repo is design-led, but must still be production-reusable. ## Non-negotiable rules - No `console.log`. - No hardcoded API URLs. - No network calls. - **No hardcoded colors** (no hex/rgb/hsl). Use CSS variables. ## Token usage - Use `UX_TOKEN_CONTRACT.md`. ## Component architecture - Reusable components in `src/components/**`. - Pages in `src/app/**` compose components. - Components must NOT import from `src/app/**`.