Project Agent Rules
For any HTML/CSS changes in this project:
- Never use inline styles (
style="..."). - Use existing utility classes from BassCSS and AceCSS whenever fitting ones exist.
- Prefer utility-style class names that describe behavior (what the class does), not page/component names (what it styles).
- If no BassCSS or AceCSS class exists for the needed behavior, define an immutable class in
assets/css/main.cssand use that class in the HTML.