Replace hand-curated named imports with `import * as si from 'simple-icons'`.
BRANDS keeps only entries requiring custom aliases, absent icons, or colour
overrides. AUTO_SI covers all remaining simple-icons (title >= 4 chars) with
pre-compiled word-boundary regexes to avoid substring false positives.
detectBrands() now runs two passes:
1. BRANDS — curated aliases (pve → Proxmox, unifi → Ubiquiti, k3s → k8s…)
2. AUTO_SI — automatic match on any icon title as a whole word
Bundle: +5 MB minified / +2 MB gzip (acceptable for a self-hosted tool).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>