@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");
*,
::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: "Inter", "SF Pro", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", 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, 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;
}

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

.fixed {
  position: fixed;
}

.top-0 {
  top: 0rem;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.left-0 {
  left: 0rem;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}

.mx-auto {
  margin-inline: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.gap-4 {
  gap: 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;
}

.rounded-full {
  border-radius: calc(infinity * 1px);
}

.border {
  border-style: solid;
  border-width: 1px;
}

.border-t {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-b {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-zinc-200 {
  border-color: oklch(92% 0.004 286.32deg);
}

.border-zinc-200\/50 {
  border-color: color-mix(in srgb, oklch(92% 0.004 286.32deg) 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-zinc-200\/50 {
    border-color: color-mix(in oklab, oklch(92% 0.004 286.32deg) 50%, transparent);
  }
}

.bg-white {
  background-color: #fff;
}

.bg-zinc-100\/50 {
  background-color: color-mix(in srgb, oklch(96.7% 0.001 286.375deg) 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-zinc-100\/50 {
    background-color: color-mix(in oklab, oklch(96.7% 0.001 286.375deg) 50%, transparent);
  }
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-inline: 1rem;
}

.py-6 {
  padding-block: 1.5rem;
}

.py-8 {
  padding-block: 2rem;
}

.py-24 {
  padding-block: 6rem;
}

.py-32 {
  padding-block: 8rem;
}

.text-center {
  text-align: center;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans {
  font-family: "Inter", "SF Pro", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.5, 1.3333333333;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 1.5, 1.2;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 1.5, 1.1111111111;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.text-balance {
  text-wrap: balance;
}

.text-zinc-600 {
  color: oklch(44.2% 0.017 285.786deg);
}

.text-zinc-700 {
  color: oklch(37% 0.013 285.805deg);
}

.text-zinc-900 {
  color: oklch(21% 0.006 285.885deg);
}

.backdrop-blur-xs {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.transition {
  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: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
  .hover\:text-zinc-900:hover {
    color: oklch(21% 0.006 285.885deg);
  }
}

.focus\:outline-hidden:focus {
  outline-style: none;
}
@media (forced-colors: active) {
  .focus\:outline-hidden:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}

@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (width >= 48rem) {
  .md\:px-8 {
    padding-inline: 2rem;
  }
}

@media (width >= 48rem) {
  .md\:text-zinc-700 {
    color: oklch(37% 0.013 285.805deg);
  }
}

@media (width >= 48rem) and (hover: hover) {
  .md\:hover\:text-zinc-900:hover {
    color: oklch(21% 0.006 285.885deg);
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-zinc-800 {
    border-color: oklch(27.4% 0.006 286.033deg);
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-zinc-800\/50 {
    border-color: color-mix(in srgb, oklch(27.4% 0.006 286.033deg) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .dark\:border-zinc-800\/50 {
      border-color: color-mix(in oklab, oklch(27.4% 0.006 286.033deg) 50%, transparent);
    }
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-zinc-900\/50 {
    background-color: color-mix(in srgb, oklch(21% 0.006 285.885deg) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-zinc-900\/50 {
      background-color: color-mix(in oklab, oklch(21% 0.006 285.885deg) 50%, transparent);
    }
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-zinc-950 {
    background-color: oklch(14.1% 0.005 285.823deg);
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:text-white {
    color: #fff;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:text-zinc-300 {
    color: oklch(87.1% 0.006 286.286deg);
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:text-zinc-400 {
    color: oklch(70.5% 0.015 286.067deg);
  }
}

@media (prefers-color-scheme: dark) and (hover: hover) {
  .dark\:hover\:text-white:hover {
    color: #fff;
  }
}

@media (width >= 48rem) and (prefers-color-scheme: dark) {
  .md\:dark\:text-zinc-300 {
    color: oklch(87.1% 0.006 286.286deg);
  }
}

@media (prefers-color-scheme: dark) and (width >= 48rem) and (hover: hover) {
  .dark\:md\:hover\:text-white:hover {
    color: #fff;
  }
}

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";
}

html,
body {
  background-color: #fff;
  font-family: "Inter", "SF Pro", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000;
}
@media (prefers-color-scheme: dark) {
  html,
  body {
    background-color: oklch(14.1% 0.005 285.823deg);
  }
}
@media (prefers-color-scheme: dark) {
  html,
  body {
    color: #fff;
  }
}
html,
body {
  scroll-behavior: smooth;
}

.article-content {
  color: oklch(37% 0.013 285.805deg);
  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: oklch(44.6% 0.03 256.802deg);
  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: oklch(21% 0.034 264.665deg);
  text-decoration: underline;
  font-weight: 500;
}
.article-content :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: oklch(21% 0.034 264.665deg);
  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: oklch(55.1% 0.027 264.364deg);
}
.article-content :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  color: oklch(87.2% 0.01 258.338deg);
}
.article-content :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: oklch(21% 0.034 264.665deg);
  font-weight: 600;
  margin-top: 1.25em;
}
.article-content :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-color: oklch(92.8% 0.006 264.531deg);
  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: oklch(21% 0.034 264.665deg);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: oklch(92.8% 0.006 264.531deg);
  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: oklch(21% 0.034 264.665deg);
  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: oklch(21% 0.034 264.665deg);
  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: oklch(21% 0.034 264.665deg);
  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: oklch(21% 0.034 264.665deg);
  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: oklch(21% 0.034 264.665deg);
  box-shadow: 0 0 0 1px color-mix(in oklab, oklch(21% 0.034 264.665deg) 10%, transparent), 0 3px 0 color-mix(in oklab, oklch(21% 0.034 264.665deg) 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: oklch(21% 0.034 264.665deg);
  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] *)) {
  color: oklch(92.8% 0.006 264.531deg);
  background-color: oklch(27.8% 0.033 256.848deg);
  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: oklch(87.2% 0.01 258.338deg);
}
.article-content :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: oklch(21% 0.034 264.665deg);
  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: oklch(92.8% 0.006 264.531deg);
}
.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: oklch(87.2% 0.01 258.338deg);
}
.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: oklch(55.1% 0.027 264.364deg);
  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: #000;
}
@media (prefers-color-scheme: dark) {
  .article-content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
    color: #fff;
  }
}
.article-content :is(:where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *))) {
  border-color: oklch(92% 0.004 286.32deg);
}
.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: oklch(44.2% 0.017 285.786deg);
}
.article-content :is(:where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-style: normal;
}
@media (prefers-color-scheme: dark) {
  .article-content :is(:where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *))) {
    border-color: oklch(27.4% 0.006 286.033deg);
  }
}
@media (prefers-color-scheme: dark) {
  .article-content :is(:where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *))) {
    color: oklch(70.5% 0.015 286.067deg);
  }
}
.article-content :is(:where(strong):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-weight: 600;
}

