/* Local font with system fallback; no third-party requests. */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/inter-latin.woff2") format("woff2");
}

:root {
  --bg: #f7f7f2;
  --ink: #232820;
  --muted: #63695d;
  --line: #dcded3;
  --accent: #df642a;
  --yes: #537651;
  --no: #b64b38;
  --abstain: #969a8c;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
  line-height: 1.65;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #b34717;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
::selection {
  background: #f7c1a0;
}
p {
  color: var(--muted);
  margin: 0 0 20px;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.05em;
  margin: 0 0 24px;
}
h1 {
  font-size: clamp(42px, 5.1vw, 76px);
}
h2 {
  font-size: clamp(32px, 3.4vw, 48px);
}
h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
}
small {
  font-size: 12px;
  color: var(--muted);
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -1.3px;
  white-space: nowrap;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  color: white;
  font-size: 27px;
  letter-spacing: -4px;
  padding-right: 5px;
  line-height: 1;
}
.brand-mark span {
  transform: translateY(2px);
}
.brand-period {
  color: var(--accent);
}
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 550;
}
.nav a[aria-current] {
  color: var(--accent);
}
.nav-cta {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.nav-cta span {
  margin-left: 16px;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 35px;
  padding-block: 75px 66px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
}
.tiny-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}
h1 em {
  font-style: normal;
  color: var(--accent);
}
.lead {
  font-size: 16px;
  line-height: 1.85;
  max-width: 555px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid #c9ccbf;
  border-radius: 5px;
  color: var(--ink);
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s;
}
.btn:hover {
  background: #e9ebe1;
  color: var(--ink);
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}
.btn-primary:hover {
  background: #ba4c1b;
  border-color: #ba4c1b;
  color: white;
}
.text-link {
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 10px;
  margin-top: 28px;
  margin-bottom: 0;
}
.hero-note span:before {
  content: "✓";
  color: var(--accent);
  margin-right: 5px;
}
.network-art {
  background: #eeefe6;
  border: 1px solid #e0e2d7;
  border-radius: 12px;
  padding: 20px 22px 22px;
}
.art-meta {
  display: flex;
  justify-content: space-between;
  font: 9px monospace;
  letter-spacing: 1px;
  color: #60674e;
}
.art-meta .tiny-dot {
  margin-right: 5px;
}
.network-art svg {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 5px;
}
.art-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 11px;
  gap: 12px;
}
.art-footer strong {
  font-weight: 500;
}
.text-button {
  padding: 8px 0;
  background: none;
  border: 0;
  color: var(--muted);
  font-size: 10px;
}
.signal-lines {
  stroke-dasharray: 7 140;
  animation: signals 9s linear infinite;
}
.central-halo {
  transform-origin: 280px 215px;
  animation: halo 4s ease-in-out infinite;
}
.motion-paused .signal-lines,
.motion-paused .central-halo {
  animation-play-state: paused;
}
@keyframes signals {
  to {
    stroke-dashoffset: -588;
  }
}
@keyframes halo {
  50% {
    transform: scale(1.12);
    opacity: 0.06;
  }
}
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  padding-block: 26px;
}
.facts > div {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}
.facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.fact-value {
  font-size: 39px;
  letter-spacing: -2px;
  line-height: 1.2;
}
.fact-value span {
  font-size: 25px;
  margin-left: 2px;
}
.facts p {
  font-size: 11px;
  margin: 8px 0 0;
}
.section {
  padding-block: 86px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 38px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > p {
  max-width: 320px;
  font-size: 13px;
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.feature {
  padding: 30px;
  border-left: 1px solid var(--line);
}
.feature:first-child {
  padding-left: 0;
  border: 0;
}
.feature:last-child {
  padding-right: 0;
}
.feature-symbol {
  font-family: Arial, sans-serif;
  font-size: 34px;
  color: var(--accent);
  height: 55px;
  line-height: 1;
}
.coin-symbol {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -2px;
}
.small-label {
  font-size: 9px;
  letter-spacing: 1.4px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  color: var(--muted);
}
.feature h3 {
  font-size: 23px;
}
.feature p {
  font-size: 13px;
  min-height: 86px;
}
.feature .text-link {
  font-size: 11px;
}
.how-section {
  background: #edeee5;
  border-block: 1px solid var(--line);
}
.journey {
  border: 1px solid #d1d5c5;
  border-radius: 8px;
  background: #f7f7f2;
  padding: 40px 36px 20px;
}
.journey-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
}
.journey-node {
  border: 1px solid #ced2c1;
  border-radius: 12px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  font-size: 25px;
  transition:
    background 0.4s,
    border-color 0.4s,
    color 0.4s;
}
.journey-node.active {
  color: white;
  background: var(--accent);
  border-color: var(--accent);
}
.journey-track > span {
  height: 1px;
  background: #cfd3c4;
  flex: 1;
  position: relative;
}
.journey-track > span:after {
  content: "›";
  position: absolute;
  right: 30%;
  top: -15px;
  color: #909680;
  background: #f7f7f2;
  padding: 0 8px;
}
.journey-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 26px 0;
}
.journey-step {
  background: none;
  border: 0;
  padding: 8px 5px;
  color: var(--muted);
  text-align: center;
  border-radius: 4px;
}
.journey-step span {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.journey-step strong {
  display: block;
  color: var(--ink);
  font-weight: 500;
  font-size: 13px;
}
.journey-step.active {
  color: var(--accent);
}
.journey-caption {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.journey-caption p {
  font-size: 13px;
  margin: 0;
  max-width: 650px;
}
.btn-small {
  min-height: 34px;
  padding: 7px 12px;
  font-size: 11px;
  white-space: nowrap;
}
.simulation-label {
  font: 9px monospace;
  letter-spacing: 0.5px;
  margin: 20px 0 0;
  color: #707667;
}
.supply-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.section-copy {
  font-size: 14px;
  max-width: 640px;
}
.chart-heading {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.chart-heading span:last-child {
  letter-spacing: 0;
  color: var(--muted);
}
.bars {
  display: flex;
  gap: 23px;
  align-items: end;
  height: 255px;
  border-bottom: 1px solid var(--line);
  padding: 25px 12px 0;
  margin-bottom: 45px;
}
.bars > div {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  text-align: center;
}
.bars i {
  display: block;
  flex-shrink: 0;
  height: var(--bar);
  background: #eab18b;
  border-radius: 4px 4px 0 0;
  min-height: 1px;
}
.bars > div:last-child i {
  background: var(--accent);
}
.bars span {
  font-size: 11px;
  padding-bottom: 9px;
}
.bars small {
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
  font-size: 10px;
}
.supply-chart > p {
  font-size: 11px;
  margin: 0;
}
.governance-banner {
  border-radius: 10px;
  background: #252d23;
  color: #f5f6ef;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  padding: 55px;
}
.governance-banner p {
  color: #c0c8b9;
  font-size: 13px;
  max-width: 420px;
}
.governance-banner .eyebrow {
  color: #f1a16d;
}
.governance-banner .btn {
  color: #f5f6ef;
  border-color: #65715d;
}
.governance-banner .btn:hover {
  background: #3c4936;
}
.vote-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
}
.vote-visual > span:not(:nth-child(2)) {
  border: 1px solid #65715d;
  padding: 25px 10px;
  border-radius: 6px;
}
.vote-lines {
  grid-column: 1/-1;
  margin: 0 22%;
  height: 45px;
  border-inline: 1px solid #65715d;
  border-bottom: 1px solid #65715d;
  position: relative;
  margin-top: -15px;
}
.vote-lines:after {
  content: "";
  position: absolute;
  height: 16px;
  bottom: -16px;
  left: 50%;
  border-left: 1px solid #65715d;
}
.vote-visual strong {
  font-weight: 400;
  grid-column: 1/-1;
  margin: 15px auto 0;
  background: #394534;
  border: 1px solid #65715d;
  border-radius: 6px;
  padding: 20px;
}
.vote-visual strong span {
  color: #f1a16d;
  padding-left: 20px;
}
.network-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-block: 1px solid var(--line);
  padding: 18px 0;
  font-size: 11px;
}
.network-status p {
  margin: 0;
}
.network-status strong {
  font-weight: 500;
}
.network-status > span {
  color: var(--muted);
  max-width: 530px;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #95978c;
  margin-right: 9px;
}
.live-dot.on {
  background: #478253;
}
.grid {
  display: grid;
  gap: 22px;
}
.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.live-stats {
  padding-top: 25px;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stat .label {
  font-size: 11px;
  color: var(--muted);
}
.stat strong,
.stat .value {
  font-size: 25px;
  font-weight: 450;
  letter-spacing: -1px;
}
.stat .sub {
  font-size: 11px;
  color: var(--muted);
}
.paper-banner {
  display: grid;
  grid-template-columns: 0.75fr 1.4fr;
  gap: 80px;
  align-items: center;
  background: #eeefe5;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 50px 75px;
}
.paper-banner p {
  font-size: 14px;
  max-width: 470px;
}
.paper-banner small {
  display: block;
  margin-top: 20px;
  font-size: 10px;
}
.paper-cover {
  width: 250px;
  max-width: 100%;
  min-height: 310px;
  background: #e66c30;
  padding: 25px;
  color: #ffeddf;
  box-shadow: 8px 8px 0 #dcdccc;
  transform: rotate(-5deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.paper-cover > span,
.paper-cover > small {
  font: 8px monospace;
  letter-spacing: 1px;
  color: #ffeddf;
  position: relative;
  z-index: 1;
}
.paper-cover strong {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.paper-orbit {
  position: absolute;
  top: 60px;
  right: -55px;
  border: 1px solid #faac79;
  border-radius: 50%;
  width: 220px;
  height: 220px;
}
.paper-orbit:before,
.paper-orbit:after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid #faac79;
  border-radius: 50%;
}
.paper-orbit:after {
  inset: 40px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 80px;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  color: var(--accent);
  font-size: 23px;
  font-weight: 400;
}
details[open] summary:after {
  content: "−";
}
details p {
  font-size: 13px;
  margin: 15px 20px 0 0;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 45px 0 20px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 40px;
}
.footer-top p {
  font-size: 11px;
  margin: 12px 0 0;
}
.footer-links {
  display: flex;
  gap: 28px;
  font-size: 11px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 9px;
  color: var(--muted);
  gap: 20px;
}
.version {
  border: 1px solid var(--line);
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 10px;
}
.page-intro {
  padding-block: 75px 50px;
}
.page-intro h1 {
  max-width: 920px;
}
.page-intro .lead {
  max-width: 700px;
}
.page-intro .faint {
  margin-top: 20px;
}
.card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fafbf6;
  min-width: 0;
}
.card p {
  font-size: 13px;
}
.card p:last-child {
  margin-bottom: 0;
}
.card h3 {
  font-size: 23px;
}
.guide {
  max-width: 850px;
}
.guide-step {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 25px;
  margin-bottom: 55px;
}
.step-number {
  color: var(--accent);
  font-size: 13px;
  padding-top: 8px;
}
.guide h2 {
  font-size: 31px;
}
.guide p {
  font-size: 14px;
}
.command {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px;
  background: #eaece1;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: 24px 0 15px;
}
.command code {
  flex: 1;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  font-size: 12px;
}
.bottom-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 60px;
}
.bottom-callout h2 {
  font-size: 27px;
}
.bottom-callout p {
  font-size: 13px;
  max-width: 650px;
  margin: 0;
}
.bottom-callout .actions {
  margin: 0;
}
.resource-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 7px;
  position: relative;
  transition: background 0.2s;
}
.resource-card:hover {
  background: #ecefe2;
  color: var(--ink);
}
.resource-card h3 {
  margin-top: 30px;
  font-size: 24px;
}
.resource-card p {
  font-size: 13px;
}
.resource-card small {
  font: 10px monospace;
}
.resource-arrow {
  position: absolute;
  top: 18px;
  right: 22px;
  color: var(--accent);
  font-size: 23px;
}
.contract-list {
  margin: 35px 0;
}
.contract-list article {
  display: grid;
  grid-template-columns: 40px 1fr 2fr;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.contract-list article > span {
  font-size: 11px;
  color: var(--accent);
}
.contract-list h3 {
  margin: 0;
}
.contract-list p {
  font-size: 13px;
  margin: 0;
}
.paper-summary {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  padding-block: 35px 45px;
  align-items: center;
}
.paper-summary .paper-cover {
  margin: auto;
}
.paper-summary p {
  font-size: 14px;
}
.chamber h2 {
  font-size: 34px;
}
.explorer-content {
  padding-bottom: 90px;
  min-height: 420px;
}
.searchbar {
  display: flex;
  gap: 10px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fafbf6;
}
.searchbar input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 10px 12px;
  font-size: 13px;
  color: var(--ink);
}
.explorer-tabs {
  display: flex;
  gap: 25px;
  font-size: 12px;
  margin: 25px 0 35px;
}
.notice {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #edf0e5;
  color: var(--muted);
  font-size: 13px;
}
.notice.error {
  background: #f6eee4;
  border-color: #ead8c4;
  color: #775238;
}
.notice strong {
  display: block;
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 7px;
}
.notice p {
  font-size: 13px;
  margin-bottom: 0;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 35px 0 20px;
}
.section-title h1 {
  font-size: 36px;
}
.section-title h2,
#view h2 {
  font-size: 29px;
}
.section-title h3 {
  font-size: 23px;
}
.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
}
th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--muted);
  font-weight: 500;
  background: #eceee4;
}
th,
td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
td a {
  color: #ad481f;
}
tr:last-child td {
  border-bottom: 0;
}
.num {
  text-align: right;
}
.kv {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px 25px;
  font-size: 13px;
  margin: 0;
}
.kv dt {
  color: var(--muted);
}
.kv dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}
.mono,
code,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}
.break {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.nowrap {
  white-space: nowrap;
}
pre {
  background: #eaece1;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 25px;
  overflow: auto;
  font-size: 12px;
  line-height: 1.9;
}
.badge {
  display: inline-block;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #e8eadd;
  color: var(--muted);
}
.badge.ok {
  background: #dfebd6;
  color: #3d6136;
}
.badge.warn,
.badge.accent {
  background: #f7e3d2;
  color: #9f4a1e;
}
.badge.bad {
  background: #f4dfd7;
  color: #9b3f32;
}
.muted,
.faint {
  color: var(--muted);
}
.faint {
  font-size: 11px;
}
.loading {
  padding: 30px 0;
  font-size: 13px;
}
.crumbs,
.pager {
  font-size: 12px;
  margin: 25px 0;
}
.tally {
  display: flex;
  height: 10px;
  background: #e3e6db;
  border-radius: 5px;
  overflow: hidden;
}
.tally .yes {
  background: var(--yes);
}
.tally .no {
  background: var(--no);
}
.tally .abstain {
  background: var(--abstain);
}
.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 11px;
  margin: 12px 0 20px;
}
.legend i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
}
.meter-row {
  margin: 20px 0;
}
.meter-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  margin-bottom: 6px;
}
.meter {
  height: 7px;
  position: relative;
  background: #e2e6d8;
  border-radius: 5px;
}
.meter .fill {
  height: 100%;
  background: #d98447;
  border-radius: 5px;
}
.threshold {
  position: absolute;
  height: 13px;
  top: -3px;
  width: 2px;
  background: #343d2b;
}
.sr-only,
.skip:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip:focus {
  position: fixed;
  left: 10px;
  top: 10px;
  padding: 10px;
  background: white;
  z-index: 100;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 95px;
  }
  .wrap {
    width: min(1280px, calc(100% - 120px));
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .nav {
    gap: 19px;
  }
  .hero {
    gap: 25px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero .actions {
    gap: 20px;
  }
  .hero .btn {
    padding: 12px 15px;
  }
  .hero-note {
    font-size: 9px;
    gap: 10px;
  }
  .network-art {
    padding: 15px;
  }
  .art-meta {
    font-size: 7px;
  }
  .supply-section {
    gap: 55px;
  }
  .paper-banner {
    padding: 40px;
    gap: 45px;
  }
  .feature {
    padding: 22px;
  }
  .feature h3 {
    font-size: 20px;
  }
  .journey {
    padding: 30px 20px;
  }
  .footer-links {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 78px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand {
    font-size: 23px;
  }
  .menu-toggle {
    display: flex;
    gap: 10px;
    align-items: center;
    background: none;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 23px;
    padding: 0 0 20px;
    font-size: 12px;
  }
  .js .nav {
    display: none;
  }
  .js .nav.open {
    display: flex;
  }
  .nav-cta {
    padding: 8px 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 45px;
    gap: 35px;
  }
  .hero h1 {
    font-size: clamp(44px, 8.5vw, 64px);
  }
  .hero .lead {
    font-size: 15px;
    max-width: 520px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
    margin-bottom: 22px;
  }
  .hero-note {
    font-size: 10px;
  }
  .network-art {
    max-width: 520px;
    width: 100%;
    margin: auto;
    padding: 18px;
  }
  .art-meta {
    font-size: 8px;
  }
  .facts {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding-block: 25px;
  }
  .facts > div {
    padding-left: 20px;
  }
  .facts > div:nth-child(3) {
    border: 0;
    padding: 0;
  }
  .fact-value {
    font-size: 34px;
  }
  .section {
    padding-block: 55px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    max-width: 100%;
    margin-top: 22px;
  }
  .section-heading > .text-link {
    margin-top: 20px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature,
  .feature:first-child,
  .feature:last-child {
    padding: 26px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .feature h3 {
    font-size: 26px;
  }
  .feature p {
    min-height: 0;
    max-width: 520px;
    font-size: 14px;
  }
  .feature-symbol {
    height: 45px;
  }
  .journey-track {
    padding: 0 6%;
  }
  .journey-node {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }
  .journey-track > span:after {
    display: none;
  }
  .journey {
    padding: 24px 14px 16px;
  }
  .journey-steps {
    gap: 5px;
    margin: 16px 0 20px;
  }
  .journey-step strong {
    font-size: 11px;
    line-height: 1.45;
  }
  .journey-step span {
    font-size: 7px;
    letter-spacing: 0.3px;
  }
  .journey-caption {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
  .journey-caption p {
    min-height: 60px;
    font-size: 12px;
  }
  .simulation-label {
    font-size: 8px;
    letter-spacing: 0;
  }
  .supply-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .supply-section h2 br:last-child {
    display: none;
  }
  .bars {
    height: 240px;
  }
  .governance-banner {
    grid-template-columns: 1fr;
    padding: 30px 25px;
    gap: 30px;
  }
  .vote-visual {
    max-width: 360px;
    width: 100%;
    margin: auto;
  }
  .vote-visual > span:not(:nth-child(2)) {
    padding: 18px 10px;
  }
  .vote-lines {
    height: 25px;
  }
  .vote-visual strong {
    padding: 12px 20px;
  }
  .network-status {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .live-stats {
    gap: 25px;
  }
  .stat strong,
  .stat .value {
    font-size: 23px;
  }
  .paper-banner {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 35px 25px;
  }
  .paper-cover {
    width: 210px;
    min-height: 275px;
    margin: auto;
  }
  .paper-cover strong {
    font-size: 24px;
  }
  .paper-banner h2 br {
    display: none;
  }
  .paper-banner .actions {
    gap: 20px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .faq h2 br {
    display: none;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 15px 24px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .page-intro {
    padding-block: 45px 35px;
  }
  .page-intro h1 {
    font-size: 44px;
  }
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .guide-step {
    grid-template-columns: 25px 1fr;
    gap: 12px;
  }
  .guide h2 {
    font-size: 28px;
  }
  .command {
    flex-direction: column;
    align-items: start;
    padding: 18px;
    gap: 15px;
  }
  .command code {
    font-size: 11px;
  }
  .bottom-callout {
    flex-direction: column;
    align-items: start;
    padding: 25px;
    margin-bottom: 35px;
  }
  .contract-list article {
    grid-template-columns: 25px 1fr;
    gap: 10px;
  }
  .contract-list p {
    grid-column: 2;
  }
  .paper-summary {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .searchbar {
    gap: 3px;
    padding: 6px;
  }
  .searchbar input {
    font-size: 11px;
    padding: 8px;
  }
  .searchbar .btn {
    padding: 10px;
    font-size: 11px;
  }
  .card {
    padding: 20px;
  }
  .kv {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .kv dd {
    margin-bottom: 12px;
  }
  .hide-sm {
    display: none;
  }
  .section-title {
    flex-wrap: wrap;
  }
  .section-title h1 {
    font-size: 30px;
  }
  .meter-head {
    flex-wrap: wrap;
  }
  .paper-summary .paper-cover {
    margin-bottom: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-toggle {
    display: none !important;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* Keep small labels and action text readable against the warm palette. */
.nav a[aria-current],
.journey-step.active,
.step-number,
.contract-list article > span {
  color: #ad4317;
}
.btn-primary {
  background: #bd4d1b;
  border-color: #bd4d1b;
}
.simulation-label {
  color: #5d6553;
}
.paper-cover,
.paper-cover > span,
.paper-cover > small {
  color: #3d230f;
}
