
/* Reset + sane defaults for cross-browser consistency */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, h1, h2, h3, h4, h5, h6, p, figure { margin: 0; }
body { min-height: 100vh; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
a { text-decoration: none; color: inherit; }
:focus-visible { outline: 2px solid #7c3aed; outline-offset: 2px; }
