/* $ZIRON launchpad and asset registry. */

.pad-body { background: var(--void); }
.pad-body * { letter-spacing: 0; }
.pad { max-width: 1220px; margin: 0 auto; padding: 28px var(--pad) 120px; }

/* ── hero ──────────────────────────────────────────────────────── */

.pad-hero {
  display: grid; gap: clamp(20px, 4vw, 48px); align-items: end;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  padding: clamp(20px, 5vh, 52px) 0 clamp(18px, 3vh, 34px);
  border-bottom: 1px solid var(--line-2);
}
.pad-hero h1 {
  font: 600 clamp(28px, 4.6vw, 52px)/1.06 var(--display, var(--mono));
  letter-spacing: -0.02em; color: var(--text); margin: 0 0 14px;
}
.pad-hero p { margin: 0 0 20px; max-width: 56ch; font: 400 14.5px/1.75 var(--sans); color: var(--mute); }
.pad-hero-cta { display: flex; gap: 10px; flex-wrap: wrap; }

.pad-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 0; }
.pad-stats div { border-left: 2px solid var(--line); padding-left: 12px; }
.pad-stats dt { font: 500 9.5px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--mute-2); }
.pad-stats dd { margin: 6px 0 0; font: 500 21px/1 var(--mono); color: var(--gold); }

/* ── toolbar ───────────────────────────────────────────────────── */

.pad-toolbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin: 22px 0 12px; }
.pad-search {
  flex: 1 1 320px; display: flex; align-items: center; gap: 9px;
  border: 1px solid var(--line-2); border-radius: var(--radius);
  background: rgba(0,0,0,.35); padding: 0 12px; min-width: 0;
}
.pad-search:focus-within { border-color: var(--gold); }
.pad-search input {
  flex: 1; min-width: 0; background: transparent; border: 0; padding: 11px 0;
  color: var(--text); font: 400 13px/1 var(--mono);
}
.pad-search input:focus { outline: none; }
.pad-search input::placeholder { color: var(--mute-2); }
.pad-create { margin-left: auto; }

/* ── grid ──────────────────────────────────────────────────────── */

.pad-grid {
  display: grid; gap: 14px; margin-top: 14px;
  grid-template-columns: repeat(auto-fill, minmax(min(226px, 100%), 1fr));
}
.tcard {
  --tone: var(--gold);
  display: flex; flex-direction: column; overflow: hidden; text-decoration: none;
  border: 1px solid var(--line-2); border-radius: var(--radius);
  background: rgba(255,255,255,.015); color: inherit;
  transition: border-color .18s, transform .18s, background .18s;
}
.tcard:hover { border-color: var(--tone); transform: translateY(-3px); background: rgba(255,255,255,.03); }
.tcard:focus-visible { outline: 2px solid var(--tone); outline-offset: 2px; }

