:root {
  color-scheme: dark;
  --paper: #001f1a;
  --paper-2: #042b25;
  --panel: #092f29;
  --panel-2: #0d3a33;
  --ink: #f4fffb;
  --muted: #bfd8d0;
  --faint: #8eb0a6;
  --line: rgba(169, 255, 240, 0.17);
  --line-strong: rgba(169, 255, 240, 0.34);
  --mint: #a9fff0;
  --mint-2: #75ead6;
  --teal: #0b7d70;
  --deep: #00120f;
  --success: #75ead6;
  --danger: #ff9b81;
  --shadow: 0 20px 58px rgba(0, 0, 0, 0.34);
  --wrap: min(1244px, calc(100vw - 40px));
  --radius: 8px;
  --font-main: "Geist", "ABC Diatype Regular", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Fraunces", "Teodor Light", Georgia, "Times New Roman", serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-family: var(--font-main);
  font-synthesis-weight: none;
  text-rendering: geometricPrecision;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, #00251f 0%, var(--paper) 36%, #001712 100%);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 10%, rgba(169, 255, 240, 0.24), transparent 25rem),
    linear-gradient(135deg, rgba(117, 234, 214, 0.13), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22rem);
  z-index: -1;
}

button,
input,
textarea {
  font: inherit;
}

fieldset {
  min-width: 0;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 0 max(20px, calc((100vw - 1244px) / 2));
  background: rgba(0, 31, 26, 0.78);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.header__actions,
.hero__actions,
.inline-actions,
.network-actions,
.section__cta,
.charity-tools {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  min-height: 48px;
  padding: 0 14px 0 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(244, 255, 251, 0.07);
  font-size: 1.03rem;
  font-weight: 650;
  white-space: nowrap;
}

.brand__seal {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--deep);
  box-shadow: inset 0 0 0 1px rgba(169, 255, 240, 0.16);
}

.brand__seal img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.brand__word em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 390;
}

.nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.nav a {
  display: grid;
  min-width: 86px;
  min-height: 48px;
  place-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(244, 255, 251, 0.07);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 720;
  text-transform: uppercase;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  background: rgba(244, 255, 251, 0.92);
  color: #001f1a;
  box-shadow: 0 1px 18px rgba(169, 255, 240, 0.13);
}

.header__actions {
  justify-content: flex-end;
  gap: 14px;
}

.docs-link {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(244, 255, 251, 0.07);
  color: var(--mint);
  font-size: 0.9rem;
  font-weight: 820;
}

.docs-link:hover {
  background: rgba(11, 125, 112, 0.08);
}

.connect-button,
.button,
.small-button,
.route-tabs button,
.amount-grid button {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.06);
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}

.connect-button {
  min-width: 84px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  border-radius: var(--radius);
  background: var(--deep);
  border-color: rgba(169, 255, 240, 0.36);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 760;
}

.connect-button__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5f7d74;
}

.connect-button.is-connected .connect-button__dot {
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(169, 255, 240, 0.16);
}

.connect-button:hover,
.button:hover,
.small-button:hover,
.route-tabs button:hover,
.amount-grid button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

main {
  width: 100%;
}

body[data-view="home"] [data-page]:not([data-page="home"]),
body[data-view="launch"] [data-page]:not([data-page="launch"]),
body[data-view="donations"] [data-page]:not([data-page="donations"]),
body[data-view="charities"] [data-page]:not([data-page="charities"]),
body[data-view="explore"] [data-page]:not([data-page="explore"]),
body[data-view="how"] [data-page]:not([data-page="how"]),
body[data-view="contracts"] [data-page]:not([data-page="contracts"]) {
  display: none;
}

body[data-view="launch"] .launch,
body[data-view="donations"] .donations,
body[data-view="charities"] .charities,
body[data-view="explore"] #tokenExplorer,
body[data-view="how"] #how,
body[data-view="contracts"] .contracts {
  min-height: calc(100vh - 70px);
  padding-top: 86px;
}

body[data-view="launch"] .launch {
  border-top: 0;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: var(--wrap);
  min-height: 754px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 0 66px;
}

.hero > :not(.hype-orbit) {
  position: relative;
  z-index: 1;
}

.hype-orbit {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.86;
  mix-blend-mode: screen;
}

