:root {
  --bg: #090c12;
  --bg-2: #0d111a;
  --surface: rgba(18, 24, 35, .88);
  --surface-strong: #141b28;
  --surface-soft: #101620;
  --border: #273248;
  --border-soft: #202a3c;
  --text: #eef2f8;
  --muted: #9da9bb;
  --subtle: #6f7d92;
  --purple: #8b5cf6;
  --purple-strong: #7444ea;
  --cyan: #22d3ee;
  --green: #69d9a5;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-xl: 0 32px 90px rgba(0, 0, 0, .38);
  --shadow-lg: 0 20px 52px rgba(0, 0, 0, .28);
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(760px 520px at 7% -4%, rgba(124, 58, 237, .16), transparent 65%),
    radial-gradient(760px 520px at 103% 30%, rgba(34, 211, 238, .09), transparent 66%),
    linear-gradient(180deg, #0d1119 0%, var(--bg) 48%, #07090e 100%);
  font: 400 16px/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; }
a { color: inherit; }
button, select, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #fff; background: rgba(124, 58, 237, .72); }

.sr-only {
  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;
}
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: #151c29;
  border: 1px solid var(--cyan);
  border-radius: 10px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 36px), var(--max-width)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(39, 50, 72, .72);
  background: rgba(9, 12, 18, .78);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { min-width: 0; text-decoration: none; }
