:root {
  --void: #0d0f14;
  --surface: #111318;
  --raised: #1a1d26;
  --green: #00c896;
  --red: #e8394a;
  --gold: #c8a84b;
  --muted: #8b8fa8;
  --line: #232734;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --sans: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
/* the hidden attribute must win over author display rules (e.g. .wallet-btn) */
[hidden] { display: none !important; }

body {
  background:
    radial-gradient(1200px 600px at 50% -10%, #161a24 0%, transparent 60%),
    var(--surface);
  color: #eef0f6;
  font-family: var(--sans);
  min-height: 100vh;
  padding-bottom: 130px;
  -webkit-font-smoothing: antialiased;
}

/* ───────────── HEADER ───────────── */
.arena-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(180deg, rgba(13,15,20,.96), rgba(13,15,20,.82));
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
  flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 14px; }
a.brand { text-decoration: none; color: inherit; cursor: pointer; }
.header-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.header-actions .ctrl { text-decoration: none; }
/* social cluster next to the logo (injected by socials.js) */
.hdr-social { display: flex; align-items: center; gap: 8px; margin-left: 4px; margin-right: auto; }
.hdr-soc { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px;
  border-radius: 9px; border: 1px solid var(--line); background: var(--raised); color: #cdd4de;
  font-size: 15px; text-decoration: none; transition: border-color .15s, color .15s, transform .1s; }
.hdr-soc:hover { border-color: rgba(200,168,75,.5); color: var(--gold); transform: translateY(-1px); }
.hdr-soc.soon { opacity: .5; cursor: default; }
.hdr-soc.soon:hover { transform: none; border-color: var(--line); color: #cdd4de; }
@media (max-width: 720px) { .hdr-social { margin-right: 0; } }

/* ───────────── WIKI / DOCS PAGE ───────────── */
.wiki-layout { max-width: 1060px; margin: 0 auto; padding: 26px 22px 90px; display: grid; grid-template-columns: 208px 1fr; gap: 40px; align-items: start; }
.wiki-content { min-width: 0; }
.up { color: var(--green); } .dn { color: var(--red); }

/* sticky left sidebar nav (scrollspy) */
.wiki-side { position: sticky; top: 84px; }
.wiki-side-title { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); margin: 0 0 10px 14px; }
.wiki-nav { display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.wiki-nav a { font-size: 13px; color: var(--muted); text-decoration: none; padding: 7px 14px; border-left: 2px solid transparent; margin-left: -1px; transition: color .12s, border-color .12s, background .12s; }
.wiki-nav a:hover { color: #fff; }
.wiki-nav a.active { color: var(--gold); border-left-color: var(--gold); background: linear-gradient(90deg, rgba(200,168,75,.10), transparent); }

.wiki-hero { margin-bottom: 22px; padding: 22px; border: 1px solid var(--line); border-radius: 16px;
  background: radial-gradient(120% 140% at 0% 0%, rgba(0,200,150,.10), transparent 60%), linear-gradient(180deg, rgba(26,29,38,.7), rgba(13,15,20,.7)); }
.wiki-title { font-size: 30px; line-height: 1.15; margin-bottom: 12px; }
.wiki-lede { font-size: 15px; line-height: 1.6; color: #cfd6e2; }
.wiki-callout { margin-top: 16px; padding: 14px 16px; border: 1px solid rgba(0,200,150,.35); background: rgba(0,200,150,.07);
  border-radius: 12px; font-size: 13.5px; line-height: 1.55; color: #cfd6e2; }
.wiki-sec { margin: 34px 0; scroll-margin-top: 90px; }
.wiki-sec h2 { font-size: 20px; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.wiki-sec h3 { font-size: 14px; color: var(--gold); margin: 18px 0 8px; }
.wiki-sec p { font-size: 14px; line-height: 1.65; color: #c2c8d6; margin: 10px 0; }
.wiki-sec ul, .wiki-sec ol { margin: 10px 0 10px 22px; }
.wiki-sec li { font-size: 14px; line-height: 1.7; color: #c2c8d6; }
.wiki-sec code { font-family: var(--mono); font-size: 12.5px; background: rgba(255,255,255,.06); padding: 1px 6px; border-radius: 5px; color: #e6ecf5; }
.wiki-eq { font-family: var(--mono); font-size: 14px; line-height: 1.9; color: var(--gold); text-align: center;
  background: var(--void); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; margin: 14px 0; }
.wiki-code { background: var(--void); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; margin: 14px 0; overflow-x: auto; }
.wiki-code code { background: none; padding: 0; font-size: 12.5px; line-height: 1.6; color: #cdd6e4; white-space: pre; }
.wiki-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 12px 0; }
.wiki-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.wiki-table th, .wiki-table td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); }
.wiki-table th { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: var(--muted); }
.wiki-table td { color: #d4dae6; }
.wiki-table-wide td:first-child { font-weight: 700; }
.wiki-note { background: rgba(200,168,75,.08); border: 1px solid rgba(200,168,75,.3); border-radius: 10px; padding: 10px 14px; }
/* screenshot figure (e.g. Telegram alerts preview) */
.wiki-shot { margin: 18px 0; text-align: center; }
.wiki-shot img { max-width: 340px; width: 100%; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 32px rgba(0,0,0,.45); }
.wiki-shot.wide img { max-width: 100%; }
.wiki-shot figcaption { margin-top: 9px; font-size: 12px; color: var(--muted); }
/* priority-stack diagram */
.wiki-stack { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin: 16px 0 8px; }
.wiki-stack-row { display: flex; flex-direction: column; gap: 3px; padding: 12px 14px; border-bottom: 1px solid var(--line); background: var(--raised); }
.wiki-stack-row:last-child { border-bottom: none; }
.wiki-stack-row b { font-size: 13.5px; }
.wiki-stack-row span { font-family: var(--mono); font-size: 11px; color: var(--muted); }
.wiki-stack-row.pin { background: linear-gradient(90deg, rgba(200,168,75,.16), rgba(200,168,75,.05)); border-bottom-color: rgba(200,168,75,.35); }
.wiki-stack-row.pin b { color: var(--gold); }
.wiki-stack-row.dim { opacity: .65; }
.wiki-stack-side { font-family: var(--mono); font-size: 11px; color: var(--muted); text-align: center; margin: 0 0 6px; }
.wiki-faq { margin: 12px 0; }
.wiki-faq b { display: block; color: #fff; font-size: 14px; margin-bottom: 4px; }
.wiki-faq span { display: block; font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.wiki-foot { margin-top: 36px; text-align: center; }
.wiki-foot .ctrl { text-decoration: none; }
@media (max-width: 820px) {
  .wiki-layout { grid-template-columns: 1fr; gap: 16px; }
  .wiki-side { position: static; top: auto; }
  .wiki-nav { flex-direction: row; flex-wrap: wrap; gap: 6px; border-left: none; }
  .wiki-nav a { border: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 7px; margin: 0; padding: 5px 10px; font-size: 12px; }
  .wiki-nav a.active { border-color: rgba(200,168,75,.5); background: rgba(200,168,75,.1); }
}
@media (max-width: 620px) { .wiki-grid2 { grid-template-columns: 1fr; } .wiki-title { font-size: 24px; } }

.brand-mark {
  font-size: 30px;
  filter: drop-shadow(0 0 12px rgba(200,168,75,.6));
}
.brand-text h1 {
  font-size: 19px; letter-spacing: 2px; font-weight: 800; line-height: 1;
}
.brand-text h1 span { color: var(--gold); margin-left: 6px; }
.brand-sub {
  font-family: var(--mono); font-size: 11px; color: var(--muted);
  text-transform: uppercase; letter-spacing: 1px;
}
.mode-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 11px; text-transform: uppercase;
  letter-spacing: 1px; padding: 5px 10px; border-radius: 99px;
  border: 1px solid var(--line); color: var(--muted);
}
.mode-pill .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--muted);
}
.mode-pill[data-mode="live"] { color: var(--green); border-color: rgba(0,200,150,.4); }
.mode-pill[data-mode="live"] .dot { background: var(--green); box-shadow: 0 0 8px var(--green); animation: pulse 1.4s infinite; }
.mode-pill[data-mode="demo"] { color: var(--gold); border-color: rgba(200,168,75,.4); }
.mode-pill[data-mode="demo"] .dot { background: var(--gold); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

.global-stats { display: flex; gap: 10px; }
.gstat {
  background: var(--raised); border: 1px solid var(--line); border-radius: 10px;
  padding: 8px 14px; min-width: 86px; text-align: center;
}
.gstat-num { display: block; font-family: var(--mono); font-size: 17px; font-weight: 700; }
.gstat-num.up { color: var(--green); }
.gstat-num.dn { color: var(--red); }
.gstat-lbl { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }

/* rich stat chips (biggest pump + top caller) */
.gstat-rich { display: flex; align-items: center; gap: 9px; text-align: left; text-decoration: none; min-width: 0; transition: border-color .15s; }
a.gstat-rich, #statTopCaller.ready { cursor: pointer; }
.gstat-rich:hover { border-color: #3a3f50; }
.gstat-img { width: 30px; height: 30px; border-radius: 8px; object-fit: cover; border: 1px solid var(--line); background: var(--raised); flex: 0 0 auto; }
.gstat-av { width: 30px; height: 30px; --avr: 8px; }
.gstat-rich-info { display: flex; flex-direction: column; line-height: 1.12; min-width: 0; }
.gstat-rich .gstat-num { font-size: 15px; }
.gstat-rich .gstat-lbl { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 110px; }
.gstat-pinned { border-color: rgba(200,168,75,.45); background: rgba(200,168,75,.07); }
.gstat-pinned .gstat-num { color: var(--gold); }
.gstat-pinned .gstat-lbl b { color: var(--gold); font-family: var(--mono); }
.pin-timer { color: var(--gold); font-family: var(--mono); }
/* wallet identity + reputation widget */
.gstat-wallet { display: flex; flex-direction: row; align-items: center; gap: 8px; text-align: left; cursor: default; }
.wallet-nameline { display: flex; align-items: center; gap: 6px; min-width: 0; }
#walletMult { color: var(--gold); font-weight: 700; }
.wallet-btn { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 10px;
  border: 1px solid rgba(0,200,150,.4); background: rgba(0,200,150,.13); color: var(--green);
  font-family: var(--sans); font-weight: 800; font-size: 12.5px; cursor: pointer; transition: .14s; }
.wallet-btn:hover { background: var(--green); color: var(--void); box-shadow: 0 0 16px rgba(0,200,150,.35); }
.wallet-btn.busy { opacity: .6; pointer-events: none; }
.wallet-ico { font-size: 14px; line-height: 1; }
.wallet-id { display: flex; flex-direction: row; align-items: center; gap: 9px; line-height: 1.14; text-decoration: none; color: inherit; }
.wallet-id:hover .wallet-addr { color: var(--green); }
.wallet-addr { font-family: var(--mono); font-size: 14px; font-weight: 700; max-width: 96px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gstat-wallet .gstat-lbl b { color: var(--gold); font-family: var(--mono); }
.wallet-logout { border: 1px solid var(--line); background: var(--raised); color: var(--muted);
  width: 24px; height: 24px; border-radius: 7px; cursor: pointer; font-size: 13px; line-height: 1; transition: .12s; }
.wallet-logout:hover { color: var(--red); border-color: rgba(232,57,74,.5); }

/* wallet picker modal */
.wallet-overlay { position: fixed; inset: 0; z-index: 110; display: flex; align-items: center; justify-content: center;
  background: rgba(5,7,11,.78); backdrop-filter: blur(4px); padding: 20px; }
.wallet-overlay[hidden] { display: none; }
.wallet-pick { width: min(380px, 100%); background: var(--surface, #12151c); border: 1px solid var(--line);
  border-radius: 16px; padding: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.55); animation: modalpop .16s ease; }
.wallet-pick-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.wallet-pick-head h3 { font-size: 17px; margin: 0; }
.wallet-pick-x { background: none; border: none; color: var(--muted); font-size: 16px; cursor: pointer; padding: 4px; }
.wallet-pick-x:hover { color: #fff; }
.wallet-pick-list { display: flex; flex-direction: column; gap: 8px; }
.wallet-opt { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; cursor: pointer;
  background: var(--raised); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; transition: border-color .12s, background .12s; }
.wallet-opt:hover { border-color: var(--green); background: rgba(0,200,150,.06); }
.wallet-opt.busy { opacity: .6; pointer-events: none; }
.wallet-opt-ico { font-size: 22px; width: 30px; text-align: center; }
.wallet-opt-name { font-weight: 700; font-size: 14px; flex: 1; }
.wallet-opt-status { font-family: var(--mono); font-size: 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 3px 8px; }
.wallet-opt:hover .wallet-opt-status { color: var(--green); border-color: rgba(0,200,150,.4); }
.wallet-pick-note { margin-top: 14px; font-size: 11px; color: var(--muted); text-align: center; line-height: 1.5; }
.wallet-tier { font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .2px;
  padding: 2px 6px; border-radius: 999px; white-space: nowrap; flex: none;
  color: var(--gold); border: 1px solid rgba(200,168,75,.45); background: rgba(200,168,75,.12); }
.wallet-tier[data-tier="2"] { color: #b58bff; border-color: rgba(160,110,255,.5); background: rgba(160,110,255,.13); }
.wallet-tier[data-tier="3"] { color: var(--green); border-color: rgba(0,200,150,.5); background: rgba(0,200,150,.14); }
.ctrl-post { background: rgba(0,200,150,.14); border-color: rgba(0,200,150,.4); color: var(--green); font-weight: 800; }
.ctrl-post:hover { background: var(--green); color: var(--void); }
.ctrl-post.locked { opacity: .55; background: transparent; color: var(--muted); border-color: var(--line); }
.ctrl-post.locked::after { content: ' 🔒'; font-size: 9px; }
.ctrl-post.locked:hover { background: rgba(255,255,255,.04); color: var(--muted); }

/* ───────────── HOLDER TIER AURAS — diamond-hand flex ─────────────
   Escalating prestige for $PUMPCALL holders: Micro (bronze) → Alpha (violet)
   → Whale (holographic diamond). Real holders should feel it. */
.gstat-wallet.holder-t1 { animation: holderGlow1 3.2s ease-in-out infinite; }
.gstat-wallet.holder-t2 { animation: holderGlow2 2.8s ease-in-out infinite; }
.gstat-wallet.holder-t3 { animation: holderGlow3 2.4s ease-in-out infinite; }
@keyframes holderGlow1 { 0%,100%{ box-shadow:0 0 0 1px rgba(200,168,75,.25);} 50%{ box-shadow:0 0 14px rgba(200,168,75,.30),0 0 0 1px rgba(200,168,75,.55);} }
@keyframes holderGlow2 { 0%,100%{ box-shadow:0 0 0 1px rgba(160,110,255,.30);} 50%{ box-shadow:0 0 18px rgba(160,110,255,.40),0 0 0 1px rgba(160,110,255,.65);} }
@keyframes holderGlow3 { 0%,100%{ box-shadow:0 0 8px rgba(0,210,200,.25),0 0 0 1px rgba(120,230,255,.50);} 50%{ box-shadow:0 0 26px rgba(80,220,255,.50),0 0 0 1px rgba(160,240,255,.85);} }

/* animated avatar ring (reuses .av-wrap::before) */
.av-wrap.holder-t1::before { opacity:1; background: conic-gradient(from 0deg,#c8a84b,#fff1bf,#8a6d2a,#c8a84b); animation: ringSpin 5s linear infinite; }
.av-wrap.holder-t2::before { opacity:1; background: conic-gradient(from 0deg,#9a5cff,#c9a6ff,#5a2a9a,#c9a6ff,#9a5cff); animation: ringSpin 3.6s linear infinite; }
.av-wrap.holder-t3::before { opacity:1; background: conic-gradient(from 0deg,#00e0c0,#a6f0ff,#3d8fff,#ffffff,#00e0c0); animation: ringSpin 2.4s linear infinite; }
.av-wrap.holder-t3 img { animation: diamondPulse 2s ease-in-out infinite; }
@keyframes diamondPulse { 0%,100%{ box-shadow:0 0 8px rgba(140,235,255,.5);} 50%{ box-shadow:0 0 16px 2px rgba(140,235,255,.95);} }

/* tier pill: a sheen sweep for every holder; Whale gets a holographic shift */
.wallet-tier { position: relative; overflow: hidden; }
.wallet-tier::after { content:''; position:absolute; inset:0; pointer-events:none;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.6) 50%, transparent 62%);
  transform: translateX(-140%); animation: pillSheen 3.4s ease-in-out infinite; }
@keyframes pillSheen { 0%,55%{ transform:translateX(-140%);} 80%,100%{ transform:translateX(140%);} }
.wallet-tier[data-tier="3"] {
  color:#bdf6ff; border-color: rgba(140,235,255,.65);
  background: linear-gradient(90deg, rgba(0,224,192,.20), rgba(60,143,255,.20), rgba(166,240,255,.24), rgba(0,224,192,.20));
  background-size: 220% 100%; animation: holoShift 3s linear infinite;
}
@keyframes holoShift { to { background-position: 220% 0; } }

/* Whale exclusive: a twinkling diamond riding the avatar */
.gstat-wallet.holder-t3 .wallet-id { position: relative; }
.gstat-wallet.holder-t3 .wallet-id::after { content:'💎'; position:absolute; left:21px; top:-5px; font-size:11px;
  filter: drop-shadow(0 0 4px rgba(140,235,255,.9)); animation: diamondTwinkle 1.8s ease-in-out infinite; }
@keyframes diamondTwinkle { 0%,100%{ opacity:.4; transform:scale(.8) rotate(-8deg);} 50%{ opacity:1; transform:scale(1.15) rotate(8deg);} }

@media (prefers-reduced-motion: reduce) {
  .gstat-wallet.holder-t1, .gstat-wallet.holder-t2, .gstat-wallet.holder-t3,
  .av-wrap.holder-t1::before, .av-wrap.holder-t2::before, .av-wrap.holder-t3::before,
  .av-wrap.holder-t3 img, .wallet-tier::after, .wallet-tier[data-tier="3"],
  .gstat-wallet.holder-t3 .wallet-id::after { animation: none; }
}

/* ───────────── COMPOSE MODAL ───────────── */
.modal-overlay { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center;
  background: rgba(5,7,11,.74); backdrop-filter: blur(4px); padding: 20px; }
.modal-overlay[hidden] { display: none; }
.modal { width: min(440px, 100%); background: var(--panel, #12151c); border: 1px solid var(--line);
  border-radius: 16px; padding: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.5); animation: modalpop .16s ease; }
@keyframes modalpop { from { transform: translateY(10px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.modal-head h3 { font-size: 17px; margin: 0; }
.modal-x { background: none; border: none; color: var(--muted); font-size: 16px; cursor: pointer; padding: 4px; }
.modal-x:hover { color: #fff; }
.modal-tier { font-family: var(--mono); font-size: 11px; color: var(--muted); margin-bottom: 14px;
  padding: 7px 10px; border-radius: 8px; background: rgba(255,255,255,.03); border: 1px solid var(--line); }
.modal-tier.on { color: var(--gold); border-color: rgba(200,168,75,.35); }
.modal-label { display: block; font-size: 11px; letter-spacing: .5px; text-transform: uppercase; color: var(--muted); margin: 12px 0 6px; }
.modal-opt { text-transform: none; opacity: .7; }
.modal-input { width: 100%; background: var(--void); border: 1px solid var(--line); border-radius: 9px;
  color: #fff; font-family: var(--mono); font-size: 13px; padding: 10px 12px; outline: none; transition: border-color .12s; }
.modal-input:focus { border-color: var(--green); }
.modal-textarea { font-family: var(--sans); resize: vertical; min-height: 60px; }
.modal-msg { min-height: 16px; font-size: 12px; margin: 10px 0 4px; color: var(--muted); }
.modal-msg.err { color: var(--red); }
.modal-submit { width: 100%; height: 42px; margin-top: 8px; }

/* burn confirmation dialog */
.confirm-modal { width: min(400px, 100%); }
.confirm-body { font-size: 13.5px; line-height: 1.5; color: #cfd6e2; margin: 6px 0 18px; }
.confirm-body b { color: #fff; }
.confirm-warn { display: block; color: var(--red); margin: 8px 0; font-weight: 600; }
.confirm-sim { display: block; color: var(--muted); margin: 8px 0; }
.confirm-actions { display: flex; gap: 10px; }
.confirm-cancel, .confirm-ok { flex: 1; height: 42px; border-radius: 10px; font-family: var(--sans); font-weight: 800; font-size: 13px; cursor: pointer; transition: .12s; }
.confirm-cancel { background: var(--raised); border: 1px solid var(--line); color: var(--muted); }
.confirm-cancel:hover { color: #fff; border-color: #3a3f50; }
.confirm-ok { background: rgba(232,57,74,.16); border: 1px solid rgba(232,57,74,.5); color: var(--red); }
.confirm-ok:hover { background: var(--red); color: #fff; }
.confirm-ok:disabled { opacity: .5; pointer-events: none; }
.confirm-body p { margin: 0 0 10px; }
.confirm-sub { color: var(--muted); font-size: 12px; }
.confirm-how { background: rgba(0,0,0,.25); border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; margin: 10px 0; }
.confirm-how > b { color: #fff; font-size: 12px; letter-spacing: .3px; }
.confirm-how ul { margin: 7px 0 0; padding-left: 18px; }
.confirm-how li { font-size: 12px; line-height: 1.55; color: #cfd6e2; margin: 3px 0; }
.confirm-how a { color: var(--green); }
.confirm-agree { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; color: #cfd6e2; margin: 2px 0 14px; cursor: pointer; line-height: 1.45; }
.confirm-agree input { margin-top: 1px; width: 16px; height: 16px; accent-color: var(--green); cursor: pointer; flex: none; }
.confirm-agree a { color: var(--green); }

/* Terms & Conditions page */
.terms-wrap { max-width: 760px; margin: 0 auto; padding: 28px 22px 80px; }
.terms-wrap h1 { font-size: 26px; margin: 0 0 4px; }
.terms-meta { font-family: var(--mono); font-size: 11px; color: var(--muted); margin: 0 0 18px; }
.terms-intro { font-size: 14px; line-height: 1.7; color: #cfd6e2; }
.terms-wrap h2 { font-size: 16px; margin: 26px 0 8px; color: #fff; }
.terms-wrap p, .terms-wrap li { font-size: 13.5px; line-height: 1.7; color: #cfd6e2; }
.terms-wrap b { color: #fff; }
.terms-wrap ul { padding-left: 20px; margin: 8px 0; }
.terms-wrap li { margin: 6px 0; }
.terms-foot { margin-top: 34px; }

/* Seasons & Hall of Fame */
.seasons-wrap { max-width: 760px; margin: 0 auto; padding: 26px 20px 80px; }
.seasons-head h2 { font-size: 24px; margin: 0 0 6px; }
.seasons-head p { color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 640px; }
.sz-block { margin-top: 26px; }
.sz-block-h { font-weight: 800; font-size: 16px; margin-bottom: 12px; }
.sz-sub { font-family: var(--mono); font-weight: 500; font-size: 10px; color: var(--muted); margin-left: 6px; }
.sz-list { display: flex; flex-direction: column; gap: 8px; }
.sz-empty { color: var(--muted); font-size: 13px; padding: 16px 0; }
.sz-row { display: flex; align-items: center; gap: 9px;
  background: rgba(13,15,20,.55); border: 1px solid var(--line); border-radius: 12px; padding: 9px 13px; }
.sz-row:hover { border-color: rgba(200,168,75,.45); }
.sz-rowlink { flex: 1; min-width: 0; display: flex; align-items: center; gap: 11px; text-decoration: none; }
.sz-tip { flex: none; font-family: var(--mono); font-weight: 700; font-size: 11px; cursor: pointer;
  color: var(--gold); background: rgba(200,168,75,.10); border: 1px solid rgba(200,168,75,.40);
  border-radius: 8px; padding: 6px 9px; white-space: nowrap; transition: background .15s, transform .1s; }
.sz-tip:hover { background: rgba(200,168,75,.22); transform: translateY(-1px); }
.sz-tip:active { transform: translateY(0); }
.sz-medal { width: 26px; text-align: center; font-size: 16px; }
.sz-rk { font-family: var(--mono); font-weight: 700; color: var(--muted); font-size: 13px; }
.sz-av { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.sz-name { flex: 1; min-width: 0; font-weight: 700; color: #e7ecf3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sz-stat { font-family: var(--mono); font-size: 12px; color: var(--muted); white-space: nowrap; }
.sz-stat b { color: var(--gold); }
.sz-season { margin-bottom: 16px; }
.sz-season-h { font-family: var(--mono); font-size: 12px; letter-spacing: .5px; color: var(--muted); margin: 0 0 7px; }
.sz-podium { display: flex; flex-direction: column; gap: 6px; }
.pf-champ { font-family: var(--mono); font-size: 9px; font-weight: 700; color: var(--gold);
  border: 1px solid rgba(200,168,75,.5); background: rgba(200,168,75,.1); border-radius: 999px; padding: 2px 7px; white-space: nowrap; }
.wiki-lock { font-family: var(--mono); font-size: 8px; font-weight: 700; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; padding: 1px 4px; margin-left: 5px; vertical-align: middle; }

/* prediction settings popup */
.predict-modal { width: min(380px, 100%); }
.pm-coin { font-family: var(--mono); font-weight: 700; color: var(--green); font-size: 15px; margin: 2px 0 12px; }
.pm-sides { display: flex; gap: 8px; }
.pm-side { flex: 1; height: 40px; border-radius: 9px; font-family: var(--sans); font-weight: 800; font-size: 13px; cursor: pointer; border: 1px solid var(--line); background: var(--raised); color: var(--muted); transition: .12s; }
.pm-pump.on { background: rgba(0,200,150,.16); color: var(--green); border-color: rgba(0,200,150,.5); }
.pm-dump.on { background: rgba(232,57,74,.16); color: var(--red); border-color: rgba(232,57,74,.5); }
.pm-label { font-size: 11px; letter-spacing: .5px; text-transform: uppercase; color: var(--muted); margin: 14px 0 7px; }
.pm-chips { display: flex; gap: 7px; flex-wrap: wrap; }
.pm-chip { flex: 1; min-width: 60px; height: 34px; border-radius: 8px; border: 1px solid var(--line); background: var(--void); color: var(--muted); font-family: var(--mono); font-size: 12px; font-weight: 700; cursor: pointer; transition: .12s; }
.pm-chip:hover { color: #fff; border-color: #3a3f50; }
.pm-chip.on { background: rgba(200,168,75,.14); color: var(--gold); border-color: rgba(200,168,75,.55); }
.pm-chip.pm-locked { opacity: .5; }
.pm-chip.pm-locked:hover { color: var(--muted); border-color: var(--line); }
.modal-msg.pm-moon { color: var(--green); }
.pm-reward { margin: 16px 0 6px; font-size: 12px; color: var(--muted); display: flex; justify-content: space-between; align-items: center; }
.pm-reward b { color: var(--gold); font-family: var(--mono); font-size: 16px; }

/* visibility burns: boost bar + pinned card + ticker boost chip */
.boost { display: none; gap: 7px; padding: 0 14px 12px; background: rgba(13,15,20,.82); }
body.can-boost .boost { display: flex; }
.boost-btn { flex: 1; height: 30px; border-radius: 8px; border: 1px solid var(--line); background: var(--raised);
  color: var(--muted); font-family: var(--mono); font-size: 11px; font-weight: 700; cursor: pointer; transition: .12s; }
.boost-btn:hover { color: var(--gold); border-color: rgba(200,168,75,.55); background: rgba(200,168,75,.1); }
.boost-btn:disabled { opacity: .5; pointer-events: none; }
.card.pinned { position: relative; box-shadow: 0 0 0 2px var(--gold), 0 0 26px rgba(200,168,75,.28); }
.card.pinned::after { content: '📌 PINNED'; position: absolute; top: 8px; right: 8px; z-index: 4;
  font-family: var(--mono); font-size: 9px; letter-spacing: .5px; color: var(--gold);
  background: rgba(5,8,11,.8); border: 1px solid rgba(200,168,75,.6); border-radius: 999px; padding: 2px 8px; }
.tick-boost { background: rgba(200,168,75,.12); border-radius: 8px; padding: 0 8px; }
.tick-boost b { color: var(--gold); }
.tick-fire { margin-right: 1px; }

/* caller quality bond badge (sits below the community-call label) */
/* conviction badge — permanent flair; brighter with tier */
.conviction-badge { position: absolute; top: 28px; left: 8px; z-index: 4;
  font-family: var(--mono); font-size: 9px; letter-spacing: .3px;
  color: var(--gold); background: rgba(5,8,11,.78); border: 1px solid rgba(255,140,40,.5);
  border-radius: 999px; padding: 2px 8px; }
.conviction-badge[data-tier="1"] { color: #ffb169; border-color: rgba(255,140,40,.45); }
.conviction-badge[data-tier="2"] { color: #ff8c3a; border-color: rgba(255,140,40,.7); box-shadow: 0 0 8px rgba(255,140,40,.35); }
.conviction-badge[data-tier="3"] { color: #ffd24a; border-color: rgba(255,200,60,.95);
  box-shadow: 0 0 12px rgba(255,170,40,.6); animation: convPulse 1.8s ease-in-out infinite; }
/* conviction aura on the card itself — escalating, clearly distinct per tier */
.card[data-conviction] { position: relative; }
.card[data-conviction="1"] { box-shadow: 0 0 0 1px rgba(255,140,40,.3), 0 0 12px rgba(255,140,40,.14); }
.card[data-conviction="2"] { box-shadow: 0 0 0 1px rgba(255,140,40,.55), 0 0 20px rgba(255,140,40,.28); }
.card[data-conviction="3"] { box-shadow: 0 0 0 2px rgba(255,190,50,.8), 0 0 30px rgba(255,165,40,.5);
  animation: convAura 2.4s ease-in-out infinite; }
/* thin priority ribbon down the left edge — brighter/wider with tier */
.card[data-conviction]::before { content: ''; position: absolute; left: 0; top: 10px; bottom: 10px; width: 3px;
  border-radius: 3px; z-index: 5; background: linear-gradient(180deg, #ffd24a, #ff7a18); opacity: .5; }
.card[data-conviction="2"]::before { opacity: .8; width: 4px; }
.card[data-conviction="3"]::before { opacity: 1; width: 5px; box-shadow: 0 0 10px rgba(255,170,40,.8); }
@keyframes convPulse { 0%,100% { box-shadow: 0 0 10px rgba(255,170,40,.45); } 50% { box-shadow: 0 0 18px rgba(255,200,60,.85); } }
@keyframes convAura {
  0%,100% { box-shadow: 0 0 0 2px rgba(255,190,50,.7), 0 0 24px rgba(255,165,40,.4); }
  50%     { box-shadow: 0 0 0 2px rgba(255,210,80,.95), 0 0 38px rgba(255,175,50,.62); }
}
/* compose conviction tier picker */
.modal-conv { margin-top: 14px; }
.conv-tiers { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.conv-opt { flex: 1; min-width: 64px; display: flex; flex-direction: column; align-items: center; gap: 2px;
  background: var(--raised); border: 1px solid var(--line); border-radius: 12px; padding: 9px 6px;
  cursor: pointer; transition: border-color .12s, background .12s, box-shadow .12s; color: #cfd6e2; }
.conv-opt:hover { border-color: rgba(255,140,40,.5); }
.conv-opt.is-on { border-color: var(--green); background: rgba(0,200,150,.08); box-shadow: 0 0 10px rgba(0,200,150,.18); }
.conv-opt-fl { font-size: 13px; line-height: 1; }
.conv-opt-amt { font-family: var(--mono); font-size: 11px; font-weight: 700; }
.modal-conv-hint { font-size: 10.5px; color: var(--muted); margin-top: 7px; line-height: 1.4; min-height: 14px; }

/* ───────────── WHALE RADAR (Whale-tier perk under Whale calls) ───────────── */
.whale-radar { max-width: 1200px; margin: 22px auto 0; padding: 14px 16px;
  background: linear-gradient(180deg, rgba(0,200,150,.06), rgba(13,15,20,.4));
  border: 1px solid rgba(0,200,150,.25); border-radius: 16px; }
.whale-radar[hidden] { display: none; }
.wr-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.wr-title { font-weight: 800; font-size: 15px; }
.wr-sub { font-family: var(--mono); font-size: 10px; font-weight: 500; color: var(--muted); margin-left: 6px; }
.wr-updated { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .6px; color: var(--green);
  display: inline-flex; align-items: center; }
.wr-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 6px var(--green); margin-right: 6px; animation: wrPulse 1.5s ease-in-out infinite; }
@keyframes wrPulse { 0%,100% { opacity: .3; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.2); } }
.wr-updated.wr-bump { animation: wrBump .5s ease; }
@keyframes wrBump { 0% { transform: scale(1); } 30% { transform: scale(1.14); } 100% { transform: scale(1); } }
.wr-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.wr-tab { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--muted);
  background: var(--raised); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; cursor: pointer;
  transition: color .12s, border-color .12s, background .12s; }
.wr-tab:hover { color: #fff; }
.wr-tab.active { color: var(--green); border-color: rgba(0,200,150,.5); background: rgba(0,200,150,.1); }
.wr-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 10px; }
.wr-empty { grid-column: 1/-1; text-align: center; color: var(--muted); font-size: 13px; padding: 22px 0; }
.wr-row { display: flex; align-items: flex-start; gap: 11px; padding: 10px 12px;
  background: rgba(13,15,20,.55); border: 1px solid var(--line); border-radius: 12px; }
.wr-img { width: 38px; height: 38px; border-radius: 9px; object-fit: cover; flex: none; background: #0d0f14; }
.wr-main { flex: 1; min-width: 0; }
.wr-line1 { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.wr-sym { font-weight: 800; font-size: 14px; color: #fff; text-decoration: none; }
.wr-sym:hover { color: var(--green); }
.wr-tag { font-family: var(--mono); font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 999px; white-space: nowrap; }
.wr-tag.coord { color: #c7a3ff; border: 1px solid rgba(170,120,255,.5); background: rgba(170,120,255,.08); }
.wr-tag.solo { color: var(--muted); border: 1px solid var(--line); }
.wr-tag.acc { color: var(--green); border: 1px solid rgba(0,200,150,.45); background: rgba(0,200,150,.07); }
.wr-accts { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 5px; }
.wr-acct { font-family: var(--mono); font-size: 10px; color: var(--muted); text-decoration: none; }
.wr-acct:hover { color: var(--green); }
.wr-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.wr-links a { font-family: var(--mono); font-size: 10px; color: var(--muted); text-decoration: none; }
.wr-links a:hover { color: var(--green); }
.wr-net { text-align: right; flex: none; display: flex; flex-direction: column; }
.wr-net-v { font-family: var(--mono); font-weight: 700; font-size: 14px; color: var(--green); }
.wr-net-v.dn { color: var(--red); }
.wr-net-l { font-family: var(--mono); font-size: 8.5px; color: var(--muted); }

/* ───────────── WHALE ATTENTION CARD (coordinated buys, site-wide) ───────────── */
.whale-alert { position: fixed; right: 20px; bottom: 84px; z-index: 9998; width: 380px; max-width: calc(100vw - 32px);
  background: linear-gradient(180deg, rgba(22,25,34,.99), rgba(13,15,20,.99));
  border: 2px solid var(--green); border-radius: 18px; padding: 0 0 14px; overflow: hidden;
  box-shadow: 0 22px 60px rgba(0,0,0,.6); animation: waIn .4s cubic-bezier(.2,.9,.3,1.2) both, waGlow 1.4s ease-in-out infinite; }
.whale-alert.hidden { display: none; }
.whale-alert.wa-flash { animation: waIn .4s cubic-bezier(.2,.9,.3,1.2) both, waGlow 1.4s ease-in-out infinite; }
.wa-x { position: absolute; top: 8px; right: 10px; background: rgba(0,0,0,.3); border: none; color: #fff;
  font-size: 14px; cursor: pointer; padding: 3px 7px; line-height: 1; z-index: 3; border-radius: 8px; }
.wa-x:hover { background: rgba(0,0,0,.6); }
.wa-banner { font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: 1px; color: #06120e;
  background: linear-gradient(90deg, var(--green), #4be0b8); padding: 7px 14px; text-align: center;
  animation: waBanner 1s ease-in-out infinite; }
.wa-head { display: flex; align-items: center; gap: 13px; padding: 13px 14px 10px; }
.wa-img { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; flex: none; background: #0d0f14; border: 1px solid var(--line); }
.wa-head-txt { min-width: 0; }
.wa-sym { font-weight: 800; font-size: 22px; color: #fff; line-height: 1.05; }
.wa-name { font-size: 12px; color: var(--muted); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wa-badges { display: flex; gap: 6px; margin-top: 6px; flex-wrap: wrap; }
.wa-badge { font-family: var(--mono); font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 999px; }
.wa-badge.crew { color: #c7a3ff; border: 1px solid rgba(170,120,255,.5); background: rgba(170,120,255,.1); }
.wa-badge.acc { color: var(--green); border: 1px solid rgba(0,200,150,.45); background: rgba(0,200,150,.08); }
.wa-stats { display: flex; gap: 8px; padding: 4px 14px 10px; }
.wa-stat { flex: 1; background: rgba(13,15,20,.6); border: 1px solid var(--line); border-radius: 10px; padding: 8px 6px; text-align: center; }
.wa-stat-v { font-family: var(--mono); font-weight: 700; font-size: 14px; color: #e7ecf3; }
.wa-stat-v.up { color: var(--green); } .wa-stat-v.dn { color: var(--red); }
.wa-stat-l { font-family: var(--mono); font-size: 8.5px; color: var(--muted); margin-top: 2px; }
.wa-whales { display: flex; flex-direction: column; gap: 5px; padding: 0 14px 12px; }
.wa-whale { display: flex; align-items: center; justify-content: space-between; gap: 10px; text-decoration: none;
  background: rgba(0,200,150,.05); border: 1px solid var(--line); border-radius: 9px; padding: 6px 10px; }
.wa-whale:hover { border-color: rgba(0,200,150,.45); }
.wa-whale-tag { font-family: var(--mono); font-size: 11px; color: #cfd6e2; }
.wa-whale-amt { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--green); }
.wa-sold { color: var(--red); font-weight: 700; }
.wa-more { font-family: var(--mono); font-size: 10px; color: var(--muted); text-align: center; padding-top: 2px; }
.wa-links { display: flex; gap: 12px; justify-content: center; padding: 0 14px 10px; }
.wa-links a { font-family: var(--mono); font-size: 10.5px; color: var(--muted); text-decoration: none; }
.wa-links a:hover { color: var(--green); }
.wa-cta { display: block; margin: 0 14px; text-align: center; text-decoration: none; font-weight: 800; font-size: 13px;
  color: #06120e; background: linear-gradient(90deg, var(--green), #4be0b8); border-radius: 11px; padding: 11px;
  box-shadow: 0 6px 18px rgba(0,200,150,.35); }
.wa-cta:hover { filter: brightness(1.08); }
@keyframes waIn { 0% { opacity: 0; transform: translateY(36px) scale(.94); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes waGlow { 0%,100% { box-shadow: 0 22px 60px rgba(0,0,0,.6), 0 0 0 2px rgba(0,200,150,.3); } 50% { box-shadow: 0 22px 60px rgba(0,0,0,.6), 0 0 30px rgba(0,200,150,.6); } }
@keyframes waBanner { 0%,100% { opacity: 1; } 50% { opacity: .7; } }

/* ───────────── COIN AUDIT ───────────── */
.audit-btn { font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .3px; color: #cfd6e2;
  background: rgba(5,8,11,.7); border: 1px solid var(--line); border-radius: 999px; padding: 3px 9px; cursor: pointer;
  align-self: center; transition: color .12s, border-color .12s, background .12s; }
.audit-btn:hover { color: var(--green); border-color: rgba(0,200,150,.5); background: rgba(0,200,150,.08); }
.audit-modal { width: min(440px, 100%); }
.audit-loading { text-align: center; color: var(--muted); padding: 30px 10px; font-size: 14px; }
.audit-score { display: flex; align-items: center; gap: 16px; margin: 4px 0 16px; }
.audit-trust { text-align: center; flex: none; }
.audit-trust-n { font-family: var(--mono); font-weight: 800; font-size: 42px; line-height: 1; }
.audit-trust-n.up { color: var(--green); } .audit-trust-n.dn { color: var(--red); } .audit-trust-n.warn { color: var(--gold); }
.audit-trust-l { font-family: var(--mono); font-size: 9px; color: var(--muted); margin-top: 3px; }
.audit-verdict { flex: 1; text-align: center; font-weight: 800; font-size: 20px; letter-spacing: 1px; padding: 14px;
  border-radius: 12px; border: 1px solid var(--line); }
.audit-verdict.up { color: var(--green); border-color: rgba(0,200,150,.5); background: rgba(0,200,150,.08); }
.audit-verdict.dn { color: var(--red); border-color: rgba(232,57,74,.5); background: rgba(232,57,74,.08); }
.audit-verdict.warn { color: var(--gold); border-color: rgba(200,168,75,.5); background: rgba(200,168,75,.08); }
.audit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px; }
.audit-row { display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px;
  border-bottom: 1px solid rgba(255,255,255,.05); padding-bottom: 5px; }
.audit-row span { color: var(--muted); } .audit-row b { font-family: var(--mono); color: #e7ecf3; }
.audit-row .up { color: var(--green); } .audit-row .dn { color: var(--red); }
.audit-flags { margin-top: 14px; display: flex; flex-direction: column; gap: 7px; }
.audit-flag { font-size: 11.5px; color: #cfd6e2; background: rgba(200,168,75,.07); border: 1px solid rgba(200,168,75,.35);
  border-radius: 9px; padding: 7px 10px; }
.audit-flag.dn { background: rgba(232,57,74,.08); border-color: rgba(232,57,74,.4); }
.audit-flag.ok { color: var(--green); background: rgba(0,200,150,.06); border-color: rgba(0,200,150,.3); }
.audit-flag span { display: block; color: var(--muted); font-size: 10.5px; margin-top: 2px; }
.audit-note { margin-top: 14px; font-size: 10px; color: var(--muted); text-align: center; }
/* standalone Audit Coin panel */
.audit-panel { max-width: 720px; margin: 22px auto 0; padding: 18px 18px 20px;
  background: linear-gradient(180deg, rgba(0,200,150,.05), rgba(13,15,20,.4));
  border: 1px solid rgba(0,200,150,.25); border-radius: 16px; }
.audit-panel[hidden] { display: none; }
.ap-head { margin-bottom: 12px; }
.ap-title { font-weight: 800; font-size: 17px; }
.ap-subt { font-size: 12px; color: var(--muted); margin-top: 3px; }
.ap-input-row { display: flex; gap: 8px; }
.ap-input { flex: 1; min-width: 0; background: var(--void); border: 1px solid var(--line); border-radius: 10px;
  padding: 11px 13px; color: #e7ecf3; font-size: 13px; font-family: var(--mono); }
.ap-input:focus { outline: none; border-color: var(--green); }
.ap-btn { flex: none; font-weight: 800; font-size: 13px; color: #06120e; cursor: pointer; border: none;
  background: linear-gradient(90deg, var(--green), #4be0b8); border-radius: 10px; padding: 0 18px; }
.ap-btn:hover { filter: brightness(1.08); }
.ap-clear { flex: none; font-weight: 700; font-size: 12px; color: var(--muted); cursor: pointer;
  background: var(--raised); border: 1px solid var(--line); border-radius: 10px; padding: 0 14px; }
.ap-clear:hover { color: #fff; border-color: var(--muted); }

/* ───────────── PUMPCALL ASSISTANT (help agent) ───────────── */
.pa-launch { position: fixed; right: 18px; bottom: 18px; z-index: 9997; width: 54px; height: 54px; border-radius: 50%;
  border: 1px solid var(--green); cursor: pointer; font-size: 23px; color: #fff;
  background: linear-gradient(180deg, rgba(22,25,34,.99), rgba(13,15,20,.99));
  transition: transform .15s; animation: paAttn 2.6s ease-in-out infinite; }
.pa-launch:hover { transform: scale(1.1); }
.pa-launch.open { transform: scale(.9); animation: none; box-shadow: 0 12px 30px rgba(0,0,0,.5), 0 0 0 1px rgba(0,200,150,.3); }
/* attention pulse — an expanding green ring so users notice the help button */
@keyframes paAttn {
  0%   { box-shadow: 0 12px 30px rgba(0,0,0,.5), 0 0 0 0 rgba(0,200,150,.55); }
  70%  { box-shadow: 0 12px 30px rgba(0,0,0,.5), 0 0 0 14px rgba(0,200,150,0); }
  100% { box-shadow: 0 12px 30px rgba(0,0,0,.5), 0 0 0 0 rgba(0,200,150,0); }
}
.pa-panel { position: fixed; right: 18px; bottom: 84px; z-index: 9997; width: 340px; max-width: calc(100vw - 36px);
  height: 460px; max-height: calc(100vh - 120px); display: flex; flex-direction: column; overflow: hidden;
  background: linear-gradient(180deg, rgba(22,25,34,.99), rgba(13,15,20,.99));
  border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 22px 60px rgba(0,0,0,.6);
  animation: paIn .25s ease both; }
.pa-panel.hidden { display: none; }
@keyframes paIn { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.pa-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px;
  border-bottom: 1px solid var(--line); background: rgba(0,200,150,.05); }
.pa-head-t { font-weight: 800; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.pa-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 6px var(--green);
  animation: wrPulse 1.5s ease-in-out infinite; }
.pa-x { background: none; border: none; color: var(--muted); font-size: 14px; cursor: pointer; }
.pa-x:hover { color: #fff; }
.pa-body { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.pa-msg { max-width: 85%; font-size: 12.5px; line-height: 1.5; padding: 9px 12px; border-radius: 12px; }
.pa-msg.bot { align-self: flex-start; background: var(--raised); border: 1px solid var(--line); color: #e7ecf3; border-bottom-left-radius: 4px; }
.pa-msg.user { align-self: flex-end; color: #eafff7; border-bottom-right-radius: 4px;
  background: linear-gradient(180deg, rgba(0,200,150,.18), rgba(0,200,150,.1)); border: 1px solid rgba(0,200,150,.4); }
.pa-link { color: var(--green); font-weight: 700; text-decoration: none; display: inline-block; margin-top: 6px; }
.pa-link:hover { text-decoration: underline; }
.pa-typing { display: flex; gap: 4px; align-items: center; }
.pa-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: paBlink 1s infinite; }
.pa-typing span:nth-child(2) { animation-delay: .2s; } .pa-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes paBlink { 0%,60%,100% { opacity: .25; } 30% { opacity: 1; } }
.pa-mail { display: flex; gap: 6px; margin-top: 9px; }
.pa-mail-in { flex: 1; min-width: 0; background: var(--void); border: 1px solid var(--line); border-radius: 8px; padding: 7px 9px; color: #e7ecf3; font-size: 11px; }
.pa-mail-in:focus { outline: none; border-color: var(--green); }
.pa-mail-btn { flex: none; font-weight: 700; font-size: 11px; color: #06120e; cursor: pointer; border: none;
  background: linear-gradient(90deg, var(--green), #4be0b8); border-radius: 8px; padding: 0 11px; }
.pa-chips { display: flex; gap: 6px; flex-wrap: wrap; padding: 0 12px 8px; }
.pa-chip { font-size: 10.5px; color: #cfd6e2; background: var(--raised); border: 1px solid var(--line);
  border-radius: 999px; padding: 5px 10px; cursor: pointer; }
.pa-chip:hover { border-color: var(--green); color: var(--green); }
.pa-input-row { display: flex; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--line); }
.pa-input { flex: 1; min-width: 0; background: var(--void); border: 1px solid var(--line); border-radius: 10px;
  padding: 10px 12px; color: #e7ecf3; font-size: 12.5px; }
.pa-input:focus { outline: none; border-color: var(--green); }
.pa-send { flex: none; width: 40px; border: none; cursor: pointer; border-radius: 10px; color: #06120e; font-size: 14px;
  background: linear-gradient(180deg, var(--green), #4be0b8); }
.pa-send:hover { filter: brightness(1.08); }

/* ───────────── BACKED COINS page ───────────── */
.backed-wrap { max-width: 860px; margin: 0 auto; padding: 26px 20px 80px; }
.backed-head h2 { font-size: 24px; margin: 0 0 6px; }
.backed-head p { color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 640px; }
.backed-list { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.backed-empty { text-align: center; color: var(--muted); font-size: 14px; padding: 50px 20px; }
.bk-row { display: grid; grid-template-columns: 26px 44px 1fr auto; align-items: center; gap: 12px;
  background: rgba(13,15,20,.55); border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; }
.bk-rank { font-family: var(--mono); font-weight: 700; color: var(--muted); text-align: center; }
.bk-img { width: 44px; height: 44px; border-radius: 10px; }
.bk-main { min-width: 0; }
.bk-name { font-weight: 800; font-size: 15px; }
.bk-sub { font-weight: 500; font-size: 11px; color: var(--muted); margin-left: 6px; }
.bk-backers { font-size: 11px; color: var(--muted); margin-top: 4px; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.bk-by { display: inline-flex; align-items: center; gap: 5px; color: #cfd6e2; font-weight: 700; text-decoration: none; }
.bk-by:hover { color: var(--green); }
.bk-by-av { width: 16px; height: 16px; border-radius: 50%; object-fit: cover; }
.bk-others { color: var(--muted); font-weight: 500; }
.bk-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.bk-links a { font-family: var(--mono); font-size: 10px; color: var(--muted); text-decoration: none; }
.bk-links a:hover { color: var(--green); }
/* coin socials — own row under the coin name, above "backed by" */
.bk-socials { display: flex; gap: 7px; flex-wrap: wrap; margin: 3px 0 1px; }
.bk-socials a { font-family: var(--mono); font-size: 10px; font-weight: 700; color: #cdd4de; text-decoration: none;
  border: 1px solid var(--line); border-radius: 7px; padding: 2px 8px; transition: border-color .15s, color .15s; }
.bk-socials a:hover { color: var(--green); border-color: rgba(0,200,150,.5); }
.bk-stat { text-align: right; }
.bk-burned { font-family: var(--mono); font-weight: 800; font-size: 16px; color: #ff8c3a; }
.bk-stat-l { font-family: var(--mono); font-size: 9px; color: var(--muted); margin-top: 2px; }
.bk-toggle { font-family: var(--mono); font-size: 10px; font-weight: 700; color: var(--muted); cursor: pointer;
  background: var(--raised); border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px; white-space: nowrap; }
.bk-toggle:hover { color: var(--green); border-color: rgba(0,200,150,.4); }
.bk-proof { grid-column: 1 / -1; margin-top: 6px; display: flex; flex-direction: column; gap: 5px;
  border-top: 1px solid rgba(255,255,255,.06); padding-top: 9px; }
.bk-loading { color: var(--muted); font-size: 12px; padding: 6px 2px; }
.bk-burn { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-family: var(--mono); font-size: 11px;
  background: rgba(255,140,40,.05); border: 1px solid var(--line); border-radius: 9px; padding: 6px 10px; }
.bk-burn-amt { color: #ff8c3a; font-weight: 700; }
.bk-burn-kind { color: #cfd6e2; }
.bk-burn-by { color: var(--muted); text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
.bk-burn-by:hover { color: var(--green); }
.bk-burn-av { width: 16px; height: 16px; border-radius: 50%; object-fit: cover; }
.bk-burn-when { color: var(--muted); margin-left: auto; }
.bk-tx { color: var(--green); text-decoration: none; }
.bk-tx:hover { text-decoration: underline; }
.bk-tx.dev { color: var(--muted); }
.ap-msg { font-size: 12px; min-height: 16px; margin-top: 8px; color: var(--muted); }
.ap-msg.err { color: var(--red); }
.ap-result:not(:empty) { margin-top: 14px; }
.ctrl-audit.active { color: var(--green); border-color: rgba(0,200,150,.5); background: rgba(0,200,150,.1); }

/* user-posted callout accent + tier-flaired call badge (§4.4) */
.card.user-posted { box-shadow: 0 0 0 1px rgba(0,200,150,.3) inset; }
.call-badge { position: absolute; top: 8px; left: 8px; z-index: 3;
  font-family: var(--mono); font-size: 9px; letter-spacing: .5px; color: var(--green);
  background: rgba(5,8,11,.7); border: 1px solid rgba(0,200,150,.35); border-radius: 999px; padding: 2px 8px; }
.call-badge[data-tier="2"] { color: #b58bff; border-color: rgba(160,110,255,.5); }
.call-badge[data-tier="3"] { color: var(--gold); border-color: rgba(200,168,75,.55); }
.card.user-posted[data-tier="3"] { box-shadow: 0 0 0 1px rgba(200,168,75,.45) inset, 0 0 18px rgba(200,168,75,.15); }

/* ───────────── TICKER ───────────── */
.ticker {
  overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: rgba(0,0,0,.25); height: 30px; display: flex; align-items: center;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.ticker-track { display: inline-flex; gap: 30px; white-space: nowrap; animation: scroll 90s linear infinite; padding-left: 100%; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-100%); } }
.tick { display: inline-flex; align-items: center; gap: 5px; font-family: var(--mono); font-size: 12px; color: var(--muted); text-decoration: none; transition: opacity .15s; }
.tick-img { width: 17px; height: 17px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; background: var(--raised); border: 1px solid var(--line); }
.tick b { color: #fff; }
.tick .up { color: var(--green); }
.tick .dn { color: var(--red); }
a.tick { cursor: pointer; }
a.tick:hover { opacity: .8; }
a.tick:hover b { text-decoration: underline; }

/* ───────────── CONTROLS ───────────── */
.controls { display: flex; align-items: center; gap: 8px; padding: 12px 24px; flex-wrap: wrap; }
.controls-lbl { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 1px; margin-right: 4px; }
/* navigation group — pushed right, separated from the SORT controls */
.controls-nav { margin-left: auto; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding-left: 12px; border-left: 1px solid var(--line); }
@media (max-width: 640px) { .controls-nav { margin-left: 0; border-left: none; padding-left: 0; width: 100%; } }
.ctrl {
  font-family: var(--sans); font-size: 12px; font-weight: 600; cursor: pointer;
  background: var(--raised); color: var(--muted); border: 1px solid var(--line);
  padding: 7px 14px; border-radius: 99px; transition: .15s;
}
.ctrl:hover { color: #fff; border-color: #3a3f50; }
.ctrl.active { color: var(--void); background: var(--gold); border-color: var(--gold); }
/* tier-gated "Alpha Arena" view buttons — locked until your tier unlocks them */
.ctrl-gate { position: relative; }
.ctrl-gate::after { content: '🔒'; font-size: 9px; margin-left: 5px; opacity: .85; }
.ctrl-gate[data-gate="whale"] { opacity: .55; }
body.can-whale .ctrl-gate[data-gate="whale"] { opacity: 1; }
body.can-whale .ctrl-gate[data-gate="whale"]::after { content: ''; margin: 0; }
/* Audit Coin: locked (🔒 + dimmed) until a ≥10k holder, then unlocked */
.ctrl-audit { opacity: .55; }
body.can-audit .ctrl-audit { opacity: 1; }
body.can-audit .ctrl-audit::after { content: ''; margin: 0; }
.filter-empty { text-align: center; color: var(--muted); font-family: var(--mono); font-size: 13px; padding: 40px 16px; }

/* ───────────── DISPUTES PAGE ───────────── */
.disp-wrap { max-width: 920px; margin: 0 auto; padding: 24px 22px 80px; }
.disp-intro h2 { font-size: 24px; margin-bottom: 8px; }
.disp-intro p { font-size: 14px; line-height: 1.6; color: #c2c8d6; max-width: 720px; }
.disp-note { color: var(--gold); }
.disp-sec { margin-top: 28px; }
.disp-sec h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 12px; }
.disp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.disp-card { background: var(--raised); border: 1px solid var(--line); border-radius: 12px; padding: 14px; }
.disp-head { display: flex; align-items: center; gap: 8px; }
.disp-head b { font-family: var(--mono); font-size: 15px; }
.disp-tag { font-family: var(--mono); font-size: 10px; padding: 2px 7px; border-radius: 999px; }
.disp-tag.burned { color: var(--red); border: 1px solid rgba(232,57,74,.4); }
.disp-tag.refunded { color: var(--green); border: 1px solid rgba(0,200,150,.4); }
.disp-time { margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--gold); }
.disp-delta { margin-left: auto; font-family: var(--mono); font-size: 12px; color: var(--muted); }
.disp-reason { font-size: 12.5px; color: #cfd6e2; font-style: italic; margin: 10px 0; }
.disp-bar { height: 6px; border-radius: 3px; overflow: hidden; background: rgba(232,57,74,.3); margin: 12px 0 6px; }
.disp-bar-up { height: 100%; background: var(--green); }
.disp-tally { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10.5px; color: var(--muted); }
.disp-tally .lean-overturn { color: var(--red); } .disp-tally .lean-uphold { color: var(--green); }
.disp-vote { display: flex; gap: 8px; margin-top: 12px; }
.disp-btn { flex: 1; height: 34px; border-radius: 8px; border: 1px solid var(--line); background: var(--void); color: #cfd6e2; font-weight: 800; font-size: 12px; cursor: pointer; transition: .12s; }
.disp-btn.up:hover { border-color: rgba(0,200,150,.5); color: var(--green); }
.disp-btn.ov:hover { border-color: rgba(232,57,74,.5); color: var(--red); }
.disp-btn.open { flex: none; padding: 0 12px; }
.disp-btn.open:hover { border-color: rgba(200,168,75,.5); color: var(--gold); }
.disp-lock { margin-top: 12px; font-family: var(--mono); font-size: 11px; color: var(--muted); text-align: center; }
.disp-meta { font-family: var(--mono); font-size: 10px; color: var(--muted); margin-top: 10px; }
.disp-open-row { display: flex; gap: 8px; margin-top: 10px; }
.disp-reason-input { flex: 1; min-width: 0; background: var(--void); border: 1px solid var(--line); border-radius: 8px; color: #fff; font-size: 12px; padding: 7px 10px; outline: none; }
.disp-reason-input:focus { border-color: var(--gold); }

/* ───────────── INTRO ANIMATION (/intro) ───────────── */
.intro-body { height: 100vh; overflow: hidden; background:
  radial-gradient(80% 60% at 50% 0%, rgba(0,200,150,.08), transparent 70%), var(--void); }
/* slow breathing glow behind everything + a cinematic vignette on top */
.intro-body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(60% 50% at 50% 42%, rgba(0,200,150,.10), transparent 72%);
  animation: iAmbient 6s ease-in-out infinite; }
.intro-body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 40;
  box-shadow: inset 0 0 220px 60px rgba(0,0,0,.6); }
@keyframes iAmbient { 0%,100% { opacity: .5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
.intro-stage { position: fixed; inset: 0; z-index: 1; }
.iscene { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; text-align: center; padding: 24px; opacity: 0; transform: scale(1.05); filter: blur(6px);
  transition: opacity .55s ease, transform .7s cubic-bezier(.2,.8,.25,1), filter .55s ease; pointer-events: none; }
.iscene.on { opacity: 1; transform: none; filter: none; pointer-events: auto; }
/* soft flash as each scene lands */
.iscene::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.09), transparent 60%); opacity: 0; }
.iscene.on::after { animation: iFlash .7s ease-out both; }
@keyframes iFlash { 0% { opacity: .8; } 100% { opacity: 0; } }

/* real product screenshots, dramatically revealed */
.ishot { max-width: min(560px, 92vw); max-height: 42vh; width: auto; border-radius: 16px;
  border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,.6); opacity: 0; }
.ishot.wide { max-width: min(760px, 94vw); }
.ishot.tall { max-height: 52vh; }
.ishot.glow-green { border-color: rgba(0,200,150,.45); box-shadow: 0 26px 70px rgba(0,0,0,.6), 0 0 70px rgba(0,200,150,.28); }
.ishot.glow-gold  { border-color: rgba(200,168,75,.5);  box-shadow: 0 26px 70px rgba(0,0,0,.6), 0 0 70px rgba(200,168,75,.30); }
.ishot.glow-blue  { border-color: rgba(64,150,255,.5);  box-shadow: 0 26px 70px rgba(0,0,0,.6), 0 0 70px rgba(64,150,255,.30); }
.iscene.on .ishot { animation: iShotIn .85s .2s both, iDrift 8s 1s ease-in-out infinite alternate; }
@keyframes iShotIn { from { opacity: 0; transform: translateY(28px) scale(.9); filter: blur(10px) brightness(.5); }
  to { opacity: 1; transform: none; filter: none; } }
@keyframes iDrift { from { transform: scale(1) translateY(0); } to { transform: scale(1.05) translateY(-8px); } }

/* shared lines */
.iline { font-size: clamp(22px, 4vw, 38px); font-weight: 800; opacity: 0; }
.iline2 { font-size: clamp(13px, 1.6vw, 17px); color: var(--muted); max-width: 620px; opacity: 0; }
.iline2 .up { color: var(--green); } .iline2 .dn { color: var(--red); } .iline2.dim { color: var(--gold); font-family: var(--mono); }
.iscene.on .iline { animation: iRise .7s .15s both; }
.iscene.on .iline2 { animation: iRise .7s .35s both; }
@keyframes iRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* scene 1 — brand */
.ihero { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.ibrand-mark { font-size: 72px; filter: drop-shadow(0 0 24px rgba(200,168,75,.7)); animation: iPulse 2.2s ease-in-out infinite; }
.ibrand-mark.small { font-size: 44px; }
.ibrand { font-size: clamp(40px, 9vw, 88px); font-weight: 800; letter-spacing: -1px; }
.ibrand span { color: var(--gold); }
.isub { font-family: var(--mono); color: var(--muted); letter-spacing: 2px; text-transform: uppercase; font-size: 13px; animation: iRise .8s .4s both; }
@keyframes iPulse { 0%,100% { transform: scale(1); filter: drop-shadow(0 0 18px rgba(200,168,75,.5)); } 50% { transform: scale(1.08); filter: drop-shadow(0 0 34px rgba(200,168,75,.9)); } }

/* scene 2 — liquid-fill card */
.icard { position: relative; width: 200px; height: 200px; border-radius: 20px; overflow: hidden;
  border: 1px solid var(--line); background: linear-gradient(160deg, #1a1d26, #0d0f14); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.icard-fill { position: absolute; left: 0; right: 0; bottom: 0; height: 0;
  background: linear-gradient(180deg, rgba(0,200,150,.45), rgba(0,200,150,.18)); }
.iscene.on .icard-fill { animation: iFlood 3.4s .3s ease-in-out both; }
@keyframes iFlood { 0% { height: 0; } 55% { height: 78%; } 100% { height: 64%; } }
.icard-body { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; z-index: 2; }
.icard-sym { font-family: var(--mono); font-weight: 700; font-size: 24px; }
.icard-pct { font-family: var(--mono); font-weight: 700; font-size: 18px; }

/* scene 3 — predictions */
.ipredict { display: flex; gap: 12px; }
.ibtn { font-weight: 800; font-size: 15px; padding: 12px 22px; border-radius: 11px; }
.ibtn.up { color: var(--green); background: rgba(0,200,150,.16); border: 1px solid rgba(0,200,150,.45); }
.ibtn.dn { color: var(--red); background: rgba(232,57,74,.16); border: 1px solid rgba(232,57,74,.45); }
.iscene.on .ibtn.up { animation: iPop .5s .3s both; } .iscene.on .ibtn.dn { animation: iPop .5s .45s both; }
@keyframes iPop { from { opacity: 0; transform: translateY(10px) scale(.9); } to { opacity: 1; transform: none; } }
.ibar { width: 240px; height: 6px; border-radius: 3px; background: rgba(255,255,255,.08); overflow: hidden; }
.ibar-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--green), #4be0b8); }
.iscene.on .ibar-fill { animation: iFillBar 2.4s .6s ease-out both; }
@keyframes iFillBar { to { width: 100%; } }
.ixp { font-family: var(--mono); font-weight: 700; color: var(--gold); font-size: 22px; opacity: 0; }
.iscene.on .ixp { animation: iXp 1s 2.6s both; }
@keyframes iXp { 0% { opacity: 0; transform: scale(.5) translateY(10px); } 60% { opacity: 1; transform: scale(1.2); } 100% { opacity: 1; transform: scale(1); } }

/* scene 4 — token */
.itiers { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.itiers span { font-family: var(--mono); font-weight: 700; font-size: 14px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); opacity: 0; }
.itiers .whale { color: var(--green); border-color: rgba(0,200,150,.5); }
.iscene.on .itiers span:nth-child(1) { animation: iPop .5s .3s both; }
.iscene.on .itiers span:nth-child(2) { animation: iPop .5s .5s both; }
.iscene.on .itiers span:nth-child(3) { animation: iPop .5s .7s both; }
.iflame { font-size: 52px; opacity: 0; }
.iscene.on .iflame { animation: iFlame 1.4s 1s ease-in-out infinite, iRise .6s 1s both; }

/* scene 4a — why hold $PUMPCALL (unlock grid) */
.iperks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: min(560px, 92vw); }
.iperks span { font-family: var(--mono); font-weight: 700; font-size: clamp(12px, 1.5vw, 15px); color: #e7ecf3;
  padding: 12px 14px; border-radius: 12px; text-align: left;
  background: linear-gradient(160deg, rgba(200,168,75,.10), rgba(0,200,150,.06));
  border: 1px solid rgba(200,168,75,.35); opacity: 0; }
.iperks span:nth-child(1) { animation: iPop .5s .30s both; }
.iperks span:nth-child(2) { animation: iPop .5s .42s both; }
.iperks span:nth-child(3) { animation: iPop .5s .54s both; }
.iperks span:nth-child(4) { animation: iPop .5s .66s both; }
.iperks span:nth-child(5) { animation: iPop .5s .78s both; }
.iperks span:nth-child(6) { animation: iPop .5s .90s both; }
.iperks span:nth-child(7) { animation: iPop .5s 1.02s both; }
.iperks span:nth-child(8) { animation: iPop .5s 1.14s both; }
@media (max-width: 460px) { .iperks { grid-template-columns: 1fr; } }
@keyframes iFlame { 0%,100% { transform: scale(1) rotate(-3deg); filter: drop-shadow(0 0 10px rgba(232,120,40,.6)); } 50% { transform: scale(1.12) rotate(3deg); filter: drop-shadow(0 0 20px rgba(232,120,40,.9)); } }

/* scene 5 — pin your call */
.ipin { display: flex; flex-direction: column; gap: 8px; width: 250px; }
.ipin-card { font-family: var(--mono); font-weight: 700; font-size: 14px; padding: 12px 14px; border-radius: 10px;
  background: var(--raised); border: 1px solid var(--line); color: var(--muted); opacity: 0; }
.ipin-card.pinned { color: var(--gold); border-color: var(--gold); }
.iscene.on .ipin-card.pinned { animation: iPinDrop .8s .3s both, iPinGlow 2s 1.1s ease-in-out infinite; }
.iscene.on .ipin-card:nth-child(2) { animation: iPop .5s .6s both; }
.iscene.on .ipin-card:nth-child(3) { animation: iPop .5s .8s both; }
@keyframes iPinDrop { from { opacity: 0; transform: translateY(-28px) scale(.92); } to { opacity: 1; transform: none; } }
@keyframes iPinGlow { 0%,100% { box-shadow: 0 0 16px rgba(200,168,75,.3); } 50% { box-shadow: 0 0 32px rgba(200,168,75,.6); } }

/* scene 6 — conviction tiers (bigger burn ranks higher) */
.iconv-ladder { display: flex; flex-direction: column; gap: 8px; width: min(320px, 80vw); }
.iconv-row { display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: var(--mono); font-weight: 700; border-radius: 12px; padding: 11px 16px; opacity: 0;
  background: rgba(255,140,40,.06); border: 1px solid rgba(255,140,40,.35); color: #ffb169; }
.iconv-row span { font-size: 11px; font-weight: 500; color: var(--muted); }
.iconv-row.t2 { color: #ff8c3a; border-color: rgba(255,140,40,.6); box-shadow: 0 0 12px rgba(255,140,40,.25); }
.iconv-row.t3 { color: #ffd24a; border-color: rgba(255,200,60,.9); box-shadow: 0 0 18px rgba(255,170,40,.45); }
.iconv-row.t3 span { color: #ffd24a; }
.iscene.on .iconv-row.t3 { animation: iPop .5s .3s both; }
.iscene.on .iconv-row.t2 { animation: iPop .5s .55s both; }
.iscene.on .iconv-row.t1 { animation: iPop .5s .8s both; }

/* scene 7 — whale radar */
.iwhales { font-size: 50px; letter-spacing: 6px; opacity: 0; }
.iscene.on .iwhales { animation: iRise .6s .3s both, iFlame 1.6s .3s ease-in-out infinite; }
.iwhale-tag { font-family: var(--mono); font-weight: 700; font-size: 14px; color: #cfd6e2; opacity: 0;
  border: 1px solid rgba(0,200,150,.4); background: rgba(0,200,150,.07); border-radius: 999px; padding: 8px 16px; margin-top: 6px; }
.iscene.on .iwhale-tag { animation: iPop .5s .7s both; }

/* scene 8 — coin audit */
.iaudit { display: flex; align-items: center; gap: 14px; opacity: 0; }
.iscene.on .iaudit { animation: iRise .6s .3s both; }
.iaudit-shield { font-size: 44px; }
.iaudit-score { font-family: var(--mono); font-weight: 800; font-size: 56px; color: var(--green); line-height: 1; }
.iaudit-verdict { font-weight: 800; font-size: 18px; letter-spacing: 1px; color: var(--green);
  border: 1px solid rgba(0,200,150,.5); background: rgba(0,200,150,.08); border-radius: 12px; padding: 10px 16px; }

/* scene 7 — leaderboard */
.ilb { display: flex; flex-direction: column; gap: 8px; width: 300px; }
.ilb-row { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 10px;
  background: var(--raised); border: 1px solid var(--line); opacity: 0; }
.ilb-row.gold { border-color: var(--gold); box-shadow: 0 0 22px rgba(200,168,75,.3); }
.ilb-rank { font-size: 18px; }
.ilb-name { font-family: var(--mono); font-weight: 700; font-size: 13px; }
.ilb-xp { margin-left: auto; font-family: var(--mono); font-size: 12px; color: var(--gold); }
.iscene.on .ilb-row:nth-child(1) { animation: iSlideL .6s .3s both; }
.iscene.on .ilb-row:nth-child(2) { animation: iSlideL .6s .5s both; }
.iscene.on .ilb-row:nth-child(3) { animation: iSlideL .6s .7s both; }
@keyframes iSlideL { from { opacity: 0; transform: translateX(-24px); } to { opacity: 1; transform: none; } }

/* scene 7 — CTA */
.icta { font-size: clamp(28px, 6vw, 52px); font-weight: 800; }
.icta-btn { display: inline-block; margin-top: 6px; padding: 14px 26px; border-radius: 12px; font-weight: 800; font-size: 16px;
  color: var(--void); background: var(--green); text-decoration: none; box-shadow: 0 0 28px rgba(0,200,150,.4); animation: iRise .7s .4s both; }
.icta-btn:hover { filter: brightness(1.08); }

/* controls */
.intro-ui { position: fixed; inset: auto 0 0 0; z-index: 50; padding: 18px 24px; display: flex; align-items: center; gap: 16px; }
.intro-prog { flex: 1; height: 3px; background: rgba(255,255,255,.1); border-radius: 2px; overflow: hidden; }
.intro-prog-fill { height: 100%; width: 0; background: var(--gold); }
.intro-skip, .intro-replay { background: var(--raised); border: 1px solid var(--line); color: var(--muted);
  font-family: var(--mono); font-size: 12px; padding: 7px 14px; border-radius: 9px; cursor: pointer; }
.intro-skip:hover, .intro-replay:hover { color: #fff; border-color: #3a3f50; }
@media (prefers-reduced-motion: reduce) { .iscene, .iscene.on *, .ibrand-mark { animation: none !important; transition: none !important; } .iscene { opacity: 1; filter: none; } .iscene.on * { opacity: 1 !important; } }

/* first-visit intro modal (embeds /intro in an iframe) */
.intro-modal-overlay { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center;
  background: rgba(5,7,11,.86); backdrop-filter: blur(4px); padding: 20px; }
.intro-modal-overlay[hidden] { display: none; }
.intro-modal { width: min(960px, 96vw); display: flex; flex-direction: column; gap: 12px; }
.intro-frame { width: 100%; height: min(72vh, 560px); border: 1px solid var(--line); border-radius: 16px; background: var(--void); box-shadow: 0 24px 60px rgba(0,0,0,.6); }
.intro-modal-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.intro-dontshow { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); cursor: pointer; }
.intro-dontshow input { accent-color: var(--green); width: 15px; height: 15px; cursor: pointer; }
.intro-modal-close { background: var(--green); color: var(--void); border: none; font-weight: 800; font-size: 13px; padding: 10px 18px; border-radius: 10px; cursor: pointer; }
.intro-modal-close:hover { filter: brightness(1.08); }

/* ───────────── GRID ───────────── */
.arena-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 18px; padding: 22px 24px;
}
/* ───────────── EMPTY / SCANNING STATE ───────────── */
.empty { display: flex; flex-direction: column; align-items: center; padding: 48px 24px 24px; }
.empty-hero { text-align: center; margin-bottom: 30px; }
.radar { position: relative; width: 92px; height: 92px; margin: 0 auto 18px; }
.radar span { position: absolute; inset: 0; border: 2px solid var(--green); border-radius: 50%; opacity: 0; animation: ping 2.4s cubic-bezier(.2,.6,.3,1) infinite; }
.radar span:nth-child(2) { animation-delay: .8s; }
.radar span:nth-child(3) { animation-delay: 1.6s; }
@keyframes ping { 0% { transform: scale(.28); opacity: .85; } 100% { transform: scale(1); opacity: 0; } }
.radar-core {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 36px; filter: drop-shadow(0 0 12px rgba(0,200,150,.65)); animation: bob 2s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-5px) rotate(4deg); } }
.empty-title {
  font-family: var(--mono); font-size: 18px; letter-spacing: 3px; font-weight: 700; color: #eef0f6;
  background: linear-gradient(90deg, #8b8fa8, #fff, #00c896, #8b8fa8); background-size: 250% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  animation: titleSheen 3.5s linear infinite;
}
@keyframes titleSheen { to { background-position: 250% 0; } }
.empty-title .dots i { font-style: normal; animation: dotBlink 1.4s infinite; -webkit-text-fill-color: var(--green); }
.empty-title .dots i:nth-child(2) { animation-delay: .2s; }
.empty-title .dots i:nth-child(3) { animation-delay: .4s; }
@keyframes dotBlink { 0%,100% { opacity: .2; } 50% { opacity: 1; } }
.empty-sub { font-family: var(--mono); font-size: 12px; color: var(--muted); margin-top: 8px; letter-spacing: 1px; }

.skeleton-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 18px; width: 100%; max-width: 1240px;
}
.skel-card {
  position: relative; min-height: 360px; border-radius: 16px; border: 1px solid var(--line);
  background: var(--void); overflow: hidden; display: flex; flex-direction: column;
}
.skel-img { flex: 1; background: linear-gradient(180deg, #15171f, #0f1117); }
.skel-panel { display: flex; gap: 10px; align-items: center; padding: 12px; background: rgba(13,15,20,.6); border-top: 1px solid var(--line); }
.skel-av { width: 40px; height: 40px; border-radius: 10px; background: var(--raised); flex: 0 0 auto; }
.skel-lines { flex: 1; display: flex; flex-direction: column; gap: 7px; }
.skel-line { height: 9px; border-radius: 5px; background: var(--raised); }
.skel-line.short { width: 55%; }
.skel-btns { display: flex; gap: 7px; padding: 0 12px 12px; background: rgba(13,15,20,.6); }
.skel-btn { flex: 1; height: 30px; border-radius: 9px; background: var(--raised); }
/* shimmer sweep across each skeleton card, staggered for a wave */
.skel-card::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.07) 50%, transparent 70%);
  transform: translateX(-100%); animation: skelShimmer 1.7s linear infinite;
}
.skel-card:nth-child(2)::after { animation-delay: .25s; }
.skel-card:nth-child(3)::after { animation-delay: .5s; }
.skel-card:nth-child(4)::after { animation-delay: .75s; }
@keyframes skelShimmer { to { transform: translateX(100%); } }

/* ───────────── CARD ───────────── */
.card {
  position: relative; border-radius: 16px; overflow: hidden;
  background: var(--void); border: 1px solid var(--line);
  min-height: 420px; display: flex; flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,.45);
  transition: transform .2s, box-shadow .2s, border-color .2s;
  animation: dealIn .45s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes dealIn { from { opacity: 0; transform: translateY(18px) scale(.96); } }
.card:hover { transform: translateY(-4px); border-color: #353b4d; box-shadow: 0 18px 44px rgba(0,0,0,.6); }
.card.pumping { border-color: rgba(0,200,150,.45); }
.card.dumping { border-color: rgba(232,57,74,.45); }

/* visual region holds the image + flood and stops right above the caller info,
   so even a small (10–15%) fill is fully visible instead of hiding behind the
   caller chip / stake panel. */
.card-visual {
  position: relative; flex: 1; min-height: 220px;
  display: flex; flex-direction: column; overflow: hidden;
}

/* coin image background (fills the visual region) */
.card-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: .9; filter: saturate(1.05);
}
.card-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(13,15,20,.15) 0%, rgba(13,15,20,.5) 42%, rgba(13,15,20,.96) 100%);
}

/* the signature liquid flood — gains RISE from the bottom of the visual region;
   losses DRAIN down from the top (the coin bleeds out). */
.card-flood {
  position: absolute; left: 0; right: 0; bottom: 0; top: auto; height: 0%;
  transition: height 1.1s cubic-bezier(.3,.7,.3,1), background .6s;
  background: linear-gradient(180deg, rgba(0,200,150,.34), rgba(0,200,150,.5));
  mix-blend-mode: screen;
  pointer-events: none;
}
.card.dumping .card-flood {
  top: 0; bottom: auto; /* hang from the top and drain downward */
  background: linear-gradient(180deg, rgba(232,57,74,.55), rgba(232,57,74,.34));
}
/* rippling liquid surface — on top for a rising fill, on the bottom for a drain */
.flood-wave {
  position: absolute; top: -14px; bottom: auto; left: 0; right: 0; height: 16px;
  background: radial-gradient(circle at 10px -2px, transparent 8px, currentColor 9px) repeat-x;
  background-size: 22px 16px; color: rgba(0,200,150,.5);
  animation: wave 1.6s linear infinite; opacity: .8;
}
.card.dumping .flood-wave {
  top: auto; bottom: -14px; color: rgba(232,57,74,.55);
  transform: scaleY(-1); /* flip the ripples to point downward */
}
@keyframes wave { to { background-position-x: 22px; } }

/* clickable coin image → pump.fun. Sits above the image/flood (z1) but below
   the interactive controls (z2), so the open image area links while buttons,
   the caller chip and stake UI still work. */
.coin-link { position: absolute; inset: 0; z-index: 1; display: block; cursor: pointer; }
.coin-link-hint {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(.96);
  z-index: 3; pointer-events: none; white-space: nowrap;
  font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .5px;
  color: #fff; background: rgba(13,15,20,.82); border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 99px; backdrop-filter: blur(4px);
  opacity: 0; transition: opacity .18s, transform .18s;
}
.card:hover .coin-link-hint { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* card content sits above flood */
.card-top, .card-body, .fighter, .predict, .predict-status { position: relative; z-index: 2; }

.card-top { display: flex; justify-content: space-between; align-items: flex-start; padding: 14px; }
.ticker-chip {
  background: rgba(13,15,20,.72); backdrop-filter: blur(4px);
  border: 1px solid var(--line); border-radius: 10px; padding: 7px 11px;
  display: flex; flex-direction: column; gap: 1px;
}
/* glow + shine when the % changes */
.ticker-chip.flash-up { animation: chipGlowUp .75s ease-out; }
.ticker-chip.flash-down { animation: chipGlowDown .75s ease-out; }
@keyframes chipGlowUp {
  0%   { box-shadow: 0 0 0 0 rgba(0,200,150,0); transform: scale(1); }
  22%  { box-shadow: 0 0 20px 3px rgba(0,200,150,.75); transform: scale(1.07); border-color: rgba(0,200,150,.7); }
  100% { box-shadow: 0 0 0 0 rgba(0,200,150,0); transform: scale(1); }
}
@keyframes chipGlowDown {
  0%   { box-shadow: 0 0 0 0 rgba(232,57,74,0); transform: scale(1); }
  22%  { box-shadow: 0 0 20px 3px rgba(232,57,74,.75); transform: scale(1.07); border-color: rgba(232,57,74,.7); }
  100% { box-shadow: 0 0 0 0 rgba(232,57,74,0); transform: scale(1); }
}

/* light sweep across the coin image when the price moves */
.card-visual::after {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  opacity: 0; transform: translateX(-120%);
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.22) 50%, transparent 62%);
}
.card-visual.shine-up::after { background: linear-gradient(115deg, transparent 38%, rgba(0,255,196,.28) 50%, transparent 62%); animation: shineSweep .75s ease-out; }
.card-visual.shine-down::after { background: linear-gradient(115deg, transparent 38%, rgba(255,90,110,.28) 50%, transparent 62%); animation: shineSweep .75s ease-out; }
@keyframes shineSweep {
  0%   { opacity: 0; transform: translateX(-120%); }
  18%  { opacity: 1; }
  100% { opacity: 0; transform: translateX(120%); }
}

.t-symbol { font-family: var(--mono); font-weight: 700; font-size: 15px; letter-spacing: .5px; }
.t-pct { font-family: var(--mono); font-size: 18px; font-weight: 700; line-height: 1; }
.t-pct.up { color: var(--green); }
.t-pct.dn { color: var(--red); }

/* countdown ring */
.ring { width: 44px; height: 44px; transform: rotate(-90deg); }
.ring-bg { fill: none; stroke: rgba(255,255,255,.12); stroke-width: 3.5; }
.ring-fg { fill: none; stroke: var(--green); stroke-width: 3.5; stroke-linecap: round;
  stroke-dasharray: 119.4; stroke-dashoffset: 0; transition: stroke-dashoffset 1s linear; }
.ring-txt { fill: #fff; font-family: var(--mono); font-size: 11px; font-weight: 700; transform: rotate(90deg); transform-origin: 22px 22px; }
.ring.expired .ring-fg { stroke: var(--muted); }

.card-body { margin-top: auto; padding: 14px; }
.coin-line { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.coin-name { font-weight: 800; font-size: 16px; text-shadow: 0 2px 8px rgba(0,0,0,.8); }
.mcap { font-family: var(--mono); font-size: 12px; color: #cfd3e2; white-space: nowrap; }
/* the coin's own socials (X / Telegram / website), pulled from pump.fun metadata */
.coin-socials { display: flex; gap: 6px; margin-top: 8px; }
.coin-soc { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px;
  border-radius: 7px; border: 1px solid rgba(255,255,255,.18); background: rgba(13,15,20,.55);
  color: #e7ecf3; font-size: 12px; text-decoration: none; backdrop-filter: blur(2px);
  transition: border-color .15s, color .15s, transform .1s; }
.coin-soc:hover { border-color: var(--green); color: var(--green); transform: translateY(-1px); }

/* ───────────── FIGHTER CARD ───────────── */
.fighter {
  display: flex; gap: 11px; align-items: center; padding: 11px 14px;
  background: rgba(13,15,20,.82); backdrop-filter: blur(6px); border-top: 1px solid var(--line);
}
/* generic rank-ring wrapper — works for the card chip, hover popup, and
   leaderboard. --avr = the wrapped avatar's corner radius so the ring stays
   concentric at any size. */
.av-wrap { position: relative; display: inline-block; line-height: 0; flex: 0 0 auto; --avr: 10px; }
.av-wrap img { position: relative; z-index: 1; display: block; }
.av-wrap::before {
  content: ''; position: absolute; inset: -3px; border-radius: calc(var(--avr) + 3px); z-index: 0;
  opacity: 0; transition: opacity .3s; background: conic-gradient(transparent, transparent);
}
.fighter-av { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; border: 1px solid var(--line); background: var(--raised); }

/* ── unique rank-based aura ── */
@keyframes ringSpin { to { transform: rotate(360deg); } }
@keyframes avGlowGold  { 0%,100%{ box-shadow: 0 0 6px rgba(200,168,75,.4);} 50%{ box-shadow: 0 0 16px 2px rgba(200,168,75,.8);} }
@keyframes avGlowElite { 0%,100%{ box-shadow: 0 0 0 0 rgba(0,200,150,0);} 50%{ box-shadow: 0 0 12px 1px rgba(0,200,150,.5);} }
@keyframes badgeShimmer { to { background-position: -200% 0; } }

.av-wrap.rk-gold::before   { opacity: 1; background: conic-gradient(from 0deg, #c8a84b, #fff1bf, #c8a84b, #8a6d2a, #c8a84b); animation: ringSpin 2.4s linear infinite; }
.av-wrap.rk-silver::before { opacity: 1; background: conic-gradient(from 0deg, #c9d2e0, #ffffff, #aab4c6, #c9d2e0); animation: ringSpin 4s linear infinite; }
.av-wrap.rk-bronze::before { opacity: 1; background: conic-gradient(from 0deg, #c8824b, #f0b483, #9a5a2a, #c8824b); animation: ringSpin 5s linear infinite; }
.av-wrap.rk-gold   img { border-color: #f0d98a; animation: avGlowGold 1.8s ease-in-out infinite; }
.av-wrap.rk-silver img { border-color: #d8dfeb; box-shadow: 0 0 10px rgba(200,210,230,.5); }
.av-wrap.rk-bronze img { border-color: #e0a26b; box-shadow: 0 0 9px rgba(200,130,75,.5); }
.av-wrap.rk-elite  img { border-color: rgba(0,200,150,.55); animation: avGlowElite 2.2s ease-in-out infinite; }
.caller-pop .av-wrap { --avr: 12px; } /* match cp-av radius */
.lb-card .av-wrap { --avr: 8px; }     /* match lb-av radius */
.fighter-meta { flex: 1; min-width: 0; }
.fighter-row1 { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.fighter-handle { font-weight: 700; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.streak { font-size: 12px; font-family: var(--mono); color: var(--gold); white-space: nowrap; }
.streak.hot { animation: flame .9s ease-in-out infinite; }
@keyframes flame { 0%,100%{ transform: scale(1); filter: drop-shadow(0 0 0 transparent);} 50%{ transform: scale(1.12); filter: drop-shadow(0 0 6px rgba(232,150,40,.8)); } }

.wr-bar { position: relative; height: 14px; border-radius: 7px; background: var(--raised); overflow: hidden; margin: 5px 0; }
.wr-fill { position: absolute; inset: 0 auto 0 0; background: linear-gradient(90deg, var(--green), #4be0b8); border-radius: 7px; transition: width .6s cubic-bezier(.2,.8,.2,1); }
/* shimmer sweep when the bar rolls to a new value */
.wr-bar.rolling::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent 25%, rgba(255,255,255,.4) 50%, transparent 75%);
  transform: translateX(-100%); animation: wrSweep .8s ease-out;
}
@keyframes wrSweep { to { transform: translateX(100%); } }
.wr-txt { position: absolute; right: 6px; top: 0; font-family: var(--mono); font-size: 10px; line-height: 14px; font-weight: 700; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.75); }

.fighter-row3 { display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 11px; }
.rank-badge { padding: 2px 7px; border-radius: 6px; background: var(--raised); border: 1px solid var(--line); color: var(--muted); font-weight: 700; }
.rank-badge.gold {
  border-color: var(--gold); color: var(--gold);
  background: linear-gradient(90deg, rgba(200,168,75,.14), rgba(200,168,75,.34), rgba(200,168,75,.14));
  background-size: 200% 100%; animation: badgeShimmer 2.5s linear infinite;
}
.rank-badge.silver { background: rgba(200,210,230,.16); border-color: #c9d2e0; color: #e2e8f2; }
.rank-badge.bronze { background: rgba(200,130,75,.16); border-color: #c8824b; color: #e6a877; }
.pts { color: var(--muted); }
.pts b { color: #fff; }

/* ───────────── STAKE UI ───────────── */
.predict { display: flex; gap: 7px; padding: 11px 14px; background: rgba(13,15,20,.82); }
.bet { flex: 1; height: 38px; border: none; border-radius: 9px; font-family: var(--sans); font-weight: 800; font-size: 13px; cursor: pointer; transition: .12s; padding: 0 6px; }
.bet-pump { background: rgba(0,200,150,.16); color: var(--green); border: 1px solid rgba(0,200,150,.4); }
.bet-pump:hover { background: var(--green); color: var(--void); }
.bet-dump { background: rgba(232,57,74,.16); color: var(--red); border: 1px solid rgba(232,57,74,.4); }
.bet-dump:hover { background: var(--red); color: #fff; }
.bet.locked { opacity: .45; pointer-events: none; }
.bet.chosen { box-shadow: 0 0 0 2px currentColor inset; opacity: 1; }

.predict-bar { height: 5px; margin: 0 14px 8px; background: rgba(255,255,255,.07); border-radius: 3px; overflow: hidden; position: relative; z-index: 2; }
.predict-bar-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--green), #4be0b8); border-radius: 3px; box-shadow: 0 0 8px rgba(0,200,150,.5); }
.predict-bar-fill.dump { background: linear-gradient(90deg, var(--red), #ff7080); box-shadow: 0 0 8px rgba(232,57,74,.5); }
.predict-status { padding: 0 14px 12px; background: rgba(13,15,20,.82); font-family: var(--mono); font-size: 11px; color: var(--muted); min-height: 0; }
.predict-status:empty { display: none; }
.predict-status.win { color: var(--green); }
.predict-status.loss { color: var(--red); }

/* ───────────── LEADERBOARD ───────────── */
.leaderboard {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 25;
  background: linear-gradient(0deg, rgba(13,15,20,.98), rgba(13,15,20,.9));
  border-top: 1px solid var(--line); backdrop-filter: blur(12px);
  padding: 10px 24px;
}
.lb-title { font-family: var(--mono); font-size: 11px; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 8px; }
/* even, full-width row — fighters spread across the bar, no scroller */
.lb-row { display: flex; gap: 10px; }
.lb-card {
  display: flex; align-items: center; gap: 9px; flex: 1 1 0; min-width: 0;
  background: var(--raised); border: 1px solid var(--line); border-radius: 10px; padding: 7px 12px;
  transition: border-color .15s, transform .15s;
}
.lb-card:hover { transform: translateY(-2px); }
/* #1 podium emphasis */
.lb-card:nth-child(1) { background: linear-gradient(180deg, rgba(200,168,75,.14), rgba(200,168,75,.05)); border-color: rgba(200,168,75,.4); }
.lb-rank { font-family: var(--mono); font-weight: 700; font-size: 15px; color: var(--muted); flex: 0 0 auto; min-width: 20px; }
.lb-card:nth-child(1) .lb-rank { color: var(--gold); font-size: 17px; }
.lb-card:nth-child(2) .lb-rank { color: #c9d2e0; }
.lb-card:nth-child(3) .lb-rank { color: #e6a877; }
.lb-av { width: 30px; height: 30px; border-radius: 8px; object-fit: cover; background: var(--void); flex: 0 0 auto; }
.lb-info { min-width: 0; flex: 1; }
.lb-name { font-weight: 700; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-sub { font-family: var(--mono); font-size: 10px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-spark { margin-left: auto; flex: 0 0 auto; }
/* shed detail before it ever needs to scroll */
@media (max-width: 1100px) { .lb-spark { display: none; } }
@media (max-width: 760px) { .lb-card:nth-child(n+4) { display: none; } } /* top 3 on small screens */
@media (max-width: 460px) { .lb-card:nth-child(n+3) { display: none; } .lb-sub { display: none; } }

/* ───────────── TOASTS ───────────── */
.toast-layer { position: fixed; inset: 0; pointer-events: none; z-index: 50; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 90px; gap: 10px; }
.toast {
  pointer-events: none; font-family: var(--mono); font-weight: 700; font-size: 15px;
  padding: 12px 22px; border-radius: 12px; backdrop-filter: blur(8px);
  animation: toastIn .4s cubic-bezier(.2,.9,.2,1), toastOut .4s ease-in 2.6s forwards;
  border: 1px solid;
}
.toast.win { background: rgba(0,200,150,.18); color: var(--green); border-color: var(--green); box-shadow: 0 0 30px rgba(0,200,150,.4); }
.toast.loss { background: rgba(232,57,74,.18); color: var(--red); border-color: var(--red); box-shadow: 0 0 30px rgba(232,57,74,.4); animation: toastIn .4s, shake .5s, toastOut .4s ease-in 2.6s forwards; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-16px) scale(.9); } }
@keyframes toastOut { to { opacity: 0; transform: translateY(-10px); } }
@keyframes shake { 0%,100%{transform:translateX(0)} 20%{transform:translateX(-8px)} 40%{transform:translateX(8px)} 60%{transform:translateX(-5px)} 80%{transform:translateX(5px)} }

/* confetti */
.confetti { position: fixed; top: 80px; left: 50%; width: 8px; height: 12px; z-index: 49; pointer-events: none; animation: fall 1.6s ease-in forwards; }
@keyframes fall { to { transform: translateY(70vh) rotate(540deg); opacity: 0; } }

/* ───────────── CALLER HOVER CARD ───────────── */
.fighter[data-caller], .lb-card[data-caller] { cursor: pointer; }
.caller-pop {
  position: fixed; z-index: 60; width: 286px; display: none; pointer-events: none;
  background: linear-gradient(180deg, rgba(22,25,34,.99), rgba(13,15,20,.99));
  border: 1px solid var(--line); border-radius: 16px; padding: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,.7);
  opacity: 0; transform: translateY(10px) scale(.96);
  transition: opacity .16s ease, transform .16s cubic-bezier(.2,.8,.2,1);
  font-family: var(--sans);
}
.caller-pop.show { opacity: 1; transform: translateY(0) scale(1); }

/* rarity tiers */
.caller-pop.common { border-color: #3a3f50; }
.caller-pop.rare { border-color: #3d6fd0; box-shadow: 0 24px 60px rgba(0,0,0,.7), 0 0 26px rgba(61,111,208,.4); }
.caller-pop.epic { border-color: #9a5cff; box-shadow: 0 24px 60px rgba(0,0,0,.7), 0 0 26px rgba(154,92,255,.45); }
.caller-pop.legendary { border-color: var(--gold); box-shadow: 0 24px 60px rgba(0,0,0,.7), 0 0 30px rgba(200,168,75,.5); }
.caller-pop.mythic { border-color: transparent; }
.caller-pop.mythic::before {
  content: ''; position: absolute; inset: -1px; border-radius: 17px; padding: 1.5px;
  background: linear-gradient(120deg, #00c896, #3d6fd0, #9a5cff, #e8394a, #c8a84b, #00c896);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: holo 4s linear infinite; pointer-events: none;
}
@keyframes holo { to { background-position: 300% 0; } }

.cp-head { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.cp-av { width: 52px; height: 52px; border-radius: 12px; object-fit: cover; border: 2px solid var(--line); background: var(--raised); }
.caller-pop.legendary .cp-av, .caller-pop.mythic .cp-av { border-color: var(--gold); }
.cp-id { min-width: 0; }
.cp-handle { font-weight: 800; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cp-title { font-family: var(--mono); font-size: 11px; color: var(--gold); margin-top: 2px; }
.cp-rank { margin-left: auto; font-family: var(--mono); font-weight: 700; font-size: 12px; color: var(--muted); background: var(--raised); padding: 4px 9px; border-radius: 8px; border: 1px solid var(--line); white-space: nowrap; }
.caller-pop.legendary .cp-rank, .caller-pop.mythic .cp-rank { color: var(--gold); border-color: var(--gold); }

/* caller bio — shown only when the profile has one */
.cp-bio {
  font-size: 12px; line-height: 1.45; color: #b9bed1; margin: 0 0 12px;
  padding: 8px 10px; border-left: 2px solid var(--line); background: rgba(255,255,255,.03);
  border-radius: 0 8px 8px 0; font-style: italic;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

.cp-power { display: flex; align-items: baseline; justify-content: space-between; background: rgba(0,0,0,.35); border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; margin-bottom: 12px; }
.cp-power-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 1.5px; color: var(--muted); }
.cp-power-val { font-family: var(--mono); font-size: 22px; font-weight: 700; color: #fff; text-shadow: 0 0 14px rgba(0,200,150,.5); }
.caller-pop.mythic .cp-power-val { color: var(--gold); text-shadow: 0 0 18px rgba(200,168,75,.8); }

.cp-stat { margin-bottom: 10px; }
.cp-stat-top { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); margin-bottom: 5px; font-family: var(--mono); }
.cp-stat-top b { color: #fff; }
.cp-bar { height: 8px; border-radius: 5px; background: var(--raised); overflow: hidden; }
.cp-bar-fill { height: 100%; border-radius: 5px; transition: width .4s; }
.cp-strength-fill { background: linear-gradient(90deg, #3d6fd0, #6fa8ff); }
.cp-pos-fill { background: linear-gradient(90deg, var(--green), #4be0b8); }

.cp-form { display: flex; align-items: center; justify-content: space-between; margin: 12px 0; }
.cp-form-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 1px; color: var(--muted); }
.cp-pips { display: flex; gap: 5px; }
.cp-pip { width: 17px; height: 17px; border-radius: 5px; font-family: var(--mono); font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.cp-pip.w { background: rgba(0,200,150,.2); color: var(--green); border: 1px solid rgba(0,200,150,.5); }
.cp-pip.l { background: rgba(232,57,74,.18); color: var(--red); border: 1px solid rgba(232,57,74,.45); }

.cp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.cp-cell { background: var(--raised); border: 1px solid var(--line); border-radius: 9px; padding: 8px 3px; text-align: center; }
.cp-cell b { display: block; font-family: var(--mono); font-size: 14px; }
.cp-cell span { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .3px; }

@media (max-width: 640px) {
  .global-stats { width: 100%; justify-content: space-between; }
  .gstat { min-width: 0; flex: 1; padding: 8px 6px; }
}

/* ───────────── CALLER PROFILE PAGE ───────────── */
.back-link { font-size: 22px; color: var(--muted); text-decoration: none; line-height: 1; }
.back-link:hover { color: #fff; }
.profile-wrap { max-width: 640px; margin: 0 auto; padding: 28px 20px 60px; }
.profile-loading { text-align: center; padding: 60px 0; }

.pf-card { position: relative; background: linear-gradient(180deg, rgba(22,25,34,.92), rgba(13,15,20,.96)); border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.pf-card.pf-rare { border-color: rgba(61,111,208,.45); }
.pf-card.pf-epic { border-color: rgba(154,92,255,.5); }
.pf-card.pf-legendary { border-color: rgba(200,168,75,.55); box-shadow: 0 20px 50px rgba(0,0,0,.5), 0 0 36px rgba(200,168,75,.25); }
.pf-card.pf-mythic { border-color: transparent; }
.pf-card.pf-mythic::before { content:''; position:absolute; inset:-1px; border-radius:19px; padding:1.5px; background:linear-gradient(120deg,#00c896,#3d6fd0,#9a5cff,#e8394a,#c8a84b,#00c896); background-size:300% 300%; -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); -webkit-mask-composite:xor; mask-composite:exclude; animation: holo 4s linear infinite; pointer-events:none; }

.pf-hero { display: flex; gap: 18px; align-items: center; }
.pf-avw { width: 96px; height: 96px; --avr: 18px; }
.pf-av { width: 96px; height: 96px; border-radius: 18px; object-fit: cover; border: 2px solid var(--line); background: var(--raised); }
.av-wrap.pf-ring-rare::before { opacity: 1; background: conic-gradient(from 0deg,#3d6fd0,#6fa8ff,#2a4d8a,#3d6fd0); animation: ringSpin 6s linear infinite; }
.av-wrap.pf-ring-epic::before { opacity: 1; background: conic-gradient(from 0deg,#9a5cff,#c9a6ff,#5a2a9a,#9a5cff); animation: ringSpin 5s linear infinite; }
.av-wrap.pf-ring-legendary::before { opacity: 1; background: conic-gradient(from 0deg,#c8a84b,#fff1bf,#8a6d2a,#c8a84b); animation: ringSpin 3.5s linear infinite; }
.av-wrap.pf-ring-mythic::before { opacity: 1; background: conic-gradient(from 0deg,#00c896,#3d6fd0,#9a5cff,#e8394a,#c8a84b,#00c896); animation: ringSpin 3s linear infinite; }

.pf-id { min-width: 0; flex: 1; }
.pf-handle { font-size: 22px; font-weight: 800; word-break: break-word; }
.pf-title { font-family: var(--mono); font-size: 12px; color: var(--gold); margin-top: 3px; }
.pf-wallet { font-family: var(--mono); font-size: 11px; color: var(--muted); margin-top: 8px; display: flex; align-items: center; gap: 8px; }
.pf-copy { font-family: var(--mono); font-size: 10px; color: var(--muted); background: var(--raised); border: 1px solid var(--line); border-radius: 6px; padding: 2px 7px; cursor: pointer; }
.pf-copy:hover { color: #fff; }
.pf-links { display: flex; gap: 7px; margin-top: 10px; flex-wrap: wrap; }
.pf-pill { font-family: var(--mono); font-size: 11px; color: var(--muted); background: var(--raised); border: 1px solid var(--line); border-radius: 99px; padding: 4px 10px; text-decoration: none; }
.pf-pill:hover { color: #fff; border-color: #3a3f50; }
button.pf-pill { cursor: pointer; line-height: 1.45; }
button.pf-tip { color: var(--gold); border-color: rgba(200,168,75,.4); background: rgba(200,168,75,.1); }
button.pf-tip:hover { color: var(--gold); border-color: var(--gold); background: rgba(200,168,75,.2); }

.pf-bio { margin-top: 16px; font-size: 13px; line-height: 1.5; color: #b9bed1; padding: 10px 12px; border-left: 2px solid var(--line); background: rgba(255,255,255,.03); border-radius: 0 8px 8px 0; font-style: italic; }

.pf-power { display: flex; align-items: baseline; justify-content: space-between; margin: 18px 0 14px; background: rgba(0,0,0,.3); border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; }
.pf-power span { font-family: var(--mono); font-size: 11px; letter-spacing: 2px; color: var(--muted); }
.pf-power b { font-family: var(--mono); font-size: 28px; color: #fff; text-shadow: 0 0 16px rgba(0,200,150,.5); }
.pf-mythic .pf-power b { color: var(--gold); text-shadow: 0 0 18px rgba(200,168,75,.7); }

.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.pf-cell { background: var(--raised); border: 1px solid var(--line); border-radius: 10px; padding: 12px 6px; text-align: center; }
.pf-cell b { display: block; font-family: var(--mono); font-size: 18px; }
.pf-cell span { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .4px; }

.pf-form { display: flex; align-items: center; justify-content: space-between; margin: 16px 0; }
.pf-form-lbl { font-family: var(--mono); font-size: 11px; letter-spacing: 1px; color: var(--muted); }
.pf-real { color: var(--green); font-style: normal; font-size: 10px; margin-left: 6px; letter-spacing: .5px; }
.pf-grid-real .pf-cell:nth-child(3) b, .pf-grid-real .pf-cell:nth-child(4) b,
.pf-grid-real .pf-cell:nth-child(5) b, .pf-grid-real .pf-cell:nth-child(6) b { color: var(--green); }
.pf-pips { display: flex; gap: 5px; }

.pf-section-title { font-family: var(--mono); font-size: 11px; letter-spacing: 2px; color: var(--muted); margin: 20px 0 10px; }
.pf-calls { display: grid; grid-template-columns: repeat(auto-fill, minmax(132px,1fr)); gap: 9px; }
.pf-call { display: flex; align-items: center; gap: 9px; background: var(--raised); border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px; text-decoration: none; transition: border-color .15s; }
.pf-call:hover { border-color: #3a3f50; }
.pf-call img { width: 30px; height: 30px; border-radius: 8px; object-fit: cover; border: 1px solid var(--line); background: var(--void); flex: 0 0 auto; }
.pf-call-info { display: flex; flex-direction: column; min-width: 0; }
.pf-call-info b { font-family: var(--mono); font-size: 13px; color: #fff; }
.pf-call-info span { font-family: var(--mono); font-size: 11px; color: var(--muted); }
.pf-call-info .pf-burned { color: #ff8c3a; font-weight: 700; }
.pf-backed { border-color: rgba(255,140,40,.35) !important; }
.pf-section-sub { font-family: var(--mono); font-weight: 500; letter-spacing: .5px; color: var(--muted); font-size: 9px; margin-left: 6px; }
.pf-empty { color: var(--muted); font-family: var(--mono); font-size: 13px; padding: 16px; text-align: center; }
.pf-empty a { color: var(--green); }
.fighter .av-wrap.av-link { cursor: pointer; }
.pf-rankrow { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pf-rankrow .rank-badge { font-size: 12px; padding: 4px 11px; }
.rank-badge.pf-unranked { color: var(--muted); border-color: var(--line); background: var(--raised); }
/* §4.4 holder tier flair */
.pf-tier { font-family: var(--mono); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px;
  color: var(--gold); border: 1px solid rgba(200,168,75,.45); background: rgba(200,168,75,.12); }
.pf-tier[data-tier="2"] { color: #b58bff; border-color: rgba(160,110,255,.5); background: rgba(160,110,255,.13); }
.pf-tier[data-tier="3"] { color: var(--green); border-color: rgba(0,200,150,.5); background: rgba(0,200,150,.14); }
/* ─── profile holder-tier auras (matches the header diamond-hand flex) ─── */
.pf-avw.tier-aura-1 { border-radius: 18px; animation: pfAv1 3.2s ease-in-out infinite; }
.pf-avw.tier-aura-2 { border-radius: 18px; animation: pfAv2 2.8s ease-in-out infinite; }
.pf-avw.tier-aura-3 { border-radius: 18px; animation: pfAv3 2.4s ease-in-out infinite; }
@keyframes pfAv1 { 0%,100%{ box-shadow:0 0 0 2px rgba(200,168,75,.4),0 0 14px rgba(200,168,75,.2);} 50%{ box-shadow:0 0 0 2px rgba(200,168,75,.65),0 0 28px rgba(200,168,75,.45);} }
@keyframes pfAv2 { 0%,100%{ box-shadow:0 0 0 2px rgba(160,110,255,.45),0 0 16px rgba(160,110,255,.25);} 50%{ box-shadow:0 0 0 2px rgba(160,110,255,.8),0 0 30px rgba(160,110,255,.5);} }
@keyframes pfAv3 { 0%,100%{ box-shadow:0 0 0 2px rgba(120,230,255,.55),0 0 18px rgba(80,220,255,.3);} 50%{ box-shadow:0 0 0 2px rgba(180,245,255,.95),0 0 38px rgba(80,220,255,.65);} }
/* Whale: a spinning holographic ring + diamond-pulsing photo */
.pf-avw.tier-aura-3::after { content:''; position:absolute; inset:-6px; border-radius:24px; z-index:0;
  background: conic-gradient(from 0deg,#00e0c0,#a6f0ff,#3d8fff,#ffffff,#00e0c0); animation: ringSpin 2.6s linear infinite; }
.pf-avw.tier-aura-3 .pf-av { position: relative; z-index: 1; animation: diamondPulse 2.2s ease-in-out infinite; }

/* profile card: breathing tier glow (keeps the base drop shadow) */
.pf-card.holder-t1 { animation: pfGlow1 3.2s ease-in-out infinite; }
.pf-card.holder-t2 { animation: pfGlow2 2.8s ease-in-out infinite; }
.pf-card.holder-t3 { animation: pfGlow3 2.5s ease-in-out infinite; }
@keyframes pfGlow1 { 0%,100%{ box-shadow:0 20px 50px rgba(0,0,0,.5),0 0 0 1px rgba(200,168,75,.3);} 50%{ box-shadow:0 20px 50px rgba(0,0,0,.5),0 0 26px rgba(200,168,75,.25),0 0 0 1px rgba(200,168,75,.55);} }
@keyframes pfGlow2 { 0%,100%{ box-shadow:0 20px 50px rgba(0,0,0,.5),0 0 0 1px rgba(160,110,255,.35);} 50%{ box-shadow:0 20px 50px rgba(0,0,0,.5),0 0 30px rgba(160,110,255,.3),0 0 0 1px rgba(160,110,255,.6);} }
@keyframes pfGlow3 { 0%,100%{ box-shadow:0 20px 50px rgba(0,0,0,.5),0 0 0 1px rgba(120,230,255,.45);} 50%{ box-shadow:0 20px 50px rgba(0,0,0,.5),0 0 38px rgba(80,220,255,.4),0 0 0 1px rgba(160,240,255,.85);} }

/* tier pill: sheen sweep for all; Whale = holographic shift */
.pf-tier { position: relative; overflow: hidden; }
.pf-tier::after { content:''; position:absolute; inset:0; pointer-events:none;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.6) 50%, transparent 62%);
  transform: translateX(-140%); animation: pillSheen 3.4s ease-in-out infinite; }
.pf-tier[data-tier="3"] { color:#bdf6ff; border-color: rgba(140,235,255,.65);
  background: linear-gradient(90deg, rgba(0,224,192,.2), rgba(60,143,255,.2), rgba(166,240,255,.24), rgba(0,224,192,.2));
  background-size: 220% 100%; animation: holoShift 3s linear infinite; }

/* Whale exclusive: twinkling diamond beside the handle */
.pf-card.holder-t3 .pf-handle::after { content:'💎'; margin-left:8px; font-size:15px; display:inline-block;
  filter: drop-shadow(0 0 5px rgba(140,235,255,.9)); animation: diamondTwinkle 1.8s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  .pf-avw.tier-aura-1, .pf-avw.tier-aura-2, .pf-avw.tier-aura-3, .pf-avw.tier-aura-3::after,
  .pf-avw.tier-aura-3 .pf-av, .pf-card.holder-t1, .pf-card.holder-t2, .pf-card.holder-t3,
  .pf-tier::after, .pf-tier[data-tier="3"], .pf-card.holder-t3 .pf-handle::after { animation: none; }
}
a.lb-card { text-decoration: none; color: inherit; cursor: pointer; }
a.lb-card:hover { border-color: #3a3f50; }

/* ───────────── LEADERBOARD PAGE ───────────── */
.lbp-wrap { max-width: 820px; margin: 0 auto; padding: 26px 20px 70px; }
.lbp-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.lbp-head h2 { font-family: var(--mono); font-size: 20px; letter-spacing: 3px; }
.lbp-modepill { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; padding: 4px 9px; border-radius: 99px; border: 1px solid var(--line); color: var(--muted); }
.lbp-modepill[data-mode="live"] { color: var(--green); border-color: rgba(0,200,150,.4); }
.lbp-modepill[data-mode="demo"] { color: var(--gold); border-color: rgba(200,168,75,.4); }

.lbp-podium-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: end; margin-bottom: 18px; }
.lbp-podium { display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: inherit; background: var(--raised); border: 1px solid var(--line); border-radius: 16px; padding: 18px 12px 16px; transition: transform .15s, border-color .15s; }
.lbp-podium:hover { transform: translateY(-3px); }
.lbp-p1 { padding-top: 26px; background: linear-gradient(180deg, rgba(200,168,75,.16), rgba(200,168,75,.04)); border-color: rgba(200,168,75,.45); box-shadow: 0 0 30px rgba(200,168,75,.18); }
.lbp-p2 { border-color: rgba(201,210,224,.4); }
.lbp-p3 { border-color: rgba(230,168,119,.4); }
.lbp-medal { font-size: 26px; }
.lbp-pav { width: 64px; height: 64px; --avr: 14px; }
.lbp-p1 .lbp-pav { width: 78px; height: 78px; --avr: 16px; }
.lbp-pav img { width: 100%; height: 100%; border-radius: 14px; object-fit: cover; border: 2px solid var(--line); background: var(--void); }
.lbp-p1 .lbp-pav img { border-radius: 16px; }
.lbp-pname { font-weight: 800; font-size: 14px; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lbp-pxp { font-family: var(--mono); font-size: 13px; color: var(--gold); font-weight: 700; }
.lbp-pstats { font-family: var(--mono); font-size: 11px; color: var(--muted); }

.lbp-list { display: flex; flex-direction: column; gap: 8px; }
.lbp-row { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; background: var(--raised); border: 1px solid var(--line); border-radius: 12px; padding: 9px 14px; transition: border-color .15s, transform .15s; }
.lbp-row.lbp-real { border-color: rgba(0,200,150,.4); }
.lbp-row.lbp-real .lbp-cells b { color: var(--green); }
.lbp-podium.lbp-real { box-shadow: 0 0 0 1px rgba(0,200,150,.4) inset; }
.lbp-row:hover { transform: translateX(3px); border-color: #3a3f50; }
.lbp-rank { font-family: var(--mono); font-weight: 700; font-size: 14px; color: var(--muted); width: 34px; flex: 0 0 auto; }
.lbp-av { width: 36px; height: 36px; --avr: 9px; flex: 0 0 auto; }
.lbp-av img { width: 36px; height: 36px; border-radius: 9px; object-fit: cover; border: 1px solid var(--line); background: var(--void); }
.lbp-id { min-width: 0; flex: 1; }
.lbp-name { font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lbp-wallet { font-family: var(--mono); font-size: 10px; color: var(--muted); }
.lbp-cells { display: flex; gap: 16px; flex: 0 0 auto; }
.lbp-cells span { display: flex; flex-direction: column; align-items: center; font-family: var(--mono); font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .3px; }
.lbp-cells b { font-size: 14px; color: #eef0f6; }
.lbp-last { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; width: 116px; }
.lbp-last img { width: 26px; height: 26px; border-radius: 7px; object-fit: cover; border: 1px solid var(--line); flex: 0 0 auto; }
.lbp-last span { display: flex; flex-direction: column; font-family: var(--mono); font-size: 10px; color: var(--muted); line-height: 1.2; min-width: 0; }
.lbp-last b { font-size: 11px; color: #fff; }
.lbp-last-empty { color: var(--muted); font-family: var(--mono); justify-content: center; }
.lbp-foot { text-align: center; margin-top: 24px; }
.lbp-foot a { color: var(--green); font-family: var(--mono); font-size: 13px; text-decoration: none; }

.lb-page-link { margin-left: auto; text-decoration: none; }
.lb-viewall { color: var(--muted); font-size: 10px; text-decoration: none; margin-left: 8px; letter-spacing: .5px; }
.lb-viewall:hover { color: var(--gold); }

@media (max-width: 620px) {
  .lbp-cells span:nth-child(1), .lbp-cells span:nth-child(3) { display: none; }
  .lbp-last { display: none; }
}

/* ── caller donation (tip) modal ───────────────────────────────────────── */
.tip-overlay { position: fixed; inset: 0; z-index: 9000; display: flex; align-items: center; justify-content: center;
  background: rgba(6,8,12,.72); backdrop-filter: blur(3px); padding: 18px; }
.tip-overlay[hidden] { display: none; }
.tip-card { position: relative; width: 100%; max-width: 380px; background: #11141b;
  border: 1px solid rgba(200,168,75,.40); border-radius: 16px; padding: 20px 18px 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.6); }
.tip-x { position: absolute; top: 10px; right: 12px; background: none; border: none; color: var(--muted);
  font-size: 16px; cursor: pointer; line-height: 1; }
.tip-x:hover { color: #fff; }
.tip-head { font-weight: 800; font-size: 16px; color: #e7ecf3; }
.tip-head .tip-name { color: var(--gold); }
.tip-sub { color: var(--muted); font-size: 12px; margin: 4px 0 14px; }
.tip-addrbox { display: flex; align-items: center; gap: 8px; background: rgba(13,15,20,.7);
  border: 1px solid var(--line); border-radius: 10px; padding: 9px 11px; }
.tip-addrfull { flex: 1; min-width: 0; font-family: var(--mono); font-size: 11px; color: #cdd4de;
  word-break: break-all; }
.tip-copy { flex: none; font-family: var(--mono); font-weight: 700; font-size: 11px; cursor: pointer;
  color: var(--gold); background: rgba(200,168,75,.12); border: 1px solid rgba(200,168,75,.4);
  border-radius: 7px; padding: 5px 10px; }
.tip-copy:hover { background: rgba(200,168,75,.24); }
.tip-presets { display: flex; gap: 8px; margin: 12px 0; }
.tip-preset { flex: 1; font-family: var(--mono); font-weight: 700; font-size: 13px; cursor: pointer;
  color: #cdd4de; background: rgba(13,15,20,.7); border: 1px solid var(--line); border-radius: 9px; padding: 8px 0; }
.tip-preset:hover { border-color: rgba(200,168,75,.45); }
.tip-preset.on { color: var(--gold); border-color: var(--gold); background: rgba(200,168,75,.14); }
.tip-qr { display: flex; flex-direction: column; align-items: center; gap: 7px; margin: 4px 0 13px; }
.tip-qr-img { width: 150px; height: 150px; background: #fff; border-radius: 12px; padding: 9px; box-sizing: border-box; }
.tip-qr-img svg { display: block; width: 100%; height: 100%; }
.tip-qr-cap { font-family: var(--mono); font-size: 10.5px; color: var(--muted); }
.tip-actions { display: flex; gap: 8px; }
.tip-open, .tip-scan { flex: 1; text-align: center; text-decoration: none; font-weight: 700; font-size: 13px;
  border-radius: 10px; padding: 10px 0; cursor: pointer; }
.tip-open { color: #06241c; background: var(--green); border: 1px solid var(--green); }
.tip-open:hover { filter: brightness(1.08); }
.tip-scan { color: #cdd4de; background: transparent; border: 1px solid var(--line); }
.tip-scan:hover { border-color: rgba(200,168,75,.45); color: #fff; }
.tip-note { color: var(--muted); font-size: 11px; line-height: 1.5; margin-top: 13px; }
.tip-note a { color: var(--gold); }

/* ── cookie consent bar ────────────────────────────────────────────────── */
.pc-cookie { position: fixed; left: 50%; bottom: 14px; transform: translate(-50%, 140%);
  z-index: 8500; display: flex; align-items: center; gap: 14px; max-width: min(680px, calc(100vw - 28px));
  background: rgba(17,20,27,.97); border: 1px solid rgba(200,168,75,.38); border-radius: 14px;
  padding: 12px 14px; box-shadow: 0 16px 44px rgba(0,0,0,.55); opacity: 0;
  transition: transform .28s cubic-bezier(.2,.8,.3,1), opacity .28s; }
.pc-cookie.in { transform: translate(-50%, 0); opacity: 1; }
.pc-cookie.out { transform: translate(-50%, 140%); opacity: 0; }
.pc-cookie-txt { font-size: 12.5px; line-height: 1.5; color: #cdd4de; }
.pc-cookie-txt a { color: var(--gold); }
.pc-cookie-ok { flex: none; font-weight: 800; font-size: 13px; cursor: pointer; color: #06241c;
  background: var(--green); border: 1px solid var(--green); border-radius: 9px; padding: 9px 18px; }
.pc-cookie-ok:hover { filter: brightness(1.08); }
@media (max-width: 560px) {
  .pc-cookie { flex-direction: column; align-items: stretch; gap: 9px; bottom: 8px; text-align: center; }
  .pc-cookie-ok { width: 100%; padding: 10px 0; }
}

/* ── shared site footer ────────────────────────────────────────────────── */
.site-footer { margin-top: 48px; border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(13,15,20,0), rgba(13,15,20,.55)); }
.sf-inner { max-width: 1080px; margin: 0 auto; padding: 34px 22px 22px;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; }
.sf-brand { min-width: 0; }
.sf-logo { font-weight: 800; font-size: 17px; color: #e7ecf3; letter-spacing: .5px; }
.sf-tag { color: var(--muted); font-size: 12.5px; line-height: 1.55; margin: 8px 0 14px; max-width: 280px; }
.sf-social { display: flex; gap: 9px; }
.sf-soc { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px;
  border-radius: 9px; border: 1px solid var(--line); background: var(--raised); color: #cdd4de;
  font-size: 15px; text-decoration: none; transition: border-color .15s, color .15s, transform .1s; }
.sf-soc:hover { border-color: rgba(200,168,75,.5); color: var(--gold); transform: translateY(-2px); }
.sf-soon { opacity: .5; cursor: default; position: relative; }
.sf-soon:hover { transform: none; border-color: var(--line); color: #cdd4de; }
.sf-col { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.sf-h { font-family: var(--mono); font-size: 10px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 2px; }
.sf-col a { color: #cdd4de; font-size: 13px; text-decoration: none; }
.sf-col a:hover { color: var(--gold); }
.sf-bottom { max-width: 1080px; margin: 0 auto; padding: 14px 22px 26px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; justify-content: space-between;
  font-family: var(--mono); font-size: 11px; color: var(--muted); }
.sf-disc { opacity: .85; }
@media (max-width: 720px) {
  .sf-inner { grid-template-columns: 1fr 1fr; gap: 22px; }
  .sf-brand { grid-column: 1 / -1; }
}
@media (max-width: 440px) {
  .sf-inner { grid-template-columns: 1fr; }
  .sf-bottom { flex-direction: column; align-items: flex-start; }
}