.header-pill {
  display: inline-block;
  border-radius: calc(infinity * 1px);
  border-style: solid;
  border-width: 1px;
  border-color: oklch(92% 0.004 286.32deg);
  padding-inline: 0.75rem;
  padding-block: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  font-weight: 500;
}
@media (prefers-color-scheme: dark) {
  .header-pill {
    border-color: oklch(27.4% 0.006 286.033deg);
  }
}

.link {
  font-weight: 500;
  color: #000;
  text-decoration-line: underline;
}
@media (prefers-color-scheme: dark) {
  .link {
    color: #fff;
  }
}

.header-button {
  display: inline-block;
  border-radius: calc(infinity * 1px);
  border-style: solid;
  border-width: 1px;
  border-color: oklch(54.6% 0.245 262.881deg);
  background-color: oklch(54.6% 0.245 262.881deg);
  padding-inline: 0.75rem;
  padding-block: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  font-weight: 500;
  color: #fff;
  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: 150ms;
}
@media (hover: hover) {
  .header-button:hover {
    border-color: oklch(62.3% 0.214 259.815deg);
  }
}
@media (hover: hover) {
  .header-button:hover {
    background-color: oklch(62.3% 0.214 259.815deg);
  }
}
@media (prefers-color-scheme: dark) {
  .header-button {
    border-color: oklch(48.8% 0.243 264.376deg);
  }
}
@media (prefers-color-scheme: dark) {
  .header-button {
    background-color: oklch(48.8% 0.243 264.376deg);
  }
}
@media (prefers-color-scheme: dark) and (hover: hover) {
  .header-button:hover {
    border-color: oklch(54.6% 0.245 262.881deg);
  }
}
@media (prefers-color-scheme: dark) and (hover: hover) {
  .header-button:hover {
    background-color: oklch(54.6% 0.245 262.881deg);
  }
}

