/* findshill — a poster, not a dashboard. Black ground, yellow blocks and hairlines, Unbounded for the
   shouting, Space Grotesk for the talking, JetBrains Mono for the receipts. Sharp corners, thick
   yellow left rules on cards, numbered bands, one masthead you can read from across the room. */
:root {
  --paper: #0a0a0a;
  --paper-2: #111111;
  --paper-3: #171717;
  --ink: #f4f4f4;
  --ink-2: #d8d8d8;
  --ink-soft: #9b9b9b;
  --ink-mute: #666;
  --y: #F3BA2F;
  --y-2: #FFE7A0;
  --line: rgba(243, 186, 47, .2);
  --line-2: rgba(243, 186, 47, .42);
  --frame: rgba(243, 186, 47, .5);
  --mark: #F3BA2F;
  --ok: #7ED957;
  --bad: #F4552F;
  --ff: "Space Grotesk", -apple-system, system-ui, "Segoe UI", Roboto, sans-serif;
  --ff-d: "Unbounded", "Space Grotesk", sans-serif;
  --ff-m: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;
  --wrap: 1360px;
  --r: 0px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.5 var(--ff); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; padding: 0; }
input, textarea, select { font: inherit; color: inherit; }
code, .mono { font-family: var(--ff-m); }
[hidden] { display: none !important; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.sp { flex: 1; }
.frame { border: 1px solid var(--frame); background: var(--paper-2); }
.pad { padding: 26px 28px; }
.fine { font-size: 12px; letter-spacing: .06em; color: var(--ink-soft); }
.fine a { text-decoration: underline; text-underline-offset: 3px; }
::selection { background: var(--mark); color: #0a0a0a; }
.mark { display: inline-block; width: 34px; height: 34px; object-fit: contain; vertical-align: middle; }
.xbtn { width: 42px; padding: 0; font-size: 18px; }

/* ---------- boot ---------- */
#boot { position: fixed; inset: 0; z-index: 90; background: var(--paper); display: grid; place-items: end center; overflow: hidden; transition: opacity .6s var(--ease), visibility .6s; }
#boot.out { opacity: 0; visibility: hidden; }
#boot .city { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 56vh; }
#boot .boot-word { position: absolute; left: 50%; top: 16vh; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; font-family: var(--ff-d); font-weight: 900; font-size: clamp(40px, 7vw, 92px); letter-spacing: -.04em; color: var(--ink); white-space: nowrap; text-transform: lowercase; }
#boot .boot-word .mark { width: .9em; height: .9em; }
#boot .boot-word .word { clip-path: inset(0 100% 0 0); animation: write 1.1s .3s var(--ease) forwards; }
@keyframes write { to { clip-path: inset(0 0 0 0); } }
#boot .boot-sub { position: absolute; left: 50%; top: calc(16vh + 118px); transform: translateX(-50%); font-family: var(--ff-m); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--y); opacity: 0; animation: fade .6s 1.2s forwards; }
#boot .boot-line { position: absolute; left: 50%; top: calc(16vh + 156px); width: 260px; margin-left: -130px; height: 3px; background: var(--paper-3); overflow: hidden; }
#boot .boot-line i { display: block; height: 100%; width: 0; background: var(--y); animation: fill 2.2s .2s var(--ease) forwards; }
@keyframes fade { to { opacity: 1; } }
@keyframes fill { to { width: 100%; } }

/* ---------- the city (rough.js) — yellow ---------- */
.city path { fill: none; stroke: var(--y); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.city path.fill { stroke-width: .8; opacity: .4; }
.city path.draw { stroke-dasharray: var(--len); stroke-dashoffset: var(--len); animation: draw var(--dur, 1.2s) var(--delay, 0s) var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.city text { font-family: var(--ff-m); font-size: 13px; fill: var(--ink); letter-spacing: .04em; }
.city text.big { font-family: var(--ff-d); font-size: 20px; font-weight: 700; letter-spacing: -.02em; fill: #0a0a0a; }
.city .bb { fill: var(--mark); opacity: .95; }
/* the shill wall: posters, tape, stamps, sound arcs */
.city path.solid { fill: var(--y); stroke: none; opacity: .96; }
.city path.solid.draw { animation-name: pop; animation-duration: .35s; }
.city path.tape { fill: var(--y-2); stroke: none; }
.city path.stamp { stroke-width: 1.8; }
.city path.wave { opacity: .7; animation-name: draw, wavefade; animation-duration: var(--dur, 1.2s), 3.2s; animation-delay: var(--delay, 0s), var(--delay, 0s); animation-iteration-count: 1, infinite; animation-fill-mode: forwards, none; }
@keyframes wavefade { 0%, 100% { opacity: .35; } 50% { opacity: .9; } }
@keyframes pop { from { opacity: 0; } to { opacity: .96; } }
.city g.poster text { opacity: 0; animation: fade .3s var(--delay, 0s) forwards; }
.city g.poster text.big { font-family: var(--ff-d); font-weight: 900; letter-spacing: -.04em; fill: var(--ink); }
.city g.poster text.small { font-family: var(--ff-m); font-size: 11px; letter-spacing: .12em; fill: var(--ink-soft); }
.city g.poster text.on-hot { fill: #0a0a0a; }
.city g.poster text.small.on-hot { fill: rgba(10, 10, 10, .7); }
.city g.poster text.stamp-t { font-family: var(--ff-d); font-weight: 900; font-size: 12px; letter-spacing: .14em; fill: var(--y); }
.city g.poster text.stamp-t.hot { fill: var(--y); }
.city g.poster.hot path.stamp { fill: #0a0a0a; }
.city g.poster.slap { animation: slap .5s cubic-bezier(.2, 1.4, .4, 1) both; transform-box: fill-box; transform-origin: center; }
@keyframes slap { from { opacity: 0; scale: 1.25; } to { opacity: 1; scale: 1; } }

/* ---------- masthead ---------- */
.mast { border-bottom: 1px solid var(--frame); }
.mast-in { display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; align-items: end; padding: 34px 28px 22px; }
.mast-word { font-family: var(--ff-d); font-weight: 900; font-size: clamp(56px, 11vw, 168px); line-height: .86; letter-spacing: -.06em; color: var(--ink); display: block; }
.mast-word span { color: var(--y); }
.mast-side { padding-bottom: 8px; }
.mast-tag { font-size: clamp(16px, 1.5vw, 20px); line-height: 1.35; color: var(--ink-2); margin: 0 0 8px; max-width: 34ch; }
.mast-meta { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--y); margin: 0; }
.marquee { background: var(--y); color: #0a0a0a; overflow: hidden; border-top: 1px solid #0a0a0a; }
.marquee-track { display: flex; gap: 40px; width: max-content; padding: 10px 0; font-family: var(--ff-d); font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; animation: tick 40s linear infinite; }
.marquee-track span::after { content: "◆"; margin-left: 40px; opacity: .5; }
.marquee-track span b { font-family: var(--ff-m); font-weight: 500; margin-left: 8px; }
@keyframes tick { to { transform: translateX(-50%); } }

/* ---------- top bar ---------- */
.top { position: sticky; top: 0; z-index: 50; background: rgba(10, 10, 10, .88); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.top-in { height: 62px; display: flex; align-items: center; gap: 10px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--ff-d); font-weight: 700; font-size: 18px; letter-spacing: -.03em; color: var(--ink); }
.brand .mark { width: 28px; height: 28px; }
.nav { display: flex; gap: 2px; margin-left: 18px; }
.nav button { font-size: 13.5px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; color: var(--ink-soft); padding: 8px 12px; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.nav button:hover { color: var(--ink); }
.nav button.on { color: var(--y); border-bottom-color: var(--y); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 42px; padding: 0 18px; border-radius: var(--r); font-weight: 700; font-size: 13.5px; letter-spacing: .02em; text-transform: uppercase; border: 1px solid var(--y); background: transparent; color: var(--ink); transition: transform .18s var(--ease), background .18s, color .18s, box-shadow .18s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); background: rgba(243, 186, 47, .12); }
.btn.ink { background: var(--y); color: #0a0a0a; }
.btn.ink:hover { background: var(--y-2); box-shadow: 0 10px 24px -14px rgba(243, 186, 47, .7); }
.btn.ghost { border-color: var(--line-2); }
.btn.sm { height: 36px; padding: 0 14px; font-size: 12px; }
.btn.big { width: 100%; height: 54px; font-size: 15px; margin-top: 8px; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn .arr { transition: transform .18s var(--ease); }
.btn:hover .arr { transform: translateX(3px); }
.ic-wallet { width: 16px; height: 12px; border: 1.5px solid currentColor; border-radius: 3px; position: relative; }
.ic-wallet::after { content: ""; position: absolute; right: 2px; top: 3px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.burger { display: none; width: 40px; height: 40px; border: 1px solid var(--line); place-items: center; gap: 5px; }
.burger i { display: block; width: 16px; height: 2px; background: var(--y); }

/* ---------- home poster ---------- */
main { padding: 28px 0 60px; }
.poster { display: grid; grid-template-columns: 1.55fr 1fr; gap: 14px; align-items: stretch; }
.poster-copy { padding: 10px 0 24px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-family: var(--ff-m); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--y); margin: 0 0 22px; }
.eyebrow i { width: 8px; height: 8px; background: var(--y); animation: blink 1.8s infinite; }
@keyframes blink { 50% { opacity: .25; } }
h1 { font-family: var(--ff-d); font-weight: 900; font-size: clamp(40px, 5.6vw, 84px); line-height: .96; letter-spacing: -.05em; margin: 0; color: var(--ink); }
h1 em, h2 em { font-style: normal; color: var(--y); }
.lede { font-size: 18px; line-height: 1.5; color: var(--ink-soft); margin: 24px 0 10px; max-width: 56ch; }
.lede b { color: #0a0a0a; font-weight: 700; background: var(--mark); padding: 0 .2em; }
.cta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.bounty { padding: 26px 28px; display: flex; flex-direction: column; gap: 14px; background: var(--y); color: #0a0a0a; border-color: var(--y); position: relative; overflow: hidden; }
.bounty::before { content: "BOUNTY"; position: absolute; right: -10px; top: -22px; font-family: var(--ff-d); font-weight: 900; font-size: 110px; letter-spacing: -.06em; color: rgba(10, 10, 10, .08); pointer-events: none; }
.bounty .kicker { color: #0a0a0a; }
.bounty-big { display: flex; align-items: baseline; gap: 12px; }
.bounty-big b { font-family: var(--ff-d); font-weight: 900; font-size: clamp(64px, 6vw, 96px); line-height: .9; letter-spacing: -.05em; }
.bounty-big span { font-weight: 600; font-size: 15px; max-width: 12ch; line-height: 1.2; }
.bounty-kv { margin: 6px 0 0; display: grid; grid-template-columns: 1fr auto; gap: 0; }
.bounty-kv dt, .bounty-kv dd { padding: 8px 0; border-top: 1px solid rgba(10, 10, 10, .18); margin: 0; font-size: 14px; }
.bounty-kv dt { color: rgba(10, 10, 10, .65); } .bounty-kv dd { text-align: right; font-weight: 700; }
.bounty .fine { color: rgba(10, 10, 10, .65); margin-top: auto; } .bounty .fine a { color: #0a0a0a; }
.live-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); margin-top: 14px; }
.live-strip div { background: var(--paper-2); padding: 20px 22px; }
.live-strip span { display: block; font-family: var(--ff-m); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.live-strip b { display: block; font-family: var(--ff-d); font-weight: 700; font-size: 26px; letter-spacing: -.03em; margin-top: 8px; color: var(--y); }
.skyline { position: relative; overflow: hidden; height: 300px; margin-top: 14px; background: #070707; }
.skyline .city { position: absolute; inset: 0; width: 100%; height: 100%; }
.art-cap { position: absolute; left: 14px; bottom: 12px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--y); background: rgba(10, 10, 10, .85); padding: 4px 8px; border: 1px solid var(--line); }

/* ---------- bands ---------- */
.band { padding: 64px 0 0; }
.sh { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-bottom: 18px; border-top: 1px solid var(--frame); padding-top: 18px; }
.num { font-family: var(--ff-d); font-weight: 900; font-size: 13px; letter-spacing: .1em; color: #0a0a0a; background: var(--y); padding: 4px 8px; text-transform: uppercase; }
.kicker { font-family: var(--ff-m); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--y); margin: 0; width: 100%; }
h2 { font-family: var(--ff-d); font-weight: 900; font-size: clamp(28px, 3.4vw, 50px); line-height: 1; letter-spacing: -.045em; margin: 0; color: var(--ink); }
h3 { font-family: var(--ff-d); font-weight: 700; font-size: 20px; letter-spacing: -.03em; margin: 18px 0 6px; }
.count { display: inline-grid; place-items: center; min-width: 30px; height: 28px; padding: 0 10px; margin-left: 10px; border: 1px solid var(--y); font-family: var(--ff-m); font-size: 13px; vertical-align: middle; color: var(--y); }
.more { margin-left: auto; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }
.more:hover { color: var(--y); }
.sub { color: var(--ink-soft); font-size: 17px; max-width: 70ch; margin: 0 0 18px; }
.sub b { color: var(--ink); font-weight: 700; }
.note { color: var(--ink-soft); font-size: 14px; line-height: 1.6; margin: 10px 0 0; }
.note b { color: var(--ink); } .note code { font-size: 12.5px; background: var(--paper-3); padding: 1px 6px; color: var(--y-2); }
.grid { display: grid; gap: 14px; }
.g2 { grid-template-columns: 1fr 1fr; } .g3 { grid-template-columns: repeat(3, 1fr); }
.empty { padding: 28px; color: var(--ink-soft); text-align: center; grid-column: 1 / -1; }
.empty b { color: var(--ink); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
.ph { padding: 30px 0 10px; display: grid; gap: 12px; justify-items: start; }
.ph .sub { margin: 0; }

/* the fee route diagram */
.route { display: grid; grid-template-columns: 1.1fr 1fr 1.3fr; align-items: stretch; }
.r-node { padding: 26px 28px; display: grid; gap: 6px; align-content: center; }
.r-node .k { font-family: var(--ff-m); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--y); }
.r-node b { font-family: var(--ff-d); font-weight: 700; font-size: 22px; letter-spacing: -.03em; }
.r-node small { color: var(--ink-soft); font-size: 13.5px; }
.r-node.camp .k, .r-node.burn .k { font-size: 30px; font-family: var(--ff-d); font-weight: 900; letter-spacing: -.04em; text-transform: none; color: #0a0a0a; background: var(--mark); width: max-content; padding: 0 .2em; }
.r-pipe { border-left: 1px solid var(--frame); border-right: 1px solid var(--frame); display: grid; place-items: center; gap: 6px; padding: 18px; text-align: center; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.r-pipe svg { width: 100%; max-width: 220px; height: 120px; }
.r-pipe path { fill: none; stroke: var(--y); stroke-width: 1.6; stroke-dasharray: 5 6; animation: flow 1.6s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -22; } }
.r-pipe circle { fill: var(--mark); stroke: #0a0a0a; stroke-width: 1.2; }
.r-dst { display: grid; grid-template-rows: 1fr 1fr; }
.r-dst .r-node + .r-node { border-top: 1px solid var(--frame); }

/* cards: sharp, thick yellow left rule */
.card { border: 1px solid var(--line-2); border-left: 4px solid var(--y); background: var(--paper-2); padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; transition: transform .22s var(--ease), border-color .22s, background .22s; position: relative; }
.card:hover { transform: translateY(-2px); border-color: var(--y); background: var(--paper-3); }
.card .head { display: flex; align-items: center; gap: 14px; }
.card .head img, .card .head .im { width: 54px; height: 54px; border: 1px solid var(--line-2); object-fit: cover; background: var(--paper-3); display: grid; place-items: center; font-family: var(--ff-d); font-weight: 700; font-size: 16px; color: var(--y); }
.card .nm { font-family: var(--ff-d); font-weight: 700; font-size: 18px; letter-spacing: -.03em; line-height: 1.1; }
.card .sy { font-family: var(--ff-m); font-size: 12.5px; color: var(--ink-soft); }
.card .tags { margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.tag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--ff-m); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; padding: 5px 9px; border: 1px solid var(--line-2); color: var(--ink-soft); white-space: nowrap; }
.tag.live { border-color: var(--ok); color: var(--ok); } .tag.live i { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); animation: blink 1.6s infinite; }
.tag.mark { background: var(--mark); border-color: var(--mark); color: #0a0a0a; }
.figs { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.fig { background: var(--paper-2); padding: 12px 14px; }
.fig span { display: block; font-family: var(--ff-m); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); }
.fig b { display: block; font-family: var(--ff-d); font-weight: 700; font-size: 16px; letter-spacing: -.02em; margin-top: 5px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fig small { display: block; font-size: 11.5px; color: var(--ink-mute); margin-top: 3px; }
.bar { height: 10px; border: 1px solid var(--frame); background: var(--paper); position: relative; overflow: hidden; }
.bar i { display: block; height: 100%; width: 0; background: repeating-linear-gradient(-45deg, var(--y) 0 4px, transparent 4px 8px); transition: width 1s var(--ease); }
.bar.mark i { background: var(--mark); }
.card .ca { display: flex; align-items: center; gap: 8px; }
.card .ca code { flex: 1; font-size: 11.5px; color: var(--ink-soft); background: var(--paper-3); padding: 8px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.card .ca button { font: 600 12px var(--ff); border: 1px solid var(--line-2); padding: 7px 10px; }
.card .foot { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.card p.desc { margin: 0; color: var(--ink-soft); font-size: 14px; }

/* totals + tables */
.totals { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; }
.totals div { padding: 22px; border-right: 1px solid var(--line); }
.totals div:last-child { border-right: 0; }
.totals span { display: block; font-family: var(--ff-m); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); }
.totals b { display: block; font-family: var(--ff-d); font-weight: 900; font-size: 34px; letter-spacing: -.04em; margin-top: 8px; color: var(--y); }
.tablewrap { overflow-x: auto; margin-top: 12px; }
table { width: 100%; border-collapse: collapse; }
th { text-align: left; font-family: var(--ff-m); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); font-weight: 500; padding: 10px 12px; border-bottom: 1px solid var(--frame); }
td { padding: 12px; border-bottom: 1px solid var(--line); font-size: 14px; white-space: nowrap; }
th.n, td.n { text-align: right; font-family: var(--ff-m); }
td.empty { text-align: center; }
.addr-row { display: flex; gap: 8px; align-items: center; margin-top: 12px; }
.addr, .addr-row input { flex: 1; font-family: var(--ff-m); font-size: 12px; color: var(--ink); background: var(--paper-3); border: 1px solid var(--line); padding: 10px 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; outline: none; }
.addr-row input:focus { border-color: var(--y); }

/* rules, split, docs */
.rules { margin: 12px 0 0; padding-left: 0; list-style: none; counter-reset: r; display: grid; gap: 12px; }
.rules li { counter-increment: r; display: grid; grid-template-columns: 40px 1fr; gap: 12px; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.rules li::before { content: counter(r, decimal-leading-zero); font-family: var(--ff-d); font-weight: 900; font-size: 18px; color: var(--y); line-height: 1.3; }
.pct { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); }
.pct:first-of-type { border-top: 0; }
.pct b { font-family: var(--ff-d); font-size: 46px; font-weight: 900; letter-spacing: -.05em; line-height: 1; color: var(--y); width: max-content; }
.pct span { font-size: 15px; color: var(--ink-soft); } .pct span b { font-size: 15px; font-family: var(--ff); font-weight: 700; color: var(--ink); letter-spacing: 0; }
.docs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.docs article:last-child { grid-column: 1 / -1; }
.docs article p { margin: 8px 0 0; font-size: 15.5px; line-height: 1.6; color: var(--ink-2); }
.docs code { font-size: 13px; background: var(--paper-3); padding: 1px 6px; color: var(--y-2); }
.faq { margin: 10px 0 0; display: grid; gap: 8px; }
.faq dt { font-family: var(--ff-d); font-weight: 700; font-size: 16px; letter-spacing: -.02em; margin-top: 8px; } .faq dd { margin: 4px 0 0; color: var(--ink-soft); font-size: 15px; }
.lifecycle { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 14px; }
.lifecycle div { padding: 22px; border-right: 1px solid var(--line); display: grid; gap: 8px; }
.lifecycle div:last-child { border-right: 0; }
.lifecycle b { font-family: var(--ff-d); font-weight: 900; font-size: 22px; color: var(--y); letter-spacing: -.04em; }
.lifecycle span { font-weight: 600; font-size: 15px; }
.feed { display: grid; }
.feed .ev { display: grid; grid-template-columns: 110px 1fr auto; gap: 16px; align-items: center; padding: 14px 20px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.feed .ev:last-child { border-bottom: 0; }
.feed .ev .t { font-family: var(--ff-m); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--y); }
.feed .ev .t.burn { color: var(--bad); } .feed .ev .t.fee { color: var(--ok); }
.feed .ev .when { font-family: var(--ff-m); font-size: 12px; color: var(--ink-mute); }
.feed .ev a { text-decoration: underline; text-underline-offset: 3px; }
.tabs { display: flex; gap: 4px; align-items: center; border: 1px solid var(--line); padding: 4px; margin-bottom: 14px; background: var(--paper-2); }
.tabs button { padding: 8px 12px; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }
.tabs button.on { background: var(--y); color: #0a0a0a; }
.tabs input { margin-left: auto; border: 1px solid var(--line); padding: 8px 10px; font-size: 13.5px; min-width: 260px; outline: none; background: var(--paper); }

/* launch form */
.f { display: block; margin-top: 14px; }
.f > span { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.f small { font-weight: 400; color: var(--ink-mute); }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#launchForm input:not([type="file"]), #launchForm textarea { display: block; width: 100%; background: var(--paper); border: 1px solid var(--line); padding: 14px 16px; font-size: 15px; outline: none; transition: border-color .15s; resize: vertical; color: var(--ink); }
#launchForm input:focus, #launchForm textarea:focus { border-color: var(--y); }
#launchForm input::placeholder, #launchForm textarea::placeholder { color: var(--ink-mute); }
.drop { display: flex; align-items: center; gap: 16px; padding: 16px; border: 1px dashed var(--line-2); background: var(--paper); cursor: pointer; }
.drop:hover, .drop.over { border-color: var(--y); }
.drop img { width: 64px; height: 64px; object-fit: cover; border: 1px solid var(--frame); }
.drop .dtext b { display: block; font-weight: 700; } .drop .dtext small { color: var(--ink-mute); }
.routing { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 12px; }
.routing div { background: var(--paper-2); padding: 14px 16px; display: grid; gap: 4px; }
.routing b { font-family: var(--ff-d); font-size: 30px; font-weight: 900; letter-spacing: -.05em; line-height: 1; color: var(--y); width: max-content; }
.routing span { font-weight: 700; font-size: 14px; } .routing small { font-family: var(--ff-m); font-size: 11px; color: var(--ink-mute); overflow: hidden; text-overflow: ellipsis; }
.steps { margin-top: 12px; display: grid; gap: 8px; }
.step { display: flex; gap: 10px; font-size: 14px; color: var(--ink-soft); padding: 10px 12px; border: 1px solid var(--line); }
.step .i { color: var(--y); }
.step.ok { border-color: var(--ok); } .step.ok .i { color: var(--ok); }
.step.err, .step.err .i { color: var(--bad); border-color: var(--bad); }
.step a { text-decoration: underline; text-underline-offset: 3px; }
.proof-head { display: flex; align-items: center; gap: 14px; padding: 10px 0 16px; border-bottom: 1px solid var(--line); }
.pimg { width: 56px; height: 56px; border: 1px solid var(--frame); display: grid; place-items: center; font-family: var(--ff-d); font-weight: 700; font-size: 16px; background: var(--paper-3) center / cover; color: var(--y); }
.proof-head b { display: block; font-family: var(--ff-d); font-weight: 700; font-size: 18px; letter-spacing: -.03em; } .proof-head span { font-family: var(--ff-m); font-size: 12.5px; color: var(--ink-soft); }
.kv { margin: 0; display: grid; grid-template-columns: 1fr auto; gap: 0; }
.kv dt, .kv dd { padding: 10px 0; border-bottom: 1px solid var(--line); margin: 0; font-size: 14px; }
.kv dt { color: var(--ink-soft); } .kv dd { text-align: right; font-weight: 600; max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* coin page */
.coin-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; margin-top: 20px; }
.coin-hero .big-name { font-family: var(--ff-d); font-size: 40px; font-weight: 900; letter-spacing: -.05em; line-height: 1; }

/* reveal */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* footer */
.foot { border-top: 1px solid var(--frame); margin-top: 60px; padding: 40px 0 30px; }
.foot-in { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; }
.foot h4 { font-family: var(--ff-m); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--y); margin: 0 0 12px; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }
.foot a:hover { color: var(--y); }
.foot .fine { margin-top: 30px; padding-top: 16px; border-top: 1px solid var(--line); }

@media (max-width: 1060px) {
  .poster, .two, .g2, .g3, .route, .foot-in, .totals, .lifecycle, .docs, .mast-in { grid-template-columns: 1fr; }
  .mast-in { gap: 10px; padding-top: 24px; }
  .r-pipe { border: 0; border-top: 1px solid var(--frame); border-bottom: 1px solid var(--frame); }
  .nav { display: none; } .nav.open { display: flex; position: absolute; left: 0; right: 0; top: 62px; flex-direction: column; background: #0a0a0a; border-bottom: 1px solid var(--line); padding: 8px 16px; }
  .burger { display: grid; }
  .live-strip { grid-template-columns: 1fr 1fr; }
  .skyline { height: 200px; }
  .top-in .btn.ink { display: none; }
}
@media (prefers-reduced-motion: reduce) { .city path.draw { animation: none; stroke-dashoffset: 0; } .reveal { opacity: 1; transform: none; transition: none; } .r-pipe path { animation: none; } .marquee-track { animation: none; } }
