/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --size-xs: 0.25rem;
  --size-s: 0.5rem;
  --size-m: 0.75rem;
  --size-l: 1rem;
  --size-xl: 1.5rem;
  --size-xxl: 2rem;
}

html,
body,
header,
main,
footer {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: system-ui, sans-serif;
}

body {
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
}

header,
main,
footer {
  width: min(100%, 48rem);
  align-items: center;
}

header,
footer {
  height: var(--size-xxl);
}

main {
  height: calc(100vh - (var(--size-xxl) * 2));
  height: calc(100svh - (var(--size-xxl) * 2));
  justify-content: flex-start;
  align-items: stretch;
  overflow: auto;
}

button {
  padding: var(--size-m);
}

main > article {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
}

main > article nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main > article > h2 {
  font-size: var(--size-xl);
}

main > article nav > ul > li > a {
  font-size: var(--size-xl);
}

main > article nav > ul > li > a:visited {
  color: inherit;
}

fieldset[data-layout="horizontal-options"] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size-m);
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset[data-layout="horizontal-options"] > legend {
  width: 100%;
}

fieldset[data-layout="horizontal-options"] > label {
  display: inline-flex;
  align-items: center;
  gap: var(--size-xs);
}

main > article > form {
  display: flex;
  flex-direction: column;
  gap: var(--size-l);
  align-items: stretch;
}

main > article > form > label {
  display: flex;
  flex-direction: column;
  gap: var(--size-xs);
}

main > article > form > button {
  align-self: flex-start;
}

