/* Base styles — Tailwind handles most via CDN in dev */
:root { --accent: #6C47FF; }
* { box-sizing: border-box; }
body { margin: 0; }
