Design system update package for the AIFactory competition platform.
ds-update/
└── aifactory-design-system/ # Modular CSS design system
├── tokens.css # Color, typography, radius, shadow tokens
├── tokens.web.css # Web layout tokens (heights, offsets, container)
├── components.css # Base components (buttons, grids, callouts, …)
├── components.web.css # Full-page layout (navbar, hero, sidebar, …)
├── doc.css # Documentation stylesheet
├── reference.html # Living component reference
├── README.md # Design system documentation
└── assets/
├── AIFactory.svg # Primary logo
└── Yellowlogo.svg # Amber logo variant
See aifactory-design-system/README.md for full usage instructions.