@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/instrument-serif-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ctrl: 40px;
  --ctrl-sm: 36px;
  --bg-page: #0d0d0d;
  --bg-card: #161616;
  --bg-elevated: #1c1c1c;
  --text: #f2f2f2;
  --muted: #f2f2f294;
  --subtle: #f2f2f266;
  --line: #f2f2f21f;
  --accent: #d4fc50;
  --accent-hover: #e2ff66;
  --accent-soft: #1c2610;
  --ink: #111;
  --green: #30d158;
  --red: #ff453a;
  --chart: #d4fc50;
  --chart-fill: #d4fc5028;
  --glass: #ffffff14;
  --shadow: 0 2px 12px #00000040;
  --radius: 24px;
  --max: 1280px;
  --sans: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --serif: "Instrument Serif", Georgia, "Songti SC", serif;
}
html[data-theme="light"] {
  --bg-page: #f4f4f4;
  --bg-card: #fff;
  --bg-elevated: #fff;
  --text: #111;
  --muted: #1111118c;
  --subtle: #1116;
  --line: #1111111a;
  --accent: #d4fc50;
  --accent-hover: #c4ef3c;
  --accent-soft: #f3ffd4;
  --ink: #111;
  --green: #34c759;
  --red: #ff3b30;
  --chart: #6f9f18;
  --chart-fill: #6f9f1838;
  --glass: #ffffffb3;
  --shadow: 0 2px 12px #1111110a;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  color: var(--text);
  background: var(--bg-page);
  font: 15px/1.45 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; line-height: 1; }