.hero__heart {
  width: min(166px, 34vw);
  height: min(166px, 34vw);
  object-fit: contain;
  margin-bottom: 44px;
  filter: drop-shadow(0 28px 36px rgba(169, 255, 240, 0.16));
}

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

h1 {
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: 6.15rem;
  font-weight: 390;
  line-height: 1;
  letter-spacing: 0;
}

h1 em {
  font-style: italic;
  font-weight: 350;
}

.rotating-word {
  display: inline-block;
  min-width: 2.72em;
  text-align: left;
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
}

.rotating-word.is-swapping {
  opacity: 0.28;
  transform: translateY(0.12em);
  filter: blur(2px);
}

h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 4.45rem;
  font-weight: 390;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--font-main);
  font-size: 1.04rem;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  line-height: 1.58;
}

.hero__actions {
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  font-weight: 760;
}

.button--dark {
  background: var(--deep);
  border-color: var(--deep);
  color: #fff;
}

.button--dark:hover {
  background: #00372f;
  border-color: rgba(169, 255, 240, 0.5);
}

.button--light {
  background: rgba(244, 255, 251, 0.08);
  color: var(--ink);
}

.button--wide {
  width: 100%;
}

.stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats article {
  min-height: 116px;
  display: grid;
  place-items: center;
  padding: 20px;
}

.stats article + article {
  border-left: 1px solid var(--line);
}

