* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 100%; min-height: 100%; background: #050505; color: #cfc8b8; font-family: "IBM Plex Mono", Consolas, monospace; }
body.view-gate, body.view-desk { overflow: hidden; height: 100%; }
body.view-home { overflow: auto; }
button, input { font-family: inherit; }
.site { display: none; }
.desk-stage { display: none; }
body.view-home .site { display: block; }
body.view-desk .desk-stage { display: block; }
.desk-stage .viewport {
  position: fixed; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at 50% 30%, #141414 0%, #070806 55%, #030303 100%);
}
.viewport {
  position: fixed; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at 50% 30%, #141414 0%, #070806 55%, #030303 100%);
}
.stage { width: 1920px; height: 1080px; flex: none; transform-origin: center; position: relative; }
.canvas {
  position: relative;
  width: 100%; height: 100%;
  padding: 14px 16px 10px;
  display: grid;
  grid-template-rows: 48px minmax(0, 1fr) 158px 46px 28px;
  gap: 8px;
  background: radial-gradient(ellipse at 40% 20%, #12110f 0%, #070806 62%, #050505 100%);
}
.scanlines {
  pointer-events: none;
  position: absolute; inset: 0; z-index: 8;
  opacity: 0.08;
  background: repeating-linear-gradient(0deg, transparent 0 2px, #9cf 3px);
  animation: scanDrift 9s linear infinite;
}
.vignette {
  pointer-events: none;
  position: absolute; inset: 0; z-index: 7;
  background: radial-gradient(ellipse at center, transparent 45%, #0008 100%);
}
.gate {
  position: fixed; inset: 0; z-index: 40;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 24px;
  padding: 48px 64px;
  background: radial-gradient(ellipse at 35% 50%, #16140f 0%, #070806 55%, #030303 100%);
  transition: opacity .7s ease, transform .7s ease;
}
.gate[hidden],
body.view-home #gate,
body.view-desk #gate {
  display: none !important;
}
.gate.out { opacity: 0; transform: translateY(-18px); pointer-events: none; }
.gate-ascii {
  font-size: 9px; line-height: 9px; color: #cfc8b8;
  text-shadow: 0 0 18px #ef7b4b33;
  white-space: pre; overflow: hidden;
  min-height: 640px; min-width: 760px;
  animation: asciiFlicker 3.2s steps(2) infinite;
}
.gate-copy h1 { font-size: 64px; letter-spacing: 0.18em; color: #e8e0cc; }
.gate-sub { margin-top: 10px; color: #9a927e; letter-spacing: 0.14em; font-size: 13px; }
.gate-status { margin: 18px 0; color: #ef7b4b; letter-spacing: 0.16em; min-height: 1.4em; }
.gate-copy { position: relative; z-index: 2; }
.gate-acts { display: flex; gap: 10px; margin: 12px 0 18px; }
.gate-acts button { padding: 12px 18px; }
.topbar, .panel, .quote-strip, .ticker {
  border: 1px solid #2c2a24;
  background: #0a0a09;
  position: relative;
  z-index: 1;
}
.topbar {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) max-content;
  align-items: center;
  padding: 0 12px;
  gap: 12px;
}
.brand { display: flex; align-items: baseline; gap: 12px; }
.brand-kicker { font-size: 10px; letter-spacing: 0.22em; color: #7a7466; }
.brand strong { font-size: 20px; letter-spacing: 0.18em; color: #c6b98c; font-weight: 600; }
.code-badge {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #ef7b4b;
  border: 1px solid #ef7b4b;
  padding: 2px 7px;
}
.pulse-row { display: flex; gap: 14px; font-size: 11px; letter-spacing: 0.08em; color: #a39b88; align-items: center; min-width: 0; overflow: hidden; }
.live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #6BDECC; box-shadow: 0 0 8px #6BDECC;
  animation: blink 1.1s steps(2) infinite;
}
.live-dot.off { background: #ef7b4b; box-shadow: 0 0 8px #ef7b4b; animation: none; }
.subsidy { color: #ef7b4b; }
.top-actions { display: flex; align-items: center; gap: 8px; }
button {
  background: #11110e;
  color: #c6b98c;
  border: 1px solid #514a31;
  padding: 7px 12px;
  letter-spacing: 0.14em;
  font-size: 11px;
  cursor: pointer;
}
button:hover { border-color: #ef7b4b; color: #ef7b4b; }
button:disabled { opacity: 0.4; cursor: not-allowed; }
.wallet-label { font-size: 11px; letter-spacing: 0.1em; color: #6BDECC; }
#btnWallet.on, #btnHeroConnect.on {
  border-color: #6BDECC;
  color: #6BDECC;
}

.h-main { display: grid; grid-template-columns: 340px minmax(0, 1fr) 360px; gap: 8px; min-height: 0; }
.left-col { display: grid; grid-template-rows: auto minmax(140px, 1fr); gap: 8px; min-height: 0; }
.side { display: grid; grid-template-rows: 148px minmax(0, 1.15fr) minmax(0, 0.9fr); gap: 8px; min-height: 0; }
.panel { padding: 10px 12px; min-height: 0; overflow: hidden; display: flex; flex-direction: column; }
.panel h2 {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #c6b98c;
  font-weight: 500;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
}
.panel h2 b { color: #6BDECC; font-weight: 400; font-size: 10px; letter-spacing: 0.12em; }

.manifesto { justify-content: flex-start; }
.token-card { gap: 8px; }
.token-id { display: flex; flex-direction: column; gap: 6px; }
.px-block { text-align: left; }
.px { font-size: 20px; color: #e8e0cc; letter-spacing: -0.03em; animation: pxPulse 2.4s ease-in-out infinite; }
.px.up { color: #6BDECC; }
.px.down { color: #ef7b4b; }
.px-eth { font-size: 10px; color: #7a7466; margin-top: 4px; }
.addr { font-size: 10px; color: #7a7466; margin-top: 4px; letter-spacing: 0.04em; }
.delta-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; font-size: 10px; color: #7a7466; }
.delta-row span { border: 1px solid #2c2a24; padding: 5px 6px; }
.delta-row b { display: block; margin-top: 2px; font-size: 12px; color: #cfc8b8; }
.delta-row b.up { color: #6BDECC; }
.delta-row b.down { color: #ef7b4b; }
.stats.tight { margin-top: 4px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  font-size: 9px; letter-spacing: 0.14em;
  border: 1px solid #2c2a24; padding: 3px 6px; color: #9a927e;
}
.chip.live { border-color: #6BDECC55; color: #6BDECC; animation: chipGlow 1.8s ease-in-out infinite; }
.chip.warn { border-color: #ef7b4b55; color: #ef7b4b; }
.holder-bars { display: flex; flex-direction: column; gap: 5px; }
.holder-bars .hb { display: grid; grid-template-columns: 70px 1fr 40px; gap: 6px; align-items: center; font-size: 10px; color: #9a927e; }
.chart-col { padding: 8px 10px; min-height: 0; }
.chart-head { display: flex; justify-content: space-between; align-items: center; flex: none; }
.chart-head h2 { height: auto; }
.tf { display: flex; gap: 4px; }
.tf button { padding: 4px 8px; }
.tf button.on { border-color: #ef7b4b; color: #ef7b4b; }
#priceChart { flex: 1; width: 100%; min-height: 180px; display: block; }
#volChart { height: 64px; width: 100%; flex: none; display: block; }
.trades td.buy { color: #6BDECC; }
.trades td.sell { color: #ef7b4b; }
.seek-word { font-size: 13px; letter-spacing: 0.42em; color: #ef7b4b; margin-bottom: 6px; }
.token-card h1 { font-size: 22px; letter-spacing: 0.06em; color: #e8e0cc; font-weight: 600; line-height: 1.1; }
.manifesto h1 { font-size: 28px; letter-spacing: 0.08em; color: #e8e0cc; font-weight: 600; line-height: 1.1; }
.concept-kicker { margin-top: 14px; font-size: 11px; letter-spacing: 0.16em; color: #9a927e; }
.concept {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.55;
  color: #8f8878;
  max-width: 34em;
}
.concept.muted { color: #6e685c; }
.stats { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
.stats div { border-top: 1px solid #2c2a24; padding-top: 6px; }
.stats dt { font-size: 9px; letter-spacing: 0.18em; color: #7a7466; }
.stats dd { font-size: 13px; color: #cfc8b8; margin-top: 3px; }
.disclaimer { margin-top: auto; padding-top: 12px; font-size: 9px; letter-spacing: 0.08em; color: #5c574c; }

.ascii-wrap { padding: 8px 10px; background: #070706; }
.ascii-meta { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: 0.16em; color: #7a7466; flex: none; }
.ascii {
  flex: 1;
  min-height: 0;
  margin: 4px 0 0;
  overflow: hidden;
  font-size: 7px;
  line-height: 7px;
  letter-spacing: 0;
  color: #cfc8b8;
  text-shadow: 0 0 14px #cfc8b833;
  user-select: none;
  white-space: pre;
}
canvas.ascii {
  width: 100%;
  height: 100%;
  display: block;
  animation: none;
  font-size: inherit;
  white-space: normal;
}

.agent-array { display: flex; flex-direction: column; gap: 6px; margin-top: 4px; }
.agent-row {
  display: grid;
  grid-template-columns: 8px 78px 1fr 40px;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.agent-row i {
  width: 8px; height: 8px; border-radius: 50%; background: #3a3832;
}
.agent-row.on i { background: currentColor; box-shadow: 0 0 8px currentColor; animation: blink 0.7s ease-in-out infinite alternate; }
.bar { height: 6px; background: #161512; border: 1px solid #2c2a24; }
.bar span { display: block; height: 100%; background: currentColor; width: 0%; transition: width 0.4s; }

.log {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.55;
  color: #9a927e;
}
.log p { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.log time { color: #5c574c; margin-right: 8px; }
.log b { color: #6BDECC; font-weight: 500; display: inline-block; width: 78px; }
.log p:last-child:after {
  content: "_";
  margin-left: 4px;
  color: #ef7b4b;
  animation: blink 0.55s steps(1) infinite;
}

.h-bottom { display: grid; grid-template-columns: 1.15fr 0.95fr 1fr; gap: 8px; min-height: 0; }
.table-scroll { flex: 1; min-height: 0; overflow: auto; }
.blotter-scroll { max-height: 88px; }
table { width: 100%; border-collapse: collapse; font-size: 11px; }
th { text-align: left; color: #7a7466; font-weight: 500; letter-spacing: 0.12em; font-size: 9px; padding: 4px 6px; border-bottom: 1px solid #2c2a24; }
td { padding: 4px 6px; border-bottom: 1px solid #1a1916; color: #cfc8b8; }
td.muted, .muted { color: #7a7466; }
td button { padding: 3px 7px; font-size: 10px; }
.kind-rwa { color: #6BDECC; }
.kind-meme { color: #ef7b4b; }

.proposal {
  border: 1px solid #2c2a24;
  padding: 8px;
  font-size: 11px;
  line-height: 1.45;
  min-height: 58px;
  color: #cfc8b8;
  margin: 4px 0 8px;
}
.proposal.empty { color: #5c574c; }
.proposal .acts { display: flex; gap: 6px; margin-top: 6px; }
.pnl-pos { color: #6BDECC; }
.pnl-neg { color: #ef7b4b; }
.tw-box { flex: 1; min-height: 0; overflow: auto; font-size: 11px; line-height: 1.5; color: #cfc8b8; }
.tw-box .tw-line { margin: 0 0 8px; }
.tw-box a { color: #6BDECC; }

.quote-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  gap: 12px;
}
.quote-fields { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; }
.quote-fields label { display: flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.1em; color: #9a927e; }
.quote-fields input {
  background: #070706;
  border: 1px solid #2c2a24;
  color: #cfc8b8;
  padding: 6px 8px;
  min-width: 120px;
  font-size: 12px;
}
#quoteToken { min-width: 280px; }
.quote-out { font-size: 12px; color: #6BDECC; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.quote-out a { color: #6BDECC; }

.ticker { overflow: hidden; display: flex; align-items: center; }
.ticker-track {
  display: inline-flex;
  gap: 64px;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #9a927e;
  animation: ticker 18s linear infinite;
  padding-left: 100%;
}
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes blink { 50% { opacity: 0.35; } }
@keyframes scanDrift { to { background-position: 0 12px; } }
@keyframes pxPulse { 0%,100% { text-shadow: 0 0 0 transparent; } 50% { text-shadow: 0 0 12px #c6b98c44; } }
@keyframes chipGlow { 50% { box-shadow: 0 0 8px #6BDECC33; } }
@keyframes asciiFlicker { 0%, 86%, 100% { opacity: 1; } 88% { opacity: .72; } 90% { opacity: 1; } }

.site {
  min-height: 100vh;
  color: #d8d2c4;
  background-color: #070806;
  background-image:
    radial-gradient(#5eead422 0.6px, transparent 0.7px),
    radial-gradient(#2a271c 0.75px, transparent 0.75px);
  background-size: 22px 22px, 16px 16px;
}
.nav {
  position: sticky; top: 0; z-index: 12;
  display: flex; align-items: center; gap: 28px;
  padding: 14px 28px;
  background: #070806ee;
  border-bottom: 1px solid #1e1c16;
  backdrop-filter: blur(10px);
}
.nav-brand {
  color: #e8e0cc; text-decoration: none;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 28px; letter-spacing: 0.04em; font-weight: 400;
  display: inline-flex; align-items: center; gap: 10px;
}
#navCicada { width: 72px; height: 34px; display: block; filter: drop-shadow(0 0 8px #5eead466); }
.hero-cicada {
  width: 100%;
  height: 210px;
  display: block;
  margin: 8px 0 4px;
  filter: drop-shadow(0 0 18px #5eead422);
}
.nav-links { display: flex; gap: 18px; flex: 1; }
.nav-links a, .nav-text {
  color: #8f8878; text-decoration: none; background: none; border: 0;
  font-size: 12px; letter-spacing: 0.12em; cursor: pointer; padding: 0;
}
.nav-links a:hover, .nav-text:hover { color: #e8e0cc; }
.nav-right { display: flex; align-items: center; gap: 10px; }
.clock { font-size: 11px; color: #7a7466; letter-spacing: 0.08em; }
.hero {
  max-width: 1180px; margin: 0 auto;
  padding: 64px 28px 28px;
  display: grid; grid-template-columns: 1.35fr 0.75fr; gap: 36px;
  align-items: start;
}
.hero h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 62px; line-height: 0.96; font-weight: 400;
  color: #f2ead8; letter-spacing: -0.03em; max-width: 14ch;
}
.hero-copy p {
  margin-top: 18px; max-width: 46em;
  font-size: 14px; line-height: 1.65; color: #9a927e;
}
.hero-acts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.btn-fill, .btn-ghost, .peek-acts a, .peek-acts button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 16px; border-radius: 999px; text-decoration: none;
  font-size: 12px; letter-spacing: 0.08em; cursor: pointer;
}
.btn-fill {
  background: #d6c26a; color: #14110a; border: 1px solid #d6c26a; font-weight: 600;
}
.btn-fill:hover { background: #ef7b4b; border-color: #ef7b4b; color: #140c08; }
.btn-ghost {
  background: transparent; color: #cfc8b8; border: 1px solid #3a372c;
}
.pulse-card {
  border: 1px solid #2c2a24; background: #0c0c0ae8;
  border-radius: 18px; padding: 16px 16px 12px;
}
.pulse-head { display: flex; justify-content: space-between; font-size: 11px; color: #7a7466; }
.pulse-head a { color: #6BDECC; text-decoration: none; }
.home-ascii {
  height: 150px; overflow: hidden; margin: 10px 0;
  font-size: 6px; line-height: 6px; color: #cfc8b8;
  text-shadow: 0 0 12px #cfc8b833;
}
.pulse-dl { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.pulse-dl div { border-top: 1px solid #2c2a24; padding-top: 8px; }
.pulse-dl dt { font-size: 9px; letter-spacing: 0.16em; color: #7a7466; }
.pulse-dl dd { margin-top: 4px; font-size: 12px; color: #e8e0cc; }

.stat-row {
  max-width: 1180px; margin: 0 auto 18px; padding: 0 28px;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
}
.stat-cell {
  border: 1px solid #2c2a24; background: #0b0b09cc;
  border-radius: 16px; padding: 16px 16px 14px;
}
.stat-cell span { display: block; font-size: 10px; letter-spacing: 0.14em; color: #7a7466; }
.stat-cell b { display: block; margin-top: 10px; font-size: 28px; color: #f2ead8; font-weight: 400; font-family: "Instrument Serif", Georgia, serif; }

.how-row {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 22px;
  margin-top: 28px;
}
.how-row li { display: flex; align-items: baseline; gap: 8px; color: #8f8878; font-size: 12px; letter-spacing: 0.08em; }
.how-row b { color: #d6c26a; font-size: 11px; letter-spacing: 0.16em; }

.hunt-wrap {
  max-width: 1180px; margin: 0 auto; padding: 8px 28px 48px;
  display: grid; grid-template-columns: minmax(0, 1.55fr) 320px; gap: 12px;
  align-items: start;
}
.hunt-board, .peek-card {
  border: 1px solid #2c2a24; background: #0b0b09f0;
  border-radius: 18px; padding: 14px;
}
.hunt-head, .peek-head { display: flex; justify-content: space-between; align-items: center; }
.scan h2, .roadmap h2, .hunt-head h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 32px; letter-spacing: 0; font-weight: 400; color: #f2ead8;
}
.hunt-head small { color: #6BDECC; margin-left: 10px; letter-spacing: 0.1em; font-size: 10px; font-family: "IBM Plex Mono", Consolas, monospace; }
.hunt-tools {
  display: flex; align-items: center; gap: 10px; margin: 12px 0;
  flex-wrap: wrap;
}
.chips-row { display: flex; gap: 6px; }
.chips-row button.on { border-color: #d6c26a; color: #d6c26a; }
.min-score { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #7a7466; }
.min-score input { width: 90px; }
#huntSearch {
  margin-left: auto; min-width: 220px;
  background: #070706; border: 1px solid #2c2a24; color: #cfc8b8;
  padding: 8px 10px; border-radius: 999px; font-size: 12px;
}
.hunt-table-wrap { min-height: 380px; max-height: 560px; overflow: auto; }
.hunt-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.hunt-table th {
  text-align: left; color: #7a7466; font-size: 9px; letter-spacing: 0.12em;
  padding: 8px 6px; border-bottom: 1px solid #2c2a24; position: sticky; top: 0; background: #0b0b09;
}
.hunt-table td { padding: 9px 6px; border-bottom: 1px solid #1a1916; }
.hunt-table tr { cursor: pointer; }
.hunt-table tr:hover td { background: #12110d; }
.hunt-table tr.on td { background: #16140e; }
.hunt-table .sym { color: #e8e0cc; font-weight: 600; }
.hunt-table .why { color: #7a7466; max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.band { font-size: 10px; letter-spacing: 0.14em; }
.band.SING { color: #6BDECC; }
.band.HUM { color: #d6c26a; }
.band.MUTE { color: #ef7b4b; }
.score {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: conic-gradient(#6BDECC calc(var(--p) * 1%), #221f18 0);
}
.score::before {
  content: ""; width: 34px; height: 34px; border-radius: 50%; background: #0b0b09; grid-area: 1 / 1;
}
.score b { grid-area: 1 / 1; z-index: 1; font-size: 11px; color: #e8e0cc; }
.score.HUM { background: conic-gradient(#d6c26a calc(var(--p) * 1%), #221f18 0); }
.score.MUTE { background: conic-gradient(#ef7b4b calc(var(--p) * 1%), #221f18 0); }
.score.big { width: 64px; height: 64px; }
.score.big::before { width: 50px; height: 50px; }
.score.big b { font-size: 16px; }

.peek { position: sticky; top: 76px; }
.peek-card h3 { font-size: 18px; color: #f2ead8; font-weight: 500; }
.peek-px { display: flex; gap: 10px; align-items: baseline; margin: 10px 0; font-size: 22px; color: #e8e0cc; }
#peekChart { width: 100%; height: 120px; display: block; }
.factor-list { display: flex; flex-direction: column; gap: 7px; margin: 12px 0; }
.factor {
  display: grid; grid-template-columns: 72px 1fr 32px; gap: 8px; align-items: center;
  font-size: 10px; color: #9a927e; letter-spacing: 0.08em;
}
.factor .bar { height: 6px; background: #161512; border: 1px solid #2c2a24; }
.factor .bar span { display: block; height: 100%; background: #6BDECC; }
.peek-acts { display: flex; gap: 8px; }
.peek-acts button, .peek-acts a { flex: 1; border-radius: 999px; }

.scan, .roadmap, .site-foot {
  max-width: 1180px; margin: 0 auto; padding: 12px 28px 48px;
}
.lead { margin: 10px 0 22px; color: #9a927e; max-width: 52em; line-height: 1.6; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.feat-grid article {
  border: 1px solid #2c2a24; background: #0b0b09cc; border-radius: 16px; padding: 16px;
}
.feat-grid h3 { font-size: 13px; letter-spacing: 0.16em; color: #d6c26a; margin-bottom: 8px; }
.feat-grid p { font-size: 12px; line-height: 1.55; color: #8f8878; }
.roadmap ol { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; }
.roadmap li {
  border: 1px solid #2c2a24; background: #0b0b09cc; border-radius: 16px; padding: 16px;
}
.roadmap li.now { border-color: #d6c26a55; }
.roadmap span { font-size: 10px; letter-spacing: 0.16em; color: #ef7b4b; }
.roadmap b { display: block; margin: 8px 0; color: #e8e0cc; }
.roadmap p { font-size: 12px; line-height: 1.5; color: #8f8878; }
.site-foot { padding-bottom: 64px; font-size: 11px; color: #8f8878; line-height: 1.6; }

.hero h1 em {
  font-style: italic;
  color: #5eead4;
}
.kicker-3301 {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #5eead4;
  margin-bottom: 12px;
}
.cicada-epigraph {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #5eead4aa;
  margin-bottom: 8px;
}
.road-notes {
  max-width: 72em;
  margin-top: 22px;
  display: grid;
  gap: 10px;
}
.road-notes p {
  font-size: 13px;
  line-height: 1.65;
  color: #8f8878;
}
.hunt-head small.live {
  color: #5eead4;
}
.hunt-head small.live::before {
  content: "";
  display: inline-block;
  width: 7px; height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 8px #5eead4;
  animation: blink 1.1s steps(2) infinite;
  vertical-align: middle;
}
.btn-fill.alt { background: transparent; color: #d6c26a; }
.btn-fill.alt:hover { background: #d6c26a; color: #14110a; }

.trade {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #d6c26a33;
  border-radius: 14px;
  background: linear-gradient(180deg, #14120ccc, #0b0b09cc);
}
.trade-tabs { display: flex; gap: 6px; margin-bottom: 10px; }
.trade-tabs button.on[data-side="buy"] { border-color: #6BDECC; color: #6BDECC; }
.trade-tabs button.on[data-side="sell"] { border-color: #ef7b4b; color: #ef7b4b; }
.trade-row { display: grid; grid-template-columns: 1fr auto 72px; gap: 8px; align-items: end; }
.trade-row label { display: flex; flex-direction: column; gap: 4px; font-size: 10px; letter-spacing: 0.12em; color: #7a7466; }
.trade-row input {
  background: #070706; border: 1px solid #2c2a24; color: #e8e0cc;
  padding: 8px 10px; border-radius: 10px; font-size: 13px; width: 100%;
}
.trade-unit { font-size: 11px; color: #d6c26a; padding-bottom: 10px; letter-spacing: 0.12em; }
.trade-quote { margin: 10px 0 8px; font-size: 11px; line-height: 1.45; color: #6BDECC; min-height: 2.6em; }
.trade-quote.err { color: #ef7b4b; }
.trade-acts { display: flex; gap: 8px; }
.trade-acts button { flex: 1; border-radius: 999px; }
.trade-note { margin-top: 8px; font-size: 9px; letter-spacing: 0.08em; color: #5c574c; }

.nav-links a[href="#trade"] { color: #d6c26a; }

.site {
  position: relative;
}
.site::before {
  content: "";
  pointer-events: none;
  position: absolute; inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 0;
}
.site > * { position: relative; z-index: 1; }

.pulse-card {
  box-shadow: 0 0 40px #d6c26a12;
}

.hunt-table td.up, .hunt-table .up, #peekPx.up { color: #6BDECC; }
.hunt-table td.down, .hunt-table .down, #peekPx.down { color: #ef7b4b; }
.hunt-table td.flat { color: #7a7466; }
.hunt-table td.delta { font-variant-numeric: tabular-nums; font-weight: 600; }
.hunt-table tr.hatched { animation: hatchFlash 1.8s ease; }
@keyframes hatchFlash {
  from { box-shadow: inset 0 0 0 1px #6BDECC66; background: #6BDECC14; }
  to { box-shadow: none; background: transparent; }
}
.peek-px .up, #peekPxEth.up { color: #6BDECC; }
.peek-px .down, #peekPxEth.down { color: #ef7b4b; }
.hunt-table tr.SING td:first-child { box-shadow: inset 3px 0 #6BDECC; }
.hunt-table tr.HUM td:first-child { box-shadow: inset 3px 0 #d6c26a; }
.hunt-table tr.MUTE td:first-child { box-shadow: inset 3px 0 #ef7b4b; }

.road-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.road {
  border: 1px solid #2c2a24;
  background: linear-gradient(180deg, #12110ccc, #0b0b09cc);
  border-radius: 18px;
  padding: 18px 16px 16px;
  min-height: 280px;
}
.road.now {
  border-color: #d6c26a66;
  box-shadow: 0 0 28px #d6c26a18;
}
.road.now:nth-child(2) {
  border-color: #5eead455;
  box-shadow: 0 0 28px #5eead418;
}
.road.now:nth-child(2) .road-when { color: #5eead4; }
.road.now:nth-child(2) li::before { background: #5eead4; }
.road-when {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #ef7b4b;
  margin-bottom: 10px;
}
.road.now .road-when { color: #d6c26a; }
.road h3 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #f2ead8;
  margin-bottom: 12px;
}
.road ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.road li {
  font-size: 12px;
  line-height: 1.45;
  color: #8f8878;
  padding-left: 14px;
  position: relative;
}
.road li::before {
  content: "";
  position: absolute; left: 0; top: 7px;
  width: 6px; height: 6px; border-radius: 50%;
  background: #3a372c;
}
.road.now li::before { background: #6BDECC; }

@media (max-width: 980px) {
  .hero, .hunt-wrap, .feat-grid, .stat-row, .road-track, .how-row {
    grid-template-columns: 1fr;
  }
  .hero h1 { font-size: 40px; }
  #huntSearch { margin-left: 0; width: 100%; }
  .road { min-height: 0; }
}
