/* Base reset — actual styles are in dashboard.css and auth.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
