@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --color-headings: #000;
  --color-text: oklch(37% 0.013 285.805deg);
  --color-background: #fff;
  --color-background-hover: oklch(96.7% 0.001 286.375deg);
  --color-border: oklch(92% 0.004 286.32deg);
  --color-links: oklch(21% 0.006 285.885deg);
  --color-primary: oklch(54.6% 0.245 262.881deg);
  --color-primary-hover: oklch(48.8% 0.243 264.376deg);
  --color-primary-text: #fff;
  --color-secondary: oklch(44.2% 0.017 285.786deg);
  --color-secondary-hover: oklch(37% 0.013 285.805deg);
  --color-secondary-text: #000;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-headings: #fff;
    --color-text: oklch(70.5% 0.015 286.067deg);
    --color-background: oklch(14.1% 0.005 285.823deg);
    --color-background-hover: oklch(21% 0.006 285.885deg);
    --color-border: oklch(27.4% 0.006 286.033deg);
    --color-links: oklch(92% 0.004 286.32deg);
    --color-primary: oklch(54.6% 0.245 262.881deg);
    --color-primary-hover: oklch(48.8% 0.243 264.376deg);
    --color-primary-text: #fff;
    --color-secondary: oklch(44.2% 0.017 285.786deg);
    --color-secondary-hover: oklch(37% 0.013 285.805deg);
    --color-secondary-text: #fff;
  }
}
/* This file was generated using `rougify style github` */
.highlight,
.highlight .w {
  color: #24292f;
  background-color: #f6f8fa;
  border-radius: 0.5rem;
}

.highlight .k,
.highlight .kd,
.highlight .kn,
.highlight .kp,
.highlight .kr,
.highlight .kt,
.highlight .kv {
  color: #cf222e;
}

.highlight .gr {
  color: #f6f8fa;
}

.highlight .gd {
  color: #82071e;
  background-color: #ffebe9;
}

.highlight .nb {
  color: #953800;
}

.highlight .nc {
  color: #953800;
}

.highlight .no {
  color: #953800;
}

.highlight .nn {
  color: #953800;
}

.highlight .sr {
  color: #116329;
}

.highlight .na {
  color: #116329;
}

.highlight .nt {
  color: #116329;
}

.highlight .gi {
  color: #116329;
  background-color: #dafbe1;
}

.highlight .kc {
  color: #0550ae;
}

.highlight .l,
.highlight .ld,
.highlight .m,
.highlight .mb,
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .il,
.highlight .mo,
.highlight .mx {
  color: #0550ae;
}

.highlight .sb {
  color: #0550ae;
}

.highlight .bp {
  color: #0550ae;
}

.highlight .ne {
  color: #0550ae;
}

.highlight .nl {
  color: #0550ae;
}

.highlight .py {
  color: #0550ae;
}

.highlight .nv,
.highlight .vc,
.highlight .vg,
.highlight .vi,
.highlight .vm {
  color: #0550ae;
}

.highlight .o,
.highlight .ow {
  color: #0550ae;
}

.highlight .gh {
  color: #0550ae;
  font-weight: bold;
}

.highlight .gu {
  color: #0550ae;
  font-weight: bold;
}

.highlight .s,
.highlight .sa,
.highlight .sc,
.highlight .dl,
.highlight .sd,
.highlight .s2,
.highlight .se,
.highlight .sh,
.highlight .sx,
.highlight .s1,
.highlight .ss {
  color: #0a3069;
}

.highlight .nd {
  color: #8250df;
}

.highlight .nf,
.highlight .fm {
  color: #8250df;
}

.highlight .err {
  color: #f6f8fa;
  background-color: #82071e;
}

.highlight .c,
.highlight .ch,
.highlight .cd,
.highlight .cm,
.highlight .cp,
.highlight .cpf,
.highlight .c1,
.highlight .cs {
  color: #6e7781;
}

.highlight .gl {
  color: #6e7781;
}

.highlight .gt {
  color: #6e7781;
}

.highlight .ni {
  color: #24292f;
}

.highlight .si {
  color: #24292f;
}

.highlight .ge {
  color: #24292f;
  font-style: italic;
}

.highlight .gs {
  color: #24292f;
  font-weight: bold;
}