.page-card {
  position: relative;
  display: block;
}
:where(.page-card > :not(:last-child)) {
  margin-block-start: 0rem;
  margin-block-end: 0.5rem;
}
.page-card {
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: oklch(92% 0.004 286.32deg);
  padding: 1rem;
  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: 150ms;
}
@media (hover: hover) {
  .page-card:hover {
    background-color: oklch(98.5% 0 0deg);
  }
}
@media (prefers-color-scheme: dark) {
  .page-card {
    border-color: oklch(27.4% 0.006 286.033deg);
  }
}
@media (prefers-color-scheme: dark) and (hover: hover) {
  .page-card:hover {
    background-color: oklch(21% 0.006 285.885deg);
  }
}

.page-card h3 {
  font-size: 1.125rem;
  line-height: 1.5, 1.5555555556;
  font-weight: 600;
}

.page-card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  color: oklch(44.2% 0.017 285.786deg);
}
@media (prefers-color-scheme: dark) {
  .page-card p {
    color: oklch(70.5% 0.015 286.067deg);
  }
}

.page-card .arrow-icon {
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  color: oklch(55.2% 0.016 285.938deg);
  -webkit-user-select: none;
  user-select: none;
}
@media (hover: hover) {
  .page-card .arrow-icon:is(:where(.group):hover *) {
    color: oklch(44.2% 0.017 285.786deg);
  }
}
@media (prefers-color-scheme: dark) {
  .page-card .arrow-icon {
    color: oklch(70.5% 0.015 286.067deg);
  }
}
@media (prefers-color-scheme: dark) and (hover: hover) {
  .page-card .arrow-icon:is(:where(.group):hover *) {
    color: oklch(55.2% 0.016 285.938deg);
  }
}

hr {
  border-color: oklch(92% 0.004 286.32deg);
}
@media (prefers-color-scheme: dark) {
  hr {
    border-color: oklch(27.4% 0.006 286.033deg);
  }
}

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

main {
  padding-inline: 1rem;
}
@media (width >= 48rem) {
  main {
    padding-inline: 2rem;
  }
}

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

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

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

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

#home-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: oklch(92% 0.004 286.32deg);
  padding-inline: 1rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (width >= 48rem) {
  #home-header {
    padding-inline: 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  #home-header {
    border-color: oklch(27.4% 0.006 286.033deg);
  }
}

#home-header h1 {
  max-width: 64rem;
  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";
  font-size: 1.875rem;
  line-height: 1.5, 1.2;
  line-height: 1.25;
  font-weight: 600;
  text-wrap: balance;
}
@media (width >= 48rem) {
  #home-header h1 {
    font-size: 1.875rem;
    line-height: 1.25, 1.2;
  }
}

#page-header {
  padding-inline: 1rem;
  padding-top: 4rem;
}
@media (width >= 48rem) {
  #page-header {
    padding-inline: 2rem;
  }
}

#page-header h1 {
  font-size: 1.875rem;
  line-height: 1.5, 1.2;
  font-weight: 600;
}

#page-header p {
  font-size: 1.125rem;
  line-height: 1.5, 1.5555555556;
  color: oklch(44.2% 0.017 285.786deg);
}
@media (prefers-color-scheme: dark) {
  #page-header p {
    color: oklch(70.5% 0.015 286.067deg);
  }
}

.article-content pre {
  border-style: solid;
  border-width: 1px;
  border-color: oklch(92% 0.004 286.32deg);
}
@media (prefers-color-scheme: dark) {
  .article-content pre {
    border-color: oklch(27.4% 0.006 286.033deg);
  }
}

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

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