/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
    --font-serif: Iowan Old Style, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
    --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::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: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -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: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    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:where(:not(iframe)) {
    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;
    vertical-align: middle;
  }
  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)) {
        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;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@layer base {
  :root {
    --paper: #f4f1e9;
    --ink: #172035;
    --muted: #706d67;
    --rule: #17203524;
    --header-ink: #090d1a;
    --hero-ink: #000000;
    --header-veil: rgb(250 247 239 / 46%);
    --text-small: min(calc(0.3 * 1.2vw + 1rem), 1.54rem);
    --text-h1: max(calc(var(--text-small) * 1.4), min(calc(1.25 * 1.2vw + 0.5rem), 2.75rem));
    --field-ramp: rgb(81 95 196) 0%, rgb(112 95 207) 22%, rgb(165 105 205) 42%, rgb(237 126 130) 64%, rgb(247 178 103) 82%, rgb(250 221 158) 100%;
    color-scheme: light;
  }
  * {
    box-sizing: border-box;
  }
  html {
    background: var(--paper);
    color: var(--ink);
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    min-width: 320px;
    background: var(--paper);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.42;
    letter-spacing: -0.012em;
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
  }
  :focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 0.25rem;
  }
  a {
    color: inherit;
    text-decoration: none;
    touch-action: manipulation;
  }
  button, input {
    font: inherit;
  }
  button {
    color: inherit;
    touch-action: manipulation;
  }
  p, h1, h2, h3, ol, ul {
    margin: 0;
    padding: 0;
  }
  ul, ol {
    list-style: none;
  }
  img {
    display: block;
    max-width: 100%;
  }
}
@layer components {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .skip-link {
    position: fixed;
    z-index: 100;
    top: 0.75rem;
    left: 0.75rem;
    transform: translateY(-150%);
    padding: 0.55rem 0.75rem;
    border-radius: 0.3rem;
    background: var(--ink);
    color: var(--paper);
    transition: transform 180ms ease;
  }
  .skip-link:focus-visible {
    transform: translateY(0);
  }
  #page-shell {
    position: relative;
    display: flow-root;
    min-height: 100vh;
  }
  #article-content {
    --page-gutter: 4.5rem;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    margin-block: 3.5rem;
    padding-inline: var(--page-gutter);
  }
  .site-header {
    position: relative;
    z-index: 20;
    height: 1.5rem;
  }
  .wordmark {
    display: block;
    width: fit-content;
    height: 1.5rem;
    color: var(--header-ink);
  }
  .wordmark-svg {
    width: auto;
    height: 1.5rem;
  }
  .horizon-wrap {
    position: absolute;
    z-index: 0;
    inset: 0 0 auto;
    height: clamp(34rem, 68svh, 45rem);
    overflow: hidden;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, black 0%, black 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 78%, transparent 100%);
  }
  .field-panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(81 95 196) 0%, rgb(157 105 207) 38%, rgb(239 127 128) 62%, rgb(248 184 106) 82%, rgb(250 221 158) 100%);
    filter: saturate(0.9);
    user-select: none;
  }
  #field-canvas {
    display: block;
    width: 100%;
    height: 100%;
  }
  .field-inset-shadow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 75% 92% at 10% 36%, var(--header-veil) 0%, transparent 70%), linear-gradient(to bottom, transparent 68%, var(--paper) 100%);
  }
  .hero {
    position: relative;
    isolation: isolate;
    margin-top: clamp(9rem, 19svh, 12rem);
    margin-bottom: clamp(9rem, 20svh, 13rem);
  }
  .hero-title {
    position: relative;
    z-index: 1;
    max-width: 27ch;
    font-size: clamp(1.5rem, 7.8vw, 2rem);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.028em;
    color: var(--hero-ink);
    text-shadow: 0 1px 0 rgb(255 255 255 / 14%);
    text-wrap: balance;
  }
  .hero-line {
    display: block;
    white-space: nowrap;
  }
  .wheel-line {
    display: block;
    position: relative;
    min-height: 2em;
    overflow: hidden;
    perspective: 700px;
  }
  .wheel-word {
    display: inline-block;
    padding: 0 0.08em 0.06em 0.01em;
    font-family: var(--font-serif);
    font-size: 1.08em;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.045em;
    color: var(--hero-ink);
    will-change: transform, opacity, filter;
  }
  .prose-section, .wide-section {
    margin-block: 5rem;
    font-size: var(--text-small);
    line-height: 1.3em;
    letter-spacing: -0.01em;
  }
  .prose-section, .prose-stack {
    max-width: 72ch;
  }
  .prose-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .eyebrow {
    margin-bottom: 1rem;
    color: var(--muted);
    font-size: 0.72em;
    font-weight: 600;
    letter-spacing: 0.11em;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .numbered-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-block: 0.75rem;
  }
  .numbered-list li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
  }
  .numbered-list li> :first-child {
    display: grid;
    width: 1.65rem;
    height: 1.65rem;
    flex: 0 0 1.65rem;
    place-items: center;
    border: 1px solid var(--rule);
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.7em;
    font-variant-numeric: tabular-nums;
  }
  .people-list {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    margin-top: 3.5rem;
  }
  .person {
    display: flex;
    gap: 1.5rem;
  }
  .portrait-frame {
    position: relative;
    width: 8rem;
    height: 8rem;
    flex: 0 0 8rem;
    overflow: hidden;
    border-radius: 1rem;
    background: var(--rule);
  }
  .portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .person-copy {
    max-width: 62ch;
  }
  .person-copy h3 {
    font-weight: 500;
  }
  .person-copy p {
    margin-top: 0.5rem;
  }
  .person-copy a, .funders-grid a, .site-footer a, .hiring-button {
    text-underline-offset: 0.25rem;
  }
  .person-copy a:hover, .funders-grid a:hover, .site-footer a:hover, .hiring-button:hover {
    text-decoration: underline;
  }
  .funders-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.25rem 3rem;
    margin-top: 2rem;
  }
  .signup-title {
    color: var(--ink);
  }
  .signup-form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: calc(66.6667% + 2rem);
    margin-top: 2rem;
    padding: 0.7rem 0.85rem 0.7rem 1rem;
    border: 1px solid var(--rule);
    border-radius: 999px;
    transition: border-color 300ms ease, background-color 300ms ease;
  }
  .signup-form:hover, .signup-form:focus-within {
    border-color: var(--ink);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--ink) 40%, transparent);
    }
    background: var(--ink);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--ink) 3%, transparent);
    }
  }
  .signup-form:focus-within {
    outline: 2px solid var(--ink);
    outline-offset: 0.25rem;
  }
  .signup-form input[type="email"] {
    min-width: 0;
    flex: 1;
    appearance: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
  }
  .signup-form input::placeholder {
    color: var(--muted);
  }
  .signup-form button {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 auto;
    place-items: center;
    margin: -0.45rem -0.6rem -0.45rem 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 200ms ease;
  }
  .signup-form:has(input:valid) button {
    opacity: 1;
  }
  .signup-form button svg {
    display: block;
    width: 1.2em;
    height: 1.2em;
  }
  .honeypot {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .signup-message {
    position: absolute;
    z-index: 20;
    top: calc(100% + 0.5rem);
    left: 0;
    max-width: 100%;
    padding: 0.5em 0.75em;
    background: var(--ink);
    color: var(--paper);
    opacity: 0;
    pointer-events: none;
  }
  .signup-message.is-visible {
    opacity: 1;
  }
  .signup-note {
    max-width: 72ch;
    margin-top: calc(1rem + 1.3em);
    color: var(--muted);
    text-wrap: balance;
  }
  .site-footer {
    min-height: 1.5rem;
    margin-top: 7rem;
    padding-bottom: 0.5rem;
    opacity: 1;
    visibility: visible;
    font-size: var(--text-small);
    line-height: 1.3em;
    letter-spacing: -0.01em;
  }
  .site-footer nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  .footer-rule {
    min-width: 0.375rem;
    height: 1px;
    flex: 1;
    background: var(--rule);
  }
  .footer-rule-short {
    max-width: 2rem;
  }
  .hiring-button {
    position: relative;
    min-width: 6.4rem;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
  }
  .hiring-label, .hiring-command {
    display: block;
  }
  .hiring-command {
    position: absolute;
    inset: 0 auto auto 0;
    opacity: 0;
    font-family: var(--font-mono);
    font-size: 0.92em;
    letter-spacing: normal;
  }
  .caret {
    display: inline-block;
    width: 0.5em;
    height: 1em;
    margin-left: 0.08em;
    vertical-align: -0.12em;
    background: currentColor;
    animation: blink 1s steps(1) infinite;
  }
  .reveal {
    will-change: transform, opacity;
  }
  #article-content.not-found-page {
    display: block;
    min-height: 100svh;
    margin: 0;
    padding: 0.75rem;
    overflow: hidden;
  }
  .not-found-card {
    position: relative;
    height: calc(100svh - 1.5rem);
    min-height: 28rem;
    overflow: hidden;
    border-radius: 0.75rem;
    background: radial-gradient(ellipse 75% 72% at 10% 16%, rgb(250 247 239 / 44%) 0%, transparent 70%), linear-gradient(145deg, rgb(81 95 196) 0%, rgb(157 105 207) 32%, rgb(239 127 128) 57%, rgb(248 184 106) 78%, rgb(122 138 20) 100%);
    color: white;
  }
  .not-found-card::after {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 75% at 76% 86%, rgb(0 0 0 / 30%) 0%, transparent 62%);
    content: "";
    pointer-events: none;
  }
  .not-found-code {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-family: var(--font-serif);
    font-size: clamp(7rem, 31vw, 28rem);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.045em;
    color: rgb(255 255 255 / 96%);
    user-select: none;
    white-space: nowrap;
  }
  .not-found-message {
    position: absolute;
    z-index: 2;
    font-size: clamp(1rem, 1.6vw, 1.3rem);
    line-height: 1.3;
    text-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    top: clamp(2rem, 4vw, 3rem);
    right: clamp(2rem, 4vw, 3.25rem);
    margin: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --paper: #0d1120;
    --ink: #f1eee7;
    --muted: #9194a3;
    --rule: #f1eee724;
    --header-veil: rgb(250 247 239 / 40%);
    color-scheme: dark;
  }
  .field-inset-shadow {
    background: radial-gradient(ellipse 75% 92% at 10% 36%, var(--header-veil) 0%, transparent 70%), linear-gradient(to bottom, transparent 68%, var(--paper) 100%);
  }
}
@media (min-width: 768px) {
  .hero-title {
    font-size: clamp(2.5rem, 3.5vw, 4rem);
    line-height: 1.08em;
  }
  .hero-line {
    display: inline;
  }
  .hero-line.wheel-line {
    display: block;
  }
}
@media (max-width: 1023px) {
  #article-content {
    --page-gutter: 2.5rem;
    margin-block: 2.5rem;
  }
  #article-content.not-found-page {
    margin-block: 0;
  }
  .funders-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .signup-form {
    width: 100%;
  }
}
@media (max-width: 639px) {
  #article-content {
    --page-gutter: 1.5rem;
    margin-block: 2rem;
  }
  #article-content.not-found-page {
    margin-block: 0;
  }
  .wordmark {
    top: 2rem;
    left: 1.5rem;
  }
  .wordmark-svg {
    height: 1.35rem;
  }
  .hero {
    margin-top: 9rem;
    margin-bottom: clamp(8rem, 20svh, 11rem);
  }
  .not-found-code {
    left: 50%;
    font-size: clamp(6rem, 36vw, 9rem);
  }
  .not-found-message {
    top: 2rem;
    right: 2rem;
    left: 2rem;
    text-align: right;
  }
  .horizon-wrap {
    height: clamp(30rem, 67svh, 36rem);
  }
  .prose-section, .wide-section {
    margin-block: 3.5rem;
  }
  .person {
    flex-direction: column;
    gap: 1rem;
  }
  .portrait-frame {
    width: 6rem;
    height: 6rem;
    flex-basis: 6rem;
  }
  .people-list {
    margin-top: 2.5rem;
  }
  .funders-grid {
    grid-template-columns: 1fr;
    gap-block: 0.25rem;
  }
  .social-link, .footer-rule-short {
    display: none;
  }
  .site-footer {
    margin-top: 5rem;
  }
}
@media (max-width: 445px) {
  .hero-title {
    font-size: clamp(1.3rem, 6.2vw, 1.7rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
