*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
	display: none !important;
}
:where(html) {
	-webkit-text-size-adjust: none;
	tab-size: 2;
	scrollbar-gutter: stable;
}
:where(html:has(dialog:modal[open])) {
	overflow: clip;
}
@media (prefers-reduced-motion: no-preference) {
	:where(html:focus-within) ;
}
:where(body) {
	line-height: 1.5;
	font-family: system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}
:where(button) {
	all: unset;
}
:where(input, button, textarea, select) {
	font: inherit;
	color: inherit;
}
:where(textarea) {
	resize: vertical;
	resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
	cursor: pointer;
}
:where(:disabled) {
	cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
	cursor: not-allowed;
}
:where(a) {
	color: inherit;
	text-underline-offset: 0.2ex;
}
:where(ul, ol) {
	list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}
:where(img, picture, svg, video) {
	max-inline-size: 100%;
	block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
}
:where(h1, h2, h3) {
	line-height: calc(1em + 0.5rem);
	/* text-wrap: balance; */
}
:where(hr) {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}
:where(dialog) {
	border: none;
	background: none;
	inset: unset;
	max-width: unset;
	max-height: unset;
}
:where(dialog:not([open])) {
	display: none !important;
}
:where(:focus-visible) {
	outline: #fff;
}
:where(:focus-visible, :target) {
	scroll-margin-block: 8vh;
}
:where(.visually-hidden:not(:focus-within, :active)) {
	clip-path: inset(50%) !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	border: 0 !important;
}
:where(button, input, optgroup, select, textarea) {
	margin: 0;
	padding: 0;
	font: inherit;
	color: inherit;
}
:where(button, input) {
	overflow: visible;
}
:where(button, select) {
	text-transform: none;
}
:where(button, [type="button"], [type="reset"], [type="submit"]) {
	-webkit-appearance: button;
}
:where(
		button::-moz-focus-inner,
		[type="button"]::-moz-focus-inner,
		[type="reset"]::-moz-focus-inner,
		[type="submit"]::-moz-focus-inner
	) {
	border: 0;
	padding: 0;
}
:where(
		button:-moz-focusring,
		[type="button"]:-moz-focusring,
		[type="reset"]:-moz-focusring,
		[type="submit"]:-moz-focusring
	) {
	outline: 1px dotted ButtonText;
}
:where(fieldset) {
	border: 0;
	padding: 0;
	margin: 0;
	min-inline-size: 0;
}
:where(legend) {
	padding: 0;
	white-space: normal;
}
:where(progress) {
	vertical-align: baseline;
}
:where(textarea) {
	overflow: auto;
}
:where(table) {
	border-collapse: collapse;
}
:where(th, td) {
	padding: 0;
	border: 0;
}
:where(a) {
	text-decoration: none;
}
