@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Geist-Variable.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/GeistMono-Variable.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --page: #08090b;
  --panel: #111318;
  --panel-raised: #17191f;
  --ink: #f5f6f7;
  --muted: #a4a9b4;
  --quiet: #737985;
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.08);
  --accent: #f5f6f7;
  --accent-ink: #08090b;
  --focus: #9be8d2;
  --radius: 14px;
  --radius-small: 8px;
  font-family: "Geist", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--page);
  color: var(--ink);
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 80% -12%, rgba(155, 232, 210, 0.1), transparent 34rem),
    var(--page);
}

body,
button,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

button,
a,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

[data-shell] {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

[data-public-header] {
  padding-top: env(safe-area-inset-top);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(8, 9, 11, 0.82);
  backdrop-filter: blur(16px);
}

[data-public-header] [data-shell] {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 28px;
}

[data-brand] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.02em;
  text-decoration: none;
}

[data-brand] img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

[data-public-nav],
[data-public-footer] nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

[data-public-nav] a,
[data-public-footer] a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

[data-public-nav] a:hover,
[data-public-footer] a:hover {
  color: var(--ink);
}

[data-public-nav] a:last-child {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
}

[data-entry-hero],
[data-buyer-hero] {
  padding-top: clamp(82px, 12vw, 146px);
}

[data-entry-hero] {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

[data-eyebrow],
[data-card-kicker] {
  margin: 0 0 18px;
  color: var(--focus);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 560;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 640;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

[data-lede] {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.52;
}

[data-entry-options] {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(58px, 8vw, 96px);
}

[data-entry-waitlist] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 56px 0 20px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

[data-entry-waitlist] strong {
  display: block;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.3;
}

[data-entry-waitlist] [data-card-kicker] {
  margin-bottom: 8px;
}

@media (max-width: 680px) {
  [data-entry-waitlist] {
    align-items: flex-start;
    flex-direction: column;
  }
}

[data-path-card] {
  display: grid;
  min-height: 390px;
  align-content: start;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

[data-path-card]:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

[data-path-card][data-path="buyer"] {
  background: linear-gradient(145deg, rgba(155, 232, 210, 0.1), rgba(255, 255, 255, 0.025));
}

[data-card-kicker] {
  margin-bottom: 34px;
  color: var(--muted);
}

[data-path-card] h2 {
  max-width: 430px;
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 610;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

[data-path-card] p {
  max-width: 500px;
  margin-bottom: 28px;
  color: var(--muted);
  line-height: 1.55;
}

[data-primary-action],
[data-secondary-action],
[data-buyer-submit] {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 17px;
  border: 1px solid var(--accent);
  border-radius: var(--radius-small);
  font-size: 14px;
  font-weight: 620;
  text-decoration: none;
}

[data-primary-action],
[data-buyer-submit] {
  background: var(--accent);
  color: var(--accent-ink);
}

[data-primary-action]:hover,
[data-buyer-submit]:hover {
  background: #dce2e3;
}

[data-secondary-action] {
  border-color: var(--line);
  color: var(--ink);
}

[data-secondary-action]:hover {
  border-color: rgba(255, 255, 255, 0.32);
}

[data-check-list] {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 28px 0 0;
  color: var(--muted);
  list-style: none;
  font-size: 13px;
}

[data-check-list] li::before {
  margin-right: 8px;
  color: var(--focus);
  content: "✓";
}

[data-entry-note],
[data-buyer-footer-cta] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 18px 0 120px;
  padding: 19px 22px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  font-size: 14px;
}

[data-entry-note] strong,
[data-buyer-footer-cta] strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

[data-entry-note] span,
[data-buyer-footer-cta] span {
  line-height: 1.45;
}

[data-buyer-hero] {
  display: grid;
  align-items: start;
  gap: clamp(42px, 7vw, 96px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
}

[data-buyer-hero-copy] h1 {
  max-width: 690px;
  font-size: clamp(46px, 6vw, 76px);
}

[data-buyer-prompt-form] {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
}

[data-form-heading] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 11px;
}

[data-form-heading] label {
  color: var(--ink);
  font-size: 15px;
  font-weight: 620;
}

[data-prompt-count] {
  color: var(--quiet);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
}

[data-buyer-prompt] {
  display: block;
  width: 100%;
  min-height: 145px;
  resize: vertical;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  outline: none;
  background: #0b0c0f;
  color: var(--ink);
  line-height: 1.5;
}

[data-buyer-prompt]::placeholder {
  color: #707681;
}

[data-buyer-prompt]:focus {
  border-color: var(--focus);
}

[data-form-help],
[data-sign-in-note],
[data-buyer-error],
[data-buyer-preserved] {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

[data-form-help] {
  margin: 12px 0 20px;
}

[data-buyer-error] {
  margin: -5px 0 14px;
  color: #ffb6ad;
}

[data-buyer-preserved] {
  margin: -5px 0 14px;
  color: var(--focus);
}

[data-buyer-submit] {
  width: 100%;
  cursor: pointer;
}

[data-buyer-submit][aria-busy="true"] {
  cursor: wait;
  opacity: 0.7;
}

[data-sign-in-note] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 14px 0 0;
}

[data-sign-in-note] a {
  color: var(--ink);
  font-weight: 600;
}

[data-buyer-steps],
[data-buyer-boundaries] {
  padding-top: clamp(110px, 15vw, 180px);
}

[data-section-heading] {
  max-width: 650px;
}

[data-section-heading] h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 610;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

[data-steps] {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

[data-steps] li {
  display: grid;
  gap: 11px;
  min-height: 190px;
  padding: 23px 20px 20px 0;
  border-bottom: 1px solid var(--line);
}

[data-steps] li + li {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

[data-steps] span {
  color: var(--focus);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
}

[data-steps] strong {
  font-size: 20px;
  letter-spacing: -0.03em;
}

[data-steps] p {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

[data-boundary-grid] {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

[data-boundary-grid] article {
  min-height: 180px;
  padding: 23px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.025);
}

[data-boundary-grid] h3 {
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: -0.025em;
}

[data-boundary-grid] p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

[data-buyer-footer-cta] {
  margin-top: clamp(72px, 10vw, 120px);
  margin-bottom: 100px;
}

[data-public-footer] {
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid var(--line-soft);
  color: var(--quiet);
}

[data-public-footer] [data-shell] {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}

@media (max-width: 820px) {
  [data-buyer-hero] {
    grid-template-columns: 1fr;
  }

  [data-buyer-prompt-form] {
    max-width: 650px;
  }
}

@media (max-width: 680px) {
  [data-shell] {
    width: min(100% - 32px, 560px);
  }

  [data-public-header] [data-shell] {
    min-height: 64px;
    gap: 12px;
  }

  [data-public-nav] {
    gap: 12px;
  }

  [data-public-nav] a:not(:last-child) {
    display: none;
  }

  [data-entry-hero],
  [data-buyer-hero] {
    padding-top: 70px;
  }

  [data-entry-hero] {
    text-align: left;
  }

  [data-entry-options],
  [data-boundary-grid],
  [data-steps] {
    grid-template-columns: 1fr;
  }

  [data-path-card] {
    min-height: 0;
  }

  [data-entry-note],
  [data-buyer-footer-cta] {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 72px;
  }

  [data-steps] li,
  [data-steps] li + li {
    min-height: 0;
    padding: 20px 0;
    border-left: 0;
  }

  [data-steps] li + li {
    border-top: 1px solid var(--line);
  }

  [data-public-footer] [data-shell] {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
