@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  * { margin: 0; }
  html { -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; }
  html:focus-within { scroll-behavior: smooth; }
  body { min-height: 100vh; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeSpeed; }
  img, picture, video, canvas, svg { display: block; max-inline-size: 100%; height: auto; }
  input, button, textarea, select { font: inherit; color: inherit; }
  p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
  #root, #__next { isolation: isolate; }
  table { border-collapse: collapse; border-spacing: 0; }
  hr { border: 0; border-block-start: 1px solid currentColor; opacity: .15; }
  abbr[title] { text-decoration: underline dotted; }
  ul[role="list"], ol[role="list"] { list-style: none; padding-left: 0; }
  a { color: inherit; }
  ::-webkit-scrollbar { width: 12px; height: 12px; }
}