:root {
  color-scheme: dark;
  --bg: #0e0e0e;
  --text: #f4f2ee;
  --accent: #00c805;
  --green: #70c993;
  --amber: #dfb360;
  --gray: #8d8a84;
  --red: #f16f67;
  --line: rgba(244, 242, 238, .1);
  --line-strong: rgba(244, 242, 238, .2);
  --quiet: rgba(244, 242, 238, .4);
  --muted: rgba(244, 242, 238, .62);
  --soft: rgba(244, 242, 238, .75);
  --serif: "Source Serif 4", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--serif);
  font-size: 16px;
  font-optical-sizing: auto;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  hanging-punctuation: first last;
}

body.menu-open,
body.wallet-open {
  overflow: hidden;
}

body::selection,
body *::selection {
  background: var(--accent);
  color: var(--text);
}

h1,
h2,
h3,
p,
dl,
dd,
ol,
ul {
  margin: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

ul,
ol {
  padding: 0;
}

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

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

code,
.mono {
  font-family: var(--mono);
}

code {
  padding: .08em .3em;
  border-bottom: 1px solid var(--line-strong);
  font-size: .78em;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--accent);
  color: var(--text);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  height: 60px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line);
  background: rgba(14, 14, 14, .85);
  backdrop-filter: blur(12px);
  transition: background .2s ease, backdrop-filter .2s ease;
}

.site-header.is-scrolled {
  background: rgba(14, 14, 14, .95);
}

.brand,
.desktop-nav,
.header-actions,
.mobile-menu,
.wallet-button {
  font-family: var(--mono);
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: 44px;
  min-width: 0;
  overflow: hidden;
  color: rgba(244, 242, 238, .72);
  font-size: 9px;
  letter-spacing: .2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .2s ease;
}

.brand-image {
  display: block;
  width: 44px;
  height: 44px;
  flex: none;
  object-fit: contain;
  border: 1px solid rgba(227, 239, 218, .18);
  border-radius: 10px;
}

.brand:hover {
  color: var(--text);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 46px);
  height: 100%;
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(244, 242, 238, .56);
  font-size: 9px;
  letter-spacing: .18em;
  white-space: nowrap;
  transition: color .2s ease;
}

.desktop-nav a i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
  transition: opacity .2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--text);
}

.desktop-nav a.is-active i {
  opacity: 1;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

[data-chain-live] i,
.directory-loading i,
.directory-status i,
.signal i,
.status-key dt i,
.paper-states dt i,
.launch-progress > li > i,
.readiness-card li > i,
.verifier-search > p i {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--accent);
}

.wallet-button {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid rgba(244, 242, 238, .35);
  background: transparent;
  color: var(--text);
  font-size: 9px;
  letter-spacing: .16em;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}

.wallet-button::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gray);
  content: "";
  vertical-align: 1px;
}

.wallet-button:hover {
  border-color: var(--accent);
}

.wallet-button[data-wallet-state="connected"] {
  border-color: rgba(112, 201, 147, .58);
}

.wallet-button[data-wallet-state="connected"]::before {
  background: var(--green);
}

.wallet-button[data-wallet-state="wrong-chain"] {
  border-color: rgba(223, 179, 96, .58);
}

.wallet-button[data-wallet-state="wrong-chain"]::before {
  background: var(--amber);
}

.wallet-button[data-wallet-state="error"] {
  border-color: rgba(241, 111, 103, .58);
}

.wallet-button[data-wallet-state="error"]::before {
  background: var(--red);
}

.wallet-button[data-wallet-state="connecting"]::before {
  background: var(--accent);
  animation: wallet-pulse 1s ease-in-out infinite alternate;
}

.wallet-button[data-wallet-state="unavailable"],
.wallet-button[data-unavailable="true"] {
  color: rgba(244, 242, 238, .45);
}

.wallet-button:disabled {
  cursor: default;
}

@keyframes wallet-pulse {
  to { opacity: .3; }
}
.wallet-layer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  font-family: var(--mono);
}

.wallet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(12px);
}

.wallet-dialog {
  position: relative;
  width: min(540px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(0, 200, 5, .07), transparent 34%),
    #121212;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .62);
  animation: wallet-dialog-in .24s cubic-bezier(.2, .8, .2, 1);
}

@keyframes wallet-dialog-in {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
}
.wallet-dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  color: var(--quiet);
  font-size: 9px;
  letter-spacing: .18em;
}

.wallet-dialog-head button,
.wallet-list-head button {
  padding: 8px 0;
  background: transparent;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .14em;
  cursor: pointer;
}

.wallet-dialog-head button:hover,
.wallet-list-head button:hover {
  color: var(--text);
}

.wallet-dialog-head b {
  margin-left: 7px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 400;
  vertical-align: -1px;
}

.wallet-dialog-body {
  padding: 30px 30px 26px;
}

