/* styles.css — base global resets for portal (minimal, deferring to portal.css) */
*, *::before, *::after { box-sizing: border-box; }
img, svg, video { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; }