.stats article > span,
.eyebrow {
  color: var(--faint);
  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stats strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 2.02rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.stats small {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 650;
}

.section {
  padding: 94px 0;
}

.home-guides {
  padding: 88px 0 102px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-guides__grid {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-guide {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #d9f6e9;
  color: #000;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-guide:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 35, 30, 0.14);
}

.home-guide--mint,
.home-guide--blue,
.home-guide--gold {
  background: #d9f6e9;
}

.home-guide__number {
  color: #000;
  font-family: var(--font-display);
  font-weight: 600;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.home-guide strong {
  color: #000;
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.1;
}

.home-guide > span:not(.home-guide__number):not(.home-guide__link) {
  max-width: 28ch;
  color: #000;
  font-family: var(--font-main);
  line-height: 1.5;
}

.home-guide__link {
  margin-top: auto;
  color: #000;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
}

.section--tinted {
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section__head {
  width: var(--wrap);
  margin: 0 auto 48px;
}

.section__head--center {
  max-width: 1120px;
  text-align: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 74px;
  height: 1px;
  background: var(--line-strong);
}

.section__head p:not(.eyebrow) {
  margin: 16px auto 0;
}

.steps {
  width: var(--wrap);
  margin: 0 auto;
  border-top: 1px solid var(--ink);
}

.step {
  display: grid;
  grid-template-columns: 70px minmax(180px, 280px) minmax(0, 1fr);
  gap: 22px;
  padding: 34px 4px 38px;
  border-bottom: 1px solid var(--line);
}

.step span {
  color: var(--faint);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.85rem;
}

.step p {
  max-width: 680px;
  margin-bottom: 0;
}

.route-grid,
.charity-grid {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.route-card,
.charity-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
}

.route-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.route-card__art {
  aspect-ratio: 1.14;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--accent) 34%, transparent), transparent 6.2rem),
    linear-gradient(140deg, rgba(244, 255, 251, 0.07), rgba(169, 255, 240, 0.04));
}

.route-card__logo,
.charity-card__logo,
.receipt__logo {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--accent) 18%, #001f1a);
  color: color-mix(in srgb, var(--accent) 72%, #f4fffb);
  font-weight: 860;
}

.route-card__logo::before,
.charity-card__logo::before,
.receipt__logo::before {
  content: attr(data-fallback);
}

.route-card__logo[data-loaded="true"]::before,
.charity-card__logo[data-loaded="true"]::before,
.receipt__logo[data-loaded="true"]::before {
  content: "";
}

.route-card__logo img,
.charity-card__logo img,
.receipt__logo img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 72%;
  height: 72%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.route-card__logo {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  font-size: 1.8rem;
}

.route-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 16px 16px;
}

.route-card__symbol,
.charity-card__place,
.receipt__meta {
  color: var(--faint);
  font-size: 0.78rem;
}

.verify-badge {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 10px;
  padding: 0 9px;
  border: 1px solid color-mix(in srgb, var(--accent) 44%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 16%, transparent);
  color: color-mix(in srgb, var(--accent) 76%, #f4fffb);
  font-size: 0.68rem;
  font-weight: 820;
  line-height: 1.15;
  text-transform: uppercase;
}

.verify-badge--public-wallet {
  background: rgba(169, 255, 240, 0.14);
  color: var(--mint);
}

.verify-badge--config-id {
  background: rgba(117, 234, 214, 0.11);
  color: var(--mint-2);
}

.verify-badge--portal,
.verify-badge--policy {
  background: rgba(244, 255, 251, 0.1);
  color: var(--ink);
}

.verify-badge--fiat {
  background: rgba(255, 210, 74, 0.12);
  color: #ffdb76;
}

.route-card h3 {
  min-height: 2.55rem;
}

.route-card__metric {
  margin: 6px 0 12px;
  color: var(--ink);
  font-weight: 780;
}

.route-card__metric small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-card__status {
  min-height: 2.5rem;
  margin: 0 0 14px;
  color: var(--success);
  font-size: 0.83rem;
  font-weight: 760;
  line-height: 1.35;
}

.route-card__footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.route-card__footer span {
  display: block;
  color: var(--faint);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.route-card__footer b {
  display: block;
  margin-top: 4px;
  font-size: 0.86rem;
  line-height: 1.3;
}

.section__cta {
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.launch__grid {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: start;
  min-width: 0;
}

.launch-stack {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.launch-form,
.network-card {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.launch-form {
  padding: 24px;
}

.launch-form--token {
  background:
    radial-gradient(circle at 94% 0%, rgba(150, 255, 240, 0.14), transparent 13rem),
    var(--panel);
}

.launch-form__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  min-width: 0;
}

.launch-form__head h3 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.05rem);
  line-height: 1.02;
}

.eyebrow--left {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.eyebrow--left::before {
  display: none;
}

.eyebrow--left::after {
  width: 44px;
}

.status-pill {
  flex: 0 0 auto;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(169, 255, 240, 0.34);
  border-radius: 999px;
  background: rgba(169, 255, 240, 0.1);
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.route-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 0 0 20px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 18, 15, 0.48);
}

.route-tabs button {
  min-height: 38px;
  padding: 0 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 720;
}

.route-tabs button[aria-pressed="true"] {
  background: var(--deep);
  border-color: rgba(169, 255, 240, 0.38);
  color: #fff;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  min-width: 0;
}

.field span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.field input,
.field textarea,
.field select,
.charity-tools input {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(244, 255, 251, 0.07);
  color: var(--ink);
  outline: 0;
  padding: 12px 13px;
}

.field select {
  min-height: 46px;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--mint) 50%) calc(100% - 18px) 20px / 6px 6px no-repeat,
    linear-gradient(135deg, var(--mint) 50%, transparent 50%) calc(100% - 12px) 20px / 6px 6px no-repeat,
    rgba(244, 255, 251, 0.07);
}

.field input::placeholder,
.field textarea::placeholder,
.charity-tools input::placeholder {
  color: rgba(191, 216, 208, 0.62);
}

.field textarea {
  min-height: 82px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.charity-tools input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(117, 234, 214, 0.22);
}

.mono-input,
.summary strong,
.network-list strong,
.receipt__hash {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.inline-actions {
  gap: 8px;
  flex-wrap: wrap;
  margin: -4px 0 16px;
}

.wallet-evidence {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 14px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 18, 15, 0.5);
}

.wallet-evidence__top,
.wallet-evidence__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wallet-evidence__top .verify-badge {
  margin-bottom: 0;
}

.wallet-evidence p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.wallet-evidence a {
  color: var(--mint);
  font-size: 0.8rem;
  font-weight: 760;
  white-space: nowrap;
}

.wallet-evidence__links,
.wallet-evidence__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.wallet-evidence__note {
  color: var(--success) !important;
  font-weight: 690;
}

.wallet-evidence__warning {
  border: 1px solid rgba(255, 155, 129, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 155, 129, 0.08);
  color: #ffc0ad !important;
  padding: 10px 11px;
  font-weight: 720;
}

.wallet-evidence__line {
  align-items: flex-start;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 0.76rem;
}

.wallet-evidence__line strong {
  min-width: 0;
  max-width: 68%;
  overflow: hidden;
  color: var(--ink);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  text-align: right;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}

.wallet-evidence__button {
  justify-self: start;
}

.wallet-evidence__actions {
  justify-content: flex-start;
  padding-top: 2px;
}

.small-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 720;
}