@media (prefers-color-scheme: dark) {
  .highlight,
  .highlight .w {
    color: #c9d1d9;
    background-color: #161b22;
  }
  .highlight .k,
  .highlight .kd,
  .highlight .kn,
  .highlight .kp,
  .highlight .kr,
  .highlight .kt,
  .highlight .kv {
    color: #ff7b72;
  }
  .highlight .gr {
    color: #f0f6fc;
  }
  .highlight .gd {
    color: #ffdcd7;
    background-color: #67060c;
  }
  .highlight .nb {
    color: #ffa657;
  }
  .highlight .nc {
    color: #ffa657;
  }
  .highlight .no {
    color: #ffa657;
  }
  .highlight .nn {
    color: #ffa657;
  }
  .highlight .sr {
    color: #7ee787;
  }
  .highlight .na {
    color: #7ee787;
  }
  .highlight .nt {
    color: #7ee787;
  }
  .highlight .gi {
    color: #aff5b4;
    background-color: #033a16;
  }
  .highlight .kc {
    color: #79c0ff;
  }
  .highlight .l,
  .highlight .ld,
  .highlight .m,
  .highlight .mb,
  .highlight .mf,
  .highlight .mh,
  .highlight .mi,
  .highlight .il,
  .highlight .mo,
  .highlight .mx {
    color: #79c0ff;
  }
  .highlight .sb {
    color: #79c0ff;
  }
  .highlight .bp {
    color: #79c0ff;
  }
  .highlight .ne {
    color: #79c0ff;
  }
  .highlight .nl {
    color: #79c0ff;
  }
  .highlight .py {
    color: #79c0ff;
  }
  .highlight .nv,
  .highlight .vc,
  .highlight .vg,
  .highlight .vi,
  .highlight .vm {
    color: #79c0ff;
  }
  .highlight .o,
  .highlight .ow {
    color: #79c0ff;
  }
  .highlight .gh {
    color: #1f6feb;
    font-weight: bold;
  }
  .highlight .gu {
    color: #1f6feb;
    font-weight: bold;
  }
  .highlight .s,
  .highlight .sa,
  .highlight .sc,
  .highlight .dl,
  .highlight .sd,
  .highlight .s2,
  .highlight .se,
  .highlight .sh,
  .highlight .sx,
  .highlight .s1,
  .highlight .ss {
    color: #a5d6ff;
  }
  .highlight .nd {
    color: #d2a8ff;
  }
  .highlight .nf,
  .highlight .fm {
    color: #d2a8ff;
  }
  .highlight .err {
    color: #f0f6fc;
    background-color: #8e1519;
  }
  .highlight .c,
  .highlight .ch,
  .highlight .cd,
  .highlight .cm,
  .highlight .cp,
  .highlight .cpf,
  .highlight .c1,
  .highlight .cs {
    color: #8b949e;
  }
  .highlight .gl {
    color: #8b949e;
  }
  .highlight .gt {
    color: #8b949e;
  }
  .highlight .ni {
    color: #c9d1d9;
  }
  .highlight .si {
    color: #c9d1d9;
  }
  .highlight .ge {
    color: #c9d1d9;
    font-style: italic;
  }
  .highlight .gs {
    color: #c9d1d9;
    font-weight: bold;
  }
}
*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-tap-highlight-color: transparent;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

