/* 2026 reset — minimal, layer: base */
@layer base {
  *,*::before,*::after { box-sizing: border-box }
  * { margin: 0 }
  html:focus-within { scroll-behavior: smooth }
  body { min-height:100vh; text-rendering: optimizeLegibility }
  img, picture, svg, video { display:block; max-width:100% }
  input, button, textarea, select { font: inherit }
}
