:root {
  color-scheme: dark;
  --bg: #0f1112;
  --sidebar: #0b0c0d;
  --panel: #161819;
  --panel-2: #111314;
  --line: #26292a;
  --line-strong: #3a3e40;
  --text: #f4f5f5;
  --muted: #8a8f8e;
  --accent: #00d592;
  --accent-hover: #1ee3a3;
  --accent-ink: #042017;
  --accent-dim: rgba(0, 213, 146, 0.12);
  --ok: #3ee07a;
  --ok-dim: rgba(62, 224, 122, 0.12);
  --bad: #ff7a7a;
  --bad-dim: rgba(255, 122, 122, 0.12);
  --wait: #f0c36a;
  --wait-dim: rgba(240, 195, 106, 0.12);
  --shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
  --radius: 10px;
  --font: "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --mono: ui-monospace, "Cascadia Code", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.ico {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  fill: currentColor;
  flex: 0 0 16px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.ico use {
  width: 16px;
  height: 16px;
}
.ico-accent { color: var(--accent); }
code { font-family: var(--mono); font-size: 13px; color: var(--accent); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.wrap {
  width: min(1120px, calc(100% - 40px));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--sidebar);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--accent);
  flex-shrink: 0;
}
.brand strong { display: block; font-size: 15px; font-weight: 650; letter-spacing: -0.02em; }
.brand small { color: var(--muted); font-size: 12px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 10px;
}
.nav-links a:hover { background: rgba(255, 255, 255, 0.04); color: var(--text); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 9px 14px;
  font-weight: 650;
  font-size: 14px;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { background: var(--accent-hover); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}
.btn-ghost:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
}
.btn-lg { padding: 11px 16px; }

.hero {
  width: 100%;
  padding: 36px 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
  align-items: stretch;
}
.hero-main {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.hero-brand { display: flex; align-items: center; gap: 10px; }
.hero-brand .brand-mark { width: 36px; height: 36px; }
h1 {
  margin: 14px 0 10px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.15;
  max-width: 16ch;
}
.lede {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  max-width: 46ch;
}
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 16px; }
.pills span {
  font-size: 13px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 5px 10px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.fine { margin: 12px 0 0; color: var(--muted); font-size: 13px; }

.theater {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.theater-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}
.dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 10px;
  background: transparent;
}
.dot.on { color: var(--ok); border-color: rgba(62, 224, 122, 0.35); background: var(--ok-dim); }
.dot.wait { color: var(--wait); border-color: rgba(240, 195, 106, 0.4); background: var(--wait-dim); }
.dot.gone { color: var(--bad); border-color: rgba(255, 122, 122, 0.35); background: var(--bad-dim); }
.clock { font-family: var(--mono); font-size: 13px; color: var(--muted); }
.wallets { display: grid; grid-template-columns: 1fr 1fr; flex: 1; min-height: 200px; }
.wallet { padding: 18px 16px 16px; display: flex; flex-direction: column; }
.wallet .dot { align-self: flex-start; }
.wallet + .wallet { border-left: 1px solid var(--line); }
.wallet .label { color: var(--muted); font-size: 12px; letter-spacing: 0.04em; }
.bps {
  font-family: var(--mono);
  font-size: 32px;
  font-weight: 650;
  letter-spacing: -0.04em;
  margin: 8px 0 10px;
}
.wallet.public .bps { color: var(--bad); }
.wallet.exempt .bps { color: var(--ok); }
.bar {
  height: 6px;
  border-radius: 99px;
  background: var(--panel-2);
  overflow: hidden;
  margin-top: auto;
  padding-top: 0;
}
.bar > i {
  display: block;
  height: 100%;
  width: 0;
  transition: width 80ms linear;
}
.wallet.public .bar > i { background: var(--bad); }
.wallet.exempt .bar > i { background: var(--ok); width: 100%; }
.theater-foot {
  margin: 0;
  padding: 12px 16px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  overflow: hidden;
  margin: 0 0 40px;
}
.kpi {
  min-width: 0;
  padding: 16px 20px;
  display: grid;
  gap: 2px;
  border-right: 1px solid var(--line);
  color: inherit;
}
.kpi:last-child { border-right: 0; }
.kpi:hover { background: rgba(255, 255, 255, 0.03); }
.kpi-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.kpi-label .ico { width: 15px; height: 15px; }
.kpi-value { font-size: 14px; font-weight: 650; letter-spacing: -0.02em; }