ol,
ul,
menu {
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
optgroup,
textarea,
::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

::file-selector-button {
  margin-inline-end: 4px;
}

::placeholder {
  opacity: 1;
}

@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

::-webkit-calendar-picker-indicator {
  line-height: 1;
}

:-moz-ui-invalid {
  box-shadow: none;
}

button,
input:where([type=button], [type=reset], [type=submit]),
::file-selector-button {
  appearance: button;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[hidden]:where(:not([hidden=until-found])) {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", "Inter", "SF Pro", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--color-headings);
}

html,
body {
  color: var(--color-text);
  font-family: "Inter", "SF Pro", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section h2 {
  font-size: 1.5rem;
  line-height: 1.5, 1.3333333333;
  font-weight: 600;
}

b,
strong {
  font-weight: 600;
}

.link {
  font-weight: 500;
  color: var(--color-links);
  text-decoration-line: underline;
}

body {
  background-color: var(--color-background);
  color: var(--color-text);
  scroll-behavior: smooth;
}

hr {
  border-color: var(--color-border);
}

.container {
  margin-inline: auto;
  max-width: 80rem;
}

:where(main section > :not(:last-child)) {
  margin-block-start: 0;
  margin-block-end: 1rem;
}

:where(.space-y-2 > :not(:last-child)) {
  margin-block-start: 0rem;
  margin-block-end: 0.5rem;
}

:where(.space-y-4 > :not(:last-child)) {
  margin-block-start: 0rem;
  margin-block-end: 1rem;
}

:where(.space-y-8 > :not(:last-child)) {
  margin-block-start: 0rem;
  margin-block-end: 2rem;
}

:where(.space-x-8 > :not(:last-child)) {
  margin-inline-start: 0rem;
  margin-inline-end: 2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.article-content > *:first-child {
  margin-top: 2rem;
}
.article-content {
  color: var(--color-text);
  max-width: 65ch;
}
.article-content :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.article-content :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-text);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.article-content :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-links);
  text-decoration: underline;
  font-weight: 500;
}
.article-content :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-headings);
  font-weight: 600;
}
.article-content :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.article-content :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.article-content :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.article-content :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.article-content :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.article-content :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.article-content :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.article-content :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.article-content :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.article-content :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.article-content :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.article-content :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.article-content :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
}
.article-content :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.article-content :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  font-weight: 400;
  color: var(--color-text);
}
.article-content :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  color: var(--color-text);
}
.article-content :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.article-content :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-color: var(--color-border);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.article-content :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--color-text);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--color-border);
  quotes: "“" "”" "‘" "’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.article-content :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: open-quote;
}
.article-content :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: close-quote;
}
.article-content :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.article-content :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 900;
  color: inherit;
}
.article-content :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.article-content :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 800;
  color: inherit;
}
.article-content :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.article-content :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.article-content :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.article-content :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.article-content :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.article-content :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.article-content :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.article-content :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--color-text);
  box-shadow: 0 0 0 1px color-mix(in oklab, oklch(21% 0.006 285.885deg) 10%, transparent), 0 3px 0 color-mix(in oklab, oklch(21% 0.006 285.885deg) 10%, transparent);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.article-content :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-headings);
  font-weight: 600;
  font-size: 0.875em;
}
.article-content :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: "`";
}
.article-content :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: "`";
}
.article-content :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.article-content :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.article-content :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.875em;
}
.article-content :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.9em;
}
.article-content :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.article-content :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.article-content :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.article-content :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.article-content :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.article-content :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: none;
}
.article-content :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: none;
}
.article-content :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.article-content :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--color-border);
}
.article-content :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.article-content :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--color-border);
}
.article-content :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 0;
}
.article-content :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: baseline;
}
.article-content :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-top-width: 1px;
  border-top-color: var(--color-border);
}
.article-content :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: top;
}
.article-content :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  text-align: start;
}
.article-content :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-text);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.article-content {
  font-size: 1rem;
  line-height: 1.75;
}
.article-content :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.article-content :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.article-content :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.article-content :where(.prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.article-content :where(.prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.article-content :where(.prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.article-content :where(.prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.article-content :where(.prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.article-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.article-content :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.article-content :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.article-content :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.article-content :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.article-content :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.article-content :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.article-content :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.article-content :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.article-content :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.article-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.article-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.article-content :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.article-content :where(.prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.article-content :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 0;
}
.article-content {
  max-width: 56rem;
}
.article-content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-weight: 600;
}
.article-content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  color: var(--color-headings);
}
.article-content :is(:where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *))) {
  border-color: var(--color-border);
}
.article-content :is(:where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-weight: 400;
}
.article-content :is(:where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *))) {
  color: var(--color-text);
}
.article-content :is(:where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-style: normal;
}
.article-content :is(:where(strong):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-weight: 600;
}

.article-content pre {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-border);
}

.article-content blockquote p:first-of-type::before,
.article-content blockquote p:last-of-type::after {
  content: none;
}

#home-header {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
#home-header h1 {
  max-width: 64rem;
  font-size: 1.875rem;
  line-height: 1.5, 1.2;
  line-height: 1.25;
  font-weight: 600;
  text-wrap: balance;
  margin-bottom: 1rem;
}
#home-header ul.affiliations {
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  color: var(--color-text);
  margin-bottom: 1rem;
}
#home-header ul.affiliations li {
  margin-bottom: 0.5rem;
}
#home-header .authors {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0;
}
#home-header .authors .author:first-child,
#home-header .authors .author:last-child {
  margin-left: 0;
}
#home-header .authors .author {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.25rem;
}
#home-header .authors .author-img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}

