/* Sterling. Design language after Robinhood: pure black, white type, hairlines instead of boxes,
   one green for buying and progress, red-orange for vamps, white pills for the main action.
   Serif for statements, sans for everything you read or operate. */
:root {
  --bg: #000;
  --ink: #fff;
  --muted: #919fa6;
  --line: #25292c;          /* hairlines between rows and under section titles */
  --edge: #3a3f42;          /* borders of panels and cards */
  --raised: #0e1113;        /* inputs, hover rows */
  --up: #00c805;            /* buy, progress, originals */
  --vamp: #ff5000;          /* vamps, and only vamps */
  --serif: 'Newsreader', 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 1224px;
  --gutter: clamp(16px, 3.4vw, 48px);
  --ease: cubic-bezier(.28, .11, .32, 1);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { background: var(--bg); }
body { visibility: visible; margin: 0; background: var(--bg); color: var(--ink);
       font: 400 16px/24px var(--sans); letter-spacing: -.011em;
       -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; letter-spacing: inherit; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.wrap { max-width: calc(var(--wrap) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }
.muted { color: var(--muted); }
h1, h2, h3, .section-sub { text-wrap: balance; }
p { text-wrap: pretty; }
/* Figures line up in columns; prose keeps its normal punctuation. */
.num, .price, .rows dd, .facts dd, .cap, .line-row, .curve, .ticker { font-variant-numeric: tabular-nums; }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 10; background: rgba(0, 0, 0, .88); backdrop-filter: saturate(1.4) blur(14px);
       border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; gap: 28px; height: 64px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 21px; letter-spacing: -.03em; }
.brand svg { width: 24px; height: 24px; }
.nav .links { display: flex; gap: 24px; margin-right: auto; }
.nav .links a { font-weight: 500; font-size: 15px; color: var(--ink); opacity: .86; }
.nav .links a:hover { opacity: 1; }
.nav .actions { display: flex; gap: 10px; }

/* ---------- Buttons ---------- */
.pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; padding: 0 26px;
        border-radius: 999px; border: 1px solid transparent; background: var(--ink); color: #000; font-weight: 500;
        font-size: 16px; cursor: pointer; white-space: nowrap; transition: transform .2s var(--ease), background .2s; }
.pill:hover { background: #e6e6e6; }
.pill:active { transform: scale(.98); }
.pill.line { background: transparent; color: var(--ink); border-color: var(--ink); }
.pill.line:hover { background: rgba(255, 255, 255, .08); }
.pill.buy { background: var(--up); color: #000; font-weight: 600; }
.pill.buy:hover { background: #10dc16; }
.pill.vamp { background: var(--vamp); color: #000; font-weight: 600; }
.pill.vamp:hover { background: #ff6a24; }
.pill.green-line { background: transparent; color: var(--up); border-color: var(--up); font-weight: 600; }
.pill.green-line:hover { background: rgba(0, 200, 5, .1); }
.pill.sm { height: 40px; padding: 0 18px; font-size: 15px; }
.pill.block { width: 100%; }
.pill[disabled] { opacity: .45; cursor: not-allowed; transform: none; }

/* ---------- Chips ---------- */
.chip { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 999px; font-size: 13px;
        font-weight: 600; letter-spacing: -.005em; white-space: nowrap; }
.chip.original { color: var(--up); background: rgba(0, 200, 5, .12); }
.chip.vamp { color: var(--vamp); background: rgba(255, 80, 0, .14); }
.chip.dead { color: var(--muted); background: rgba(145, 159, 166, .14); }
.chip.warn { color: #000; background: #ffd23f; }

/* ---------- Tribute ticker (under the nav) ---------- */
.ticker { border-bottom: 1px solid var(--line); overflow: hidden; }
.ticker .wrap { display: flex; align-items: center; gap: 14px; height: 44px; font-size: 14px; white-space: nowrap; }
.ticker .label { color: var(--muted); flex: none; display: flex; align-items: center; gap: 8px; }
.ticker .label::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--vamp); }
.ticker .items { display: flex; gap: 28px; overflow: hidden; mask-image: linear-gradient(90deg, #000 85%, transparent); }
.ticker .items a { display: flex; align-items: center; gap: 8px; flex: none; }
.ticker img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; }
.ticker b { font-weight: 600; }
.ticker .v { color: var(--vamp); }

/* ---------- Home: hero ---------- */
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 64px; align-items: center;
        padding-block: clamp(56px, 11vh, 128px) clamp(56px, 10vh, 112px); }
.eyebrow-mark { display: flex; align-items: center; gap: 9px; font-size: 21px; font-weight: 500; letter-spacing: -.02em; margin-bottom: 26px; }
.eyebrow-mark svg { width: 24px; height: 24px; }
.eyebrow-mark span { font-weight: 300; }
.hero h1 { font: 400 clamp(46px, 6.3vw, 80px)/1.06 var(--serif); letter-spacing: -.028em; margin: 0 0 28px; }
.hero p { font-size: 18px; line-height: 28px; max-width: 30em; margin: 0 0 36px; color: #e8ebed; }
.hero .cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* The receipt: one real tribute, drawn like an order confirmation. */
.receipt { border: 1px solid var(--edge); border-radius: 16px; padding: 24px; background: linear-gradient(180deg, #0b0d0f, #000 70%); }
.receipt .head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; font-weight: 600; font-size: 16px; }
.receipt .pair { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin-bottom: 22px; }
.receipt figure { margin: 0; }
.receipt figure img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; background: var(--raised); }
.receipt figcaption { margin-top: 10px; font-weight: 600; font-size: 17px; }
.receipt figcaption span { display: block; font-weight: 400; font-size: 13px; color: var(--muted); margin-top: 2px; }
.receipt .arrow { text-align: center; color: var(--vamp); font-size: 13px; font-weight: 600; line-height: 18px; }
.receipt .arrow svg { display: block; margin: 0 auto 6px; width: 28px; height: 28px; }
.rows { margin: 0; }
.rows div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 15px; }
.rows dt { color: var(--muted); }
.rows dd { margin: 0; font-weight: 500; text-align: right; }
.rows div.total { font-weight: 600; }
.rows div.total dt { color: var(--ink); }

/* ---------- Home: sections ---------- */
.section { padding: clamp(64px, 12vh, 128px) 0; border-top: 1px solid var(--line); }
.section-title { font: 400 clamp(38px, 4.6vw, 60px)/1.1 var(--serif); letter-spacing: -.025em; text-align: center; margin: 0 auto 16px; max-width: 16em; }
.section-sub { text-align: center; color: var(--muted); font-size: 18px; line-height: 28px; max-width: 34em; margin: 0 auto 56px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.card { border: 1px solid var(--edge); border-radius: 16px; padding: 36px 28px 30px; text-align: center; display: flex; flex-direction: column; }
.card h3 { font-size: 26px; line-height: 32px; font-weight: 500; letter-spacing: -.025em; margin: 0 0 12px; }
.card p { color: #d9dde0; font-size: 15px; line-height: 23px; margin: 0 auto; max-width: 22em; }
.card .visual { margin-top: auto; padding-top: 36px; display: flex; justify-content: center; gap: 10px; }
.slot { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--edge); display: grid; place-items: center;
        font-size: 13px; font-weight: 600; color: var(--muted); }
.slot.o { background: rgba(0, 200, 5, .14); border-color: var(--up); color: var(--up); }
.slot.v { background: rgba(255, 80, 0, .14); border-color: var(--vamp); color: var(--vamp); }
.slot.x { border-style: dashed; }
.slot svg { width: 44%; height: 44%; }

.checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 64px; max-width: 920px; margin: 0 auto; }
.checks div { padding: 22px 0; border-top: 1px solid var(--line); }
.checks h3 { font-size: 18px; line-height: 26px; font-weight: 600; margin: 0 0 4px; }
.checks p { margin: 0; color: var(--muted); font-size: 15px; line-height: 23px; }

/* ---------- Coin list ---------- */
.list-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.list-head h2 { font: 400 clamp(34px, 3.8vw, 48px)/1.1 var(--serif); letter-spacing: -.02em; margin: 0; }
.tabs { display: flex; gap: 6px; }
.tabs button { height: 36px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--edge); background: none; cursor: pointer;
               font-size: 14px; font-weight: 500; color: var(--ink); }
.tabs button:hover { border-color: var(--muted); }
.tabs button[aria-pressed="true"] { background: var(--ink); color: #000; border-color: var(--ink); }
.coins { width: 100%; border-collapse: collapse; }
.coins th { text-align: left; font-size: 13px; font-weight: 500; color: var(--muted); padding: 0 12px 12px; border-bottom: 1px solid var(--line); }
.coins th.num, .coins td.num { text-align: right; }
.coins td { padding: 0 12px; height: 72px; border-bottom: 1px solid var(--line); font-size: 15px; }
.coins tr.row { cursor: pointer; }
.coins tr.row:hover td { background: var(--raised); }
.coins tr.row td:first-child { border-radius: 12px 0 0 12px; }
.coins tr.row td:last-child { border-radius: 0 12px 12px 0; }
.coin-cell { display: flex; align-items: center; gap: 14px; min-width: 0; }
.coin-cell img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; background: var(--raised); flex: none; }
.coin-cell b { display: block; font-weight: 600; }
.coin-cell span { display: block; color: var(--muted); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 16em; }
.dead .coin-cell img { filter: grayscale(1) brightness(.6); }
.curve { display: inline-flex; align-items: center; gap: 10px; }
.curve .track { width: 72px; height: 4px; border-radius: 2px; background: var(--line); overflow: hidden; }
.curve .track i { display: block; height: 100%; background: var(--up); }
.empty { color: var(--muted); padding: 32px 0; margin: 0; }
.empty a { color: var(--ink); text-decoration: underline; }

/* ---------- Coin page (after a stock page) ---------- */
.stock { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; align-items: start; padding: 32px 0 96px; }
.stock-title { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.stock-title img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.stock-title h1 { font-size: 32px; line-height: 40px; font-weight: 500; letter-spacing: -.02em; margin: 0; }
.stock .name { color: var(--muted); font-size: 15px; margin: 4px 0 0; }
.price { font-size: 32px; line-height: 40px; font-weight: 500; letter-spacing: -.02em; margin: 18px 0 2px; }
.change { font-size: 13px; font-weight: 700; color: var(--up); }
.change span { color: var(--ink); font-weight: 500; }
.chart { margin: 24px 0 8px; height: 400px; border-radius: 12px; overflow: hidden; background: var(--raised); }
.chart iframe { width: 100%; height: 100%; border: 0; display: block; }
.chart { position: relative; display: flex; flex-direction: column; }
.chart-tools { display: flex; align-items: center; gap: 4px; padding: 12px 12px 0; }
.chart-tools button { height: 28px; padding: 0 10px; border: 0; border-radius: 99px; background: none; color: var(--muted); font: 500 13px Inter, sans-serif; cursor: pointer; }
.chart-tools button:hover { color: var(--ink); }
.chart-tools button[aria-pressed="true"] { background: #1f2427; color: var(--ink); }
.chart-tools span { margin-left: auto; padding-right: 6px; color: var(--muted); font-size: 12px; white-space: nowrap; }
.chart-box { flex: 1; min-height: 0; }
.chart .none { position: absolute; inset: 40px 0 0; height: auto; pointer-events: none; }
.chart .none[hidden] { display: none; }
.chart-tools a { color: inherit; }
.chart .none { height: 100%; display: grid; place-items: center; color: var(--muted); text-align: center; }
.block-title { font-size: 24px; line-height: 32px; font-weight: 500; letter-spacing: -.015em; margin: 48px 0 0; padding-bottom: 14px;
               border-bottom: 1px solid var(--line); }
.prose { font-size: 15px; line-height: 24px; margin: 18px 0 0; }
.prose a { color: var(--up); font-weight: 600; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 20px; margin: 22px 0 0; }
.facts dt { font-size: 13px; font-weight: 700; }
.facts dd { margin: 4px 0 0; font-size: 15px; word-break: break-all; }
.facts dd a { color: var(--up); font-weight: 600; }
.facts dd button { background: none; border: 0; padding: 0; color: var(--up); font-weight: 600; cursor: pointer; font-size: 13px; }

.family { list-style: none; margin: 8px 0 0; padding: 0; }
.family a { display: grid; grid-template-columns: 28px 40px minmax(0, 1fr) auto auto; gap: 14px; align-items: center; padding: 14px 8px;
            border-bottom: 1px solid var(--line); }
.family a:hover { background: var(--raised); }
.family .here a { background: var(--raised); }
.family .rank { color: var(--muted); font-weight: 600; text-align: center; font-size: 14px; }
.family .rank svg { width: 18px; height: 18px; color: #ffd23f; display: block; margin: 0 auto; }
.family img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.family .who { min-width: 0; }
.family .who b, .family .who span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.family .who b { font-weight: 600; }
.family .who span { color: var(--muted); font-size: 13px; }
.family .cap { text-align: right; font-weight: 500; min-width: 84px; }
.family .cap span { display: block; color: var(--muted); font-size: 13px; font-weight: 400; }
.family .dead img { filter: grayscale(1) brightness(.6); }
.slots-note { color: var(--muted); font-size: 14px; margin: 14px 0 0; }

.order { position: sticky; top: 88px; }
.ticket { border: 1px solid var(--edge); border-radius: 8px; }
.ticket .top { display: flex; border-bottom: 1px solid var(--edge); }
.ticket .top button { flex: 1; height: 54px; background: none; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px;
                      font-size: 16px; font-weight: 600; color: var(--muted); cursor: pointer; }
.ticket .top button[aria-pressed="true"] { color: var(--ink); border-bottom-color: var(--up); }
.ticket .top.vamp button[aria-pressed="true"] { border-bottom-color: var(--vamp); }
.ticket .body { padding: 20px; }
.line-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 46px; font-size: 14px; }
.line-row label, .line-row span:first-child { font-weight: 500; }
.line-row input { width: 150px; height: 40px; text-align: right; padding: 0 12px; border: 1px solid var(--edge); border-radius: 4px;
                  background: var(--bg); outline: none; font-size: 15px; }
.line-row input:focus { border-color: var(--ink); }
.ticket hr { border: 0; border-top: 1px solid var(--edge); margin: 12px 0; }
.ticket .pill { margin-top: 18px; }
.amount label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.amount-box { display: flex; align-items: center; height: 56px; padding: 0 16px; border: 1px solid var(--edge); border-radius: 8px; background: var(--raised); }
.amount-box:focus-within { border-color: var(--ink); }
.amount-box input { flex: 1; min-width: 0; height: 100%; border: 0; background: none; color: var(--ink); font: 500 22px Inter, sans-serif; outline: none; font-variant-numeric: tabular-nums; }
.amount-box span { color: var(--muted); font-size: 14px; font-weight: 500; white-space: nowrap; }
.presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 10px 0 16px; }
.presets button { height: 36px; border: 1px solid var(--edge); border-radius: 99px; background: none; color: var(--ink); font: 500 13px Inter, sans-serif; cursor: pointer; white-space: nowrap; }
.presets button:hover { border-color: var(--ink); background: rgba(255, 255, 255, .06); }
.wallet-lines { display: grid; gap: 8px; font-size: 13px; color: var(--muted); }
.wallet-lines div { display: flex; justify-content: space-between; gap: 12px; }
.wallet-lines b { color: var(--ink); font-weight: 500; text-align: right; font-variant-numeric: tabular-nums; }
.wallet-lines em { display: block; font-style: normal; color: var(--muted); font-weight: 400; font-size: 12px; margin-top: 2px; }
.ticket .fine { color: var(--muted); font-size: 13px; line-height: 20px; margin: 16px 0 0; }
.ticket .status { font-size: 14px; margin: 14px 0 0; min-height: 20px; }
.status.err { color: var(--vamp); }
.alert { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0 0; padding: 12px 14px; border-radius: 8px; font-size: 14px; line-height: 20px;
         border: 1px solid var(--edge); background: var(--raised); color: var(--ink); text-align: left; }
.alert[hidden] { display: none; }
.alert svg { flex: none; width: 18px; height: 18px; margin-top: 1px; color: var(--muted); }
.alert.err { border-color: rgba(255, 80, 0, .45); background: rgba(255, 80, 0, .08); }
.alert.err svg { color: var(--vamp); }
.alert.ok { border-color: rgba(0, 200, 5, .45); background: rgba(0, 200, 5, .08); }
.alert.ok svg { color: var(--up); }
.status.ok { color: var(--up); }
.order .more { display: grid; gap: 12px; margin: 20px 16px 0; }

.banner { border: 1px solid var(--edge); border-radius: 16px; padding: 28px; margin: 48px 0; }
.banner.warn { border-color: #ffd23f; }
.banner h2 { font-size: 24px; line-height: 32px; font-weight: 500; margin: 12px 0 8px; }
.banner p { color: var(--muted); margin: 0; font-size: 15px; }

/* ---------- Launch ---------- */
.launch { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 72px; align-items: start; padding-block: 56px 112px; }
.launch-head { margin-bottom: 36px; }
.launch h1 { font: 400 clamp(40px, 4.6vw, 56px)/1.06 var(--serif); letter-spacing: -.025em; margin: 0 0 14px; }
.launch .lede { color: var(--muted); font-size: 16px; line-height: 25px; margin: 0; max-width: 36em; }
.launch .lede b { color: var(--ink); font-weight: 500; }
.group { padding: 28px 0 12px; border-top: 1px solid var(--line); }
.group-title { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 0 0 18px; font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.group-title small { color: var(--muted); font-size: 13px; font-weight: 400; letter-spacing: 0; }
.identity { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 20px; align-items: start; }
.pic-drop { position: relative; width: 140px; aspect-ratio: 1; border-radius: 18px; background: var(--raised); border: 1px solid var(--edge);
  display: grid; place-items: center; overflow: hidden; cursor: pointer; color: var(--muted); transition: border-color .15s, color .15s; }
.pic-drop:hover, .pic-drop.over { border-color: var(--ink); color: var(--ink); }
.empty-pic { display: grid; justify-items: center; gap: 8px; font-size: 13px; font-weight: 500; }
.empty-pic svg { width: 22px; height: 22px; }
.pic-drop img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pic-drop .change { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); padding: 4px 10px; border-radius: 99px;
  background: rgba(0, 0, 0, .7); color: var(--ink); font-size: 12px; opacity: 0; transition: opacity .15s; }
.pic-drop:hover .change { opacity: 1; }
.field { display: block; margin-bottom: 16px; }
.field > span { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; font-weight: 500; color: #c9d0d4; margin-bottom: 8px; }
.field > span em { font-style: normal; color: var(--muted); font-weight: 400; font-variant-numeric: tabular-nums; }
.input { display: flex; align-items: center; gap: 10px; height: 48px; padding: 0 14px; border: 1px solid var(--edge); border-radius: 10px;
  background: var(--raised); transition: border-color .15s; }
.input:focus-within { border-color: var(--ink); }
.input > svg { flex: none; width: 16px; height: 16px; color: var(--muted); }
.input .pre { color: var(--muted); font-weight: 500; }
.input input { flex: 1; min-width: 0; height: 100%; border: 0; padding: 0; background: none; outline: none; color: var(--ink); font-size: 16px; }
.field textarea { display: block; width: 100%; min-height: 108px; padding: 12px 14px; border: 1px solid var(--edge); border-radius: 10px;
  background: var(--raised); outline: none; resize: vertical; color: var(--ink); font-size: 16px; line-height: 24px; transition: border-color .15s; }
.field textarea:focus { border-color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: #5c666c; }
.field small { display: block; color: var(--muted); font-size: 13px; line-height: 19px; margin-top: 8px; }
.two { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 14px; }
.two.even { grid-template-columns: 1fr 1fr; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: -4px 0 16px; }
.chips button { height: 34px; padding: 0 14px; border: 1px solid var(--edge); border-radius: 99px; background: none; color: var(--ink);
  font: 500 13px Inter, sans-serif; cursor: pointer; }
.chips button:hover { border-color: var(--ink); }
.chips button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: #000; }
.link-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 20px; }

/* The right column: the coin as it will look, what the pad decided, what it costs. */
.summary { position: sticky; top: 88px; }
.summary .ticket .body { padding: 24px; }
.preview { display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 14px; align-items: center; padding-bottom: 20px; }
.pv-pic { width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--edge); background: var(--raised) center / cover no-repeat; }
.preview b { display: block; font-size: 20px; font-weight: 600; letter-spacing: -.015em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.preview span { display: block; color: var(--muted); font-size: 14px; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.verdict { padding: 18px 0 6px; border-top: 1px solid var(--line); }
.verdict h2 { font-size: 20px; line-height: 26px; font-weight: 600; letter-spacing: -.015em; margin: 12px 0 6px; }
.verdict p { color: var(--muted); font-size: 14px; line-height: 21px; margin: 0 0 14px; }
.verdict a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.summary .pill { margin-top: 20px; }
.summary .fine { color: var(--muted); font-size: 12px; line-height: 18px; margin: 14px 0 0; text-align: center; }
.versus { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; margin: 4px 0 16px; }
.versus figure { margin: 0; text-align: center; }
.versus img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; background: var(--raised); }
.versus figcaption { margin-top: 8px; font-weight: 600; font-size: 14px; }
.versus figcaption span { display: block; color: var(--muted); font-weight: 400; font-size: 12px; }
.versus .arrow { color: var(--vamp); font-size: 12px; font-weight: 700; text-align: center; line-height: 16px; }
.steps { list-style: none; margin: 18px 0 0; padding: 0; counter-reset: s; }
.steps li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: center; padding: 7px 0; color: var(--muted); font-size: 14px; counter-increment: s; }
.steps li::before { content: counter(s); width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--edge); display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.steps li.now { color: var(--ink); }
.steps li.now::before { border-color: var(--ink); }
.steps li.done { color: var(--ink); }
.steps li.done::before { content: '✓'; background: var(--up); border-color: var(--up); color: #000; }
.steps li.bad { color: var(--vamp); }
.steps li.bad::before { border-color: var(--vamp); }

/* ---------- Footer ---------- */
footer { border-top: 1px solid var(--line); padding: 48px 0 64px; }
footer .wrap { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
footer .brand { font-size: 18px; }
footer p { color: var(--muted); font-size: 12px; line-height: 19px; max-width: 60em; margin: 16px 0 0; }
footer nav { display: flex; gap: 22px; font-size: 14px; font-weight: 500; }

/* ---------- Setup ---------- */
.setup { max-width: 720px; padding: 56px 0 112px; }
.setup h1 { font: 400 52px/1.1 var(--serif); letter-spacing: -.025em; margin: 0 0 12px; }

@media (max-width: 1000px) {
  .hero, .stock, .launch { grid-template-columns: 1fr; }
  .hero { gap: 48px; }
  .order, .summary { position: static; }
  /* On a phone the ticket comes straight after the chart, before the details. */
  .stock { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .stock .main-col { display: contents; }
  .stock .head { order: 0; } .stock .chart { order: 1; } .stock .order { order: 2; margin-top: 24px; } .stock .details { order: 3; }
  .cards { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coins .hide-md { display: none; }
}
@media (max-width: 640px) {
  .identity { grid-template-columns: 104px minmax(0, 1fr); gap: 14px; }
  .pic-drop { width: 104px; border-radius: 14px; }
  .nav .links { display: none; }
  .nav .wrap { gap: 12px; justify-content: space-between; }
  .nav .actions .pill.line { display: none; }
  .checks { grid-template-columns: 1fr; }
  .two, .two.even { grid-template-columns: 1fr; }
  .list-head { flex-direction: column; align-items: start; }
  .coins .hide-sm { display: none; }
  .coins td { padding: 0 6px; }
  .coin-cell span { max-width: 9em; }
  .chart { height: 300px; }
  .family a { gap: 10px; grid-template-columns: 22px 40px minmax(0, 1fr) auto auto; }
  footer .wrap { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }

/* ---------- Cinematic sections (the renders) ---------- */
.stage { position: relative; min-height: min(86vh, 880px); display: flex; align-items: flex-end; overflow: hidden; background: #000; }
.stage-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }
.stage::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.74) 34%, rgba(0,0,0,0) 64%),
              linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 26%); }
.stage-copy { position: relative; z-index: 1; width: 100%; padding-block: 0 clamp(64px, 11vh, 120px); }
.stage-copy h1 { font: 400 clamp(52px, 7.4vw, 104px)/1.02 var(--serif); letter-spacing: -.03em; margin: 0 0 26px; max-width: 8.5em; }
.stage-copy p { font-size: 19px; line-height: 29px; max-width: 29em; margin: 0 0 36px; color: #eef0f1; }
.stage-copy .cta { display: flex; gap: 12px; flex-wrap: wrap; }

.media-card { padding: 40px 32px 0; overflow: hidden; }
.media-card img { width: calc(100% + 64px); max-width: none; margin: 18px -32px 0; aspect-ratio: 4 / 3; object-fit: cover; transform: scale(1.06);
  /* The renders sit on near-black; fading their edges drops them straight into the card. */
  -webkit-mask-image: radial-gradient(ellipse 58% 52% at 50% 58%, #000 42%, transparent 100%);
          mask-image: radial-gradient(ellipse 58% 52% at 50% 58%, #000 42%, transparent 100%); }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 7vw, 112px); align-items: center; }
.split h2 { font: 400 clamp(40px, 4.8vw, 64px)/1.06 var(--serif); letter-spacing: -.028em; margin: 0 0 22px; }
.split p { font-size: 18px; line-height: 28px; color: #d9dde0; margin: 0 0 32px; max-width: 28em; }

.band { margin: 0 0 56px; }
.band img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; display: block; }
.checks.three { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; column-gap: 48px; }


@media (max-width: 1000px) {
  .split { grid-template-columns: 1fr; }
  .checks.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .stage { min-height: 92vh; }
  .stage-media { object-position: 97% 50%; }
  .stage::after { background: linear-gradient(0deg, #000 8%, rgba(0,0,0,.75) 45%, rgba(0,0,0,.1) 75%); }
  .checks.three { grid-template-columns: 1fr; }
  .band img { aspect-ratio: 16 / 10; }
}
@media (prefers-reduced-motion: reduce) { .stage video { display: none; } }

/* ---------- Hero options preview (/options) ---------- */
.opt-label { display: flex; align-items: baseline; gap: 14px; padding: 28px 0 14px; }
.opt-label b { font-size: 20px; font-weight: 600; }
.opt-label span { color: var(--muted); font-size: 15px; }
.stage.light { background: #f3f1ed; color: #0b0b0b; }
.stage.light .stage-media { object-position: 15% 50%; }
.stage.light::after { background: linear-gradient(90deg, rgba(243,241,237,.97) 0%, rgba(243,241,237,.78) 34%, rgba(243,241,237,0) 62%); }
.stage.light .stage-copy p { color: #2d2d2d; }
.stage.light .pill { background: #0b0b0b; color: #fff; }
.stage.light .pill.line { background: transparent; color: #0b0b0b; border-color: #0b0b0b; }
.type-hero { min-height: min(86vh, 880px); display: flex; align-items: flex-end; padding-bottom: clamp(64px, 11vh, 120px); }
.type-hero h1 { font: 400 clamp(64px, 11vw, 176px)/.95 var(--serif); letter-spacing: -.04em; margin: 0 0 32px; }
.type-hero p { font-size: 20px; line-height: 30px; max-width: 30em; color: #e8ebed; margin: 0 0 36px; }

/* ---------- Waitlist ---------- */
.soon { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 14px; border-radius: 999px; margin-bottom: 26px;
        border: 1px solid rgba(255,255,255,.28); background: rgba(0,0,0,.35); backdrop-filter: blur(8px); font-size: 14px; font-weight: 500; }
.soon::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--up); box-shadow: 0 0 0 4px rgba(0,200,5,.18); }
.pill .x-mark { width: 16px; height: 16px; }
.wordmark { font-weight: 600; font-size: 22px; letter-spacing: -.035em; }

/* ---------- 404 ---------- */
/* The hero art mirrored, so the curve falls instead of rising. */
.stage.lost .stage-media { transform: scaleX(-1); object-position: 30% 50%; }
@media (min-width: 900px) {
  /* Mirrored art puts the sculpture on the left, so the words move right and the fade follows. */
  .stage.lost::after { background: linear-gradient(270deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.74) 34%, rgba(0,0,0,0) 64%),
                                   linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 26%); }
  .stage.lost .stage-copy { padding-left: 52%; }
  .stage.lost h1 { font-size: clamp(52px, 5.6vw, 84px); max-width: none; }
}