.tcard-art { position: relative; aspect-ratio: 1; background: #0b0b0d; }
.tcard-art img { width: 100%; height: 100%; display: block; image-rendering: pixelated; }
.tcard-tags { position: absolute; top: 8px; left: 8px; display: flex; gap: 4px; flex-wrap: wrap; max-width: calc(100% - 16px); }

.tcard-body { padding: 12px 13px 13px; display: flex; flex-direction: column; gap: 3px; }
.tcard-name {
  margin: 0; font: 600 15px/1.2 var(--sans); color: var(--text);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.tcard-sym { font: 500 11.5px/1 var(--mono); color: var(--tone); }
.tcard-figs { display: flex; gap: 14px; margin-top: 9px; }
.tcard-fig { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.tcard-fig b { font: 500 13px/1 var(--mono); color: var(--text); }
.tcard-fig em { font: 400 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mute-2); font-style: normal; }
.tcard-id {
  margin-top: 10px; font: 400 9.5px/1 var(--mono); color: var(--mute-2);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.pad-empty { margin: 32px 0; text-align: center; color: var(--mute-2); font: 400 13px/1 var(--sans); }
.pad-foot-note { margin-top: 30px; max-width: 78ch; }

/* ── modal ─────────────────────────────────────────────────────── */

.modal {
  position: fixed; inset: 0; z-index: 900; display: grid; place-items: center;
  background: rgba(4,4,6,.82); backdrop-filter: blur(4px); padding: 20px;
}
.modal[hidden] { display: none; }
.modal-card {
  width: min(560px, 100%); max-height: 88vh; overflow: auto;
  background: #0c0c0e; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px;
}
.modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.modal-head h2 { margin: 0; font: 600 19px/1 var(--sans); color: var(--text); }

/* ── asset page ────────────────────────────────────────────────── */

.pad-back {
  display: inline-flex; align-items: center; gap: 7px; margin: 6px 0 18px;
  font: 500 11px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--mute);
}
.pad-back:hover { color: var(--gold); }

.tk-head { display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap; }
.tk-art {
  width: 132px; height: 132px; border-radius: var(--radius);
  border: 1px solid var(--line-2); image-rendering: pixelated; flex: none;
}
.tk-ident { flex: 1 1 320px; min-width: 0; }
.tk-title { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tk-title h1 { margin: 0; font: 600 32px/1.1 var(--sans); color: var(--text); overflow-wrap: anywhere; }
.tk-sym { font: 500 15px/1 var(--mono); color: var(--tone, var(--gold)); }
.tk-tags { display: flex; gap: 5px; flex-wrap: wrap; }

.tk-ids { margin: 16px 0 0; display: grid; gap: 8px; }
.tk-ids div { display: grid; grid-template-columns: 150px 1fr; gap: 12px; align-items: baseline; }
.tk-ids dt { font: 500 9.5px/1.4 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--mute-2); }
.tk-ids dd { margin: 0; display: flex; align-items: center; gap: 8px; min-width: 0; }
.tk-ids code { font: 400 12px/1.4 var(--mono); color: var(--mute); overflow-wrap: anywhere; }
.copy {
  border: 1px solid var(--line-2); background: transparent; border-radius: 2px; cursor: pointer;
  font: 500 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase;
  color: var(--mute-2); padding: 3px 6px; flex: none;
}
.copy:hover { color: var(--gold); border-color: var(--gold); }

.tk-warn {
  margin: 20px 0 0; padding: 14px; border-left: 2px solid #ffb85c;
  background: rgba(255,184,92,.06); border-radius: 0 var(--radius) var(--radius) 0;
}
.tk-warn[hidden] { display: none; }
.tk-warn b { display: block; color: #ffb85c; font: 500 13px/1.4 var(--mono); margin-bottom: 6px; }
.tk-warn p { margin: 0; font: 400 12.5px/1.75 var(--sans); color: var(--mute); }

.tk-figs {
  display: grid; gap: 1px; margin: 24px 0 0; background: var(--line-2);
  border: 1px solid var(--line-2); border-radius: var(--radius); overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(min(168px, 100%), 1fr));
}
.tk-fig { background: #0a0a0c; padding: 14px 16px; display: flex; flex-direction: column; gap: 6px; }
.tk-fig span { font: 500 9.5px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--mute-2); }
.tk-fig b { font: 500 19px/1 var(--mono); color: var(--text); }
.tk-fig em { font: 400 10px/1 var(--mono); color: var(--mute-2); font-style: normal; }
.tk-fig-lead b { color: var(--gold); font-size: 25px; }
.tk-note { margin-top: 14px; max-width: 86ch; }

.tk-cols { display: grid; gap: 14px; margin-top: 26px; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }
.tk-panel { border: 1px solid var(--line-2); border-radius: var(--radius); overflow: hidden; }
.tk-panel-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  padding: 12px 14px; border-bottom: 1px solid var(--line-2); background: rgba(255,255,255,.02);
}
.tk-panel-head h2 { margin: 0; font: 500 11px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.tk-panel-head span { font: 400 10.5px/1 var(--mono); color: var(--mute-2); }
.tk-rows-head, .tk-row {
  display: grid; grid-template-columns: 82px minmax(0, 1fr) 86px; gap: 10px;
  padding: 8px 14px; align-items: center;
}
.tk-rows-head { font: 500 9px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--mute-2); border-bottom: 1px solid var(--line-2); }
.tk-rows { max-height: 320px; overflow-y: auto; }
.tk-row { font: 400 11.5px/1.4 var(--mono); border-bottom: 1px solid rgba(255,255,255,.03); }
.tk-row .amt { text-align: right; color: var(--gold); }
.tk-row .sig { color: var(--mute); overflow: hidden; text-overflow: ellipsis; }
.tk-rows .privacy-note { padding: 14px; margin: 0; }

.tk-how { margin-top: 30px; border-top: 1px solid var(--line-2); padding-top: 22px; }
.tk-how h2 { margin: 0 0 14px; font: 600 18px/1.2 var(--sans); color: var(--text); }
.tk-how ol { margin: 0 0 14px; padding-left: 20px; max-width: 78ch; }
.tk-how li { margin-bottom: 10px; font: 400 13.5px/1.75 var(--sans); color: var(--mute); }
.tk-how li b { color: var(--text); }

@media (max-width: 720px) {
  .pad-hero { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .pad-stats { grid-template-columns: 1fr 1fr; }
  .pad-create { margin-left: 0; width: 100%; justify-content: center; }
  .tk-ids div { grid-template-columns: minmax(0, 1fr); gap: 2px; }
}

/* ── nothing launched yet ──────────────────────────────────────── */

.pad-none {
  grid-column: 1 / -1; text-align: left; max-width: 62ch;
  padding: clamp(28px, 6vh, 64px) 0;
}
.pad-none h2 { margin: 0 0 14px; font: 600 clamp(22px, 3vw, 30px)/1.2 var(--sans); color: var(--text); }
.pad-none p { margin: 0 0 14px; font: 400 14px/1.75 var(--sans); color: var(--mute); }
.pad-none .pad-hero-cta { margin-top: 20px; }
.pad-toolbar[hidden] { display: none; }

/* The gateway is a continuous environment, not a framed illustration. */
.launchpad { position: relative; z-index: 2; }
.launch-world { position: relative; isolation: isolate; overflow: hidden; height: min(570px, calc(100svh - 224px)); min-height: 440px; background: #080909; }
.launch-landscape { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: center; z-index: -3; image-rendering: pixelated; }
.launch-world:has(.hero-world.loaded) .launch-landscape { visibility: hidden; }
.launch-world::before { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, #080909a8 0%, #08090961 26%, #08090900 55%); }
.launch-world::after { content: ''; position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: .09; background: repeating-linear-gradient(0deg, transparent 0 3px, #000 3px 4px); }
.launch-inner { position: relative; height: 100%; max-width: 1600px; margin: auto; padding: 0 var(--pad); }
.launch-eyebrow { position: absolute; top: 26px; left: var(--pad); right: var(--pad); display: flex; gap: 10px; align-items: center; color: #b4ddba; font: 10px var(--mono); }
.launch-eyebrow > span { margin-left: auto; color: #8e948c; }
.launch-copy { position: absolute; top: 81px; left: var(--pad); width: min(550px, 53%); }
.launch-copy h1 { margin: 0 0 18px; color: #f4f3e8; font: 600 132px/.8 var(--pixel); text-shadow: 4px 5px 0 #141616; }
.launch-copy h2 { margin: 0 0 15px; color: #f0f0e6; font: 500 32px/1.1 var(--sans); }
.launch-copy p { max-width: 38ch; color: #b9bcb2; font: 14px/1.7 var(--sans); margin: 0 0 24px; }
.launch-copy .btn { min-height: 42px; font-size: 11px; }
.launch-copy .btn-ghost { background: #0809098c; }
.launch-coordinate { position: absolute; right: var(--pad); bottom: 73px; text-align: right; display: grid; gap: 4px; color: #fbd786; font: 14px var(--pixel); }
.launch-coordinate b { font: 8px var(--mono); color: #b4ddba; margin-top: 5px; }
.launch-route { position: absolute; bottom: 0; left: var(--pad); right: var(--pad); height: 48px; border-top: 1px solid #ffffff20; display: flex; align-items: center; gap: 15px; font: 9px var(--mono); color: #b5b9ac; }
.launch-route > span { display: flex; align-items: center; gap: 8px; }
.launch-route > span:nth-of-type(2) { color: #9c9b99; }
.launch-route svg { width: 14px; height: 14px; color: #ff9e52; }
.pad-metrics { border-block: 1px solid var(--line); background: #111410e8; }
.pad-stats { max-width: 1600px; margin: 0 auto; padding: 22px var(--pad); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.pad-stats div { border-left: 1px solid #41483d; padding-left: 18px; }
.pad-stats div:first-child { border-left: 0; padding-left: 0; }
.pad-stats dt { font: 9px/1.5 var(--mono); color: #969e8f; }
.pad-stats dd { font: 32px/1 var(--pixel); color: #f2f1e7; margin-top: 7px; }
.pad-stats div:nth-child(2) dd { color: #b4ddba; }
.pad-stats div:nth-child(3) dd { color: #ff9850; }
.pad-stats div:nth-child(4) dd { color: #c5b2e0; }
.registry-section { max-width: 1600px; margin: 0 auto; padding: 36px var(--pad) 58px; }
.registry-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 19px; border-bottom: 1px solid var(--line-2); }
.registry-heading h2 { margin: 8px 0 0; font: 500 30px/1.1 var(--pixel); }
.registry-heading .live-dot { margin-left: 12px; }
.registry-label { font: 9px/1.5 var(--mono); color: #899686; text-align: right; }
.registry-section .explorer-status { color: #9eaa99; }
.pad-grid:has(.registry-section .pad-none) { display: block; }
.registry-section .pad-none { position: relative; max-width: none; min-height: 254px; display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 50px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line-2); }
.registry-section .pad-none h2 { font: 500 26px/1.2 var(--pixel); margin-bottom: 12px; }
.registry-section .pad-none p { max-width: 63ch; color: #a8afa2; font-size: 13px; }
.registry-section .pad-none .privacy-note { color: #7e8c7e; font: 10px/1.7 var(--mono); }
.empty-art { width: 210px; aspect-ratio: 1; object-fit: contain; image-rendering: pixelated; opacity: .85; transform: rotate(5deg); }
.registry-section .pad-none .btn { min-height: 37px; font-size: 11px; }
.pad-foot-note { margin-top: 23px; max-width: 100ch; }
.pad-footer { position: relative; z-index: 2; padding: 24px var(--pad); border-top: 1px solid var(--line-2); display: flex; justify-content: space-between; gap: 20px; font: 10px/1.5 var(--mono); color: var(--mute); background: #080909d9; }
.pad-footer a:first-child { color: #f0f0e6; }
.pad-footer span { color: #7f8a7e; margin-left: 8px; }
.pad-footer a:last-child { display: flex; align-items: center; gap: 8px; }
.pad-footer svg { width: 13px; height: 13px; }
.pad-sort button[aria-pressed="true"], #pad-sort button[aria-pressed="true"] { background: var(--gold); color: #080909; }
.modal-card { border-top: 2px solid var(--gold); padding: 24px; box-shadow: 0 24px 100px #000; }
.modal-card .launch-form { padding: 0; border: 0; background: transparent; }
.modal-head { gap: 16px; }
.launch-form label { letter-spacing: 0; }
.launch-form input { min-width: 0; width: 100%; }
.launch-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.modal-open { overflow: hidden; }
.pad-body:not(:has(.launchpad)) { background: #080909 url('../assets/ziron-gateway.png') right top / auto 600px no-repeat fixed; }
.pad-body:not(:has(.launchpad)) .pad { background: #080909dc; min-height: calc(100svh - 72px); }
@media (min-width: 1700px) { .launch-world { height: 570px; } }
@media (max-width: 1100px) {
  .launch-copy h1 { font-size: 108px; }
  .launch-copy { width: 53%; }
  .launch-coordinate { right: 24px; }
}
@media (max-width: 800px) {
  .launch-copy h1 { font-size: 92px; }
  .launch-copy h2 { font-size: 28px; }
  .launch-copy { width: 66%; top: 74px; }
  .launch-world::before { background: linear-gradient(90deg, #080909dd, #080909a8 42%, #08090918); }
  .launch-coordinate { display: none; }
  .registry-label { max-width: 150px; font-size: 8px; }
}
@media (max-width: 600px) {
  .pad-body .hud { height: 60px; gap: 14px; }
  .pad-body .hud-nav a { display: none; }
  .pad-body .hud-nav a:nth-child(2) { display: flex; white-space: nowrap; font-size: 9px; }
  .pad-body .hud-stats .chip { display: none; }
  .pad-body .hud-stats { margin-left: auto; }
  .launch-world { height: 440px; min-height: 0; }
  .launch-landscape { left: auto; width: auto; max-width: none; object-fit: contain; }
  .launch-eyebrow { top: 22px; font-size: 8px; }
  .launch-eyebrow > span { display: none; }
  .launch-copy { top: 69px; width: calc(100% - 40px); }
  .launch-copy h1 { font-size: 88px; margin-bottom: 20px; }
  .launch-copy h2 { font-size: 28px; }
  .launch-copy p { font-size: 12px; max-width: 28ch; margin-bottom: 22px; }
  .launch-copy .btn { min-height: 40px; padding: 0 13px; font-size: 10px; }
  .launch-copy .pad-hero-cta { gap: 8px; }
  .launch-world::before { background: linear-gradient(90deg, #080909e6, #0809099c 55%, #08090933); }
  .launch-route { gap: 10px; font-size: 8px; height: 42px; }
  .launch-route > span:nth-of-type(2) { font-size: 7px; }
  .launch-route > svg { width: 10px; }
  .pad-stats { padding-block: 19px; gap: 18px 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pad-stats div:nth-child(3) { border-left: 0; padding-left: 0; }
  .pad-stats dd { font-size: 27px; }
  .pad-stats dt { font-size: 8px; }
  .registry-section { padding-top: 27px; }
  .registry-heading h2 { font-size: 26px; }
  .registry-label { max-width: 104px; font-size: 7px; }
  .registry-section .pad-none { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .empty-art { display: none; }
  .registry-section .pad-none h2 { font-size: 25px; }
  .pad-footer { flex-wrap: wrap; font-size: 9px; }
  .pad-footer span { font-size: 8px; }
  .modal { padding: 12px; }
  .modal-card { padding: 20px; }
  .launch-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 370px) {
  .launch-copy { width: calc(100% - 30px); }
  .launch-copy h1 { font-size: 73px; }
  .pad-body .hud { gap: 10px; }
  .pad-body .hud-mark { font-size: 19px; }
  .pad-body .hud-nav { margin-right: 0; }
}
@media (max-height: 720px) and (max-width: 600px) {
  .launch-world { height: 405px; }
  .launch-copy { top: 64px; }
  .launch-copy h1 { font-size: 76px; margin-bottom: 15px; }
  .launch-copy p { margin-bottom: 15px; }
}

/* ── wallet ────────────────────────────────────────────────────────
   The connect control lives in the HUD; the picker is a plain modal
   reusing .modal / .modal-card from above. */

.btn-connect {
  font: 500 10.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 11px; border: 1px solid var(--line); background: transparent;
  color: var(--mute); border-radius: var(--radius); cursor: pointer; white-space: nowrap;
  transition: color .16s, border-color .16s;
}
.btn-connect:hover { color: var(--gold); border-color: var(--gold); }
.btn-connect.is-connected { color: var(--gold); border-color: var(--gold); }
.btn-connect.is-connected::before {
  content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 7px;
  border-radius: 50%; background: var(--gold); vertical-align: middle;
}

.wallet-card { width: min(420px, 100%); }
.wallet-list { display: flex; flex-direction: column; gap: 8px; margin: 16px 0 4px; }

.wallet-row {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  padding: 12px 14px; cursor: pointer; color: var(--text);
  border: 1px solid var(--line-2); border-radius: var(--radius);
  background: rgba(255, 255, 255, .015);
  font: 500 14px/1 var(--sans);
  transition: border-color .16s, background .16s;
}
.wallet-row:hover:not(:disabled) { border-color: var(--gold); background: rgba(255, 255, 255, .035); }
.wallet-row:disabled { opacity: .55; cursor: progress; }
.wallet-row.is-busy .wallet-name::after {
  content: ' — approve in your wallet';
  font: 400 11px/1 var(--mono); color: var(--mute-2); text-transform: none; letter-spacing: 0;
}
.wallet-icon { border-radius: 6px; flex: none; }
.wallet-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.wallet-none { margin: 4px 0 12px; font: 400 13.5px/1.7 var(--sans); color: var(--mute); }
.wallet-install { display: flex; gap: 8px; flex-wrap: wrap; }
.wallet-error {
  margin: 10px 0 0; padding: 10px 12px; border-left: 2px solid #ff6b5c;
  background: rgba(255, 107, 92, .07); border-radius: 0 var(--radius) var(--radius) 0;
  font: 400 12.5px/1.6 var(--sans); color: #ffb0a6;
}

@media (max-width: 720px) {
  .btn-connect { padding: 6px 9px; font-size: 10px; }
}

/* ── launch ────────────────────────────────────────────────────── */

.launch-card { width: min(560px, 100%); }
.launch-tabs { display: flex; gap: 0; margin: 14px 0 18px; width: 100%; }
.launch-tabs button { flex: 1; }
.launch-form[hidden] { display: none; }

.launch-drop {
  position: relative; display: grid; place-items: center;
  width: 100%; min-height: 148px; overflow: hidden; cursor: pointer;
  border: 1px dashed var(--line); border-radius: var(--radius);
  background: rgba(255, 255, 255, .02); text-align: center; padding: 18px;
  transition: border-color .16s, background .16s;
}
.launch-drop:hover, .launch-drop.is-over { border-color: var(--gold); background: rgba(255, 116, 43, .05); }
.launch-drop:focus-within { border-color: var(--gold); outline: 2px solid var(--gold); outline-offset: 2px; }
.launch-drop img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #0b0b0d; }
.launch-drop-inner { display: flex; flex-direction: column; gap: 6px; }
.launch-drop-inner b { font: 600 14px/1.3 var(--sans); color: var(--text); }
.launch-drop-inner em {
  font-style: normal; font: 400 11px/1.6 var(--mono); color: var(--mute-2);
}
.launch-filename {
  margin: 8px 0 0 !important; font: 400 11px/1.5 var(--mono); color: var(--gold);
}
.launch-filename[hidden] { display: none; }
.launch-art-fields { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }

.launch-form textarea {
  width: 100%; resize: vertical; background: rgba(0, 0, 0, .35);
  border: 1px solid var(--line-2); border-radius: var(--radius);
  color: var(--text); font: 400 13px/1.6 var(--sans); padding: 9px 11px;
}
.launch-form textarea:focus { outline: none; border-color: var(--gold); }

.launch-buy { display: block; }
.launch-buy em {
  display: block; margin-top: 5px; font-style: normal;
  font: 400 11px/1.6 var(--sans); color: var(--mute-2);
}

.launch-result {
  margin-top: 16px; padding: 14px; border: 1px solid var(--gold);
  border-radius: var(--radius); background: rgba(255, 116, 43, .05);
}
.launch-result[hidden] { display: none; }
.launch-result h3 { margin: 0 0 12px; font: 600 15px/1.2 var(--sans); color: var(--gold); }
.launch-result p { margin: 12px 0 6px; font: 400 12.5px/1.7 var(--sans); color: var(--mute); }

.launch-out { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 6px 12px; margin: 0; }
.launch-out dt {
  font: 500 9.5px/1.6 var(--mono); letter-spacing: .14em;
  text-transform: uppercase; color: var(--mute-2);
}
.launch-out dd { margin: 0; min-width: 0; }
.launch-out code, .launch-out a {
  font: 400 11.5px/1.6 var(--mono); color: var(--mute);
  overflow-wrap: anywhere; display: block;
}
.launch-out a { color: var(--gold); }

@media (max-width: 560px) {
  .launch-drop { min-height: 120px; }
  .launch-out { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .launch-out dd { margin-bottom: 8px; }
}

/* ── social ────────────────────────────────────────────────────── */

.hud-social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; flex: none; border-radius: var(--radius);
  border: 1px solid var(--line-2); color: var(--mute);
  transition: color .16s, border-color .16s;
}
.hud-social:hover { color: var(--gold); border-color: var(--gold); }
.hud-social:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.hud-social svg { display: block; }

@media (max-width: 760px) {
  .hud-social { width: 28px; height: 28px; }
  .hud-social svg { width: 13px; height: 13px; }
}

/* ── burn ──────────────────────────────────────────────────────── */

.burn-panel {
  margin-top: 30px; padding: 20px; border: 1px solid var(--line);
  border-radius: var(--radius); background: rgba(255, 255, 255, .015);
}
.burn-panel h2 { margin: 0 0 12px; font: 600 18px/1.2 var(--sans); color: var(--text); }
.burn-panel h3 { margin: 0 0 8px; font: 500 11px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.burn-panel p { margin: 0 0 12px; font: 400 13.5px/1.75 var(--sans); color: var(--mute); }
.burn-panel .btn { margin-right: 8px; }

.burn-balance b { color: var(--gold); font: 500 15px/1 var(--mono); }
.burn-step { margin: 16px 0; padding: 14px; border-left: 2px solid var(--line-2); background: rgba(0, 0, 0, .25); border-radius: 0 var(--radius) var(--radius) 0; }

.burn-cmd {
  margin: 10px 0 0; padding: 12px; overflow-x: auto;
  background: #08080a; border: 1px solid var(--line-2); border-radius: var(--radius);
  font: 400 11.5px/1.7 var(--mono); color: var(--mute); white-space: pre;
}

.burn-form { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.burn-form label { display: block; font: 500 9.5px/1.6 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--mute-2); }
.burn-form input {
  width: 100%; margin-top: 6px; padding: 10px 12px;
  background: rgba(0, 0, 0, .35); border: 1px solid var(--line-2); border-radius: var(--radius);
  color: var(--text); font: 400 13px/1.4 var(--mono);
}
.burn-form input:focus { outline: none; border-color: var(--gold); }
.burn-amount-row { display: flex; gap: 8px; align-items: stretch; }
.burn-amount-row input { flex: 1; }
.burn-max { flex: none; margin-top: 6px; }

.burn-status { margin: 4px 0 0 !important; font: 400 12.5px/1.7 var(--sans); color: var(--mute-2); }
.burn-status.err { color: #ffb0a6; }
.burn-error {
  padding: 12px; border-left: 2px solid #ff6b5c; background: rgba(255, 107, 92, .07);
  border-radius: 0 var(--radius) var(--radius) 0; color: #ffb0a6;
}

.burn-done { border-left: 2px solid var(--gold); padding-left: 16px; }
.burn-done h2 { color: var(--gold); }
.burn-out { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 6px 12px; margin: 0 0 14px; }
.burn-out dt { font: 500 9.5px/1.6 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--mute-2); }
.burn-out dd { margin: 0; min-width: 0; }
.burn-out code, .burn-out a { font: 400 11.5px/1.6 var(--mono); color: var(--mute); overflow-wrap: anywhere; display: block; }
.burn-out a { color: var(--gold); }

@media (max-width: 560px) {
  .burn-panel { padding: 16px; }
  .burn-out { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .burn-out dd { margin-bottom: 8px; }
  .burn-amount-row { flex-direction: column; }
  .burn-max { width: 100%; }
}

/* ── unclaimed burn ────────────────────────────────────────────── */

.pending-bar {
  position: sticky; top: 0; z-index: 950;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 11px clamp(12px, 3vw, 28px);
  background: #2a1206; border-bottom: 1px solid var(--gold);
}
.pending-text { flex: 1; min-width: 220px; font: 400 12.5px/1.6 var(--sans); color: #ffd9b8; }
.pending-text b { color: var(--gold); }
.pending-go { flex: none; padding: 7px 14px; font-size: 11px; }

@media (max-width: 560px) {
  .pending-bar { gap: 10px; padding: 10px 12px; }
  .pending-text { font-size: 11.5px; min-width: 0; }
  .pending-go { width: 100%; justify-content: center; }
}

.burn-hint { margin: -4px 0 4px !important; font: 400 11.5px/1.65 var(--sans); color: var(--mute-2); }

.burn-actions { display: flex; gap: 8px; flex-wrap: wrap; margin: 4px 0 0; }
.burn-actions .btn { margin-right: 0; }
.burn-status.ok { color: var(--gold); }

@media (max-width: 560px) {
  .burn-actions { flex-direction: column; }
  .burn-actions .btn { width: 100%; justify-content: center; }
}

/* ── confirming ────────────────────────────────────────────────── */

.tag-confirming {
  border-color: #ffb85c !important;
  color: #ffb85c !important;
}

.confirming {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px;
  margin: 0 0 20px; padding: 12px 14px;
  border-left: 2px solid #ffb85c; background: rgba(255, 184, 92, .07);
  border-radius: 0 var(--radius) var(--radius) 0;
  font: 400 12.5px/1.7 var(--sans); color: var(--mute);
}
.confirming b { color: #ffb85c; font: 500 12.5px/1.7 var(--mono); }
.confirming-track {
  flex-basis: 100%; height: 3px; margin-top: 6px; border-radius: 2px;
  background: rgba(255, 184, 92, .18); overflow: hidden;
}
.confirming-track i { display: block; height: 100%; background: #ffb85c; transition: width .4s; }