.header-pill-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.header-button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

#page-header {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
#page-header h1 {
  font-size: 1.875rem;
  line-height: 1.5, 1.2;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#page-header p {
  font-size: 1.125rem;
  line-height: 1.5, 1.5555555556;
  color: var(--color-text);
  font-weight: 500;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--color-background);
  border-top: 1px solid var(--color-border);
  padding: 1rem;
  color: var(--color-text);
}
@media (min-width: 48rem) {
  footer {
    text-align: left;
    padding: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-image: linear-gradient(to right, var(--color-border), transparent 100%) 1;
  }
}
footer p {
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
}
footer a {
  color: var(--color-links);
  text-decoration: underline;
}
footer .logo {
  margin-top: 1rem;
}
footer .logo img {
  max-height: 60px;
  width: auto;
}
@media (min-width: 48rem) {
  footer .logo {
    display: block;
    margin-top: 0;
  }
}

.site-layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .site-layout {
    flex-direction: row;
    align-items: stretch;
  }
}

.content-wrapper {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  flex: 1;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 48rem) {
  .main-content {
    padding: 2rem;
  }
}
.main-content * {
  max-width: 100%;
  overflow-wrap: break-word;
}

.header-button {
  display: inline-block;
  border-radius: calc(infinity * 1px);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  padding-inline: 1rem;
  padding-block: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  font-weight: 500;
  color: var(--color-primary-text);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .header-button:hover {
    border-color: var(--color-primary-hover);
    background-color: var(--color-primary-hover);
  }
}

.header-pill {
  display: inline-block;
  border-radius: calc(infinity * 1px);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-border);
  background-color: var(--color-background);
  padding-inline: 0.75rem;
  padding-block: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  font-weight: 500;
  color: var(--color-headings);
}

#site-nav .mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-background);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1rem;
  height: 3.5rem;
  z-index: 1010;
  border-bottom: 1px solid var(--color-border);
}
@media (min-width: 48rem) {
  #site-nav .mobile-header {
    display: none;
  }
}
#site-nav .mobile-header #nav-toggle {
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
#site-nav #nav-menu {
  position: fixed;
  top: 3.5rem;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: var(--color-background);
  z-index: 1005;
  display: none;
  border-bottom: 1px solid var(--color-border);
  max-height: calc(100vh - 3.5rem);
}
@media (min-width: 30rem) {
  #site-nav #nav-menu {
    max-height: 100vh !important;
  }
}
#site-nav #nav-menu {
  overflow-y: auto;
}
#site-nav #nav-menu.is-open {
  display: block;
}
@media (min-width: 48rem) {
  #site-nav #nav-menu .nav-content {
    padding-top: 4rem !important;
  }
}
#site-nav #nav-menu .nav-content {
  padding-top: 0;
}
#site-nav #nav-menu .nav-content h2 {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text);
  margin-bottom: 1rem;
  text-wrap: balance;
}
#site-nav #nav-menu .nav-content ul.pages-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-nav #nav-menu .nav-content ul.pages-list li.nav-item {
  margin-bottom: 0.5rem;
}
#site-nav #nav-menu .nav-content ul.pages-list li.nav-item.active a {
  font-weight: 600;
  color: var(--color-links);
  background-color: var(--color-background-hover);
}
#site-nav #nav-menu .nav-content ul.pages-list li.nav-item a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#site-nav #nav-menu .nav-content ul.pages-list li.nav-item:hover a {
  background-color: var(--color-background-hover);
  color: var(--color-links);
}
#site-nav #nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 999;
}
#site-nav #nav-overlay.is-visible {
  display: block;
}
@media (min-width: 48rem) {
  #site-nav {
    width: 340px;
    flex-shrink: 0;
    border-right: none;
    position: relative;
  }
  #site-nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color-border);
  }
}
@media (min-width: 48rem) {
  #site-nav #nav-menu {
    display: block !important;
    position: sticky;
    top: 0;
    left: 0;
    width: 340px;
    overflow-y: auto;
    padding-top: 2rem;
    max-height: 100vh;
    border-bottom: none;
    background: transparent;
    z-index: 1;
  }
  #site-nav #nav-overlay {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */