/* CUMROCKET — a dark deck around a rocket. Near-black ground, one green, mono numerals, glass cards with hairlines. */

@font-face {
  font-family: "Pixelify Sans";
  src: url("/pixelify-sans.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg: #06070b;
  --ink: #e9edf3;
  --dim: #98a1b0;
  --faint: #5c6675;
  --green: #3ddc84;
  --green-2: #8ff0b8;
  --red: #ff3b5c;
  --blue: #4fc3ff;
  --amber: #ffc83d;
  --card: rgba(255, 255, 255, 0.035);
  --card-2: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.16);
  --sans: "Pixelify Sans", ui-monospace, monospace;
  --mono: "Pixelify Sans", ui-monospace, monospace;
  --caption-font: "Inter", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --r: 14px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 14px/1.5 var(--sans); overflow: hidden; -webkit-font-smoothing: none; font-feature-settings: "tnum" 1; }
button { font: inherit; color: inherit; cursor: pointer; }
input { font: inherit; color: inherit; }
code { font-family: var(--mono); color: var(--green); }
b { font-weight: 600; }
.lab { font: 700 10.5px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--dim); }
.tiny { font-size: 11.5px; color: var(--faint); margin: .4rem 0 0; line-height: 1.55; }
[hidden] { display: none !important; }
#sky { position: fixed; inset: 0; width: 100%; height: 100%; display: block; }

/* ---------------------------------------------------------------- the pad */
.pad { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; background:
  radial-gradient(60% 50% at 50% 55%, rgba(61,220,132,.10), transparent 60%), rgba(6,7,11,.86);
  transition: opacity 1.1s var(--ease), visibility 1.1s; }
.pad.gone { opacity: 0; visibility: hidden; }
.pad-in { text-align: center; max-width: 640px; padding: 2rem; display: grid; gap: 14px; justify-items: center; animation: rise 1s var(--ease); }
.eyebrow { font: 700 10.5px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--green); }
.pad h1 { margin: 0; font: 700 clamp(56px, 9vw, 112px)/.9 var(--sans); letter-spacing: -.02em; white-space: nowrap; }
.pad h1 .l { display: inline-block; animation: drop .8s var(--ease) both; animation-delay: calc(var(--i) * 55ms + 150ms); }
.pad h1 .w1 .l { color: #fff; }
.pad h1 .w2 .l { color: var(--green); background: linear-gradient(90deg, var(--green) 0%, var(--green-2) 45%, #fff 50%, var(--green-2) 55%, var(--green) 100%); background-size: 260% 100%;
                 -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: drop .8s var(--ease) both, shimmer 5s linear 1.4s infinite; animation-delay: calc(var(--i) * 55ms + 150ms), 1.4s; }
@keyframes drop { from { opacity: 0; transform: translateY(40px) scale(.92); filter: blur(8px); } }
@keyframes shimmer { from { background-position: 130% 0; } to { background-position: -130% 0; } }
.pad .eyebrow { animation: spread 1.2s var(--ease) both; }
@keyframes spread { from { opacity: 0; letter-spacing: .6em; } }
.pad .tag { animation: rise .9s var(--ease) .7s both; }
.pad .lede { animation: rise .9s var(--ease) .85s both; }
.pad-cta { animation: rise .9s var(--ease) 1s both; }
.pad .count { animation: rise .9s var(--ease) 1.15s both; }
.pad.go .count b { color: #fff; }
.pad .tag { margin: 0; font: 500 20px/1.3 var(--sans); color: var(--ink); }
.pad .lede { margin: 0; color: var(--dim); line-height: 1.7; max-width: 52ch; }
.pad-cta { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 8px; }
.launch { position: relative; display: inline-flex; align-items: center; gap: 10px; background: var(--green); color: #05130b; border: 0; padding: 15px 30px; border-radius: 999px;
          font: 800 15px var(--sans); letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 0 0 1px rgba(61,220,132,.4), 0 16px 50px -10px rgba(61,220,132,.6); transition: transform .2s var(--ease), box-shadow .2s; }
.launch i { width: 8px; height: 8px; border-radius: 50%; background: #05130b; animation: ping 1.6s ease-out infinite; }
.launch:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(61,220,132,.6), 0 20px 60px -10px rgba(61,220,132,.8); }
.skip { background: none; border: 0; color: var(--faint); font-size: 12.5px; text-decoration: underline; text-underline-offset: 3px; }
.skip:hover { color: var(--ink); }
.x-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--ink); text-decoration: none; border: 1px solid var(--line-2); background: rgba(255,255,255,.045); transition: transform .2s var(--ease), border-color .2s, background .2s; }
.x-link:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.085); }
.x-link svg { width: 16px; height: 16px; fill: currentColor; flex: none; }
.x-link.hero { min-height: 32px; padding: 0 11px; border-color: rgba(255,255,255,.1); border-radius: 999px; background: transparent; color: var(--dim); font: 650 9.5px/1 var(--sans); letter-spacing: .04em; opacity: .52; }
.x-link.hero svg { width: 11px; height: 11px; }
.x-link.hero:hover { color: var(--ink); opacity: 1; }
.x-link.compact { width: 34px; height: 34px; border-radius: 10px; }
.x-link.compact svg { width: 15px; height: 15px; }
.count { margin: 8px 0 0; font: 500 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
.count b { color: var(--green); }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
@keyframes ping { 70% { box-shadow: 0 0 0 6px rgba(5,19,11,0); } 100% { box-shadow: 0 0 0 0 rgba(5,19,11,0); } }

/* --------------------------------------------------------------- captions */
.caption { position: fixed; left: 50%; bottom: 16%; transform: translateX(-50%); z-index: 45; text-align: center; pointer-events: none; max-width: 90vw; }
.caption span { display: inline-block; font: 700 clamp(22px, 3.2vw, 40px)/1.15 var(--caption-font); letter-spacing: -.02em; color: #fff; text-shadow: 0 4px 40px rgba(0,0,0,.8); text-wrap: balance; }
.caption .wd { display: inline-block; margin-right: .28em; animation: cap .6s var(--ease) both; animation-delay: calc(var(--i) * 60ms); }
.caption .wd.hot { color: var(--green); }
.caption.out .wd { animation: capout .35s var(--ease) both; animation-delay: calc(var(--i) * 25ms); }
@keyframes cap { from { opacity: 0; transform: translateY(12px); filter: blur(6px); } }
@keyframes capout { to { opacity: 0; transform: translateY(-10px); filter: blur(6px); } }

/* -------------------------------------------------------------------- top */
.top { position: fixed; top: 0; left: 0; right: 0; z-index: 20; height: 60px; display: flex; align-items: center; gap: 16px; padding: 0 16px;
       background: linear-gradient(180deg, rgba(6,7,11,.9), rgba(6,7,11,0)); }
.top::after { content: ""; position: absolute; left: 16px; right: 16px; top: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(61,220,132,.9) 50%, transparent 100%); background-size: 50% 100%; background-repeat: no-repeat; animation: sweep 5s var(--ease) infinite; }
@keyframes sweep { 0% { background-position: -60% 0; } 100% { background-position: 160% 0; } }
.ro b { transition: color .3s; } .ro b.flash, .alt b.flash, .big span.flash { animation: flash 1.2s var(--ease); }
@keyframes flash { 30% { color: #fff; text-shadow: 0 0 18px rgba(61,220,132,.9); } }
.brand { display: flex; align-items: center; gap: 10px; font: 700 14px/.9 var(--sans); letter-spacing: -.01em; flex: none; }
.brand > b { font-family: "Pixelify Sans", ui-monospace, monospace; font-weight: 700; }
.brand .pair { color: var(--faint); font-weight: 500; }
.mark { width: 34px; height: 34px; object-fit: contain; flex: none; filter: drop-shadow(0 0 9px rgba(61,220,132,.22)); }
.chip { display: inline-flex; align-items: center; gap: 6px; font: 700 9.5px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--amber);
        border: 1px solid rgba(255,200,61,.35); border-radius: 999px; padding: 5px 9px 5px 7px; background: rgba(255,200,61,.06); cursor: help; }
.chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); animation: ping 1.8s ease-out infinite; }
.chip.live { color: var(--green); border-color: rgba(61,220,132,.4); background: rgba(61,220,132,.06); } .chip.live i { background: var(--green); }
.readouts { display: flex; margin: 0 auto; flex: 1 1 auto; min-width: 0; max-width: 820px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; backdrop-filter: blur(16px); overflow: hidden; }
.ro { display: grid; gap: 5px; padding: 9px 20px; border-right: 1px solid var(--line); flex: 1 1 0; min-width: 0; cursor: help; }
.ro.reward-readout { flex-grow: 1.65; }
.ro:last-child { border-right: 0; }
.ro .k { font: 700 9.5px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }
.ro b { font: 600 15px/1.2 var(--mono); white-space: nowrap; }
.ro b small { font: 500 10.5px var(--sans); color: var(--dim); margin-left: 3px; }
.reward-readout b { display: flex; align-items: center; gap: 22px; }
.reward-value { display: inline-flex; align-items: baseline; gap: 5px; }
.reward-value + .reward-value { position: relative; padding-left: 22px; }
.reward-value + .reward-value::before { content: ""; position: absolute; left: 0; top: 2px; bottom: 2px; width: 1px; background: var(--line-2); }
.who { display: flex; gap: 8px; flex: none; align-items: center; }
.connect { background: var(--green); color: #05130b; border: 0; border-radius: 10px; padding: 8px 14px; font-weight: 800; letter-spacing: .02em; transition: filter .2s; }
.connect:hover { filter: brightness(1.1); }
.connect.on { background: var(--card-2); color: var(--green); border: 1px solid rgba(61,220,132,.4); font-family: var(--mono); font-weight: 600; }
.paste { display: flex; gap: 6px; }
.paste input { width: 150px; background: var(--card); border: 1px solid var(--line-2); border-radius: 10px; padding: 8px 12px; font: 12.5px var(--mono); }
.paste input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(61,220,132,.15); }
.paste button { background: transparent; color: var(--dim); border: 1px solid var(--line-2); border-radius: 10px; padding: 0 12px; font-weight: 700; }
.paste button:hover { color: var(--ink); border-color: var(--ink); }

/* ------------------------------------------------------------------ cards */
.col { position: fixed; top: 72px; bottom: var(--deck, 180px); width: 340px; z-index: 15; display: flex; flex-direction: column; gap: 12px; pointer-events: none; }
.col > * { pointer-events: auto; }
.col.left { left: 16px; } .col.right { right: 16px; }
.card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2);
        box-shadow: 0 1px 0 rgba(255,255,255,.05) inset, 0 30px 60px -30px rgba(0,0,0,.8); display: flex; flex-direction: column; min-height: 0; flex: none; }
.card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent); }
.card { transition: border-color .3s, transform .3s var(--ease); }
.card:hover { border-color: var(--line-2); }
.up .card .cb > *, .up .card .ch > * { animation: rise .7s var(--ease) both; }
.up .card .cb > :nth-child(1) { animation-delay: .15s; } .up .card .cb > :nth-child(2) { animation-delay: .25s; } .up .card .cb > :nth-child(3) { animation-delay: .35s; }
.up .card .cb > :nth-child(4) { animation-delay: .45s; } .up .card .cb > :nth-child(5) { animation-delay: .55s; } .up .card .cb > :nth-child(6) { animation-delay: .65s; }
.kv > div, .seat .stats > div, .rung { transition: transform .25s var(--ease), border-color .25s, background .25s; }
.kv > div:hover { transform: translateX(2px); border-color: var(--green); }
.seat .stats > div:hover, .rung:hover { transform: translateY(-2px); border-color: var(--line-2); }
.card .cb { padding: 11px 13px 12px; overflow-y: auto; min-height: 0; scrollbar-width: thin; scrollbar-color: rgba(61,220,132,.42) rgba(255,255,255,.035); }
.card .cb::-webkit-scrollbar { width: 7px; }
.card .cb::-webkit-scrollbar-track { background: rgba(255,255,255,.025); border-radius: 999px; }
.card .cb::-webkit-scrollbar-thumb { background: linear-gradient(180deg, rgba(61,220,132,.72), rgba(61,220,132,.28)); border: 2px solid transparent; background-clip: padding-box; border-radius: 999px; }
.card .cb::-webkit-scrollbar-thumb:hover { background-color: var(--green); }
.col .card { flex: 0 1 auto; } #c-rocket { flex: 1 1 auto; }
.ch { display: flex; align-items: center; justify-content: space-between; padding: 9px 13px; border-bottom: 1px solid var(--line); }
.ch .lab::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 1px; background: var(--green); margin-right: 8px; vertical-align: 1px; }
.ch .tiny { margin: 0; }
.manifest { flex: 1 1 auto; }
.pill { animation: rise .5s var(--ease); font: 800 9.5px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; padding: 5px 9px; border-radius: 999px; background: rgba(61,220,132,.12); color: var(--green); border: 1px solid rgba(61,220,132,.35); }
.pill.off { background: rgba(255,59,92,.1); color: var(--red); border-color: rgba(255,59,92,.35); }
#seat-pill:not(.off):not(.none) { animation: rise .5s var(--ease), breathe 2.4s ease-in-out infinite; }
@keyframes breathe { 50% { box-shadow: 0 0 0 4px rgba(61,220,132,.12), 0 0 18px rgba(61,220,132,.35); } }
.pill.none { background: var(--card-2); color: var(--dim); border-color: var(--line-2); }
.pill.pre { background: rgba(255,200,61,.1); color: var(--amber); border-color: rgba(255,200,61,.35); }
.seat.pre .line { color: var(--ink); font-size: 13.5px; }
.seat .note { border-left: 2px solid var(--amber); padding-left: 10px; color: var(--dim); font-size: 12px; margin: 0; }

.alt { display: flex; align-items: baseline; gap: 8px; }
.alt b { font: 700 34px/1 var(--mono); letter-spacing: -.02em; color: #fff; }
.alt::after { content: "▲"; font-size: 10px; color: var(--green); animation: bob 1.6s ease-in-out infinite; margin-left: 2px; }
@keyframes bob { 50% { transform: translateY(-4px); } }
.alt small { font: 600 12px var(--sans); color: var(--dim); letter-spacing: .08em; }
.ms { margin-top: 12px; display: grid; gap: 3px; }
.ms b { font: 700 16px/1.2 var(--sans); }
.ms .tiny { margin: 0; }
.prog { margin-top: 12px; }
.prog .row { display: flex; justify-content: space-between; gap: 8px; font: 500 11.5px var(--sans); color: var(--dim); margin-bottom: 5px; }
.prog .row b { color: var(--ink); }
.prog .track { height: 6px; background: rgba(255,255,255,.08); border-radius: 3px; overflow: hidden; }
.prog .track s { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--green), var(--green-2)); transition: width 1.4s var(--ease); box-shadow: 0 0 12px rgba(61,220,132,.5); }
#spark { width: 100%; height: 44px; display: block; margin-top: 10px; }
.trajectory { margin-top: 12px; padding: 10px 11px 8px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(135deg, rgba(61,220,132,.055), rgba(79,195,255,.02)); }
.trajectory-head, .trajectory-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.trajectory-head b { color: var(--green); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.trajectory-foot { margin-top: 5px; color: var(--faint); font-size: 9px; }
.trajectory-foot span:last-child { color: var(--dim); }
.orbit-line { position: relative; height: 35px; margin: 4px 2px 0; }
.orbit-line::before { content: ""; position: absolute; left: 13px; right: 10px; top: 18px; height: 1px; background: repeating-linear-gradient(90deg, var(--line-2) 0 4px, transparent 4px 9px); }
.orbit-line s { position: absolute; left: 13px; top: 18px; width: calc(var(--route) - 13px); height: 1px; background: linear-gradient(90deg, var(--green), var(--blue)); box-shadow: 0 0 8px rgba(61,220,132,.45); transition: width 1.3s var(--ease); }
.orbit-line i { position: absolute; display: block; z-index: 1; }
.orbit-line .earth { left: 0; top: 8px; width: 21px; height: 21px; border-radius: 50%; border: 1px solid rgba(79,195,255,.75); background: radial-gradient(circle at 35% 35%, var(--green) 0 13%, transparent 14%), radial-gradient(circle at 63% 62%, var(--green) 0 10%, transparent 11%), #10243a; box-shadow: 0 0 15px rgba(79,195,255,.18); }
.orbit-line .craft { left: var(--route); top: 13px; width: 10px; height: 10px; border: 2px solid #fff; transform: translateX(-50%) rotate(45deg); background: var(--bg); box-shadow: 0 0 10px rgba(255,255,255,.7); transition: left 1.3s var(--ease); }
.orbit-line .craft::after { content: ""; position: absolute; width: 5px; height: 2px; right: 7px; top: 2px; background: var(--green); box-shadow: -4px 0 6px var(--green); }
.orbit-line .target { right: 3px; top: 12px; width: 12px; height: 12px; border: 1px solid var(--green); border-radius: 50%; box-shadow: 0 0 0 3px rgba(61,220,132,.08); }
.telemetry { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 10px; margin-top: 9px; }
.telemetry > div { display: flex; justify-content: space-between; gap: 8px; padding: 6px 8px; border-left: 1px solid var(--line-2); background: rgba(255,255,255,.016); }
.telemetry span { color: var(--faint); font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.telemetry b { color: var(--ink); font-size: 10px; font-weight: 600; white-space: nowrap; }
.telemetry b.g { color: var(--green); }
.big { display: flex; align-items: baseline; gap: 8px; font: 700 28px/1 var(--mono); color: var(--green); letter-spacing: -.02em; }
.big small { font: 600 11px var(--sans); color: var(--dim); letter-spacing: .08em; }
.balance-chart { margin-top: 11px; padding: 8px 9px 6px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(180deg, rgba(61,220,132,.045), rgba(255,255,255,.012)); overflow: hidden; }
.balance-chart > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.balance-chart .lab { color: var(--faint); font-size: 8.5px; letter-spacing: .1em; }
.balance-chart b { color: var(--green); font: 600 10.5px/1 var(--mono); }
#eth-chart { display: block; width: 100%; height: 54px; }
.kv { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; margin: 12px 0 0; }
.kv.tight { margin: 0; gap: 7px 12px; }
.kv.tight + .ca, .ca + .kv.tight, .ca + .links { margin-top: 10px; }
.ca { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 6px 10px; border: 1px dashed var(--line-2); border-radius: 10px; background: rgba(255,255,255,.02); }
.ca code { font-size: 11px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ca.pre code { color: var(--amber); }
.links { display: flex; gap: 6px; flex-wrap: wrap; }
.ghost.sm { padding: 4px 9px; font-size: 11px; text-decoration: none; }
.ghost[disabled], .ghost.dead { opacity: .45; cursor: not-allowed; pointer-events: none; }
.kv > div { display: grid; gap: 3px; border-left: 1px solid var(--line-2); padding-left: 9px; cursor: help; }
.kv span { font: 700 9.5px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.kv b { font: 600 13.5px/1.2 var(--mono); }
.addr code { font-size: 10.5px; color: var(--dim); word-break: break-all; }
.demo { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); display: grid; gap: 8px; }
.demo .row { display: flex; flex-wrap: wrap; gap: 6px; }
.ghost { background: var(--card-2); border: 1px solid var(--line-2); border-radius: 8px; padding: 6px 10px; font-size: 12px; font-weight: 600; color: var(--ink); }
.ghost:hover { border-color: var(--green); color: var(--green); }

/* the seat, once read */
.seat { display: grid; gap: 12px; animation: rise .5s var(--ease); }
.seat .who-line { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.seat .who-line code { font-size: 12px; color: var(--ink); }
.seat .line { margin: 0; color: var(--dim); font-size: 12.5px; line-height: 1.6; }
.seat .stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.seat .stats > div { background: var(--card-2); border: 1px solid var(--line); border-radius: 10px; padding: 9px 10px; display: grid; gap: 3px; }
.seat .stats span { font: 700 9.5px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.seat .stats b { font: 600 15px/1.1 var(--mono); }
.seat .stats b.g { color: var(--green); }
.seat.off .stats b.g { color: var(--red); }
.warn { border-left: 2px solid var(--red); padding-left: 10px; color: var(--dim); font-size: 12px; margin: 0; }

/* --------------------------------------------------------------- the deck */
.deck { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 15; display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; height: 136px; }
.deck .card { height: 100%; }
#tape { display: grid; gap: 5px; align-content: start; padding-right: 8px; font: 500 12px/1.5 var(--sans); }
#tape p { position: relative; margin: 0; color: var(--dim); display: flex; align-items: center; gap: 8px; padding: 4px 8px 4px 18px; border: 1px solid transparent; border-radius: 7px; background: rgba(255,255,255,.018); animation: slide .5s var(--ease) both; animation-delay: calc(var(--i) * 45ms); }
#tape p::before { content: ""; position: absolute; left: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(61,220,132,.45); }
#tape p.off { background: rgba(255,59,92,.025); }
#tape p.off::before { background: var(--red); box-shadow: 0 0 8px rgba(255,59,92,.38); }
#tape p.demo-note { padding: 0 0 4px; border: 0; background: transparent; color: var(--faint); letter-spacing: .02em; }
#tape p.demo-note::before { display: none; }
@keyframes slide { from { opacity: 0; transform: translateX(-10px); } }
#tape p i { color: var(--faint); font: 500 11px/1.7 var(--mono); font-style: normal; flex: none; width: 36px; }
#tape p b { font-family: var(--mono); font-size: 11.5px; }
#tape p.on b { color: var(--green); } #tape p.off b { color: var(--red); }
.rungs { display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; }
.rung { position: relative; border: 1px solid var(--line); border-radius: 10px; padding: 8px 9px; display: grid; gap: 3px; background: var(--card); cursor: help; transition: border-color .3s; min-width: 0; }
.rung b { font: 700 11.5px/1.2 var(--sans); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 14px; }
.rung.here b { padding-right: 30px; }
.rung span { font: 600 10.5px var(--mono); color: var(--faint); }
.rung.done { border-color: rgba(61,220,132,.4); background: rgba(61,220,132,.07); }
.rung.done span { color: var(--green); }
.rung.done::after { content: "✓"; position: absolute; top: 6px; right: 8px; font: 700 10px var(--sans); color: var(--green); }
.rung.here { border-color: var(--green); animation: here 2.8s ease-in-out infinite; }
@keyframes here { 0%, 100% { box-shadow: 0 0 0 2px rgba(61,220,132,.1), 0 0 16px rgba(61,220,132,.15); } 50% { box-shadow: 0 0 0 4px rgba(61,220,132,.16), 0 0 30px rgba(61,220,132,.35); } }
.rungs .rung { animation: rise .6s var(--ease) both; animation-delay: calc(var(--i) * 60ms + .3s); }
.rung.here::after { content: "here"; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

/* ----------------------------------------------------------- boot and misc */
.top, .col, .deck { opacity: 0; transform: translateY(8px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.top { transform: translateY(-8px); } .col.left { transform: translateX(-24px); } .col.right { transform: translateX(24px); } .deck { transform: translateY(24px); }
.top.up, .col.up, .deck.up { opacity: 1; transform: none; }
.tip { position: fixed; z-index: 60; max-width: 260px; padding: 8px 10px; border-radius: 8px; background: #fff; color: #06070b; font: 500 11.5px/1.5 var(--sans); box-shadow: 0 12px 30px -8px rgba(0,0,0,.7); pointer-events: none; animation: rise .18s var(--ease); }
.toast { position: fixed; top: 74px; left: 50%; transform: translateX(-50%); z-index: 40; background: #fff; color: #06070b; border-radius: 999px; padding: 8px 16px; font: 600 12.5px var(--sans); animation: rise .4s var(--ease); }
@media (prefers-reduced-motion: reduce) { .top, .col, .deck { transition: none; } .caption span { animation: none; } .launch i, .chip i { animation: none; } }
@media (max-width: 1100px) { .readouts .ro:nth-child(n+3) { display: none; } .col { width: 300px; } .deck { grid-template-columns: 1fr; } .manifest { display: none; } }
@media (max-width: 820px) {
  .top { flex-wrap: wrap; height: auto; padding: 8px 16px; } .readouts { order: 3; width: 100%; } .paste input { width: 120px; }
  .col { top: 130px; } .col.left { width: calc(100% - 32px); } .col.right, .deck { display: none; } #c-rocket { display: none; } .flight { top: 140px; }
}

/* ---------------------------------------------------------- boarding hero */
.hero .cb { padding: 18px 18px 16px; display: grid; gap: 12px; }
.hero .eyebrow { font-size: 10px; }
.hero h2 { margin: 0; font: 800 28px/1.05 var(--sans); letter-spacing: -.035em; color: #fff; text-wrap: balance; }
.hero .lede { margin: 0; color: var(--dim); line-height: 1.6; font-size: 12.5px; }
.hero .cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 4px; }
.hero .launch { padding: 12px 18px; font-size: 12px; }
.hero .tiny { margin: 0; }
.paste.inline { display: flex; gap: 6px; }
.paste.inline input { flex: 1; width: auto; }
.hero .seat .who-line { padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.hero .again { justify-self: start; }
/* tabs */
.tabbar { padding: 6px; gap: 4px; display: flex; }
.tab { flex: 1; background: transparent; border: 0; border-radius: 8px; padding: 8px 6px; font: 700 11px var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--faint); transition: background .2s, color .2s; }
.tab:hover { color: var(--ink); } .tab.on { background: var(--card-2); color: var(--green); }
.pane { animation: rise .45s var(--ease); }
.alt { align-items: baseline; } .alt .tiny { margin-left: auto; }
/* the flight readout: altitude ticking up while the story plays */
.flight { position: fixed; left: 50%; top: 84px; transform: translateX(-50%); z-index: 45; text-align: center; pointer-events: none; display: grid; gap: 4px; justify-items: center; animation: rise .6s var(--ease); }
.flight .lab { color: var(--green); }
.flight b { font: 700 44px/1 var(--mono); letter-spacing: -.03em; color: #fff; font-variant-numeric: tabular-nums; }
.flight b small { font: 600 12px var(--sans); color: var(--dim); margin-left: 6px; letter-spacing: .1em; }
.flight .pass { font: 700 12px var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--green); min-height: 1em; animation: cap .5s var(--ease); }

/* the pot, live */
#pot-live { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
#pot-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--faint); flex: none; }
#pot-live.live i { background: var(--green); animation: ping 1.4s ease-out infinite; }
#pot-live.off i { background: var(--red); }
#pot-live a { color: var(--green); text-decoration: none; } #pot-live a:hover { text-decoration: underline; }

/* ------------------------------------------------------------ the banner */
/* a boarding, a step-off, a climb: slides in from the left edge, sits, slides out */
.banner { position: fixed; left: 0; top: 38%; z-index: 45; display: grid; gap: 3px; padding: 14px 30px 14px 24px; background: #fff; color: #06070b;
          border-radius: 0 14px 14px 0; box-shadow: 0 20px 60px rgba(0,0,0,.6); animation: slide 3.8s var(--ease) both; max-width: 380px; }
.banner .lab { color: var(--green); } .banner.stepped-off .lab { color: var(--red); } .banner.climbing .lab { color: #b8860b; }
.banner b { font: 800 22px/1.1 var(--sans); letter-spacing: -.02em; }
.banner span:last-child { font: 500 12px var(--mono); color: #5c6675; }
@keyframes slide { 0% { transform: translateX(-110%); } 10% { transform: translateX(0); } 84% { transform: translateX(0); opacity: 1; } 100% { transform: translateX(-110%); opacity: 0; } }
