@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;700;900&family=Work+Sans:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap');

:root {
  color-scheme: dark;
  --ink: #0d0812;
  --plum: #1c0f24;
  --violet-mid: #4b2f63;
  --violet-line: #6f4f89;
  --paper: #f4eef7;
  --mist: #ab9bbe;
  --accent: #c6ff3d;
  --accent-hover: #d5ff75;
  --accent-pressed: #acdf2e;
  --error: #ffa9b8;
  --error-ground: #311723;
  --success: var(--accent);
  --selection-ink: var(--ink);
  --selection-ground: var(--accent);
  --surface: var(--plum);
  --surface-raised: #281833;
  --surface-hover: #35213f;
  --text: var(--paper);
  --text-muted: var(--mist);
  --border: var(--violet-line);
  --rule: 1px solid var(--violet-line);
  --rule-soft: 1px solid #3e2b4c;
  --ginu-e6a: 'Archivo', 'Helvetica Neue', Helvetica, sans-serif;
  --ginu-947: 'Work Sans', 'Helvetica Neue', Helvetica, sans-serif;
  --ginu-23a: 'Space Mono', 'Courier New', monospace;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-black: 900;
  --text-xs: clamp(.75rem, .72rem + .12vw, .8125rem);
  --text-sm: clamp(.875rem, .83rem + .18vw, 1rem);
  --text-base: clamp(1rem, .94rem + .22vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + .45vw, 1.4375rem);
  --text-xl: clamp(1.375rem, 1.1rem + .85vw, 2rem);
  --text-2xl: clamp(1.75rem, 1.15rem + 2vw, 3.125rem);
  --text-3xl: clamp(2.125rem, 1.3rem + 3.3vw, 4.75rem);
  --text-4xl: clamp(2.5rem, 1.1rem + 5.4vw, 6.875rem);
  --text-hero: clamp(2.75rem, 1.05rem + 7.4vw, 9rem);
  --text-index: clamp(5.5rem, 2rem + 17vw, 19rem);
  --leading-tight: .98;
  --leading-heading: 1.07;
  --leading-body: 1.65;
  --leading-meta: 1.5;
  --tracking-display: -.045em;
  --tracking-heading: -.032em;
  --tracking-body: -.012em;
  --tracking-meta: .055em;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --space-40: 10rem;
  --gutter: clamp(20px, 5vw, 64px);
  --shell-max: 1400px;
  --measure: 66ch;
  --measure-narrow: 48ch;
  --section-space: clamp(4rem, 1.6rem + 9vw, 10rem);
  --section-gap: clamp(2rem, .8rem + 4vw, 5rem);
  --grid-gap: clamp(1.25rem, 3vw, 3rem);
  --header-space: clamp(5rem, 4.3rem + 2vw, 6.625rem);
  --control-min: 44px;
  --radius: 0;
  --focus-width: 2px;
  --focus-offset: 4px;
  --duration-instant: 80ms;
  --duration-fast: 140ms;
  --duration-control: 180ms;
  --duration-medium: 320ms;
  --duration-reveal: 780ms;
  --duration-settle: 1300ms;
  --duration-stagger: 90ms;
  --ease-control: cubic-bezier(.2, .65, .3, 1);
  --ease-reveal: cubic-bezier(.16, 1, .3, 1);
  --ease-settle: cubic-bezier(.19, 1, .22, 1);
  --ease-exit: cubic-bezier(.4, 0, 1, 1);
  --z-header: 30;
  --z-chat: 50;
  --z-consent: 60;
  --z-nav: 80;
  --z-skip: 100;
  --cookie-banner-height: 0px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*, *::before, *::after { box-sizing: border-box; }
html { min-width: 0; margin: 0; scroll-padding-top: calc(var(--header-space) + 1.5rem); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-width: 0; background: var(--ink); color: var(--paper); font-family: var(--ginu-947); font-size: var(--text-base); font-weight: 400; line-height: var(--leading-body); letter-spacing: var(--tracking-body); -webkit-font-smoothing: antialiased; }
body.nav-open, body.is-nav-open { overflow: hidden; }
main { display: block; min-width: 0; }
main:focus { outline: none; }
article, section, aside, header, footer, nav, div, figure, form { min-width: 0; }
img, picture, video, canvas, iframe { display: block; max-width: 100%; }
img, video { height: auto; }
img { color: var(--mist); font-size: var(--text-sm); }
svg { max-width: 100%; vertical-align: middle; }
iframe { border: 0; }
figure { margin: 0; }
figcaption { margin-top: var(--space-3); max-width: var(--measure); color: var(--mist); font-family: var(--ginu-23a); font-size: var(--text-xs); line-height: 1.6; letter-spacing: 0; }
h1, h2, h3, h4, h5, h6, p, blockquote, dl, dd, pre { margin: 0; }
h1, h2, h3, h4, h5, h6 { color: var(--paper); font-family: var(--ginu-e6a); font-weight: 700; line-height: var(--leading-heading); letter-spacing: var(--tracking-heading); overflow-wrap: break-word; text-wrap: balance; }
h1 { font-size: var(--text-hero); font-weight: 900; line-height: var(--leading-tight); letter-spacing: var(--tracking-display); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-2xl); }
h4 { font-size: var(--text-xl); }
h5, h6 { font-size: var(--text-lg); }
p { overflow-wrap: break-word; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
button, input, select, textarea { font: inherit; color: inherit; letter-spacing: inherit; border-radius: 0; }
button, input, select, textarea, summary { touch-action: manipulation; }
button, select { cursor: pointer; }
button { text-align: inherit; }
button, [type='button'], [type='submit'], [type='reset'] { -webkit-appearance: none; appearance: none; }
button { border: 0; }
button, a, summary, label { -webkit-tap-highlight-color: transparent; }
button, a, input, select, textarea, summary { scroll-margin-block: calc(var(--header-space) + 1rem) 8rem; }
input, select, textarea { min-width: 0; max-width: 100%; }
textarea { resize: vertical; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { max-width: 100%; padding: 0; }
ul, ol { margin: 0; padding-left: 1.5em; }
li + li { margin-top: .5em; }
hr { margin: 0; border: 0; border-top: var(--rule); }
address { font-style: normal; }
small { font-size: var(--text-sm); }
strong, b { font-weight: 600; }
em, i { font-style: italic; }
sub, sup { position: relative; font-size: .75em; line-height: 0; vertical-align: baseline; }
sup { top: -.45em; }
sub { bottom: -.2em; }
code, kbd, samp, pre { font-family: var(--ginu-23a); font-size: .875em; letter-spacing: 0; }
code { overflow-wrap: anywhere; }
pre { max-width: 100%; overflow: auto; padding: var(--space-6); border: var(--rule); background: var(--plum); }
pre code { overflow-wrap: normal; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; text-align: left; }
th, td { overflow-wrap: anywhere; vertical-align: top; }
th { font-weight: 500; }
caption { text-align: left; }
[hidden] { display: none !important; }
[disabled], [aria-disabled='true'] { cursor: not-allowed; }
::selection { color: var(--selection-ink); background: var(--selection-ground); }
:focus-visible { outline: var(--focus-width) solid var(--accent); outline-offset: var(--focus-offset); }
:target { scroll-margin-top: calc(var(--header-space) + 2rem); }

.container, .shell { width: min(100% - var(--gutter) * 2, var(--shell-max)); margin-inline: auto; }
.container-wide { width: 100%; padding-inline: var(--gutter); }
.section { padding-block: var(--section-space); }
.section + .section { border-top: var(--rule); }
.section-inner { padding-block: var(--section-gap); }
.grid { display: grid; gap: var(--grid-gap); }
.grid > *, .cluster > *, .split > * { min-width: 0; }
.grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-twelve { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: var(--section-gap); }
.stack > * + * { margin-top: var(--stack-space, 1.5rem); }
.stack-tight { --stack-space: .75rem; }
.stack-loose { --stack-space: 3rem; }
.cluster { display: flex; flex-wrap: wrap; gap: var(--space-4) var(--space-6); align-items: center; }
.cluster-between { justify-content: space-between; }
.flow > * + * { margin-top: 1.5em; }
.measure { max-width: var(--measure); }
.measure-narrow { max-width: var(--measure-narrow); }
.rule-top { border-top: var(--rule); }
.rule-bottom { border-bottom: var(--rule); }
.surface { background: var(--plum); }
.text-muted { color: var(--mist); }
.text-accent { color: var(--accent); }
.text-mono, .meta, .eyebrow { font-family: var(--ginu-23a); font-weight: 400; font-size: var(--text-xs); line-height: var(--leading-meta); letter-spacing: var(--tracking-meta); }
.eyebrow { display: block; text-transform: uppercase; color: var(--mist); }
.lead { font-size: var(--text-xl); line-height: 1.45; max-width: 42ch; }
.display { font-family: var(--ginu-e6a); font-weight: 900; line-height: var(--leading-tight); letter-spacing: var(--tracking-display); }
.index-number { display: block; font-family: var(--ginu-e6a); font-size: var(--text-index); font-weight: 900; line-height: .82; letter-spacing: -.075em; font-variant-numeric: lining-nums tabular-nums; color: var(--violet-line); }
.tabular { font-variant-numeric: tabular-nums; }
.sr-only, .visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
.js-only { display: none !important; }
.js .js-only:not([hidden]) { display: flex !important; }

.prose { max-width: var(--measure); font-size: var(--text-base); line-height: 1.8; }
.prose > * + * { margin-top: 1.4em; }
.prose h2 { margin-top: 2.4em; margin-bottom: .7em; font-size: var(--text-2xl); line-height: 1.15; }
.prose h3 { margin-top: 2em; margin-bottom: .65em; font-size: var(--text-xl); line-height: 1.2; }
.prose h4 { margin-top: 1.75em; font-size: var(--text-lg); }
.prose > :first-child { margin-top: 0; }
.prose p + p { margin-top: 1.1em; }
.prose li { padding-left: .25em; }
.prose li::marker { color: var(--mist); }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose blockquote { margin-block: 2em; padding: .25em 0 .25em 1.3em; border-left: 2px solid var(--accent); font-family: var(--ginu-e6a); font-size: var(--text-xl); line-height: 1.4; letter-spacing: -.02em; }
.prose blockquote cite { display: block; margin-top: 1rem; color: var(--mist); font-family: var(--ginu-23a); font-size: var(--text-xs); font-style: normal; letter-spacing: 0; }
.prose dl { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); column-gap: 1.5rem; }
.prose dt, .prose dd { padding-block: 1rem; border-bottom: var(--rule-soft); }
.prose dt { color: var(--mist); }
.prose figure { margin-block: 2.5em; }
.prose hr { margin-block: 3em; }
.prose code { padding: .1em .3em; background: var(--plum); color: var(--paper); }
.prose .repofe4 { max-width: 100%; overflow-x: auto; }
.icon { display: inline-block; flex: 0 0 auto; width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.icon-lg { width: 1.75rem; height: 1.75rem; }

@media (min-width: 1600px) {
  .container-wide { padding-inline: max(var(--gutter), calc((100vw - var(--shell-max)) / 2)); }
}
@media (max-width: 1023px) {
  .grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-twelve { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .grid-two, .grid-three, .split { grid-template-columns: minmax(0, 1fr); }
  .grid-twelve { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .prose dl { grid-template-columns: minmax(0, 1fr); }
  .prose dt { border-bottom: 0; padding-bottom: .25rem; }
  .prose dd { padding-top: 0; }
  .index-number { letter-spacing: -.065em; }
}
@media (max-width: 413px) {
  .grid-four { grid-template-columns: minmax(0, 1fr); }
  .cluster { gap: .75rem 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  :root { --duration-instant: 0ms; --duration-fast: 0ms; --duration-control: 0ms; --duration-medium: 0ms; --duration-reveal: 0ms; --duration-settle: 0ms; --duration-stagger: 0ms; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  :root { --accent: LinkText; --paper: CanvasText; --mist: CanvasText; --violet-line: CanvasText; }
  img { forced-color-adjust: none; }
  :focus-visible { outline: 2px solid Highlight; }
}
@media print {
  :root { --ink: #fff; --plum: #fff; --paper: #111; --mist: #444; --violet-line: #777; --accent: #111; }
  body { font-size: 11pt; }
  .container, .shell { width: 100%; }
  h1, h2, h3 { break-after: avoid; }
  figure, table, blockquote { break-inside: avoid; }
  .section { padding-block: 2rem; }
  a { text-decoration: underline; }
}