.wallet-dialog-body h2 {
  margin-top: 9px;
  font-family: var(--serif);
  font-size: clamp(34px, 7vw, 50px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}

.wallet-dialog-body > p:not(.wallet-error) {
  max-width: 440px;
  margin-top: 16px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.55;
}

.wallet-current {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  margin-top: 24px;
  border: 1px solid rgba(112, 201, 147, .3);
  background: rgba(112, 201, 147, .06);
}

.wallet-current > div {
  min-width: 0;
  padding: 13px 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wallet-current > div:nth-child(2) {
  border-right: 0;
}

.wallet-current > div:nth-child(3) {
  grid-column: 1 / -1;
  border-right: 0;
}

.wallet-current span,
.wallet-list-head > span,
.wallet-empty > span,
.wallet-dialog-foot > span {
  display: block;
  color: var(--quiet);
  font-size: 8px;
  letter-spacing: .17em;
}

.wallet-current strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--text);
  font-size: 11px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wallet-current > button {
  grid-column: 1 / -1;
  min-height: 42px;
  background: var(--amber);
  color: #0e0e0e;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.wallet-current > button:hover:not(:disabled) {
  filter: brightness(1.08);
}

.wallet-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.wallet-provider-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.wallet-provider {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 66px;
  padding: 10px 14px;
  background: #121212;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease;
}

.wallet-provider:hover:not(:disabled) {
  background: #1b1b1b;
}

.wallet-provider:disabled {
  cursor: default;
  opacity: .72;
}

.wallet-provider-mark {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  background: #1d1d1d;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 21px;
  object-fit: cover;
}

.wallet-provider-copy {
  min-width: 0;
}

.wallet-provider-copy strong,
.wallet-provider-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wallet-provider-copy strong {
  color: var(--text);
  font-size: 12px;
  font-weight: 500;
}

.wallet-provider-copy small {
  margin-top: 3px;
  color: var(--quiet);
  font-size: 9px;
  letter-spacing: .04em;
}

.wallet-provider > i {
  color: var(--accent);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .12em;
}

.wallet-empty {
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 0;
  background: rgba(244, 242, 238, .025);
}

.wallet-empty p {
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
}

.wallet-empty > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.wallet-empty a {
  padding: 7px 9px;
  border: 1px solid var(--line-strong);
  color: var(--soft);
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.wallet-empty a:hover {
  border-color: var(--accent);
  color: var(--text);
}

.wallet-error {
  margin-top: 14px;
  padding: 11px 12px;
  border-left: 2px solid var(--red);
  background: rgba(241, 111, 103, .08);
  color: var(--red);
  font-size: 10px;
  line-height: 1.5;
}

.wallet-dialog-foot {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px 30px 20px;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, .18);
}

.wallet-dialog-foot p {
  color: var(--quiet);
  font-family: var(--serif);
  font-size: 12px;
  line-height: 1.5;
}

.wallet-layer .wallet-dialog { max-width: 480px; border-radius: 14px; background: #141a13; box-shadow: none; font-family: var(--product-font, "Manrope", sans-serif); }
.wallet-layer .wallet-backdrop { background: rgba(4, 8, 4, .8); backdrop-filter: none; }
.wallet-layer .wallet-dialog-head { padding: 0 24px; color: #aebca8; font: 600 12px var(--product-font); letter-spacing: .03em; }
.wallet-layer .wallet-dialog-head button, .wallet-layer .wallet-list-head button { font: 12px var(--product-font); letter-spacing: 0; color: #c4d1bf; }
.wallet-layer .wallet-dialog-body { padding: 24px; }
.wallet-layer .wallet-dialog-body h2 { margin: 0; font: 650 28px/1.2 var(--product-font); letter-spacing: -.025em; }
.wallet-layer .wallet-dialog-body > p:not(.wallet-error) { margin-top: 12px; color: #aebca8; font: 13px/1.7 var(--product-font); }
.wallet-layer .wallet-current { border-radius: 10px; overflow: hidden; border-color: #3b5133; background: #192415; }
.wallet-layer .wallet-current span, .wallet-layer .wallet-list-head > span, .wallet-layer .wallet-empty > span { font: 600 11px var(--product-font); color: #aebca8; letter-spacing: 0; }
.wallet-layer .wallet-current strong { font-size: 13px; }
.wallet-layer .wallet-current > button { font: 600 12px var(--product-font); letter-spacing: 0; text-transform: none; }
.wallet-session-actions { display: grid; gap: 10px; margin-top: 14px; }
.wallet-session-actions button { min-height: 42px; border: 1px solid #69825f; border-radius: 8px; background: transparent; color: #daebd2; font: 600 13px var(--product-font); cursor: pointer; }
.wallet-session-actions button:hover { background: #293725; border-color: #a1bd94; }
.wallet-session-actions p { margin: 0; color: #aebca8; font: 11px/1.65 var(--product-font); }
.wallet-layer .wallet-provider { min-height: 68px; border: 1px solid #35482f; border-radius: 9px; background: #182115; }
.wallet-layer .wallet-provider-mark { width: 36px; height: 36px; border-radius: 8px; }
.wallet-layer .wallet-provider-copy strong { font: 600 14px var(--product-font); }
.wallet-layer .wallet-provider-copy small { color: #aebca8; font: 11px/1.5 var(--product-font); }
.wallet-layer .wallet-provider > i { color: #a2d991; font: 600 11px var(--product-font); letter-spacing: 0; }
.wallet-layer .wallet-empty { border-radius: 10px; border-color: #35482f; background: #182115; }
.wallet-layer .wallet-empty p { color: #bdcbb7; font: 13px/1.65 var(--product-font); }
.wallet-layer .wallet-empty a { min-height: 38px; display: inline-flex; align-items: center; border-radius: 7px; color: #c9dfbf; font: 12px var(--product-font); letter-spacing: 0; }
.wallet-layer .wallet-dialog-foot { display: block; padding: 16px 24px; background: transparent; }
.wallet-layer .wallet-dialog-foot p { margin: 0; color: #aebca8; font: 12px/1.6 var(--product-font); }
.wallet-layer .wallet-error { border: 1px solid #9e655d; border-radius: 8px; color: #f0b7ad; font: 12px/1.6 var(--product-font); }

.menu-toggle {
  position: relative;
  z-index: 102;
  display: none;
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 2px;
  width: 24px;
  height: 1px;
  background: var(--text);
  transition: transform .3s ease, top .3s ease;
}

.menu-toggle span:first-child {
  top: 10px;
}

.menu-toggle span:last-child {
  top: 17px;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  top: 14px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  top: 14px;
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  flex-direction: column;
  width: 100vw;
  height: 100dvh;
  min-height: 100svh;
  padding: 80px 32px 48px;
  overflow-y: auto;
  clip-path: inset(0 0 100% 0);
  background: var(--bg);
  pointer-events: none;
  transition: clip-path .32s cubic-bezier(.4, 0, .2, 1);
}

.mobile-menu.is-open {
  clip-path: inset(0);
  pointer-events: auto;
  transition-duration: .42s;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
}

body.menu-open .site-header {
  background: var(--bg);
  backdrop-filter: none;
}

.mobile-menu a {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.mobile-menu small {
  width: 36px;
  flex: 0 0 36px;
  color: rgba(244, 242, 238, .45);
  font-size: 11px;
  letter-spacing: .25em;
}

.mobile-menu strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
  font-variation-settings: "opsz" 60;
  letter-spacing: .01em;
  line-height: .95;
  text-transform: uppercase;
}

.mobile-menu a:not(.is-active) strong {
  color: rgba(244, 242, 238, .75);
}

.mobile-menu a > i {
  width: 6px;
  height: 6px;
  margin-left: 4px;
  align-self: center;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
}

.mobile-menu a.is-active > i {
  opacity: 1;
}

.mobile-menu > span {
  margin-top: auto;
  color: rgba(244, 242, 238, .45);
  font-size: 10px;
  letter-spacing: .25em;
  text-align: right;
}

.document-label,
.card-label,
.aside-head,
.proof-idle > div:last-child > span,
.proof-loading > span,
.proof-error > span,
.paper-number,
.paper-body > header > span {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
}

[data-chain-live][data-state="live"] i {
  background: var(--green);
}

[data-chain-live][data-state="paused"] i {
  background: var(--amber);
}

.status-key h2 {
  margin-top: 22px;
  font-size: clamp(38px, 5.6vw, 76px);
  font-weight: 800;
  font-variation-settings: "opsz" 60;
  line-height: .98;
}

.status-key h2 em {
  font-weight: 500;
}

.verifier-search > label {
  display: block;
  margin-bottom: 14px;
  color: rgba(244, 242, 238, .5);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.verifier-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 58px;
  border: 1px solid var(--line-strong);
}

.verifier-search > div > span {
  display: grid;
  padding: 0 14px;
  place-items: center;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
}

.verifier-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 0 16px;
  outline: 0;
  background: transparent;
  font-family: var(--mono);
  font-size: 11px;
}

.verifier-search button,
.primary-button,
.secondary-button,
.quiet-button,
.launch-submit {
  background: transparent;
  color: var(--text);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.verifier-search button {
  padding: 0 18px;
  border-left: 1px solid var(--line-strong);
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.verifier-search button:hover {
  background: var(--accent);
}

.verifier-search > small {
  display: block;
  min-height: 20px;
  padding-top: 8px;
  color: var(--red);
  font-family: var(--mono);
  font-size: 9px;
}

.directory-loading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 132px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.directory-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) .55fr .8fr 56px;
  gap: 24px;
  align-items: center;
  min-height: 120px;
  border-bottom: 1px solid var(--line);
  transition: color .2s ease, border-color .2s ease;
}

.directory-card:hover {
  border-color: rgba(244, 242, 238, .34);
}

.directory-card-top {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.directory-card:hover .directory-card-top {
  transform: translateX(5px);
}

.coin-avatar {
  display: grid;
  width: 56px;
  height: 34px;
  flex: 0 0 56px;
  place-items: center;
  border: 1px solid rgba(244, 242, 238, .38);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
}

.directory-status {
  display: inline-flex;
  max-width: 120px;
  margin-left: auto;
  align-items: center;
  gap: 9px;
  color: rgba(244, 242, 238, .64);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.directory-identity {
  display: block;
  min-width: 0;
  flex: 1;
}

.directory-identity small {
  display: block;
  margin-bottom: 5px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 400;
  letter-spacing: .12em;
}

[data-tone="green"] .directory-status i,
.directory-card[data-tone="green"] .directory-status i,
.proof-result[data-tone="green"] .signal i,
.status-key [data-tone="green"] i,
.paper-states i[data-tone="green"] {
  background: var(--green);
}

[data-tone="amber"] .directory-status i,
.directory-card[data-tone="amber"] .directory-status i,
.proof-result[data-tone="amber"] .signal i,
.status-key [data-tone="amber"] i,
.paper-states i[data-tone="amber"] {
  background: var(--amber);
}

[data-tone="gray"] .directory-status i,
.directory-card[data-tone="gray"] .directory-status i,
.proof-result[data-tone="gray"] .signal i,
.status-key [data-tone="gray"] i,
.paper-states i[data-tone="gray"] {
  background: var(--gray);
}

.directory-identity h3 {
  font-size: 28px;
  font-weight: 700;
  font-variation-settings: "opsz" 60;
  line-height: 1;
  overflow-wrap: anywhere;
}

.directory-identity p {
  margin-top: 6px;
  overflow: hidden;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.directory-card dl {
  display: contents;
}

.directory-card dl > div {
  font-family: var(--mono);
  font-size: 10px;
}

.directory-card dt {
  display: none;
}

.directory-card dd {
  color: rgba(244, 242, 238, .68);
}

.card-arrow {
  justify-self: end;
  font-family: var(--mono);
  transition: transform .3s ease;
}

.directory-card:hover .card-arrow {
  transform: translateX(6px);
}

.directory-empty {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  min-height: 210px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.empty-seal {
  position: relative;
  width: 84px;
  height: 54px;
  border: 1px solid rgba(244, 242, 238, .4);
  border-radius: 50%;
}

.empty-seal::before,
.empty-seal::after {
  position: absolute;
  inset: 11px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  content: "";
}

.empty-seal::after {
  transform: rotate(45deg);
}

.directory-empty span,
.directory-empty .text-link,
.text-link {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.directory-empty h3 {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 700;
}

.directory-empty p {
  max-width: 60ch;
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.directory-empty .text-link {
  align-self: end;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line-strong);
}

.market-hero,
.market-boundary {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px;
}

.market-page {
  position: relative;
}

.market-hero {
  align-items: end;
  padding: 10px 0 22px;
}

.market-hero > div {
  grid-column: 1 / span 8;
}

.market-hero > aside {
  grid-column: 10 / span 3;
}

.market-hero h1 {
  margin-top: 20px;
  font-size: clamp(56px, 8.2vw, 118px);
  font-weight: 900;
  font-variation-settings: "opsz" 60;
  letter-spacing: .012em;
  line-height: .88;
}

.market-hero > div > p {
  max-width: 58ch;
  margin-top: 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.market-hero > aside {
  padding: 18px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.market-hero > aside > span,
.market-boundary > span {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .14em;
}

.market-hero > aside > p {
  margin-top: 34px;
  color: rgba(244, 242, 238, .78);
  font-size: 17px;
  font-style: italic;
  line-height: 1.5;
}

.market-hero > aside > a {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-strong);
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
}

.market-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 76px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.market-stats > div {
  min-width: 0;
  min-height: 142px;
  padding: 20px 24px 20px 0;
  border-right: 1px solid var(--line);
}

.market-stats > div + div {
  padding-left: 24px;
}

.market-stats > div:last-child {
  border-right: 0;
}

.market-stats span {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
}

.market-stats strong {
  display: block;
  margin-top: 42px;
  overflow: hidden;
  font-size: clamp(26px, 3.3vw, 46px);
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-controls {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(180px, .42fr);
  gap: 34px;
  align-items: end;
  margin-top: 54px;
  padding: 18px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.market-search,
.market-sort,
.market-filters > span {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
}

.market-search input,
.market-sort select {
  display: block;
  width: 100%;
  min-height: 42px;
  margin-top: 9px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  outline: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--mono);
  font-size: 10px;
}

.market-search input:focus,
.market-sort select:focus {
  border-color: var(--accent);
}

.market-filters > div {
  display: flex;
  gap: 4px;
  margin-top: 9px;
}

.market-filters button {
  min-height: 42px;
  padding: 0 13px;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}

.market-filters button:hover,
.market-filters button[aria-pressed="true"] {
  border-color: var(--accent);
  color: var(--text);
}

.market-ledger.directory-panel {
  margin-top: 36px;
}

.market-boundary {
  align-items: end;
  margin-top: 112px;
  padding: 34px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.market-boundary > span {
  grid-column: 1 / span 2;
}

.market-boundary > p {
  grid-column: 3 / span 6;
  color: rgba(244, 242, 238, .76);
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}

.market-boundary > a {
  grid-column: 10 / span 3;
  justify-self: end;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--accent);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
}

.verifier-search {
  grid-column: 1 / -1;
  margin-top: 78px;
}

.verifier-search > div {
  min-height: 68px;
}

.verifier-search > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
}

.verifier-search > p i {
  background: var(--accent);
}

.has-proof .verifier-meta,
.has-proof .verifier-meta + .case-rule,
.has-proof .verifier-title,
.has-proof .verifier-rule {
  display: none;
}

.has-proof .casefile {
  padding-top: 92px;
}

.has-proof .verifier-search {
  margin-top: 0;
}

.has-proof .proof-layout {
  margin-top: 40px;
}

.proof-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.proof-output {
  grid-column: 1 / span 8;
  min-width: 0;
}

.proof-aside {
  grid-column: 10 / span 3;
  position: sticky;
  top: 88px;
}

.proof-idle,
.proof-loading,
.proof-error {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  min-height: 340px;
  padding: 46px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.idle-aperture,
.error-glyph {
  position: relative;
  display: grid;
  width: 118px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(244, 242, 238, .4);
  border-radius: 50%;
}

.idle-aperture i {
  position: absolute;
  width: 72px;
  height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.idle-aperture i:first-child {
  transform: rotate(35deg);
}

.idle-aperture i:nth-child(2) {
  transform: rotate(-35deg);
}

.idle-aperture span,
.error-glyph {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 800;
}

.proof-idle h2,
.proof-loading h2,
.proof-error h2 {
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
}

.proof-idle p,
.proof-loading p,
.proof-error p {
  max-width: 55ch;
  margin-top: 17px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.primary-button,
.secondary-button,
.quiet-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(244, 242, 238, .35);
  transition: border-color .2s ease;
}

.primary-button:hover,
.secondary-button:hover,
.quiet-button:hover {
  border-color: var(--accent);
}

.primary-button:disabled,
.secondary-button:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.proof-loading {
  grid-template-columns: 1fr;
}

.scanner {
  position: relative;
  width: 160px;
  height: 90px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.scanner i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 1px;
  transform-origin: left;
  background: var(--accent);
  animation: scan 2s linear infinite;
}

.scanner i:nth-child(2) {
  animation-delay: -.65s;
}

.scanner i:nth-child(3) {
  animation-delay: -1.3s;
}

@keyframes scan {
  from { transform: rotate(0); }
  to { transform: rotate(360deg); }
}
.proof-result {
  border-top: 1px solid var(--line-strong);
}

.proof-result-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 114px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.token-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 22px;
}

.token-identity > span {
  display: grid;
  width: 64px;
  height: 40px;
  flex: 0 0 64px;
  place-items: center;
  border: 1px solid rgba(244, 242, 238, .4);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
}

.token-identity h2 {
  font-size: 30px;
  font-weight: 700;
}

.token-identity a {
  display: block;
  max-width: 58vw;
  margin-top: 7px;
  overflow: hidden;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quiet-button {
  flex: 0 0 auto;
  margin: 0;
}

.verdict-panel {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  gap: 28px;
  align-items: center;
  min-height: 360px;
  padding: 44px 0;
  border-bottom: 1px solid var(--line-strong);
}

.verdict-orbit {
  position: relative;
  width: 132px;
  height: 84px;
  border: 1px solid rgba(244, 242, 238, .4);
  border-radius: 50%;
}

.verdict-orbit i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 42px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.verdict-orbit i:nth-child(1) {
  transform: translate(-50%, -50%) rotate(35deg);
}

.verdict-orbit i:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-35deg);
}

.verdict-orbit i:nth-child(3) {
  width: 18px;
  height: 18px;
  background: rgba(244, 242, 238, .08);
}

.verdict-copy .signal {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .14em;
}

.verdict-copy h3 {
  margin-top: 20px;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 850;
  font-variation-settings: "opsz" 60;
  line-height: .9;
}

.verdict-copy p {
  max-width: 50ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.snapshot-stamp {
  padding-left: 24px;
  border-left: 1px solid var(--line-strong);
  font-family: var(--mono);
}

.snapshot-stamp span,
.snapshot-stamp small {
  display: block;
  color: var(--quiet);
  font-size: 8px;
  letter-spacing: .12em;
}

.snapshot-stamp strong {
  display: block;
  margin: 20px 0;
  font-size: 13px;
  font-weight: 400;
}

.evidence-grid {
  border-bottom: 1px solid var(--line-strong);
}

.evidence-row {
  display: grid;
  grid-template-columns: minmax(150px, .75fr) minmax(0, 1.65fr) 72px;
  gap: 24px;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid var(--line);
}

.evidence-row:last-child {
  border-bottom: 0;
}

.evidence-row dt {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evidence-row dd {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 20px;
  line-height: 1.2;
}

.evidence-row dd small {
  display: block;
  margin-top: 6px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
}

.evidence-row.is-strong dd {
  font-size: 24px;
}

.source-link {
  justify-self: end;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.source-link span {
  display: inline-block;
  transition: transform .25s ease;
}

.source-link:hover {
  color: var(--text);
}

.source-link:hover span {
  transform: translateX(4px);
}

.extras,
.proof-failures {
  margin-top: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
}

.extras summary {
  cursor: pointer;
}

.extras a,
.proof-failures p {
  display: block;
  margin-top: 12px;
  overflow-wrap: anywhere;
}

.scope-strip {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.scope-strip strong {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.holder-panel,
.readiness-card,
.live-terms,
.launch-progress {
  padding: 24px 0;
  border-top: 1px solid var(--line-strong);
}

.holder-panel {
  border-bottom: 1px solid var(--line-strong);
}

.aside-head,
.card-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--quiet);
  font-size: 8px;
  letter-spacing: .1em;
}

.aside-head i,
.card-label i {
  color: rgba(244, 242, 238, .62);
  font-style: normal;
}

.holder-panel h2,
.readiness-card h2 {
  margin-top: 48px;
  font-size: 32px;
  font-weight: 650;
  line-height: 1.05;
}

.holder-panel > p,
.readiness-card > p,
.live-terms > p {
  margin: 17px 0 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.holder-panel label,
.launch-form label {
  display: block;
  margin-top: 20px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.holder-panel input,
.launch-form input,
.launch-form textarea {
  display: block;
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: none;
  transition: border-color .2s ease;
}

.launch-form textarea {
  min-height: 126px;
  resize: vertical;
}

.holder-panel input:focus,
.launch-form input:focus,
.launch-form textarea:focus {
  border-color: rgba(244, 242, 238, .58);
}

.holder-min {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
}

.holder-min strong {
  color: rgba(244, 242, 238, .7);
  font-weight: 400;
  text-align: right;
}

.holder-panel .primary-button {
  width: 100%;
  justify-content: center;
}

.holder-panel > small {
  display: block;
  margin-top: 12px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.5;
}

.status-key {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.status-key > div {
  grid-column: 1 / span 6;
}

.status-key > dl {
  grid-column: 8 / span 5;
}

.status-key dl > div {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.status-key dl > div:last-child {
  border-bottom: 1px solid var(--line);
}

.status-key dt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(244, 242, 238, .7);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
}

.status-key dd {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.launch-main {
  grid-row: 1;
  grid-column: 1 / span 8;
  min-width: 0;
}

.readiness-card h2 {
  margin-top: 34px;
  font-size: 27px;
}

.readiness-card ul {
  list-style: none;
  margin-top: 24px;
}

.readiness-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.45;
}

.readiness-card li[data-ok="true"] > i {
  background: var(--green);
}

.live-terms {
  margin-top: 30px;
  border-bottom: 1px solid var(--line-strong);
}

.live-terms dl {
  margin-top: 16px;
}

.live-terms dl > div,
.transaction-preview > div,
.locked-settings > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.45;
}

.live-terms dt,
.transaction-preview span,
.locked-settings span {
  color: var(--quiet);
}

.live-terms dd,
.transaction-preview strong,
.locked-settings strong {
  overflow-wrap: anywhere;
  color: rgba(244, 242, 238, .74);
  font-weight: 400;
  text-align: right;
}

.launch-progress {
  margin-top: 30px;
  border-bottom: 1px solid var(--line-strong);
  list-style: none;
}

.launch-progress li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
}

.launch-progress li > i {
  margin-top: 3px;
  background: var(--gray);
}

.launch-progress li[data-state="active"] > i {
  background: var(--accent);
}

.launch-progress li[data-state="done"] > i {
  background: var(--green);
}

.launch-progress span {
  display: block;
  color: rgba(244, 242, 238, .72);
  font-size: 8px;
  letter-spacing: .08em;
}

.launch-progress small {
  display: block;
  margin-top: 4px;
  color: var(--quiet);
  font-size: 8px;
}

.launch-status,
.pending-attach {
  padding: 22px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.launch-wallet-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--line-strong);
}

.launch-wallet-gate span {
  color: rgba(244, 242, 238, .72);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
}

.launch-wallet-gate p {
  max-width: 58ch;
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.launch-wallet-button {
  min-width: 230px;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(244, 242, 238, .48);
  background: var(--text);
  color: var(--bg);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.launch-wallet-button:hover:not(:disabled) {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--text);
}

.launch-wallet-button[data-wallet-state="connected"] {
  border-color: var(--green);
  background: transparent;
  color: var(--green);
}

.launch-wallet-button[data-wallet-state="wrong-chain"] {
  border-color: var(--amber);
  background: transparent;
  color: var(--amber);
}

.launch-wallet-button[data-wallet-state="error"] {
  border-color: var(--red);
  background: transparent;
  color: var(--red);
}

.launch-wallet-button:disabled {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--quiet);
  cursor: default;
}

.launch-status > span,
.pending-attach span {
  color: rgba(244, 242, 238, .72);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.launch-status > p,
.pending-attach p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.launch-status[data-tone="pending"] {
  border-top-color: var(--amber);
}

.launch-status[data-tone="error"] {
  border-top-color: var(--red);
}

.launch-status[data-tone="ready"] {
  border-top-color: var(--green);
}

.launch-status a,
.status-links a {
  display: inline-block;
  margin-top: 14px;
  margin-right: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line-strong);
  font-family: var(--mono);
  font-size: 9px;
}

.pending-attach {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
}

.launch-form {
  margin-top: 56px;
}

.launch-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 62px 0 70px;
  border: 0;
  border-top: 1px solid var(--line-strong);
}

.launch-form fieldset:last-child {
  border-bottom: 1px solid var(--line-strong);
}

.launch-form legend {
  display: grid;
  width: 100%;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding: 0;
}

.launch-form legend > span,
.launch-form legend > i,
.launch-form legend small {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.launch-form legend > div {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1;
}

.launch-form legend small {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
  text-transform: none;
}

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

.launch-form input[readonly] {
  color: rgba(244, 242, 238, .5);
}

.order-strip,
.signature-note {
  margin-top: 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.order-strip span,
.signature-note span {
  display: block;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
}

.order-strip code {
  display: block;
  margin-top: 10px;
  padding: 0;
  border: 0;
  color: rgba(244, 242, 238, .72);
  font-size: 10px;
  overflow-wrap: anywhere;
}

.locked-settings,
.transaction-preview {
  margin-top: 30px;
  border-bottom: 1px solid var(--line);
}

.locked-settings input {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: right;
}

.signature-note p {
  max-width: 65ch;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.launch-submit {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
  padding: 14px 0;
  border-bottom: 1px solid var(--accent);
  font-size: 12px;
  transition: color .2s ease, border-color .2s ease;
}

.launch-submit i {
  font-style: normal;
  transition: transform .3s ease;
}

.launch-submit:hover:not(:disabled) i {
  transform: translateX(8px);
}

.launch-submit:disabled {
  border-color: var(--line-strong);
  color: var(--quiet);
  cursor: not-allowed;
}

.docs-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
  margin-top: 112px;
}

.docs-toc {
  grid-column: 1 / span 2;
  position: sticky;
  top: 88px;
  padding: 22px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.docs-toc > span {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
}

.docs-toc nav {
  margin-top: 20px;
}

.docs-toc nav a {
  display: block;
  padding: 9px 0;
  color: rgba(244, 242, 238, .52);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.4;
  transition: color .2s ease;
}

.docs-toc nav a:hover {
  color: var(--text);
}

.docs-toc .line-link {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-strong);
  font-family: var(--mono);
  font-size: 8px;
}

.paper-body {
  grid-column: 3 / span 6;
}

.paper-body > header {
  padding: 40px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.paper-body > header > span {
  color: var(--quiet);
  letter-spacing: .3em;
}

.paper-body > header > p {
  margin-top: 24px;
  color: rgba(244, 242, 238, .86);
  font-size: 22px;
  font-style: italic;
  line-height: 1.55;
}

.paper-body > section {
  scroll-margin-top: 92px;
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.paper-number {
  color: var(--quiet);
}

.paper-body h2 {
  margin: 22px 0 30px;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 800;
  font-variation-settings: "opsz" 60;
  line-height: .95;
}

.paper-body section > p,
.paper-body section > ol,
.paper-body section > ul {
  max-width: 64ch;
  color: rgba(244, 242, 238, .72);
  font-size: 17px;
  line-height: 1.7;
}

.paper-body section > p + p,
.paper-body section > p + ul,
.paper-body section > p + ol,
.paper-body section > ol + p,
.paper-body section > ul + p {
  margin-top: 20px;
}

.paper-body section > ol,
.paper-body section > ul {
  padding-left: 24px;
}

.paper-body li + li {
  margin-top: 10px;
}

.paper-note {
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.paper-note > span {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
}

.paper-note p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.paper-states > div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.paper-states > div:last-child {
  border-bottom: 1px solid var(--line);
}

.paper-states dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 9px;
}

.paper-states dd {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.route-error {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
}

.route-error main {
  width: min(720px, 100%);
  padding: 54px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.route-error main > span {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .14em;
}

.route-error h1 {
  margin-top: 24px;
  font-size: clamp(58px, 10vw, 120px);
  font-weight: 850;
  line-height: .9;
}

.route-error p {
  margin-top: 24px;
  color: var(--muted);
}

.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .55s cubic-bezier(.22, .61, .36, 1), transform .55s cubic-bezier(.22, .61, .36, 1);
}

.reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .site-header {
    grid-template-columns: minmax(180px, 1fr) auto minmax(150px, 1fr);
    padding: 0 24px;
  }

  .desktop-nav {
    gap: 20px;
  }

  .desktop-nav a {
    font-size: 8px;
  }

  .brand {
    max-width: 230px;
  }

}
@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto 1fr;
    padding-right: 20px;
    padding-left: 20px;
  }

  .desktop-nav {
    display: none;
  }

  .brand {
    grid-row: 1;
    grid-column: 2;
    max-width: none;
    overflow: visible;
    font-size: 0;
  }

  .brand::before {
    color: var(--text);
    font-family: var(--serif);
    font-size: 21px;
    font-weight: 750;
    letter-spacing: .04em;
    content: none;
  }

  .header-actions {
    grid-row: 1;
    grid-column: 3;
  }

  .menu-toggle,
  .mobile-menu {
    display: flex;
  }

  .menu-toggle {
    position: absolute;
    left: 10px;
    display: block;
    width: 44px;
    height: 44px;
  }

  .menu-toggle span {
    left: 10px;
  }

  .menu-toggle span:first-child {
    top: 17px;
  }

  .menu-toggle span:last-child {
    top: 24px;
  }

  .menu-toggle[aria-expanded="true"] span:first-child,
  .menu-toggle[aria-expanded="true"] span:last-child {
    top: 21px;
  }

}
@media (max-width: 900px) {
  .market-hero,
  .market-boundary {
    display: block;
  }

  .market-hero > aside {
    margin-top: 44px;
  }

  .market-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-stats > div:nth-child(2) {
    border-right: 0;
  }

  .market-stats > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .market-controls {
    grid-template-columns: minmax(0, 1fr) minmax(190px, .65fr);
  }

  .market-search {
    grid-column: 1 / -1;
  }

  .market-boundary > p,
  .market-boundary > a {
    display: inline-block;
    margin-top: 28px;
  }

}
@media (max-width: 767px) {
  .site-header {
    padding: 0 20px;
  }

  .brand {
    max-width: none;
  }

  .header-actions {
    gap: 14px;
  }

  .wallet-button {
    max-width: 124px;
    min-height: 44px;
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
  }

  .wallet-button::before {
    margin-right: 6px;
  }

  .status-key,
  .proof-layout,
  .docs-layout {
    display: block;
  }

  .verifier-search > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .verifier-search button {
    grid-column: 1 / -1;
    min-height: 48px;
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .directory-card {
    grid-template-columns: 1fr auto;
    gap: 16px;
    min-height: 0;
    padding: 24px 0;
  }

  .directory-card-top {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    grid-column: 1 / -1;
    gap: 12px;
  }

  .coin-avatar {
    width: 48px;
    height: 30px;
    flex-basis: 48px;
  }

  .directory-status {
    max-width: 94px;
    margin: 0;
    align-self: start;
    font-size: 7px;
    line-height: 1.4;
  }

  .directory-card dl {
    display: flex;
    grid-column: 1 / -1;
    gap: 34px;
  }

  .directory-card dl > div {
    display: block;
  }

  .directory-card dt {
    display: block;
    margin-bottom: 6px;
    color: var(--quiet);
    font-size: 8px;
  }

  .card-arrow {
    position: absolute;
    right: 2px;
    bottom: 28px;
  }

  .market-hero,
  .market-boundary {
    display: block;
  }

  .market-hero > aside {
    margin-top: 44px;
  }

  .market-hero h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .market-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 58px;
  }

  .market-stats > div:nth-child(2) {
    border-right: 0;
  }

  .market-stats > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .market-controls {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }

  .market-boundary {
    margin-top: 72px;
  }

  .market-boundary > p,
  .market-boundary > a {
    display: inline-block;
    margin-top: 28px;
  }

  .market-boundary > a {
    justify-self: auto;
  }

  .directory-empty {
    display: block;
    padding: 38px 0;
  }

  .directory-empty > div:nth-child(2) {
    margin-top: 28px;
  }

  .directory-empty .text-link {
    display: inline-block;
    margin-top: 28px;
  }

  .verifier-search {
    margin-top: 48px;
  }

  .has-proof .casefile {
    padding-top: 80px;
  }

  .proof-output {
    width: 100%;
  }

  .proof-aside,
  .docs-toc {
    position: static;
    margin-top: 48px;
  }

  .proof-idle,
  .proof-loading,
  .proof-error {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .verdict-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .verdict-orbit {
    margin-bottom: 12px;
  }

  .verdict-copy h3 {
    font-size: clamp(44px, 16vw, 68px);
  }

  .snapshot-stamp {
    margin-top: 12px;
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .evidence-row {
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    padding: 20px 0;
  }

  .evidence-row dd {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 20px;
  }

  .source-link {
    grid-column: 2;
    grid-row: 1;
  }

  .scope-strip {
    grid-template-columns: 1fr;
  }

  .status-key > dl {
    margin-top: 40px;
  }

  .docs-layout {
    margin-top: 72px;
  }

  .launch-main {
    margin-top: 48px;
  }

  .form-grid.two {
    grid-template-columns: 1fr;
  }

  .launch-form fieldset {
    padding: 50px 0 56px;
  }

  .launch-form legend {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .launch-form legend > i {
    grid-column: 2;
  }

  .pending-attach {
    display: block;
  }

  .launch-wallet-gate {
    grid-template-columns: 1fr;
  }

  .launch-wallet-button {
    width: 100%;
    min-width: 0;
  }

  .docs-toc {
    overflow-x: auto;
    padding-bottom: 14px;
  }

  .docs-toc nav {
    display: flex;
    width: max-content;
    gap: 22px;
  }

  .docs-toc nav a {
    white-space: nowrap;
  }

  .paper-body {
    margin-top: 54px;
  }

  .paper-body > section {
    padding: 56px 0;
  }

  .paper-body h2 {
    font-size: clamp(38px, 13vw, 52px);
  }

  .paper-body section > p,
  .paper-body section > ol,
  .paper-body section > ul {
    font-size: 16px;
  }

  .paper-states > div {
    grid-template-columns: 1fr;
  }

  .route-error {
    padding: 20px;
  }

}
@media (max-width: 390px) {
  .mobile-menu {
    padding-top: 70px;
    padding-bottom: 28px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .mobile-menu a {
    gap: 18px;
    padding-top: clamp(17px, 3.4vh, 24px);
    padding-bottom: clamp(17px, 3.4vh, 24px);
  }

  .mobile-menu strong {
    font-size: 31px;
  }

  .brand {
    max-width: 43vw;
  }

  .wallet-button {
    max-width: 108px;
  }

  .wallet-button::before {
    display: none;
  }

  .market-stats > div {
    min-height: 122px;
    padding-right: 14px;
  }

  .market-stats > div + div {
    padding-left: 14px;
  }

  .market-stats strong {
    margin-top: 34px;
    font-size: 25px;
  }

  .proof-result-head {
    align-items: flex-start;
  }

  .token-identity {
    gap: 14px;
  }

  .token-identity > span {
    width: 52px;
    flex-basis: 52px;
  }

  .quiet-button {
    font-size: 8px;
  }

}
@media (max-width: 560px) {
  .wallet-layer {
    align-items: end;
    padding: 0;
  }

  .wallet-dialog {
    width: 100%;
    max-height: min(90vh, 760px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .wallet-dialog-head {
    padding: 0 18px;
  }

  .wallet-dialog-body {
    padding: 25px 18px 22px;
  }

  .wallet-dialog-body h2 {
    font-size: 40px;
  }

  .wallet-current {
    grid-template-columns: 1fr;
  }

  .wallet-current > div,
  .wallet-current > div:nth-child(2) {
    grid-column: 1;
    border-right: 0;
  }

  .wallet-provider {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 62px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wallet-provider-mark {
    width: 38px;
    height: 38px;
  }

  .wallet-dialog-foot {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 15px 18px 18px;
  }

}
.market-v2,
.launch-v2 {
  --product-font: "Manrope", Arial, sans-serif;
  --product-panel: #141414;
  --product-panel-2: #191919;
  --product-line: rgba(255, 255, 255, .11);
  --product-line-strong: rgba(255, 255, 255, .19);
  --product-copy: rgba(244, 242, 238, .68);
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 200, 5, .09), transparent 25rem),
    radial-gradient(circle at 84% 22%, rgba(121, 128, 255, .06), transparent 28rem),
    #0a0a0a;
  font-family: var(--product-font);
}

.market-v2 .site-header,
.launch-v2 .site-header {
  background: rgba(10, 10, 10, .88);
}

.market-v2 .brand,
.launch-v2 .brand {
  color: rgba(244, 242, 238, .82);
  font-weight: 600;
}

.product-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(244, 242, 238, .62);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-kicker > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(0, 200, 5, .1);
}

.product-primary,
.product-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 20px;
  border: 1px solid var(--product-line-strong);
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.product-primary {
  background: var(--text);
  color: #0a0a0a;
}

.product-secondary {
  background: rgba(255, 255, 255, .025);
}

.product-primary:hover,
.product-secondary:hover {
  transform: translateY(-2px);
}

.product-secondary:hover {
  border-color: var(--accent);
}

.market-app,
.launch-app {
  width: min(100%, 1504px);
  margin: 0 auto;
  padding: 108px 32px 0;
}

.market-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .75fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: center;
  min-height: 480px;
  padding: 32px 0 56px;
}

.market-product-copy h1,
.launch-app-head h1 {
  margin-top: 24px;
  font-family: var(--product-font);
  font-size: clamp(66px, 7.2vw, 108px);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .88;
}

.market-product-copy > p,
.launch-app-head > div > p {
  max-width: 650px;
  margin-top: 26px;
  color: var(--product-copy);
  font-size: 17px;
  line-height: 1.6;
}

.market-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.market-proof-note {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 16px;
  max-width: 600px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--product-line);
}

.market-proof-note > span,
.product-boundary span,
.product-footer dt {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
}

.market-proof-note p {
  color: var(--product-copy);
  font-size: 12px;
  line-height: 1.55;
}

.market-proof-note code {
  padding: 0;
  border: 0;
  color: var(--text);
  font-size: 10px;
}

.market-v2 .market-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--product-line-strong);
  background:
    linear-gradient(145deg, rgba(0, 200, 5, .08), transparent 48%),
    rgba(255, 255, 255, .025);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .3);
}

.market-v2 .market-stats > div {
  min-height: 166px;
  padding: 23px;
  border: 0;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
}

.market-v2 .market-stats > div:nth-child(2n) {
  border-right: 0;
}

.market-v2 .market-stats > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.market-v2 .market-stats span {
  color: rgba(244, 242, 238, .48);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .11em;
}

.market-v2 .market-stats strong {
  display: block;
  margin-top: 28px;
  font-family: var(--product-font);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -.045em;
}

.market-v2 .market-stats small {
  display: block;
  margin-top: 9px;
  color: rgba(244, 242, 238, .42);
  font-family: var(--product-font);
  font-size: 10px;
}

.market-browser {
  scroll-margin-top: 96px;
  padding-top: 68px;
  border-top: 1px solid var(--product-line);
}

.market-browser-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .45fr);
  gap: 40px;
  align-items: end;
}

.market-browser-head h2 {
  margin-top: 12px;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 650;
  letter-spacing: -.05em;
  line-height: .98;
}

.market-browser-head > p {
  color: var(--product-copy);
  font-size: 13px;
  line-height: 1.6;
}

.market-v2 .market-controls {
  position: sticky;
  top: 60px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto 170px 86px;
  gap: 18px;
  align-items: end;
  margin-top: 36px;
  padding: 15px 0;
  border-top: 1px solid var(--product-line-strong);
  border-bottom: 1px solid var(--product-line-strong);
  background: rgba(10, 10, 10, .94);
  backdrop-filter: blur(18px);
}

.market-v2 .market-search > span:first-child,
.market-v2 .market-sort > span:first-child,
.market-v2 .market-filters > span,
.market-view > span {
  display: block;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .12em;
}

.market-input-wrap {
  position: relative;
  display: block;
  margin-top: 7px;
}

.market-input-wrap > i {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(244, 242, 238, .45);
  border-radius: 50%;
}

.market-input-wrap > i::after {
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 5px;
  height: 1px;
  transform: rotate(45deg);
  background: rgba(244, 242, 238, .45);
  content: "";
}

.market-v2 .market-search input,
.market-v2 .market-sort select {
  width: 100%;
  min-height: 40px;
  margin-top: 7px;
  padding: 0 12px;
  border: 1px solid var(--product-line);
  background: var(--product-panel);
  color: var(--text);
  font-family: var(--product-font);
  font-size: 11px;
}

.market-v2 .market-search input {
  margin: 0;
  padding-left: 36px;
}

.market-v2 .market-search input:focus,
.market-v2 .market-sort select:focus {
  border-color: rgba(255, 255, 255, .38);
}

.market-v2 .market-filters > div,
.market-view > div {
  display: flex;
  gap: 3px;
  margin-top: 7px;
}

.market-v2 .market-filters button,
.market-view button {
  min-height: 40px;
  padding: 0 11px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(244, 242, 238, .52);
  font-family: var(--product-font);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}

.market-v2 .market-filters button:hover,
.market-v2 .market-filters button[aria-pressed="true"],
.market-view button:hover,
.market-view button[aria-pressed="true"] {
  border-color: var(--product-line);
  background: var(--product-panel);
  color: var(--text);
}

.market-view button {
  display: grid;
  width: 40px;
  grid-template-columns: repeat(2, 5px);
  place-content: center;
  gap: 3px;
  padding: 0;
}

.market-view button i {
  width: 5px;
  height: 5px;
  background: currentColor;
}

.market-view button:last-child {
  grid-template-columns: 16px;
}

.market-view button:last-child i {
  width: 16px;
  height: 2px;
}

.market-snapshot-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
}

.market-snapshot-line b {
  color: rgba(244, 242, 238, .76);
  font-weight: 500;
}

.market-snapshot-line button {
  margin-left: 14px;
  padding: 3px 0;
  border-bottom: 1px solid var(--product-line-strong);
  background: transparent;
  color: rgba(244, 242, 238, .72);
  font-family: var(--mono);
  font-size: 8px;
  cursor: pointer;
}

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

.market-card-grid .directory-loading,
.market-card-grid .directory-empty {
  grid-column: 1 / -1;
}

.market-v2 .directory-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 346px;
  flex-direction: column;
  gap: 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--product-line);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .035), transparent 45%),
    var(--product-panel);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.market-v2 .directory-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--gray);
  content: "";
}

.market-v2 .directory-card[data-tone="green"]::before {
  background: var(--green);
}

.market-v2 .directory-card[data-tone="amber"]::before {
  background: var(--amber);
}

.market-v2 .directory-card:hover {
  z-index: 2;
  transform: translateY(-4px);
  border-color: rgba(244, 242, 238, .28);
  background:
    linear-gradient(160deg, rgba(0, 200, 5, .06), transparent 50%),
    var(--product-panel-2);
}

.market-v2 .directory-card-top {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: start;
  transform: none;
}

.market-v2 .directory-card:hover .directory-card-top {
  transform: none;
}

.market-v2 .coin-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--product-line-strong);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(0, 200, 5, .2), rgba(255, 255, 255, .03));
  color: var(--text);
  font-family: var(--product-font);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.market-v2 .directory-identity small {
  margin: 0 0 5px;
  color: rgba(244, 242, 238, .46);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .08em;
}

.market-v2 .directory-identity h3 {
  overflow: hidden;
  font-family: var(--product-font);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-v2 .directory-identity p {
  margin-top: 5px;
  color: var(--quiet);
  font-size: 8px;
}

.market-v2 .directory-status {
  max-width: 118px;
  margin: 0;
  padding: 6px 7px;
  border: 1px solid var(--product-line);
  color: rgba(244, 242, 238, .7);
  font-size: 7px;
  letter-spacing: .06em;
  line-height: 1.3;
}

.market-v2 .directory-status i {
  width: 5px;
  height: 5px;
  flex-basis: 5px;
}

.directory-lock-meter {
  margin-top: 32px;
}

.directory-lock-meter > span {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.directory-lock-meter small,
.directory-addresses span,
.market-v2 .directory-card dt,
.market-v2 .directory-card footer {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .09em;
}

.directory-lock-meter strong {
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -.045em;
}

.directory-lock-meter > i {
  display: block;
  height: 4px;
  margin-top: 13px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
}

.directory-lock-meter > i > b {
  display: block;
  width: var(--opening-progress);
  height: 100%;
  min-width: 2px;
  background: var(--accent);
}

.market-v2 .directory-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
}

.market-v2 .directory-card dl > div {
  padding: 14px 10px 14px 0;
  border-right: 1px solid var(--product-line);
  font-family: var(--product-font);
}

.market-v2 .directory-card dl > div + div {
  padding-left: 14px;
  border-right: 0;
}

.market-v2 .directory-card dt {
  display: block;
}

.market-v2 .directory-card dd {
  margin-top: 7px;
  overflow: hidden;
  color: rgba(244, 242, 238, .82);
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.directory-addresses {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 6px 10px;
  align-items: center;
  margin-top: 15px;
}

.market-v2 .directory-addresses {
  grid-template-columns: auto minmax(0, 1fr);
}

.directory-addresses b {
  overflow: hidden;
  color: rgba(244, 242, 238, .68);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-v2 .directory-card footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  color: rgba(244, 242, 238, .74);
}

.market-v2 .card-arrow {
  font-size: 13px;
}

.market-card-grid[data-view="list"] {
  grid-template-columns: 1fr;
  gap: 6px;
}

.market-card-grid[data-view="list"] .directory-card {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(170px, .55fr) minmax(240px, .9fr) 32px;
  gap: 24px;
  align-items: center;
  min-height: 108px;
  padding: 16px 18px;
}

.market-card-grid[data-view="list"] .directory-card-top {
  grid-template-columns: 44px minmax(0, 1fr) auto;
}

.market-card-grid[data-view="list"] .coin-avatar {
  width: 44px;
  height: 44px;
}

.market-card-grid[data-view="list"] .directory-lock-meter {
  margin: 0;
}

.market-card-grid[data-view="list"] .directory-lock-meter strong {
  font-size: 18px;
}

.market-card-grid[data-view="list"] .directory-card dl {
  margin: 0;
}

.market-card-grid[data-view="list"] .directory-addresses {
  display: none;
}

.market-card-grid[data-view="list"] .directory-card footer {
  margin: 0;
  padding: 0;
}

.market-card-grid[data-view="list"] .directory-card footer > span:first-child {
  display: none;
}

.market-v2 .directory-empty {
  grid-template-columns: 86px minmax(0, 1fr) auto;
  min-height: 230px;
  padding: 34px;
  border: 1px solid var(--product-line);
  background: var(--product-panel);
}

.market-v2 .directory-loading {
  min-height: 230px;
  padding: 34px;
  border: 1px solid var(--product-line);
  background:
    linear-gradient(100deg, transparent, rgba(255, 255, 255, .035), transparent),
    var(--product-panel);
}

.product-boundary {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, .65fr) auto;
  gap: 42px;
  align-items: end;
  margin-top: 92px;
  padding: 36px 0;
  border-top: 1px solid var(--product-line-strong);
  border-bottom: 1px solid var(--product-line);
}

.market-v2 .market-boundary > div,
.market-v2 .market-boundary > p,
.market-v2 .market-boundary > a {
  grid-column: auto;
  justify-self: auto;
  margin: 0;
}

.product-boundary h2 {
  margin-top: 13px;
  font-family: var(--product-font);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.product-boundary p {
  color: var(--product-copy);
  font-size: 12px;
  line-height: 1.6;
}

.product-boundary > a {
  display: inline-flex;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--accent);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.product-footer {
  display: grid;
  grid-template-columns: 1fr auto minmax(270px, .6fr);
  gap: 48px;
  align-items: start;
  margin-top: 100px;
  padding: 42px 0 28px;
  border-top: 1px solid var(--product-line-strong);
  font-family: var(--product-font);
}

.product-footer-brand {
  font-size: 22px;
  font-weight: 800;
}

.product-footer-brand .brand-image {
  width: 44px;
  height: 44px;
}

.product-footer-brand span {
  display: block;
  margin-top: 8px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-footer nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 34px;
  color: var(--product-copy);
  font-size: 10px;
}

.product-footer nav a:hover {
  color: var(--text);
}

.product-footer dl {
  display: grid;
  gap: 12px;
}

.product-footer dl > div {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 16px;
}

.product-footer dd {
  overflow: hidden;
  color: rgba(244, 242, 238, .68);
  font-family: var(--mono);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-footer > p {
  grid-column: 1 / -1;
  padding-top: 26px;
  border-top: 1px solid var(--product-line);
  color: var(--quiet);
  font-size: 9px;
}

.launch-app-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .8fr);
  gap: 80px;
  align-items: end;
  padding: 26px 0 54px;
}

.launch-app-head h1 {
  font-size: clamp(58px, 6vw, 88px);
}

.launch-route-map {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  border: 1px solid var(--product-line);
  background: rgba(255, 255, 255, .025);
}

.launch-route-map > div {
  min-width: 0;
  min-height: 138px;
  padding: 20px 17px;
}

.launch-route-map > i {
  background: var(--product-line);
}

.launch-route-map span,
.launch-route-map small {
  display: block;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .08em;
}

.launch-route-map strong {
  display: block;
  margin-top: 26px;
  font-size: 11px;
  letter-spacing: .04em;
}

.launch-route-map small {
  margin-top: 7px;
  line-height: 1.5;
}

.launch-v2 .launch-wallet-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(0, 200, 5, .38);
  background: linear-gradient(100deg, rgba(0, 200, 5, .1), rgba(0, 200, 5, .02));
}

.launch-v2 .launch-wallet-gate span {
  font-size: 8px;
}

.launch-v2 .launch-wallet-gate p {
  margin-top: 5px;
  font-size: 11px;
}

.launch-v2 .launch-wallet-button {
  min-width: 214px;
  min-height: 44px;
  background: var(--text);
  font-size: 8px;
}

.launch-v2 > .wallet-layer {
  font-family: var(--mono);
}

.launch-v2 .launch-app > .launch-status,
.launch-v2 .launch-app > .pending-attach {
  margin: 10px 0 0;
  padding: 13px 16px;
  border: 1px solid var(--product-line);
  background: rgba(255, 255, 255, .02);
}

.launch-v2 .launch-app > .launch-status {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 20px;
}

.launch-v2 .launch-app > .launch-status > p {
  margin: 0;
  font-size: 11px;
}

.launch-studio {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 300px;
  gap: 16px;
  align-items: start;
  margin-top: 28px;
}

.launch-step-rail,
.launch-review-rail {
  position: sticky;
  top: 86px;
}

.launch-step-rail {
  border-top: 1px solid var(--product-line-strong);
}

.launch-step-label {
  padding: 14px 0 18px;
}

.launch-step-label span,
.launch-step-label b {
  display: block;
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .09em;
}

.launch-step-label span {
  color: var(--quiet);
}

.launch-step-label b {
  margin-top: 8px;
  color: rgba(244, 242, 238, .72);
  line-height: 1.5;
}

.launch-step-rail ol {
  list-style: none;
  border-bottom: 1px solid var(--product-line);
}

.launch-step-rail li {
  border-top: 1px solid var(--product-line);
}

.launch-step-rail button {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  padding: 14px 10px 14px 0;
  background: transparent;
  color: rgba(244, 242, 238, .4);
  text-align: left;
  cursor: pointer;
}

.launch-step-rail button::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transition: width .25s ease;
}

.launch-step-rail button[data-state="active"]::after {
  width: 100%;
}

.launch-step-rail button:disabled {
  cursor: default;
  opacity: .46;
}

.launch-step-rail button[data-state="active"],
.launch-step-rail button[data-state="done"] {
  color: var(--text);
}

.launch-step-rail button > span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 7px;
}

.launch-step-rail button strong,
.launch-step-rail button small {
  display: block;
}

.launch-step-rail button strong {
  font-size: 11px;
  font-weight: 650;
}

.launch-step-rail button small {
  grid-column: 2;
  margin-top: -6px;
  color: var(--quiet);
  font-size: 8px;
  line-height: 1.35;
}

.launch-v2 .launch-main {
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
}

.launch-v2 .launch-form {
  margin: 0;
}

.launch-v2 .launch-form fieldset {
  min-height: 664px;
  margin: 0;
  padding: 30px;
  border: 1px solid var(--product-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 45%),
    rgba(18, 18, 18, .96);
}

.launch-v2 .launch-form fieldset:last-child {
  border-bottom: 1px solid var(--product-line);
}

.launch-v2 .launch-form legend {
  float: left;
  display: block;
  width: 100%;
  padding: 0 0 25px;
  border-bottom: 1px solid var(--product-line);
}

.launch-v2 .launch-form legend + * {
  clear: both;
}

.launch-v2 .launch-form legend > span,
.launch-v2 .launch-form legend > strong,
.launch-v2 .launch-form legend > small {
  display: block;
}

.launch-v2 .launch-form legend > span {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
}

.launch-v2 .launch-form legend > strong {
  margin-top: 12px;
  font-size: 33px;
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1;
}

.launch-v2 .launch-form legend > small {
  margin-top: 10px;
  color: var(--product-copy);
  font-family: var(--product-font);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.launch-v2 .launch-form label {
  display: block;
  margin-top: 22px;
  color: rgba(244, 242, 238, .68);
  font-family: var(--product-font);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
}

.launch-v2 .launch-form input,
.launch-v2 .launch-form textarea,
.input-prefix {
  width: 100%;
  min-height: 45px;
  margin-top: 8px;
  padding: 0 13px;
  border: 1px solid var(--product-line);
  background: #0e0e0e;
  color: var(--text);
  font-family: var(--mono);
  font-size: 10px;
}

.launch-v2 .launch-form textarea {
  min-height: 106px;
  padding-top: 13px;
  resize: vertical;
}

.launch-v2 .launch-form input:focus,
.launch-v2 .launch-form textarea:focus {
  border-color: rgba(255, 255, 255, .4);
  background: #101010;
}

.identity-composer {
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  gap: 24px;
  margin-top: 4px;
}

.identity-art {
  margin-top: 22px;
  text-align: center;
}

.identity-art-frame {
  position: relative;
  display: grid;
  width: 146px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--product-line-strong);
  background:
    linear-gradient(145deg, rgba(0, 200, 5, .18), rgba(255, 255, 255, .03)),
    #111;
}

.identity-art-frame::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--accent);
  content: "";
}

.identity-art-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.identity-art-frame span {
  font-size: 62px;
  font-weight: 750;
}

.identity-art > small {
  display: block;
  margin-top: 9px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
}

.identity-fields .form-grid.two {
  margin-top: 0;
}

.logo-upload {
  margin-top: 10px;
  border: 1px solid var(--product-line);
  background: rgba(255, 255, 255, .018);
  transition: border-color .2s ease, background .2s ease;
}

.logo-upload[data-drag="true"],
.logo-upload[data-state="uploading"] {
  border-color: var(--accent);
  background: rgba(0, 200, 5, .045);
}

.logo-upload[data-state="error"] {
  border-color: rgba(241, 111, 103, .55);
}

.logo-upload-main {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
}

.logo-upload-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--product-line-strong);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 13px;
}

.logo-upload-main > div {
  min-width: 0;
}

.logo-upload-main strong,
.logo-upload-main small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logo-upload-main strong {
  color: rgba(244, 242, 238, .78);
  font-family: var(--product-font);
  font-size: 10px;
  font-weight: 500;
}

.logo-upload-main small {
  margin-top: 3px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 6px;
}

.logo-upload-main button {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--product-line-strong);
  background: transparent;
  color: rgba(244, 242, 238, .72);
  font-family: var(--mono);
  font-size: 7px;
  cursor: pointer;
}

.logo-upload-main button:hover {
  border-color: var(--accent);
  color: var(--text);
}

.logo-upload-main [data-logo-remove] {
  border-color: transparent;
  color: var(--quiet);
}

.logo-upload-progress {
  height: 2px;
  background: rgba(255, 255, 255, .07);
}

.logo-upload-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--accent);
  transition: width .16s linear;
}

.logo-upload > p {
  padding: 0 12px 11px 46px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 6px;
  line-height: 1.55;
}

.logo-upload[data-state="done"] > p {
  color: var(--green);
}

.logo-upload[data-state="error"] > p {
  color: var(--red);
}

.launch-v2 .form-grid.two {
  gap: 0 14px;
}

.input-prefix {
  display: flex;
  align-items: center;
  padding: 0;
}

.input-prefix > i {
  width: 34px;
  flex: 0 0 34px;
  color: var(--quiet);
  font-style: normal;
  text-align: center;
}

.launch-v2 .launch-form .input-prefix input {
  min-height: 43px;
  margin: 0;
  padding-left: 0;
  border: 0;
}

.field-help {
  display: block;
  margin-top: 7px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 400;
  text-align: right;
}

.field-help b {
  font-weight: 500;
}

.step-actions {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--product-line);
}

.step-actions > span {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
}

.step-actions button,
.final-action-row button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 18px;
  border: 1px solid var(--product-line-strong);
  background: var(--text);
  color: #0a0a0a;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.step-actions button:hover,
.final-action-row button:hover:not(:disabled) {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--text);
}

.step-actions .step-back,
.final-action-row .step-back {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid var(--product-line-strong);
  background: transparent;
  color: rgba(244, 242, 238, .66);
}

.step-actions .step-back:hover,
.final-action-row .step-back:hover {
  background: transparent;
  color: var(--text);
}

.term-callout {
  margin-top: 24px;
  padding: 19px;
  border: 1px solid rgba(0, 200, 5, .28);
  background: rgba(0, 200, 5, .055);
}

.term-callout span {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
}

.term-callout strong {
  display: block;
  margin-top: 9px;
  font-size: 15px;
}

.term-callout p {
  margin-top: 6px;
  color: var(--product-copy);
  font-size: 10px;
}

.fee-route-selector {
  margin-top: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
}

.fee-route-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--mono);
}

.fee-route-heading span {
  color: rgba(244, 242, 238, .72);
  font-size: 8px;
  letter-spacing: .1em;
}

.fee-route-heading small {
  color: var(--quiet);
  font-size: 7px;
}

.fee-route-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.fee-route-options label {
  position: relative;
  margin: 0;
}

.fee-route-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.fee-route-options label > span {
  display: block;
  min-height: 106px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--product-line);
  background: rgba(255, 255, 255, .018);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.fee-route-options label:hover > span {
  border-color: var(--product-line-strong);
  transform: translateY(-1px);
}

.fee-route-options input:checked + span {
  border-color: rgba(0, 200, 5, .56);
  background: rgba(0, 200, 5, .065);
}

.fee-route-options input:focus-visible + span {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.fee-route-options i,
.fee-route-options strong,
.fee-route-options small {
  display: block;
}

.fee-route-options i {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 6px;
  font-style: normal;
  letter-spacing: .11em;
}

.fee-route-options input:checked + span i {
  color: var(--accent);
}

.fee-route-options strong {
  margin-top: 10px;
  color: var(--text);
  font-size: 13px;
}

.fee-route-options small {
  margin-top: 7px;
  color: var(--quiet);
  font-family: var(--product-font);
  font-size: 9px;
  font-weight: 400;
  line-height: 1.45;
  text-transform: none;
}

.fee-route-selector > p {
  margin-top: 11px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
  line-height: 1.55;
}

[data-creator-recipient][data-inactive="true"],
[data-buyback-control][data-inactive="true"] {
  opacity: .42;
}

[data-holder-step][hidden] {
  display: none;
}

.launch-v2 .locked-settings,
.launch-v2 .transaction-preview {
  margin-top: 26px;
}

.launch-v2 .locked-settings > div,
.launch-v2 .transaction-preview > div {
  padding: 11px 0;
  font-size: 8px;
}

.review-token-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  margin-top: 25px;
  padding: 16px;
  border: 1px solid var(--product-line);
  background: #0e0e0e;
}

.review-token-mark {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(0, 200, 5, .25), #171717);
  font-size: 22px;
  font-weight: 750;
}

.review-token-mark img,
.launch-preview-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-token-card > div:nth-child(2) > span {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 8px;
}

.review-token-card h3 {
  margin-top: 2px;
  font-size: 17px;
}

.review-token-card p {
  margin-top: 4px;
  color: var(--quiet);
  font-size: 8px;
}

.review-token-card > a {
  color: rgba(244, 242, 238, .66);
  font-family: var(--mono);
  font-size: 8px;
}

.launch-v2 .signature-note {
  margin-top: 22px;
  padding: 17px;
  border: 1px solid rgba(0, 200, 5, .25);
  background: rgba(0, 200, 5, .045);
}

.launch-v2 .signature-note p {
  font-size: 11px;
}

.final-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}

.final-action-row .launch-submit {
  margin: 0;
  padding: 0 22px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--text);
  font-size: 9px;
}

.final-action-row .launch-submit:disabled {
  border-color: var(--product-line);
  background: rgba(255, 255, 255, .06);
  color: var(--quiet);
}

.launch-review-rail {
  display: grid;
  gap: 10px;
}

.launch-preview-card,
.launch-v2 .readiness-card,
.launch-v2 .live-terms,
.launch-v2 .launch-progress {
  margin: 0;
  padding: 17px;
  border: 1px solid var(--product-line);
  background: rgba(20, 20, 20, .96);
}

.launch-v2 .card-label span {
  font-size: 7px;
}

.launch-v2 .card-label > i {
  padding: 3px 5px;
  border: 1px solid var(--product-line);
  color: var(--quiet);
  font-size: 6px;
  font-style: normal;
}

.launch-preview-asset {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--product-line);
}