.top {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; gap: 12px;
  flex-wrap: nowrap;
  height: 60px;
  padding: 0 28px;
  background: color-mix(in srgb, var(--bg-page) 82%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font: italic 28px/1 var(--serif);
  letter-spacing: -0.03em;
  color: var(--text);
  flex: none;
}
.logo img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: block;
}
nav { display: flex; gap: 2px; flex: 0 1 auto; min-width: 0; }
nav a {
  height: var(--ctrl-sm);
  display: inline-flex; align-items: center;
  color: var(--muted);
  padding: 0 11px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
nav a.on, nav a:hover { color: var(--text); background: var(--glass); }
.top-end {
  display: flex; align-items: center; gap: 8px;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.icon-btn {
  width: var(--ctrl-sm); height: var(--ctrl-sm);
  border: 0; padding: 0;
  border-radius: 999px;
  background: var(--glass);
  color: var(--text);
  display: grid; place-items: center;
}
.icon-btn svg { width: 16px; height: 16px; }
.langs {
  display: inline-flex; align-items: center;
  height: var(--ctrl-sm);
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-card);
}
.langs button {
  height: calc(var(--ctrl-sm) - 6px);
  border: 0; background: transparent; color: var(--muted);
  padding: 0 9px; font-size: 11px; font-weight: 500; border-radius: 999px;
  display: inline-flex; align-items: center;
}
.langs button.on { background: var(--text); color: var(--bg-page); }
.dot {
  width: 8px; height: 8px;
  border-radius: 99px;
  background: var(--red);
  flex: none;
}
.dot.on { background: var(--accent); }
.dot.off { background: var(--red); }
.wallet-box { display: flex; align-items: center; gap: 8px; min-width: 0; flex: none; }
.pill {
  font-size: 12px;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex; align-items: center; gap: 6px;
}
.pill::before {
  content: "";
  width: 7px; height: 7px; border-radius: 99px;
  background: var(--subtle);
}
.pill.on { color: var(--text); }
.pill.on::before { background: var(--accent); }
.pill.warn { color: #f3a13f; }
.pill.warn::before { background: #f3a13f; }
.pill.off { color: var(--red); }
.pill.off::before { background: var(--red); }
.btn {
  height: var(--ctrl);
  border: 0;
  background: var(--bg-elevated);
  color: var(--text);
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 550;
  display: inline-flex; align-items: center; justify-content: center;
}
.top .btn { height: var(--ctrl-sm); padding: 0 14px; }
.btn.pri {
  background: var(--accent);
  color: var(--ink);
  font-weight: 650;
}
.btn.pri:hover { background: var(--accent-hover); }
.btn.ghost { background: transparent; color: var(--muted); }
.btn:disabled { opacity: .38; cursor: not-allowed; }
.addr { font: 12px ui-monospace, Consolas, monospace; color: var(--muted); }
.bal { font-size: 12px; color: var(--muted); }
main { max-width: var(--max); margin: 0 auto; padding: 28px 28px 80px; }
.hero { margin: 4px 0 18px; }
.hero h1 { margin: 0; font: italic 52px/1 var(--serif); letter-spacing: -.03em; }
.hero p { margin: 10px 0 0; color: var(--muted); font-size: 15px; }
.hero .live { color: var(--subtle); font-size: 13px; }
.actions {
  display: flex; align-items: center; gap: 10px;
  flex-wrap: wrap;
  margin: 22px 0 18px;
}
.addr-chip {
  height: var(--ctrl);
  border: 1px solid var(--line);
  background: var(--bg-card);
  border-radius: 999px;
  padding: 0 12px 0 6px;
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--muted);
  font: 12px ui-monospace, Consolas, monospace;
}
.addr-chip:hover { border-color: color-mix(in srgb, var(--text) 20%, transparent); color: var(--text); }
.addr-chip.on { color: var(--ink); background: var(--accent); border-color: transparent; }
.market-tools {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.pick {
  height: var(--ctrl);
  border: 1px solid var(--line);
  background: var(--bg-card);
  color: var(--text);
  border-radius: 999px;
  padding: 0 14px;
  min-width: 140px;
}
.toolbar {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 12px;
}
.chips { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
label.search {
  flex: 1;
  min-width: 220px;
  height: var(--ctrl);
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 6px 0 16px;
  color: var(--subtle);
  box-shadow: var(--shadow);
}
.search-go {
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  padding: 0 14px;
  font-size: 13px;
  font-weight: 650;
  flex: none;
}
.search input {
  flex: 1;
  width: auto;
  height: 100%;
  border: 0; background: transparent; outline: none;
  padding: 0; border-radius: 0; box-shadow: none;
  color: var(--text);
  font-size: 14px;
}
.chip {
  height: var(--ctrl);
  border: 1px solid var(--line);
  background: var(--bg-card);
  color: var(--muted);
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex; align-items: center;
}
.chip b { color: var(--text); font-weight: 650; margin-left: 4px; }
.chip.on { background: var(--text); color: var(--bg-page); border-color: transparent; }
.chip.on b { color: inherit; }
.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.tok {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px;
  box-shadow: var(--shadow);
  min-width: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  transition: transform .18s cubic-bezier(.22,1,.36,1), border-color .18s;
}
.tok:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--text) 16%, transparent);
}
.tok.open { box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent), var(--shadow); }
.tok-badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  flex: none;
}
.badge {
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 650;
  display: inline-flex; align-items: center;
  background: var(--bg-page);
  color: var(--muted);
  border: 1px solid var(--line);
  flex: none;
  white-space: nowrap;
}
.badge.open { background: var(--accent); color: var(--ink); border-color: transparent; }
.badge.heat { color: var(--text); }
.badge.thin { color: var(--subtle); }
.badge.closed { color: var(--muted); }
.badge.quote { margin-left: auto; background: var(--accent-soft); color: var(--text); border-color: transparent; }
.tok-ident {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  flex: none;
}
.tok-addr {
  width: 100%;
  min-width: 0;
  height: 18px;
  flex: none;
  display: flex;
  align-items: center;
}
.copy {
  border: 0;
  background: transparent;
  color: var(--subtle);
  padding: 0;
  max-width: 100%;
  font: 12px/1 ui-monospace, Consolas, monospace;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
}
.copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.copy:hover, .copy.on { color: var(--text); }
.copy svg { width: 12px; height: 12px; flex: none; }
.tok-stats {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  min-width: 0;
  flex: none;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.tok-stats > div, .prog-lab {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
.tok-stats small, .prog-lab span {
  font-size: 12px;
  color: var(--subtle);
  flex: none;
}
.tok-stats b, .prog-lab b {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prog { width: 100%; min-width: 0; margin-top: auto; flex: none; }
.prog-lab { margin-bottom: 8px; }
.tok-cta {
  width: 100%;
  height: 36px;
  padding: 0;
  flex: none;
}
.tok .sentence { display: none; }
.pager {
  display: flex; justify-content: center; align-items: center; gap: 8px;
  margin-top: 22px;
}
.pager button, .page {
  height: 36px;
  min-width: 36px;
  border: 1px solid var(--line);
  background: var(--bg-card);
  color: var(--muted);
  border-radius: 999px;
  padding: 0 12px;
  font-weight: 550;
}
.page.on, .pager button.on { background: var(--text); color: var(--bg-page); border-color: transparent; }
.pager button:disabled { opacity: .35; cursor: not-allowed; }
.foot-nav {
  display: flex; gap: 14px; margin-bottom: 8px;
}
.foot-nav a { color: var(--muted); }
.foot-nav a:hover { color: var(--text); }
.tok-top { display: flex; align-items: center; gap: 10px; min-width: 0; }
.face-wrap {
  position: relative;
  width: 40px; height: 40px;
  flex: none;
}
.face {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 700; font-size: 12px; letter-spacing: .02em;
  color: #111;
  background: var(--face, var(--accent));
  flex: none;
  object-fit: cover;
}
.face-wrap .face { position: absolute; inset: 0; width: 100%; height: 100%; }
.face-wrap img.face { z-index: 1; background: #f3f3f3; }
img.face { background: #f3f3f3; }
.heat {
  display: flex; flex-direction: column; align-items: flex-end;
  font-weight: 650; font-size: 15px; font-variant-numeric: tabular-nums;
  line-height: 1.15; color: var(--text);
}
.heat small {
  font-size: 10px; font-weight: 500; color: var(--muted);
  letter-spacing: .04em;
}
.heat.thin { color: var(--muted); font-size: 12px; font-weight: 500; }
.tok-id { flex: 1; min-width: 0; }
.tok-id strong {
  display: block;
  font-size: 15px;
  letter-spacing: -.02em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tok-id span {
  color: var(--muted); font-size: 13px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  display: block;
}
.bar {
  height: 6px;
  background: var(--line);
  border-radius: 99px;
  overflow: hidden;
}
.bar i {
  display: block; height: 100%;
  background: var(--accent);
  border-radius: 99px;
}
.split {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 10px 4px 2px;
  color: var(--subtle);
  font-size: 12px;
  border-top: 1px solid var(--line);
}
.delta { font-weight: 650; font-size: 14px; font-variant-numeric: tabular-nums; }
.delta.up { color: var(--green); }
.delta.down { color: var(--red); }
.delta.flat { color: var(--muted); }
.spark { width: 100%; height: 56px; display: block; }
.tok-bot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-top: auto;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.tok-bot span { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.tok-bot small { font-size: 11px; color: var(--subtle); font-weight: 500; }
.tok-bot b { color: var(--text); font-weight: 600; font-size: 13px; }
.count { font-variant-numeric: tabular-nums; font-weight: 650; color: var(--text); }
.empty {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 36px 24px;
  color: var(--muted);
  text-align: center;
}
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.launch-cols { grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); align-items: stretch; }
.launch-viz, .launch-form { min-width: 0; display: flex; flex-direction: column; }
.card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}
.card .row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.ident {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 16px;
}
.ident strong { display: block; font-size: 22px; letter-spacing: -.03em; }
.ident .sub { margin: 4px 0 0; }
.preview {
  width: 64px; height: 64px;
  border-radius: 18px;
  background:
    radial-gradient(120% 80% at 20% 0%, var(--accent-soft), transparent 55%),
    var(--bg-elevated);
  display: grid; place-items: center;
  flex: none;
  overflow: hidden;
}
.preview .face { width: 64px; height: 64px; font-size: 16px; border-radius: 18px; }
.preview .shot { width: 64px; height: 64px; border-radius: 18px; object-fit: cover; }
.curve-box {
  background: var(--bg-page);
  border-radius: 18px;
  padding: 6px 4px 2px;
}
.curve { width: 100%; height: 240px; display: block; color: var(--chart); }
.curve .axis { fill: var(--subtle); font-size: 13px; }
.curve-note { margin: 12px 0 0; font-size: 13px; }
.launch-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}
.launch-stats div {
  background: var(--bg-page);
  border-radius: 14px;
  padding: 10px 12px;
  min-width: 0;
}
.launch-stats small {
  display: block;
  color: var(--subtle);
  font-size: 11px;
  margin-bottom: 4px;
}
.launch-stats b {
  display: block;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-grid > div { min-width: 0; }
.form-grid label { margin: 0 0 7px; }
.upload {
  position: relative;
  display: flex; align-items: center; gap: 12px;
  min-height: 72px;
  margin: 0;
  padding: 12px 14px;
  border: 1px dashed var(--line);
  border-radius: 16px;
  background: var(--bg-page);
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
}
.upload input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.upload img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }
.upload.on { border-style: solid; }
label:not(.search) {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  margin: 14px 0 7px;
}
.card input, .card select, .card textarea {
  width: 100%;
  background: var(--bg-page);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--accent) 70%, var(--line));
  box-shadow: 0 0 0 3px #d4fc5029;
}
.tabs { display: flex; background: var(--bg-page); border-radius: 999px; padding: 4px; }
.tabs button { flex: 1; border: 0; background: transparent; color: var(--muted); padding: 8px; border-radius: 999px; font-weight: 550; }
.tabs button.on { background: var(--accent); color: var(--ink); }
.kv { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); padding: 9px 0; border-bottom: 1px solid var(--line); }
.kv:last-child { border: 0; }
.kv b { color: var(--text); font-weight: 550; }
.banner {
  background: var(--accent-soft);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  color: var(--text);
  padding: 12px 14px;
  border-radius: 14px;
  margin-bottom: 8px;
  font-size: 13px;
}
.sub { color: var(--muted); font-size: 14px; }
.sentence { font-size: 13px; color: var(--muted); margin: 10px 0 0; line-height: 1.55; }
.foot {
  display: none;
}
.issued { margin-top: 28px; }
.issued .row { margin-bottom: 12px; }
.issued .grid { margin-top: 4px; }
.modal {
  position: fixed; inset: 0; z-index: 40;
  display: grid; place-items: center;
  padding: 18px;
}
.modal.hide { display: none !important; }
.modal-bg {
  position: absolute; inset: 0;
  border: 0; padding: 0;
  background: #0008;
}
.sheet {
  position: relative;
  width: min(420px, 100%);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 18px 14px;
}
.sheet .row { margin-bottom: 6px; }
.sheet .icon-btn { font-size: 18px; }
#wallet-list { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.wrow {
  height: 52px;
  border: 1px solid var(--line);
  background: var(--bg-page);
  border-radius: 16px;
  padding: 0 14px;
  display: flex; align-items: center; gap: 12px;
  font-weight: 550;
  text-align: left;
}
.wrow:hover { border-color: color-mix(in srgb, var(--text) 20%, transparent); }
.wicon, .wicon-letter {
  width: 28px; height: 28px; border-radius: 8px;
  flex: none; object-fit: cover;
}
.wicon-letter {
  display: grid; place-items: center;
  background: var(--accent);
  color: var(--ink);
  font-size: 13px; font-weight: 700;
}
.hide { display: none !important; }
@media (max-width: 1180px) {
  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero h1 { font-size: 44px; }
}
@media (max-width: 1080px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .launch-cols, .cols { grid-template-columns: 1fr; }
  .top { padding: 0 18px; }
  main { padding: 22px 18px 72px; }
  .market-tools { flex-wrap: wrap; }
  .search { min-width: 0; width: 100%; }
}
@media (max-width: 640px) {
  .top {
    display: grid;
    grid-template-columns: auto 1fr;
    height: auto;
    padding: 10px 14px;
    gap: 8px 10px;
  }
  .logo { grid-column: 1; grid-row: 1; }
  .top-end { grid-column: 2; grid-row: 1; justify-self: end; }
  nav { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  main { padding: 16px 14px 72px; }
  .grid { grid-template-columns: 1fr; }
  .toolbar { flex-wrap: wrap; }
  .search { min-width: 0; width: 100%; }
  .langs button { padding: 4px 7px; }
  .form-grid { grid-template-columns: 1fr; }
  .curve { height: 200px; }
}
