/* Design-system · reset — modern, minimal, box-model correct */
*, *::before, *::after { box-sizing: border-box; }
html, body { height: 100%; }
body { margin: 0; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg, video, canvas { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
[hidden] { display: none !important; }
:focus { outline: none; }
:focus-visible {
  outline: 3px solid var(--focus-ring-color, rgba(255,77,0,.55));
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}