.launch-preview-mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--product-line-strong);
  background: linear-gradient(145deg, rgba(0, 200, 5, .22), #171717);
  font-size: 19px;
  font-weight: 750;
}

.launch-preview-asset h3 {
  overflow: hidden;
  font-size: 14px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launch-preview-asset span {
  display: block;
  margin-top: 4px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 8px;
}

.preview-lock-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--product-line);
}

.preview-lock-line span {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .08em;
}

.preview-lock-line strong {
  font-size: 10px;
}

.preview-route {
  display: grid;
  grid-template-columns: 6px 1fr auto 6px 1fr;
  gap: 7px;
  align-items: center;
  margin-top: 15px;
  color: var(--quiet);
  font-size: 7px;
}

.preview-route i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.preview-route b {
  color: var(--text);
}

.launch-v2 .readiness-card ul {
  margin-top: 14px;
}

.launch-v2 .readiness-card li {
  padding: 9px 0;
  font-size: 7px;
}

.launch-v2 .live-terms dl {
  margin-top: 12px;
}

.launch-v2 .live-terms dl > div {
  padding: 9px 0;
  font-size: 7px;
}

.launch-v2 .launch-progress {
  list-style: none;
}

.launch-v2 .launch-progress li {
  padding: 9px 0;
}

.launch-v2 .launch-progress li:first-child {
  border-top: 0;
}

