@font-face {
  font-family: "IBM Plex Sans";
  src: url("./assets/plex-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("./assets/plex-condensed-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("./assets/plex-mono.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
:root {
  --canvas: #f7f7fc;
  --paper: #fff;
  --ink: #171927;
  --muted: #626579;
  --line: #d8dae8;
  --orange: #ff654a;
  --purple: #5559e8;
  --green: #193f35;
  --display: "IBM Plex Sans Condensed", "Arial Narrow", sans-serif;
  --body: "IBM Plex Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, #ffe8da 0, transparent 34rem),
    radial-gradient(circle at 94% 19%, #e8e7ff 0, transparent 30rem), var(--canvas);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
}
button,
input {
  font: inherit;
}
a {
  color: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 5px;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.wrap {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}
.small {
  font-size: 14px;
  line-height: 1.5;
}
.muted {
  color: var(--muted);
}
.mono {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
.skip-link {
  position: absolute;
  z-index: 4;
  left: 16px;
  top: -90px;
  padding: 12px;
  background: white;
}
.skip-link:focus {
  top: 12px;
}
.preview-banner {
  padding: 11px 24px;
  text-align: center;
  color: #403676;
  background: #eeecff;
  font-size: 13px;
  border-bottom: 1px solid #dcd7f4;
}
.site-header {
  display: flex;
  gap: 26px;
  align-items: center;
  min-height: 102px;
}
.wordmark {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.07em;
  text-decoration: none;
  line-height: 1;
}
.wordmark span {
  color: #bc3627;
}
.header-note {
  padding-left: 24px;
  border-left: 1px solid #c9c6cd;
  font-size: 13px;
  color: var(--muted);
}
.nav-link {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0 10px 14px;
}
.nav-link span {
  margin-left: 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 42px;
  padding-block: 55px 83px;
}
.tiny-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5559e8;
  margin-right: 8px;
}
h1 {
  font-size: clamp(66px, 6.5vw, 92px);
  max-width: 9ch;
  letter-spacing: -0.045em;
  line-height: 0.97;
}
.hero-thesis {
  color: #4b46b4;
  font-size: 23px;
  font-family: var(--display);
  margin-top: 28px;
}
.hero-description {
  max-width: 42ch;
  color: var(--muted);
  margin-block: 14px 28px;
  line-height: 1.6;
}
.hero-description strong {
  color: var(--ink);
  font-weight: 500;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.primary {
  background: var(--orange);
  color: #231b20;
  box-shadow: 0 6px 0 #d84b3530;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 18px #d84b3528;
}
.hero-note {
  color: var(--muted);
  margin-top: 17px;
}
.hero-scene {
  padding: 28px 10px 12px;
  position: relative;
}
.hero-scene::before {
  content: "";
  position: absolute;
  inset: 35px -5px 30px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, #e6e1fb 0, #eeebfd85 55%, transparent 72%);
}
.scene-caption {
  text-align: center;
  color: #626075;
  margin-bottom: 22px;
}
.duo {
  display: flex;
  justify-content: center;
  gap: 2px;
  align-items: flex-start;
}
.actor {
  width: 49%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.actor img {
  display: block;
  width: 100%;
  height: auto;
}
.actor-resolve {
  padding-top: 16px;
}
.speech {
  position: relative;
  z-index: 1;
  background: white;
  padding: 16px 24px;
  border-radius: 20px 20px 20px 4px;
  box-shadow: 0 12px 30px #29204d0b;
  font-family: var(--display);
  font-size: 25px;
  line-height: 1.12;
  transform: rotate(-4deg);
  margin-bottom: 16px;
}
.speech-answer {
  background: #d9efde;
  border-radius: 20px 20px 4px 20px;
  transform: rotate(4deg);
}
.hero-scene figcaption {
  text-align: center;
  color: #625e78;
  font-size: 14px;
  margin-top: 6px;
  transform: rotate(-2deg);
}
.hero-scene figcaption span {
  margin-right: 9px;
  font-size: 23px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
.section-heading h2 {
  font-size: clamp(32px, 3.3vw, 44px);
}
.section-heading .eyebrow {
  margin-bottom: 14px;
  color: #4c49a2;
}
.section-heading > p {
  font-size: 15px;
  color: var(--muted);
  flex-shrink: 0;
}
.commitment-section {
  padding: 42px;
  border: 1px solid #ddd9f3;
  border-radius: 28px;
  background: #eeecfb;
}
.commitment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 44px;
  align-items: stretch;
}
.field-label,
legend {
  font-weight: 600;
  font-size: 16px;
}
#goal {
  width: 100%;
  min-width: 0;
  margin-top: 12px;
  padding: 17px 16px;
  border: 1px solid #c7c3de;
  border-radius: 12px;
  background: #ffffff;
  color: var(--ink);
}
#goal::placeholder {
  color: #767085;
}
#goal[aria-invalid] {
  border-color: #a92f22;
}
.examples {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
.examples button {
  border: 1px solid #d2cde5;
  color: #534d73;
  background: transparent;
  border-radius: 24px;
  padding: 10px 13px;
  min-height: 44px;
  font-size: 13px;
}
.examples button:hover {
  background: #fff;
}
#goal-help {
  margin-top: 10px;
}
fieldset {
  border: 0;
  padding: 0;
  min-width: 0;
  margin: 28px 0 24px;
}
legend {
  padding: 0;
}
.amounts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-block: 12px;
}
.amounts label {
  position: relative;
}
.amounts input {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 24px;
  left: 14px;
  margin: 0;
  opacity: 0;
}
.amounts span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 53px;
  padding: 12px 7px;
  font-weight: 500;
  border: 1px solid #c7c3de;
  border-radius: 10px;
  background: #faf9ff;
  cursor: pointer;
}
.amounts input:checked + span {
  background: #5559e8;
  color: #fff;
  border-color: #5559e8;
  box-shadow: inset 0 0 0 1px #5559e8;
}
.amounts input:focus-visible + span {
  outline: 3px solid var(--purple);
  outline-offset: 4px;
}
.amounts label:hover span {
  border-color: var(--purple);
}
.validation {
  color: #982d24;
  margin-top: 12px;
  min-height: 21px;
}
.commitment-card {
  padding: 27px 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px #33295f0d;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd9ea;
  position: relative;
  transform: rotate(1.5deg);
}
.commitment-card::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 24px;
  top: -11px;
  left: calc(50% - 38px);
  background: #ffd5b8b3;
  transform: rotate(-5deg);
}
.card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed #cfccd7;
  padding-block: 3px 20px;
  color: var(--muted);
}
.summary-goal {
  font-family: var(--display);
  font-size: 36px;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin-block: 35px 27px;
  color: #4e46b6;
  overflow-wrap: anywhere;
}
.summary-amount {
  font-family: var(--display);
  font-size: clamp(34px, 3.2vw, 45px);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.summary-amount span {
  font-family: var(--body);
  letter-spacing: 0;
  font-size: 14px;
  color: var(--muted);
  white-space: nowrap;
}
.summary-note {
  font-size: 14px;
  color: var(--muted);
  margin-top: 20px;
}
.receipt-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  margin-top: auto;
  font-size: 14px;
}
.receipt-check {
  background: #e1f0e4;
  color: #245238;
  font-size: 26px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  flex-shrink: 0;
}
.is-previewed {
  border-color: #8d87d2;
}
.public-section {
  padding-top: 92px;
}
.public-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
.leaderboard,
.spotlight {
  border-radius: 24px;
  padding: 30px;
  min-width: 0;
}
.leaderboard {
  background: #fff;
  border: 1px solid #e0deeb;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}
h3 {
  font-size: 26px;
  letter-spacing: -0.02em;
}
.pill {
  border: 1px solid #d9d5e7;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.4;
}
.leaderboard > p,
.spotlight > p {
  font-size: 15px;
}
.table-labels {
  display: flex;
  justify-content: space-between;
  padding-block: 24px 12px;
  border-bottom: 1px solid #e7e4ee;
  color: var(--muted);
}
.empty-state {
  padding: 20px 10px 28px;
  text-align: center;
}
.empty-symbol {
  display: block;
  color: #858099;
  font-size: 38px;
}
.empty-state h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.empty-state p {
  color: var(--muted);
  font-size: 14px;
}
.profile-note {
  border-top: 1px solid #e7e4ee;
  padding-top: 22px;
  display: flex;
  align-items: start;
  gap: 15px;
}
.profile-note p {
  font-size: 13px;
  color: var(--muted);
}
.profile-note strong {
  display: inline-block;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 5px;
}
.profile-icon {
  background: #efedf9;
  color: #746f95;
  border: 1px dashed #aaa4c6;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 24px;
}
.spotlight {
  background: var(--green);
  color: #f2f7ec;
}
.spotlight .pill {
  border-color: #709081;
  color: #e1ecdf;
}
.spotlight > p {
  color: #d0e1d6;
}
.spotlight-vacancy {
  text-align: center;
  margin-block: 26px;
  padding: 22px 10px;
  border: 1px dashed #759788;
  border-radius: 15px;
  position: relative;
}
.spotlight-star {
  display: block;
  color: #d7e3ac;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 14px;
}
.spotlight-vacancy .mono {
  color: #d0e1d6;
}
.spotlight-vacancy h4 {
  font-size: 45px;
  margin-block: 14px 18px;
}
.vacancy-label {
  color: #d0e1d6;
  font-size: 12px;
}
.spotlight .spotlight-footer {
  font-size: 13px;
}
.closing {
  padding-block: 80px 68px;
  text-align: center;
}
.closing .eyebrow {
  color: var(--muted);
  margin-bottom: 12px;
}
.closing h2 {
  font-size: 37px;
}
.text-link {
  display: inline-block;
  padding: 14px 8px;
  margin-top: 10px;
  color: #4a45b0;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.text-link span {
  margin-left: 10px;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-block: 29px;
  border-top: 1px solid var(--line);
}
.site-footer p {
  font-size: 12px;
  color: var(--muted);
}
.site-footer > .mono {
  margin-left: auto;
  color: var(--muted);
}
.amounts strong {
  font-size: 21px;
  font-weight: 600;
}
.amounts small {
  font-size: 12px;
  font-weight: 400;
}
.fx-note {
  color: var(--muted);
  font-size: 12px;
  margin-top: 9px;
}
.fx-note summary {
  cursor: pointer;
  padding-block: 5px;
}
.fx-note p {
  margin-top: 5px;
  max-width: 48ch;
}
.payment-notice {
  margin-top: 12px;
}
.summary-inr {
  color: var(--muted);
  font-size: 14px;
  margin-top: 8px;
}
.sample-label {
  color: #565279;
  background: #f0eef9;
  padding: 8px 11px;
  border-radius: 8px;
}
.leaderboard > .sample-label {
  font-size: 13px;
}
.board-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.board-row {
  display: grid;
  grid-template-columns: 22px 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding-block: 14px;
  border-bottom: 1px solid #e7e4ee;
}
.board-rank {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--muted);
}
.board-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
}
.avatar-purple {
  background: #eeebff;
  color: #50469b;
}
.avatar-peach {
  background: #ffe3d3;
  color: #793e2c;
}
.avatar-green {
  background: #e1f0e4;
  color: #245238;
}
.board-person {
  min-width: 0;
}
.board-person strong {
  display: block;
  font-size: 15px;
  overflow-wrap: anywhere;
}
.board-person p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}
.board-amount {
  font-family: var(--display);
  font-size: 21px;
  white-space: nowrap;
}
.board-aside {
  color: var(--muted);
  padding-block: 18px;
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 20px;
  }
  .section-heading > p {
    flex-shrink: 1;
  }
  .commitment-section {
    padding: 30px;
  }
  .commitment-grid {
    gap: 24px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  }
  .commitment-card {
    padding: 24px;
  }
  .public-grid {
    gap: 18px;
  }
  .leaderboard,
  .spotlight {
    padding: 25px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .preview-banner {
    font-size: 11px;
    padding: 10px 20px;
  }
  .site-header {
    min-height: 80px;
    gap: 12px;
  }
  .wordmark {
    font-size: 34px;
  }
  .header-note {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 28px 44px;
    gap: 25px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy h1,
  .hero-description {
    margin-inline: auto;
  }
  .hero .button,
  .commitment-controls > .button {
    display: flex;
    width: min(100%, 310px);
    margin-inline: auto;
    justify-content: center;
    gap: 18px;
  }
  .section-heading {
    text-align: center;
  }
  .payment-notice {
    text-align: center;
  }
  .board-row {
    grid-template-columns: 19px 32px minmax(0, 1fr) auto;
    gap: 8px;
  }
  .board-avatar {
    width: 32px;
    height: 32px;
  }
  .board-person strong {
    font-size: 14px;
  }
  .board-amount {
    font-size: 19px;
  }
  .hero .eyebrow {
    font-size: 12px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: clamp(60px, 13.8vw, 84px);
    max-width: 9ch;
  }
  .hero-thesis {
    font-size: 23px;
    margin-top: 22px;
  }
  .hero-description {
    margin-block: 13px 23px;
  }
  .hero-note {
    font-size: 12px;
  }
  .hero-scene {
    max-width: 390px;
    width: 100%;
    margin-inline: auto;
    padding: 12px 10px;
  }
  .scene-caption {
    margin-bottom: 14px;
    font-size: 10px;
  }
  .actor {
    width: 44%;
  }
  .speech {
    font-size: 20px;
    padding: 12px 18px;
    margin-bottom: 10px;
  }
  .hero-scene figcaption {
    font-size: 12px;
  }
  .commitment-section {
    padding: 27px 22px;
    border-radius: 22px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading > p {
    margin-top: 14px;
    font-size: 14px;
  }
  .section-heading > p br {
    display: none;
  }
  .commitment-grid,
  .public-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .examples {
    gap: 6px;
  }
  .examples button {
    padding-inline: 11px;
    font-size: 12px;
  }
  .amounts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .amounts span {
    font-size: 15px;
  }
  .commitment-controls > .button {
    width: 100%;
    gap: 8px;
    padding-inline: 16px;
    font-size: 15px;
  }
  .commitment-card {
    transform: none;
    min-height: 365px;
    padding: 23px;
  }
  .card-top {
    font-size: 10px;
  }
  .summary-goal {
    font-size: 32px;
    margin-top: 28px;
  }
  .summary-amount {
    font-size: 37px;
  }
  .receipt-bottom {
    padding-top: 26px;
  }
  .public-section {
    padding-top: 52px;
  }
  .leaderboard,
  .spotlight {
    padding: 25px 22px;
  }
  .closing {
    padding-block: 55px 43px;
  }
  .closing h2 {
    font-size: 32px;
  }
  .site-footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 14px;
  }
  .site-footer > .mono {
    display: none;
  }
  .site-footer p {
    font-size: 11px;
  }
}
@media (max-width: 350px) {
  .board-rank {
    display: none;
  }
  .board-row {
    grid-template-columns: 30px minmax(0, 1fr) auto;
  }
  .board-avatar {
    width: 30px;
    height: 30px;
  }
  .wrap {
    width: calc(100% - 28px);
  }
  .commitment-section {
    padding: 25px 17px;
  }
  .commitment-card {
    padding: 20px;
  }
  .small {
    font-size: 13px;
  }
  .hero-thesis {
    font-size: 21px;
  }
  .speech {
    font-size: 19px;
    padding: 12px 15px;
  }
  .summary-amount {
    font-size: 32px;
  }
  .summary-amount span {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
