html { line-height: 1.5; font-family: system-ui, sans-serif; text-rendering: optimizelegibility; touch-action: manipulation; }
body { position: relative; min-height: 100%; margin: 0px; font-feature-settings: "kern"; }
:where(*, *::before, *::after) { border-width: 0px; border-style: solid; box-sizing: border-box; overflow-wrap: break-word; }
main { display: block; }
hr { border-top-width: 1px; box-sizing: content-box; height: 0px; overflow: visible; }
:where(pre, code, kbd, samp) { font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 1em; }
a { background-color: transparent; color: inherit; text-decoration: inherit; }
abbr[title] { border-bottom: medium; text-decoration: underline dotted; }
:where(b, strong) { font-weight: bold; }
small { font-size: 80%; }
:where(sub, sup) { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
:where(button, input, optgroup, select, textarea) { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0px; }
:where(button, input) { overflow: visible; }
:where(button, select) { text-transform: none; }
:where(button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner) { border-style: none; padding: 0px; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0px; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
:where([type="checkbox"], [type="radio"]) { box-sizing: border-box; padding: 0px; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { appearance: none !important; }
input[type="number"] { appearance: textfield; }
input[type="search"] { appearance: textfield; outline-offset: -2px; }
input[type="search"]::-webkit-search-decoration { appearance: none !important; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none !important; }
:where(blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre) { margin: 0px; }
button { background: transparent; padding: 0px; }
fieldset { margin: 0px; padding: 0px; }
:where(ol, ul) { margin: 0px; padding: 0px; }
textarea { resize: vertical; }
:where(button, [role="button"]) { cursor: pointer; }
table { border-collapse: collapse; }
:where(h1, h2, h3, h4, h5, h6) { font-size: inherit; font-weight: inherit; }
:where(button, input, optgroup, select, textarea) { padding: 0px; line-height: inherit; color: inherit; }
:where(img, svg, video, canvas, audio, iframe, embed, object) { display: block; }
:where(img, video) { max-width: 100%; height: auto; }
[data-js-focus-visible] :focus:not([data-focus-visible-added]):not([data-focus-visible-disabled]) { outline: none; box-shadow: none; }
:root, :host { --chakra-vh: 100vh; }
@supports (height: -webkit-fill-available) {
  :root, :host { --chakra-vh: -webkit-fill-available; }
}
@supports (height: -moz-fill-available) {
  :root, :host { --chakra-vh: -moz-fill-available; }
}
@supports (height: 100dvh) {
  :root, :host { --chakra-vh: 100dvh; }
}