.launch-v2 .launch-progress span,
.launch-v2 .launch-progress small {
  font-size: 7px;
}

.launch-v2 .launch-boundary > div,
.launch-v2 .launch-boundary > p,
.launch-v2 .launch-boundary > a {
  grid-column: auto;
  justify-self: auto;
  margin: 0;
}

.launch-v2 .launch-boundary h2 {
  margin-top: 13px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .9;
}

@media (max-width: 1180px) {
  .market-product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
    gap: 46px;
  }

  .market-v2 .market-controls {
    grid-template-columns: minmax(240px, 1fr) auto 160px;
  }

  .market-view {
    display: none;
  }

  .market-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-app-head {
    grid-template-columns: minmax(0, 1fr) minmax(370px, .8fr);
    gap: 46px;
  }

  .launch-studio {
    grid-template-columns: minmax(0, 1fr) 290px;
  }

  .launch-step-rail {
    position: static;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
  }

  .launch-step-rail ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 0;
  }

  .launch-step-rail li {
    border-top: 1px solid var(--product-line);
  }

  .launch-step-rail button {
    min-height: 76px;
    padding-left: 9px;
  }

  .launch-step-label {
    padding-right: 14px;
  }

}
@media (max-width: 900px) {
  .market-app,
  .launch-app {
    padding-right: 24px;
    padding-left: 24px;
  }

  .market-product-hero,
  .launch-app-head {
    display: block;
    min-height: 0;
    padding-bottom: 48px;
  }

  .market-v2 .market-stats,
  .launch-route-map {
    margin-top: 44px;
  }

  .market-browser-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .market-browser-head > p {
    max-width: 560px;
  }

  .market-v2 .market-controls {
    grid-template-columns: minmax(0, 1fr) 170px;
  }

  .market-v2 .market-search,
  .market-v2 .market-filters {
    grid-column: 1 / -1;
  }

  .product-boundary {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .product-boundary > a {
    justify-self: start;
  }

  .product-footer {
    grid-template-columns: 1fr 1fr;
  }

  .product-footer dl {
    grid-column: 1 / -1;
  }

  .launch-studio {
    grid-template-columns: 1fr;
  }

  .launch-review-rail {
    position: static;
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-v2 .launch-main {
    grid-row: 3;
  }

  .launch-v2 .live-terms,
  .launch-v2 .launch-progress {
    display: none;
  }

}
@media (max-width: 640px) {
  .market-v2 .site-header,
  .launch-v2 .site-header {
    grid-template-columns: 1fr auto 1fr;
    height: 60px;
    padding: 0 16px;
  }

  .market-v2 .brand,
  .launch-v2 .brand {
    max-width: none;
    font-size: 0;
  }

  .market-v2 .brand::before,
  .launch-v2 .brand::before {
    font-family: var(--product-font);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.03em;
  }

  .market-v2 .header-actions,
  .launch-v2 .header-actions {
    gap: 10px;
  }

  .market-v2 .wallet-button,
  .launch-v2 .wallet-button {
    max-width: 76px;
    overflow: hidden;
    font-size: 7px;
    text-overflow: ellipsis;
  }

  .market-app,
  .launch-app {
    padding: 88px 16px 0;
  }

  .market-product-copy h1,
  .launch-app-head h1 {
    margin-top: 18px;
    font-size: clamp(44px, 14vw, 60px);
    line-height: .91;
  }

  .market-product-copy > p,
  .launch-app-head > div > p {
    margin-top: 20px;
    font-size: 14px;
  }

  .market-product-hero {
    padding-top: 12px;
  }

  .market-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-primary,
  .product-secondary {
    justify-content: space-between;
  }

  .market-proof-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .market-v2 .market-stats {
    margin-top: 34px;
  }

  .market-v2 .market-stats > div {
    min-height: 112px;
    padding: 15px;
  }

  .market-v2 .market-stats strong {
    margin-top: 18px;
    font-size: 25px;
  }

  .market-v2 .market-stats small {
    display: none;
  }

  .market-browser {
    padding-top: 44px;
  }

  .market-browser-head h2 {
    font-size: 34px;
  }

  .market-v2 .market-controls {
    position: static;
    display: flex;
    margin-top: 26px;
    flex-direction: column;
    align-items: stretch;
    gap: 13px;
    padding: 13px 0;
  }

  .market-v2 .market-filters > div {
    width: 100%;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .market-v2 .market-filters button {
    flex: 0 0 auto;
  }

  .market-snapshot-line {
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }

  .market-card-grid {
    grid-template-columns: 1fr;
  }

  .market-v2 .directory-card,
  .market-card-grid[data-view="list"] .directory-card {
    display: flex;
    min-height: 330px;
    padding: 17px;
  }

  .market-v2 .directory-status {
    position: absolute;
    top: 17px;
    right: 17px;
  }

  .market-v2 .directory-card-top {
    grid-template-columns: 44px minmax(0, 1fr);
    padding-right: 100px;
  }

  .market-v2 .coin-avatar {
    width: 44px;
    height: 44px;
  }

  .market-v2 .directory-empty {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .market-v2 .directory-empty .text-link {
    justify-self: start;
  }

  .product-boundary {
    margin-top: 64px;
  }

  .product-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 70px;
  }

  .product-footer dl {
    grid-column: auto;
  }

  .launch-route-map {
    grid-template-columns: 1fr;
  }

  .launch-route-map > div {
    min-height: 92px;
  }

  .launch-route-map > i {
    height: 1px;
  }

  .launch-route-map strong {
    margin-top: 13px;
  }

  .launch-v2 .launch-wallet-gate,
  .launch-v2 .launch-app > .launch-status {
    grid-template-columns: 1fr;
  }

  .launch-v2 .launch-wallet-button {
    width: 100%;
  }

  .launch-step-rail {
    display: block;
  }

  .launch-step-label {
    padding-bottom: 12px;
  }

  .launch-step-rail ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-step-rail button {
    min-height: 74px;
  }

  .launch-step-rail button small {
    display: none;
  }

  .launch-review-rail {
    grid-template-columns: 1fr;
  }

  .launch-v2 .readiness-card {
    display: none;
  }

  .launch-v2 .launch-form fieldset {
    min-height: 0;
    padding: 22px 17px;
  }

  .launch-v2 .launch-form legend > strong {
    font-size: 28px;
  }

  .identity-composer {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .identity-art {
    text-align: left;
  }

  .identity-art-frame {
    width: 112px;
  }

  .identity-art > small {
    width: 112px;
    text-align: center;
  }

  .logo-upload-main {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .logo-upload-main [data-logo-choose],
  .logo-upload-main [data-logo-remove] {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 40px;
  }

  .logo-upload > p {
    padding-left: 12px;
  }

  .launch-v2 .form-grid.two {
    grid-template-columns: 1fr;
  }

  .fee-route-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .fee-route-options {
    grid-template-columns: 1fr;
  }

  .fee-route-options label > span {
    min-height: 0;
  }

  .step-actions,
  .final-action-row {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .step-actions > span {
    text-align: center;
  }

  .step-actions button,
  .final-action-row button {
    width: 100%;
  }

  .review-token-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .review-token-card > a {
    grid-column: 1 / -1;
  }

}
@media (max-width: 360px) {
  .market-v2 .network-pill,
  .launch-v2 .network-pill {
    display: none;
  }

  .market-v2 .market-stats > div,
  .launch-v2 .market-stats > div {
    padding: 12px;
  }

  .market-v2 .market-stats strong {
    font-size: 21px;
  }

  .directory-addresses {
    grid-template-columns: auto minmax(0, 1fr);
  }

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal-enabled [data-reveal] {
    opacity: 1;
    transform: none;
  }

}
.market-v2 .verifier-search,
.market-v2 .verifier-search input,
.market-v2 .verifier-search button,
.market-v2 .proof-result,
.market-v2 .proof-idle,
.market-v2 .proof-loading,
.market-v2 .proof-error,
.market-v2 .holder-panel,
.market-v2 .status-key,
.market-v2 .paper-body,
.market-v2 .docs-toc {
  font-family: var(--product-font);
}

.market-v2 .proof-result h2,
.market-v2 .proof-result h3,
.market-v2 .proof-idle h2,
.market-v2 .proof-loading h2,
.market-v2 .proof-error h2,
.market-v2 .holder-panel h2,
.market-v2 .paper-body h2,
.market-v2 .paper-body > header > p {
  font-family: var(--product-font);
  font-weight: 700;
  letter-spacing: -.01em;
}

.home-hero {
  min-height: 0;
  padding-bottom: 40px;
}

.home-search {
  margin: 30px 0 22px;
}

.home-search > label {
  display: block;
  margin-bottom: 10px;
}

.home-steps {
  margin-top: 8px;
}

.home-browser {
  margin-top: 84px;
}

.home-browser .market-browser-head p b {
  color: var(--text);
}

.verifier-head,
.docs-head {
  align-items: start;
}

.verifier-head .verifier-search {
  margin-top: 12px;
}

.docs-layout {
  margin-top: 36px;
}

.proof-aside .aside-key {
  margin: 0 0 22px;
  padding: 22px;
  border: 1px solid var(--product-line);
  background: rgba(255, 255, 255, .025);
}

.proof-aside .aside-key > div {
  margin-bottom: 14px;
}

.proof-aside .aside-key > dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.proof-aside .aside-key dl > div {
  padding: 0;
  border: 0;
}

.market-v2 .brand {
  letter-spacing: .08em;
}

@media (max-width: 900px) {
  .home-hero,
  .verifier-head,
  .docs-head {
    grid-template-columns: 1fr;
  }

}
.positions-panel {
  margin-bottom: 22px;
}

.position-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--product-line);
}

.position-row > div {
  display: grid;
  gap: 4px;
}

.position-row span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--quiet);
}

.position-row strong {
  font-size: 16px;
}

.position-row small {
  color: var(--muted);
}

.position-row .primary-button {
  flex: 0 0 auto;
  padding: 10px 16px;
}

.home-hero .market-product-copy h1 {
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: .98;
}

.home-hero .market-stats strong {
  font-size: clamp(22px, 2vw, 30px);
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.15;
}

.home-steps .launch-route-map small {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

.market-v2 .proof-result .verdict-copy h3 {
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.12;
  letter-spacing: -.01em;
  max-width: 30ch;
}

.market-v2 .proof-result .verdict-copy p {
  max-width: 60ch;
}

.proof-aside .aside-key {
  display: block;
}

.proof-aside .aside-key dl > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  overflow-wrap: anywhere;
}

.proof-aside .aside-key dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.docs-head .market-stats strong,
.verifier-head .market-stats strong {
  font-size: clamp(22px, 2vw, 30px);
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.15;
}

.market-v2 .paper-body h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.market-v2 .paper-body > section {
  padding-top: 44px;
  padding-bottom: 44px;
}

.verifier-head {
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 18px 0 28px;
}

.verifier-head h1 {
  font-size: clamp(40px, 4.6vw, 64px);
  margin-top: 14px;
}

.verifier-head > div > p {
  max-width: 62ch;
}

.verifier-head .verifier-search {
  margin-top: 4px;
}

.market-v2 .proof-layout {
  margin-top: 8px;
}
.market-compact-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  padding: 24px 0 20px;
  border-bottom: 1px solid var(--product-line);
}

.market-compact-head h1 {
  margin: 14px 0 10px;
  font-family: var(--product-font);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}

.market-compact-head p {
  max-width: 62ch;
  color: var(--product-copy);
}

.market-v2 .market-stats-compact {
  grid-template-columns: repeat(4, minmax(120px, auto));
}

.market-v2 .market-stats-compact > div {
  padding: 14px 18px;
}

.market-v2 .market-stats-compact strong {
  font-size: 22px;
  white-space: normal;
}

.market-v2 .market-stats-compact small {
  display: none;
}

.market-v2 .market-browser {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .market-compact-head {
    grid-template-columns: 1fr;
  }
  .market-v2 .market-stats-compact {
    grid-template-columns: repeat(2, 1fr);
  }
}

.market-v2 .market-browser {
  margin-top: 0;
  padding-top: 26px;
  border-top: 0;
}

.proof-loading-v2 {
  display: grid;
  gap: 22px;
  padding: 26px 0 30px;
}

.proof-loading-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.proof-loading-head > div > span {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--quiet);
}