.small-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: -2px 0 14px;
}

.amount-grid button {
  min-height: 40px;
  color: var(--ink);
  font-weight: 760;
}

.summary {
  display: grid;
  gap: 8px;
  padding: 13px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 18, 15, 0.48);
}

.summary div,
.network-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.86rem;
}

.summary strong,
.network-list strong {
  min-width: 0;
  max-width: 58%;
  overflow: hidden;
  color: var(--ink);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.form-status.is-good {
  color: var(--success);
}

.form-status.is-bad {
  color: var(--danger);
}

.launch-result {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 13px;
  border: 1px solid rgba(169, 255, 240, 0.28);
  border-radius: var(--radius);
  background: rgba(169, 255, 240, 0.08);
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.45;
}

.launch-result strong {
  display: block;
  color: var(--ink);
}

.launch-result a {
  color: var(--mint);
  font-weight: 760;
}

.token-hub {
  display: grid;
  gap: 16px;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(169, 255, 240, 0.32);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(169, 255, 240, 0.12), rgba(0, 18, 15, 0.72));
}

.token-hub--explore {
  width: min(780px, calc(100vw - 40px));
  margin: 24px auto 0;
}

.token-hub__head,
.token-hub__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

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

.token-hub h3 {
  margin: 0;
  color: var(--ink);
}

.token-hub h3 span {
  color: var(--mint);
  font-family: var(--font-mono);
  font-size: 0.72em;
}

.token-hub__metric {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(169, 255, 240, 0.18);
  border-bottom: 1px solid rgba(169, 255, 240, 0.18);
  color: var(--muted);
  font-size: 0.8rem;
}

.token-hub__metric strong {
  color: var(--mint);
}

.status-pill--good {
  color: #08251f;
  background: var(--mint);
}

.token-hub__chart {
  min-height: 130px;
  display: grid;
  place-content: center;
  gap: 8px;
  border: 1px dashed rgba(169, 255, 240, 0.34);
  border-radius: var(--radius);
  background: repeating-linear-gradient(135deg, rgba(169, 255, 240, 0.06) 0 2px, transparent 2px 10px);
  color: var(--ink);
  text-align: center;
}

.token-hub__chart canvas {
  width: 100%;
  height: 130px;
}

.token-hub__chart small,
.token-hub__note {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.token-hub__actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.token-hub__trade {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.token-hub__trade label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.token-hub__trade input {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(244, 255, 251, 0.06);
  color: var(--ink);
  font: inherit;
}

.token-explorer {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.token-explorer__card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(244, 255, 251, 0.05);
}

.token-explorer__card > div:first-child {
  display: grid;
  gap: 10px;
}

.token-explorer__card strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.token-explorer__card strong small,
.token-explorer__card > span {
  color: var(--muted);
  font-size: 0.78rem;
}

.token-explorer__mc {
  color: var(--mint) !important;
  font-weight: 750;
}

.token-explorer__card code {
  color: var(--mint);
  font-size: 0.75rem;
}

.token-explorer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.safety-dialog-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 18, 15, 0.76);
  backdrop-filter: blur(8px);
}

.safety-dialog {
  position: relative;
  width: min(100%, 520px);
  padding: 30px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.safety-dialog__close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.safety-dialog__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 2px solid var(--danger);
  border-radius: 50%;
  color: var(--danger);
  font-weight: 800;
}

.safety-dialog h2 {
  max-width: 13ch;
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 2rem;
}

.safety-dialog > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.safety-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.network-card {
  position: sticky;
  top: 92px;
  padding: 24px;
}

.network-card .eyebrow {
  justify-content: flex-start;
  margin-bottom: 14px;
}

.network-card .eyebrow::before {
  display: none;
}

.network-card .eyebrow::after {
  flex: 1;
}

.network-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.network-actions {
  gap: 8px;
  flex-wrap: wrap;
}

.contract-table {
  width: var(--wrap);
  display: grid;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.contract-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1.1fr) auto;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 18px;
}

.contract-row + .contract-row {
  border-top: 1px solid var(--line);
}

.contract-row--active {
  background: rgba(117, 234, 214, 0.08);
}

.contract-row div {
  min-width: 0;
}