section { padding: 8px 0 56px; scroll-margin-top: 80px; }
#demo, #proof { scroll-margin-top: 80px; }
.sec-h { margin: 0 0 16px; }
h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -0.03em;
}
.sec-h p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

.grid-3, .grid-2 { display: grid; gap: 12px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1fr 1fr; align-items: stretch; }
.grid-2 > .panel { height: 100%; }

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
}
.panel h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.panel p { margin: 0; color: var(--muted); font-size: 14px; }

.why {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  counter-reset: why;
}
.why li {
  counter-increment: why;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 2px 12px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}
.why li:last-child { border-bottom: 0; }
.why li::before {
  content: counter(why, decimal-leading-zero);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 22px;
  grid-row: 1 / span 2;
}
.why h3 { margin: 0; font-size: 15px; line-height: 22px; }
.why p { margin: 4px 0 0; }

.price { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 12px; }
.price-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}
.price-card.featured {
  border-color: rgba(0, 213, 146, 0.35);
  background: linear-gradient(180deg, var(--accent-dim), var(--panel) 42%);
}
.price-card .btn { align-self: stretch; }
.table-wrap { overflow-x: auto; }
.panel a:hover code { color: var(--accent-hover); }
.amt { font-size: 22px; font-weight: 650; letter-spacing: -0.03em; margin: 8px 0 14px; }
.price-card ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
  flex: 1;
}
.price-card li { padding: 6px 0 6px 16px; position: relative; }
.price-card li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 13px;
}

.compare { width: 100%; border-collapse: collapse; font-size: 14px; }
.compare th, .compare td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
}
.compare th { color: var(--muted); font-weight: 500; font-size: 12px; letter-spacing: 0.04em; }
.compare td:nth-child(3) { color: var(--accent); font-weight: 650; }

.form { display: grid; gap: 10px; }
.form > div { display: grid; gap: 6px; }
.form label { font-size: 14px; color: var(--muted); margin: 0; }
.form input, .form select, .form textarea {
  width: 100%;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  outline: none;
  color: var(--text);
}
.form select {
  appearance: none;
  background-color: var(--panel-2);
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 28px;
}
.form .btn { margin-top: 6px; justify-self: start; }
.form input:hover, .form select:hover, .form textarea:hover { border-color: var(--line-strong); }
.form input:focus, .form select:focus, .form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-dim);
}
.form textarea { min-height: 84px; resize: vertical; }
.note { color: var(--muted); font-size: 13px; margin: 10px 0 0; }

.faq details { border-top: 1px solid var(--line); padding: 14px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 650; }
.faq p { color: var(--muted); margin: 8px 0 0; font-size: 14px; }

.cta-band {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.cta-band h2 { margin: 0 0 6px; }
.cta-band p { margin: 0; color: var(--muted); font-size: 14px; }

footer {
  border-top: 1px solid var(--line);
  background: var(--sidebar);
  padding: 24px 0 40px;
  color: var(--muted);
  font-size: 13px;
}
.foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.foot-brand { display: flex; align-items: center; gap: 10px; }
.foot-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 18px;
}
.foot-links a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.foot-links a:hover { color: var(--text); }
.disclaimer { max-width: 70ch; margin: 14px 0 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
  .bar > i { transition: none; }
}

@media (max-width: 900px) {
  .hero, .grid-3, .grid-2, .price, .cta-band { grid-template-columns: 1fr; }
  .kpis { grid-template-columns: 1fr 1fr; }
  .kpi { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .kpi:nth-child(2n) { border-right: 0; }
  .kpi:nth-last-child(-n + 2) { border-bottom: 0; }
  .wallets { grid-template-columns: 1fr; }
  .wallet + .wallet { border-left: 0; border-top: 1px solid var(--line); }
  .nav-links { display: none; }
  h1 { max-width: none; }
}