.brand-name {
  display: block;
  overflow: hidden;
  color: transparent;
  background: linear-gradient(90deg, #b9a5ff 0%, #8b74f8 38%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 950;
  letter-spacing: .09em;
  line-height: 1.08;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand-note {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11.5px;
  letter-spacing: .015em;
}
.nav-side { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 11px;
  color: #d7deea;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.nav-link:hover, .nav-link.is-current { color: #fff; background: rgba(255, 255, 255, .045); border-color: var(--border); }
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(14, 19, 28, .9);
  border: 1px solid var(--border);
  border-radius: 999px;
}
.language-choice {
  width: 36px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  opacity: .68;
  transition: opacity .16s ease, background .16s ease, border-color .16s ease, transform .16s ease;
}
.language-choice:hover, .language-choice:focus-visible { opacity: 1; transform: translateY(-1px); }
.language-choice.is-active { opacity: 1; background: rgba(139, 92, 246, .13); border-color: rgba(139, 92, 246, .38); }
.flag { position: relative; display: block; width: 20px; height: 14px; overflow: hidden; border-radius: 2px; box-shadow: 0 0 0 1px rgba(255,255,255,.16); }
.flag-us { background: repeating-linear-gradient(to bottom, #b22234 0 7.69%, #fff 7.69% 15.38%); }
.flag-us::before { content: ""; position: absolute; left: 0; top: 0; width: 46%; height: 54%; background: #3c3b6e; }
.flag-ar { background: linear-gradient(to bottom, #74acdf 0 33.333%, #fff 33.333% 66.666%, #74acdf 66.666%); }
.flag-ar i { position: absolute; width: 3px; height: 3px; left: 50%; top: 50%; border-radius: 50%; background: #f6b40e; transform: translate(-50%, -50%); }
.flag-ca {
  background: linear-gradient(to bottom,
    #f6d32d 0 11.111%, #c8102e 11.111% 22.222%,
    #f6d32d 22.222% 33.333%, #c8102e 33.333% 44.444%,
    #f6d32d 44.444% 55.555%, #c8102e 55.555% 66.666%,
    #f6d32d 66.666% 77.777%, #c8102e 77.777% 88.888%,
    #f6d32d 88.888% 100%);
}

.page-main { padding-top: clamp(34px, 6vw, 66px); }
section { scroll-margin-top: 104px; }
.eyebrow {
  margin: 0 0 4px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.panel {
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(21, 27, 40, .95), rgba(12, 17, 26, .96));
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.featured {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
  overflow: hidden;
  padding: clamp(20px, 4vw, 44px);
}
.featured::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -210px;
  bottom: -260px;
  background: radial-gradient(circle, rgba(34, 211, 238, .11), transparent 66%);
  pointer-events: none;
}
.featured-media {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #2b3650;
  border-radius: 22px;
  background:
    radial-gradient(380px 270px at 20% 5%, rgba(139, 92, 246, .13), transparent 72%),
    linear-gradient(145deg, #0c111a, #080b11);
  box-shadow: 0 20px 58px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255,255,255,.015);
}
.featured-media:not(.is-gallery) img { width: 100%; height: 100%; max-height: 610px; display: block; }
.featured-media.fit-contain:not(.is-gallery) img,
.featured-media.fit-auto:not(.is-gallery) img { object-fit: contain; padding: clamp(10px, 2vw, 22px); }
.featured-media.fit-cover:not(.is-gallery) img { object-fit: cover; }
.featured-media.media-portrait:not(.is-gallery) { min-height: 540px; }
.featured-media.media-portrait:not(.is-gallery) img { width: min(76%, 520px); }
.featured-media.media-square:not(.is-gallery) img { width: min(88%, 650px); }
.featured-media.is-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(7px, 1vw, 12px);
  padding: clamp(12px, 2vw, 22px);
}
.featured-media.is-gallery img {
  width: 100%;
  height: min(520px, 48vw);
  min-height: 360px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.28));
}
.featured-media.is-gallery img:nth-child(2) { transform: translateY(-7px); }
.featured-media.is-gallery img { background: rgba(255,255,255,.015); border: 1px solid rgba(255,255,255,.035); }
.featured-copy { position: relative; z-index: 1; min-width: 0; }
.project-identity { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-width: 0; }
.project-heading, .card-project-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin: 0; min-width: 0; }
.project-heading { min-height: 78px; }
.project-logo {
  width: auto;
  max-width: min(100%, 430px);
  max-height: 110px;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.22));
}
.card-project-logo {
  width: auto;
  max-width: min(100%, 270px);
  max-height: 58px;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.project-heading.logo-icon { gap: 12px 18px; }
.project-logo.is-icon {
  width: clamp(72px, 8vw, 92px);
  height: clamp(72px, 8vw, 92px);
  max-width: none;
  max-height: none;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 22px;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.28));
}
.card-project-logo.is-icon {
  width: 52px;
  height: 52px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 14px;
}
.project-logo.is-wordmark,
.card-project-logo.is-wordmark { object-fit: contain; }
.identity-wordmark .project-heading, .identity-wordmark .card-project-heading { width: 100%; }
.identity-wordmark .project-logo { max-width: min(100%, 470px); }
.identity-wordmark .card-project-logo { max-width: min(100%, 290px); }
.project-version-row { min-height: 28px; display: flex; align-items: center; }

.project-name { font-size: clamp(38px, 5vw, 60px); font-weight: 950; letter-spacing: -.055em; line-height: .98; }
.card-project-heading .project-name { font-size: 24px; letter-spacing: -.03em; }
.logo-fallback { display: none; }
.logo-failed .logo-fallback { display: inline-block; }
.release-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  color: #dcd2ff;
  background: rgba(124, 58, 237, .13);
  border: 1px solid rgba(139, 92, 246, .35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.lead { margin: 17px 0 0; color: #bdc7d6; font-size: clamp(16px, 2vw, 18px); }
.meta-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }
.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 33px;
  padding: 5px 10px;
  color: #cdd6e5;
  background: rgba(10, 14, 22, .72);
  border: 1px solid #29344b;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 750;
}
.language-dot { width: 8px; height: 8px; border-radius: 50%; background: #718096; }
.language-dot[data-language="Kotlin"] { background: #a97bff; }
.language-dot[data-language="C"] { background: #9aa1ae; }
.language-dot[data-language="JavaScript"] { background: #f1e05a; }
.language-dot[data-language="TypeScript"] { background: #3178c6; }
.language-dot[data-language="Python"] { background: #3572a5; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 43px;
  padding: 9px 13px;
  color: #e9edf5;
  background: #151c29;
  border: 1px solid #303c54;
  border-radius: 12px;
  font: inherit;
  font-size: 13.5px;
  font-weight: 820;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.button:hover { transform: translateY(-1px); background: #1b2434; border-color: #465571; box-shadow: 0 11px 24px rgba(0,0,0,.22); }
.button-primary { color: #fff; background: linear-gradient(135deg, #6e3de4, #4867da 60%, #148ba4); border-color: rgba(167,139,250,.45); }
.button-primary:hover { background: linear-gradient(135deg, #7b4bee, #5575e7 60%, #169bb6); }
.button-large { min-height: 48px; padding: 11px 17px; font-size: 14px; }
.icon { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.download-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; }

.projects-section { margin-top: clamp(58px, 8vw, 86px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.045em; line-height: 1.05; }
.section-heading p:not(.eyebrow) { margin: 6px 0 0; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.project-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(20, 26, 38, .94), rgba(12, 17, 26, .97));
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
  content-visibility: auto;
  contain-intrinsic-size: 650px;
}
.project-card:hover { transform: translateY(-2px); border-color: #3a4966; box-shadow: 0 24px 62px rgba(0,0,0,.31); }
.project-media {
  position: relative;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(53,66,92,.8);
  border-radius: 16px;
  background: #080c12;
  text-decoration: none;
}
.project-media img { width: 100%; height: 100%; display: block; }
.project-media.fit-cover img { object-fit: cover; }
.project-media.fit-contain img,
.project-media.fit-auto img { object-fit: contain; padding: 8px; }
.project-media.media-portrait img { padding: 14px; }
.project-body { display: flex; flex: 1; flex-direction: column; padding: 18px 6px 6px; }
.project-body > p { min-height: 4.7em; margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.project-body .meta-row { margin-top: 15px; }
.project-body .actions { margin-top: auto; padding-top: 18px; }
.media-placeholder { color: var(--muted); font-size: 13px; text-align: center; padding: 24px; }

.donate-cta {
  margin-top: clamp(60px, 8vw, 86px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(139,92,246,.28);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(360px 200px at 10% 50%, rgba(139,92,246,.13), transparent 72%),
    radial-gradient(360px 220px at 92% 50%, rgba(34,211,238,.08), transparent 70%),
    rgba(17,22,33,.78);
}
.donate-cta h2 { margin: 0; font-size: clamp(26px, 4vw, 38px); letter-spacing: -.04em; }
.donate-cta p:not(.eyebrow) { margin: 5px 0 0; color: var(--muted); }

.contact-section { margin-top: 72px; padding: 28px 0 20px; text-align: center; }
.contact-content { width: min(100%, 980px); margin-inline: auto; }
.contact-content h2 { margin: 0; font-size: clamp(29px, 4vw, 42px); letter-spacing: -.045em; }
.contact-content > p:not(.eyebrow) { margin: 5px auto 6px; color: var(--muted); }
.email-art { display: block; width: min(100%, 900px); height: auto; margin: 9px auto 0; object-fit: contain; filter: drop-shadow(0 15px 34px rgba(0,0,0,.22)); }
.contact-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 4px; }

/* Donation page */
.donate-page { padding-bottom: 20px; }
.donate-hero { max-width: 820px; margin: 0 auto 28px; text-align: center; }
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}
.back-link .icon { transform: rotate(180deg); }
.back-link:hover { color: var(--text); }
.donate-hero h1 { margin: 0; font-size: clamp(42px, 7vw, 76px); letter-spacing: -.06em; line-height: .98; }
.donate-intro { max-width: 690px; margin: 17px auto 0; color: #bbc6d6; font-size: clamp(16px, 2vw, 19px); }
.donate-equal-note { margin: 12px auto 0; color: var(--subtle); font-size: 12px; }
.donation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.donation-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  background:
    radial-gradient(280px 180px at 100% 0%, rgba(139,92,246,.08), transparent 70%),
    linear-gradient(180deg, rgba(20,26,38,.95), rgba(12,17,26,.97));
  box-shadow: var(--shadow-lg);
}
.donation-card-head { min-height: 82px; display: flex; align-items: center; gap: 13px; }
.crypto-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #34415b;
  border-radius: 15px;
  background: linear-gradient(145deg, #1b2332, #101621);
  color: #d9d3ff;
  font-size: 25px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}
.crypto-mark img { width: 31px; height: 31px; display: block; object-fit: contain; }
.donation-card-head h2 { margin: 0; font-size: 21px; letter-spacing: -.035em; }
.donation-card-head p { margin: 3px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.4; }
.asset-badges { display: flex; flex-wrap: wrap; gap: 6px; min-height: 28px; margin: 2px 0 8px; }
.asset-badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; color: #cbd5e3; border: 1px solid #2c3850; border-radius: 999px; background: rgba(12,17,26,.66); font-size: 10px; font-weight: 850; letter-spacing: .035em; }
.asset-badge img { width: 15px; height: 15px; object-fit: contain; }
.qr-frame {
  width: min(100%, 244px);
  aspect-ratio: 1;
  margin: 14px auto 18px;
  padding: 12px;
  display: grid;
  place-items: center;
  border: 1px solid #303c53;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.24);
}
.qr-frame img { width: 100%; height: 100%; object-fit: contain; }
.address-block { margin-top: auto; }
.address-label { display: block; margin-bottom: 5px; color: var(--subtle); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.address-block code {
  display: block;
  min-height: 62px;
  padding: 11px;
  overflow-wrap: anywhere;
  color: #d7deea;
  background: rgba(8,12,18,.72);
  border: 1px solid #28344a;
  border-radius: 12px;
  font: 600 11.5px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.donation-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.donation-actions .button { width: 100%; }
.copy-status { min-height: 1.1em; margin: 7px 0 0; color: var(--green); font-size: 11px; }
.evm-controls { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 0 0 10px; }
.evm-controls label { display: grid; gap: 5px; color: var(--subtle); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.evm-controls select {
  width: 100%;
  min-height: 39px;
  padding: 7px 30px 7px 9px;
  color: #e5eaf2;
  background: #111824;
  border: 1px solid #303c53;
  border-radius: 10px;
  font: 700 12px/1.2 system-ui, sans-serif;
}
.network-warning, .token-warning { margin: 0 0 8px; color: var(--muted); font-size: 10.8px; line-height: 1.42; }
.token-warning { margin-bottom: 12px; color: var(--subtle); }
.no-crypto {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 4vw, 34px);
}
.no-crypto h2 { margin: 0; font-size: clamp(26px, 4vw, 38px); letter-spacing: -.04em; }
.no-crypto p:not(.eyebrow) { margin: 5px 0 0; color: var(--muted); }

/* Hidden namesake easter egg */
.namesake-easter-egg {
  margin: 26px auto 0;
  padding: 6px 0 0;
  text-align: center;
}
.namesake-easter-egg a {
  color: rgba(157,169,187,.38);
  font-size: 9.5px;
  letter-spacing: .02em;
  text-decoration: none;
  transition: color .16s ease;
}
.namesake-easter-egg a:hover,
.namesake-easter-egg a:focus-visible { color: rgba(210,220,234,.8); }

/* Name doppelgangers */
.namesakes-page { padding-bottom: clamp(44px, 8vw, 92px); }
.namesakes-hero {
  width: min(100%, 820px);
  margin: 0 auto clamp(28px, 5vw, 48px);
  text-align: center;
}
.namesakes-hero .back-link { margin-bottom: 24px; }
.namesakes-hero h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
  line-height: .98;
  letter-spacing: -.06em;
}
.namesakes-intro {
  width: min(100%, 700px);
  margin: 17px auto 0;
  color: #bbc6d6;
  font-size: clamp(16px, 2vw, 19px);
}
.namesakes-word-joke {
  width: min(100%, 650px);
  margin: 12px auto 0;
  color: var(--subtle);
  font-size: 12px;
}
.namesakes-list {
  width: min(100%, 930px);
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
.namesake-card {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(39,50,72,.72);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17,23,34,.66), rgba(10,14,22,.72));
}
.namesake-rank {
  align-self: start;
  color: rgba(139,92,246,.52);
  font-size: 40px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.06em;
}
.namesake-meta {
  margin: 0 0 3px;
  color: var(--cyan);
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.namesake-copy h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 29px);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.namesake-description {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13.5px;
}
.namesake-comment {
  margin: 11px 0 0;
  padding-left: 13px;
  color: #d8dfeb;
  border-left: 2px solid rgba(139,92,246,.5);
  font-size: 13px;
  font-style: italic;
}
.namesake-source {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 11px;
  color: rgba(157,169,187,.62);
  font-size: 10.5px;
  font-weight: 760;
  text-decoration: none;
}
.namesake-source .icon { width: 13px; height: 13px; }
.namesake-source:hover,
.namesake-source:focus-visible { color: var(--text); }

.site-footer { padding: 40px 0 30px; color: var(--muted); text-align: center; }
.footer-inner { display: grid; gap: 3px; }
.footer-inner > span:first-child { font-size: 12.5px; }
.footer-disclaimer { color: rgba(157,169,187,.27); font-size: 8.5px; letter-spacing: .035em; line-height: 1.2; user-select: none; }

.button:focus-visible, .nav-link:focus-visible, .brand:focus-visible, .language-choice:focus-visible, .back-link:focus-visible, select:focus-visible, .project-media:focus-visible {
  outline: 3px solid rgba(34,211,238,.72);
  outline-offset: 3px;
}


.error-page { padding-bottom: clamp(72px, 10vw, 130px); }
.error-panel {
  position: relative;
  min-height: min(620px, 68vh);
  display: grid;
  grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(24px, 6vw, 72px);
  padding: clamp(28px, 6vw, 70px);
  overflow: hidden;
  background:
    radial-gradient(520px 360px at 5% 20%, rgba(34,211,238,.10), transparent 72%),
    radial-gradient(520px 360px at 100% 100%, rgba(139,92,246,.12), transparent 72%),
    linear-gradient(180deg, rgba(20,26,38,.97), rgba(10,14,22,.98));
}
.error-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.018) 49% 50%, transparent 51% 100%);
}
.error-orbit {
  position: relative;
  width: min(30vw, 270px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(34,211,238,.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,92,246,.12), rgba(9,13,20,.1) 58%, transparent 59%);
  box-shadow: inset 0 0 70px rgba(34,211,238,.05), 0 25px 80px rgba(0,0,0,.28);
}
.error-orbit::before,
.error-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(139,92,246,.22);
  border-radius: 50%;
}
.error-orbit::before { inset: 14%; transform: rotate(18deg) scaleY(.48); }
.error-orbit::after { inset: 25%; border-color: rgba(34,211,238,.22); transform: rotate(-28deg) scaleX(.52); }
.error-orbit span {
  position: relative;
  z-index: 1;
  font-size: clamp(58px, 9vw, 112px);
  font-weight: 950;
  letter-spacing: -.08em;
  background: linear-gradient(115deg, #f4f7fb 15%, #a9b7cd 48%, #7c3aed 74%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.error-copy { position: relative; z-index: 1; max-width: 700px; }
.error-copy h1 { margin: 0; font-size: clamp(36px, 5.6vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.error-copy > p:not(.eyebrow) { max-width: 610px; margin: 18px 0 0; color: #b9c5d7; font-size: clamp(16px, 2vw, 19px); line-height: 1.65; }
.error-actions { margin-top: 26px; }

@media (max-width: 1000px) {
  .error-panel { grid-template-columns: 1fr; text-align: center; min-height: auto; }
  .error-orbit { width: min(54vw, 230px); }
  .error-copy { margin-inline: auto; }
  .error-copy > p:not(.eyebrow) { margin-inline: auto; }
  .error-actions { justify-content: center; }
  .nav { min-height: 72px; }
  .brand-note { display: none; }
  .nav-link { padding-inline: 9px; }
  .featured { grid-template-columns: 1fr; }
  .featured-media { min-height: 360px; order: 2; }
  .featured-copy { order: 1; }
  .featured-media.is-gallery img { height: min(500px, 60vw); min-height: 310px; }
  .donation-grid { grid-template-columns: 1fr 1fr; }
  .donation-card:last-child { grid-column: 1 / -1; width: min(100%, 570px); justify-self: center; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 22px), var(--max-width)); }
  .nav { gap: 12px; }
  .brand-name { font-size: 19px; }
  .nav-links .nav-link:not(.nav-donate) { display: none; }
  .nav-side { gap: 7px; }
  .page-main { padding-top: 28px; }
  .featured { padding: 14px; gap: 20px; }
  .featured-copy { padding: 6px 4px 8px; }
  .featured-media.is-gallery { gap: 5px; padding: 8px; }
  .featured-media.is-gallery img { height: 60vw; min-height: 240px; border-radius: 11px; }
  .project-heading { min-height: 62px; }
  .project-logo { max-height: 78px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-body > p { min-height: auto; }
  .donate-cta, .no-crypto { align-items: flex-start; flex-direction: column; }
  .donation-grid { grid-template-columns: 1fr; }
  .donation-card:last-child { grid-column: auto; width: 100%; }
  .qr-frame { width: min(70vw, 260px); }
}

@media (max-width: 620px) {
  .namesake-card { grid-template-columns: 44px minmax(0, 1fr); gap: 11px; padding: 18px 16px; }
  .namesake-rank { font-size: 31px; }
  .namesake-description, .namesake-comment { font-size: 12.5px; }
  .namesake-easter-egg { margin-top: 20px; }
}

@media (max-width: 470px) {
  .project-logo.is-icon { width: 62px; height: 62px; }
  .card-project-logo.is-icon { width: 44px; height: 44px; }
  .brand-name { max-width: 180px; font-size: 16px; letter-spacing: .07em; }
  .nav-side { gap: 4px; }
  .nav-links .nav-link { min-height: 36px; padding: 6px 8px; font-size: 12px; }
  .language-switch { padding: 3px; }
  .language-choice { width: 30px; height: 28px; }
  .featured-media { min-height: 250px; }
  .featured-media.is-gallery img { min-height: 190px; }
  .project-name { font-size: 38px; }
  .project-logo { max-width: 100%; max-height: 72px; }
  .actions .button { flex: 1 1 150px; }
  .donate-hero h1 { font-size: 42px; }
  .donation-actions { grid-template-columns: 1fr; }
  .evm-controls { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