.contract-row span {
  display: block;
  margin-bottom: 6px;
  color: var(--faint);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contract-row strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contract-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

.donations {
  width: var(--wrap);
  margin: 0 auto;
}

.donations__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.donations__head h2 {
  font-size: 1.55rem;
}

.donations__head p {
  margin: 8px 0 0;
}

.donations__total {
  min-width: 120px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  text-align: right;
}

.donations__total strong {
  display: block;
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
}

.donations__total span {
  color: var(--muted);
  font-size: 0.77rem;
}

.donation-tool {
  margin-bottom: 22px;
}

.donation-tool .launch-form {
  max-width: 760px;
}

.receipt-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.receipt,
.empty-state {
  min-height: 78px;
  display: grid;
  align-items: center;
  padding: 16px 18px;
}

.receipt {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 16px;
}

.receipt + .receipt {
  border-top: 1px solid var(--line);
}

.receipt__logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 0.76rem;
}

.receipt strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.receipt__hash {
  max-width: 100%;
  overflow: hidden;
  color: var(--faint);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.receipt a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.07);
  font-size: 0.82rem;
  font-weight: 720;
}

.empty-state {
  color: var(--muted);
}

.charity-tools {
  width: min(520px, calc(100vw - 40px));
  justify-content: center;
  gap: 10px;
  margin: 0 auto 28px;
}

.charity-tools input {
  min-height: 44px;
}

.sort-button.is-active {
  background: var(--deep);
  border-color: var(--deep);
  color: #fff;
}

.charity-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 17px;
}

.charity-card__logo {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
}

.charity-card p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.84rem;
}

.charity-card__verification {
  min-height: 2.55rem;
  color: var(--success) !important;
  line-height: 1.4;
}

.config-chip {
  max-width: 100%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: -2px 0 14px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 18, 15, 0.36);
  color: var(--muted);
  font-size: 0.74rem;
}

.config-chip span {
  color: var(--faint);
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.config-chip b {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.charity-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 0.76rem;
}

.charity-card__actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 12px;
}

.footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding: 62px max(20px, calc((100vw - 1244px) / 2));
  border-top: 1px solid var(--line);
  background: var(--paper-2);
}

.footer p {
  margin: 18px 0 0;
}

.footer nav {
  display: grid;
  gap: 12px;
  align-content: start;
  color: var(--muted);
}

.footer a:hover {
  color: var(--teal);
}

.footer a.is-active {
  color: var(--mint);
}

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

@media (max-width: 1040px) {
  .header {
    grid-template-columns: 1fr auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    max-width: 100%;
    overflow-x: auto;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  .route-grid,
  .charity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .launch__grid {
    grid-template-columns: 1fr;
  }

  .network-card {
    position: static;
  }
}

@media (max-width: 680px) {
  :root {
    --wrap: min(100vw - 28px, 1244px);
  }

  .header {
    gap: 12px;
  }

  .brand {
    font-size: 0.94rem;
  }

  .header__actions {
    gap: 6px;
  }

  .docs-link {
    display: none;
  }

  .connect-button {
    min-width: 0;
    max-width: 148px;
    padding: 0 12px;
  }

  #walletLabel {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-self: stretch;
    border-radius: 26px;
  }

  .nav a {
    min-width: 0;
    width: 100%;
    padding: 0 8px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  h1 {
    font-size: 3.85rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  .hero {
    padding: 46px 0 54px;
  }

  .hype-orbit {
    opacity: 0.72;
  }

  .hero__heart {
    margin-bottom: 34px;
  }

  .stats,
  .home-guides__grid,
  .token-explorer,
  .token-hub__trade,
  .step,
  .route-grid,
  .charity-grid,
  .contract-row,
  .field-grid,
  .route-tabs,
  .amount-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .stats article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .section {
    padding: 68px 0;
  }

  .step {
    gap: 8px;
  }

  .launch-form,
  .network-card {
    padding: 18px;
  }

  .launch-form__head {
    flex-direction: column;
  }

  .donations__head,
  .charity-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .wallet-evidence__top,
  .wallet-evidence__line {
    align-items: flex-start;
    flex-direction: column;
  }

  .wallet-evidence__line strong {
    max-width: 100%;
    text-align: left;
  }

  .contract-row strong {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .donations__total {
    text-align: left;
  }

  .receipt {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .receipt a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}