.proof-loading-v2 h2 {
  margin: 6px 0 0;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
}

.scanner.small {
  width: 84px;
  height: 48px;
  flex: 0 0 auto;
}

.proof-progress {
  margin-top: 0;
  max-width: 540px;
}

.proof-progress span {
  font-size: 10px;
}

.proof-progress small {
  font-size: 12px;
  color: var(--muted);
}

.scanner.small {
  overflow: hidden;
  border-radius: 50%;
}

.pair-selector { position: relative; display: grid; gap: 16px; margin: 0 0 22px; padding: 22px 0; border-bottom: 1px solid var(--product-line); color: var(--text); }
.pair-selector[hidden], [data-approval-step][hidden], .asset-menu[hidden] { display: none; }
.pair-selector select[hidden] { display: none; }
.pair-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pair-heading div > span, .pair-origin { color: var(--green); font: 9px var(--mono); letter-spacing: .08em; }
.pair-heading h3 { margin: 8px 0 0; font-size: 16px; font-weight: 600; }
.pair-origin { color: var(--quiet); }
.asset-picker { position: relative; }
.asset-trigger, .asset-option { display: flex; align-items: center; width: 100%; gap: 12px; text-align: left; color: var(--text); cursor: pointer; font: inherit; }
.asset-trigger { padding: 14px; border: 1px solid var(--product-line-strong); background: #151815; border-radius: 6px; transition: border-color .15s, background .15s; }
.asset-trigger:hover, .asset-trigger[aria-expanded="true"] { border-color: var(--accent); background: #191e19; }
.asset-trigger:disabled { cursor: wait; opacity: .5; }
.asset-monogram { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; background: #233126; color: #a8edb4; font: 9px var(--mono); }
.asset-identity { display: grid; gap: 4px; min-width: 0; }
.asset-identity strong { font-size: 13px; font-weight: 650; }
.asset-identity small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 250px; color: var(--muted); font-size: 11px; font-weight: 400; }
.asset-change { margin-left: auto; color: var(--muted); font-size: 11px; white-space: nowrap; }
.asset-change i { margin-left: 10px; color: var(--green); font-size: 18px; font-style: normal; }
.asset-menu { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 20; padding: 10px; border: 1px solid #364339; border-radius: 8px; background: #151815; box-shadow: 0 20px 48px #0009; animation: asset-reveal .14s ease-out; }
.asset-search { display: flex !important; align-items: center; gap: 8px !important; margin: 0 !important; padding: 0 10px; border: 1px solid #3b493d; border-radius: 4px; }
.asset-search > span { margin: 0 !important; color: var(--green) !important; font-size: 23px !important; }
.asset-search input { border: 0 !important; padding: 12px 0 !important; outline: 0 !important; background: transparent !important; color: var(--text); font-size: 12px !important; box-shadow: none !important; }
.asset-search:focus-within { border-color: var(--accent); }
.asset-menu-heading { display: flex; justify-content: space-between; padding: 15px 5px 9px; color: var(--quiet); font: 8px var(--mono); letter-spacing: .04em; }
.asset-menu-heading small { font: inherit; }
.asset-options { max-height: 272px; overflow-y: auto; scrollbar-color: #435647 #151815; scrollbar-width: thin; overscroll-behavior: contain; }
.asset-option { padding: 9px 6px; border: 0; border-radius: 4px; background: transparent; transition: background .12s; }
.asset-option:hover, .asset-option:focus-visible { background: #253328; outline: none; }
.asset-option[aria-pressed="true"] { background: #203323; }
.asset-option .asset-monogram { width: 32px; height: 32px; flex-basis: 32px; font-size: 8px; }
.asset-type { margin-left: auto; color: var(--green); font: 9px var(--mono); white-space: nowrap; }
.pair-selector p { margin: 0; font-size: 11px; line-height: 1.6; color: var(--muted); }
.pair-currency-note { max-width: 54ch; }
.pair-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 14px 0; border-top: 1px solid var(--product-line); border-bottom: 1px solid var(--product-line); }
.pair-facts span { display: grid; gap: 7px; color: var(--quiet); font-size: 10px; }
.pair-facts strong { overflow-wrap: anywhere; color: var(--text); font-size: 12px; font-weight: 500; }
.pair-source { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.pair-source p { font-size: 9px; color: var(--quiet); }
.pair-source a { font-size: 10px; color: var(--green); white-space: nowrap; }
.asset-empty { padding: 20px 8px; }
@keyframes asset-reveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .asset-menu { animation: none; } }

.home-hero {
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .7fr);
}

.opening-lock {
  width: min(100%, 460px);
  margin: 0 auto;
  color: var(--text);
  font-family: var(--product-font);
}

.opening-lock-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--product-line-strong);
  font-size: 14px;
  font-weight: 500;
}

.opening-lock-heading span:last-child {
  color: var(--accent);
  font-size: 12px;
}

.opening-lock-art {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.lock-guides { stroke: #414941; stroke-width: 1; }
.lock-axis { stroke: #414941; stroke-width: 1; stroke-dasharray: 2 6; }
.lock-jaw-fill { fill: var(--accent); }
.lock-jaw-outline { fill: #152015; stroke: #9db49c; stroke-width: 1.5; }
.lock-jaw-detail { stroke: #789576; stroke-width: 1; }
.lock-jaw-start .lock-jaw-detail { stroke: #0c890f; }
.lock-position-frame { fill: #102310; stroke: #315431; stroke-width: 1; }
.lock-position-corners { stroke: var(--accent); stroke-width: 2; }
.lock-tokens { fill: var(--accent); }
.lock-endpoints { fill: #9db49c; }

.lock-jaw-start { animation: lock-close-start 1.1s cubic-bezier(.16, 1, .3, 1) both; }
.lock-jaw-end { animation: lock-close-end 1.1s cubic-bezier(.16, 1, .3, 1) both; }

.opening-lock-period {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 5px 0 22px;
  color: #a6bba4;
  font-size: 11px;
}

.opening-lock-period b { font-weight: 500; }
.opening-lock-period span { flex: 1; height: 7px; border-top: 1px solid #466044; }
.opening-lock-period span:first-child { border-left: 1px solid #466044; }
.opening-lock-period span:last-child { border-right: 1px solid #466044; }

.opening-lock-timeline {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
}

.opening-lock-timeline li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding-top: 21px;
}

.opening-lock-timeline li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #466044;
}

.opening-lock-timeline li:first-child { align-items: flex-start; }
.opening-lock-timeline li:last-child { align-items: flex-end; text-align: right; }
.opening-lock-timeline li i { position: absolute; top: -3px; width: 7px; height: 7px; background: var(--accent); }
.opening-lock-timeline li:last-child i { border: 1px solid #a6bba4; background: #0a0a0a; }
.opening-lock-timeline strong { font-size: 12px; font-weight: 600; }
.opening-lock-timeline li > span { color: #a6b0a4; font-size: 10px; line-height: 1.5; }

.opening-lock figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding-top: 12px;
  border-top: 1px solid var(--product-line);
  color: #a6b0a4;
  font-size: 10px;
  line-height: 1.5;
}

.opening-lock figcaption span { text-align: right; }

@keyframes lock-close-start { from { transform: translate(-28px, -12px); } to { transform: translate(0, 0); } }
@keyframes lock-close-end { from { transform: translate(28px, 12px); } to { transform: translate(0, 0); } }

@media (prefers-reduced-motion: reduce) {
  .lock-jaw { animation: none; }
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
}

.status-strip li {
  display: grid;
  gap: 6px;
  flex: 1 1 160px;
  padding: 16px 18px;
  border-right: 1px solid var(--product-line);
}

.status-strip li:last-child { border-right: 0; }

.status-strip span {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .14em;
  color: var(--quiet);
}

.status-strip strong {
  font-size: 15px;
  font-weight: 600;
}

.home-steps { margin-top: 56px; }

.market-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 26px 0 18px;
  border-bottom: 1px solid var(--product-line);
}

.market-toolbar h1 {
  margin: 0 0 8px;
  font-family: var(--product-font);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.market-toolbar p {
  max-width: 64ch;
  margin: 0;
  color: var(--product-copy);
  font-size: 14px;
}

.market-inline-stats {
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--quiet);
  text-align: right;
}

.market-inline-stats b {
  color: var(--text);
  font-weight: 600;
}

@media (max-width: 900px) {
  .home-hero { grid-template-columns: 1fr; }
  .opening-lock { width: min(100%, 460px); }
  .market-toolbar { flex-direction: column; align-items: flex-start; }
  .market-inline-stats { text-align: left; }
}

