/* ================================================================
   PONS.CARDS — theme after ponsfamily.com/launchpad
   Inter, #f4f4f4 page, floating white glass panels (24-28px radius),
   lime accent #d4fc50 with glow, pill segmented nav, soft shadows,
   light/dark themes, ease-out cubic-bezier(.22,1,.36,1).
   Class names kept compatible with the shared main.js (friend.rip).
   ================================================================ */
:root {
  --bg-page: #f4f4f4; --bg-white: #fff; --bg-elevated: #fff; --text: #111; --text-muted: rgba(17,17,17,.55); --text-subtle: rgba(17,17,17,.4);
  --divider: rgba(17,17,17,.1); --accent: #e8ff00; --accent-hover: #d8ee00; --accent-soft: #f7ffb3; --accent-mid: #eeff66; --accent-contrast: #111;
  --success: #34c759; --danger: #ff3b30; --panel-2: #ececec;
  --btn-glow: 0 8px 24px rgba(232,255,0,.35); --float-bg: rgba(255,255,255,.72); --float-border: rgba(255,255,255,.8);
  --float-shadow: 0 1px 2px rgba(17,17,17,.04), 0 8px 24px rgba(17,17,17,.06), 0 24px 48px rgba(17,17,17,.04);
  --glass-fill: rgba(255,255,255,.7); --glass-border: rgba(255,255,255,.82); --shadow-soft: 0 4px 24px rgba(17,17,17,.05); --shadow-card: 0 2px 12px rgba(17,17,17,.04);
  --r-float: 28px; --r-glass: 24px; --r-card: 24px; --r-panel: 20px; --r-pill: 999px; --nav-h: 64px; --max: 1080px;
  --ease: cubic-bezier(.22, 1, .36, 1); --fast: .18s; --normal: .28s;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; --serif: "Instrument Serif", Georgia, serif;
  --font-px: var(--font);
}
html[data-theme="dark"] {
  --bg-page: #0d0d0d; --bg-white: #161616; --bg-elevated: #1c1c1c; --text: #f2f2f2; --text-muted: rgba(242,242,242,.58); --text-subtle: rgba(242,242,242,.4);
  --divider: rgba(242,242,242,.12); --accent: #e8ff00; --accent-hover: #f0ff4d; --accent-soft: #24270a; --accent-mid: #3a3f10;
  --panel-2: #1f1f1f; --btn-glow: 0 8px 24px rgba(232,255,0,.28); --float-bg: rgba(22,22,22,.82); --float-border: rgba(255,255,255,.08);
  --float-shadow: 0 1px 2px rgba(0,0,0,.35), 0 8px 24px rgba(0,0,0,.35), 0 24px 48px rgba(0,0,0,.28);
  --glass-fill: rgba(22,22,22,.78); --glass-border: rgba(255,255,255,.1); --shadow-soft: 0 4px 24px rgba(0,0,0,.35); --shadow-card: 0 2px 12px rgba(0,0,0,.28);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); font-size: 15px; line-height: 1.5; color: var(--text); background: var(--bg-page); min-height: 100dvh; display: flex; flex-direction: column; overflow-x: hidden; -webkit-font-smoothing: antialiased; transition: background var(--normal) var(--ease), color var(--normal) var(--ease); }
body.is-loading .js-landing, body.is-loading .js-app { display: none; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--accent); color: #111; }
:focus-visible { outline: 3px solid rgba(232,255,0,.9); outline-offset: 2px; border-radius: 12px; }
.bg { position: fixed; inset: 0; z-index: -1; background: radial-gradient(60% 40% at 50% -10%, rgba(232,255,0,.28) 0%, rgba(232,255,0,0) 70%), var(--bg-page); transition: background var(--normal) var(--ease); }
html[data-theme="dark"] .landing { background: linear-gradient(180deg, rgba(22,22,22,.2) 0%, var(--bg-white) 46%), url("/assets/banner.jpg") center top / cover no-repeat, linear-gradient(180deg, var(--accent-soft) 0%, var(--bg-white) 45%); }
html[data-theme="dark"] .bg { background: radial-gradient(60% 40% at 50% -10%, rgba(232,255,0,.14) 0%, rgba(232,255,0,0) 70%), var(--bg-page); }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.serif { font-family: var(--serif); font-weight: 400; font-style: italic; }
em { font-style: normal; color: var(--text); font-weight: 600; }

/* ---------- top bar (floating glass) ---------- */
.topbar { position: sticky; top: 0; z-index: 40; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: var(--float-bg); backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4); border-bottom: 1px solid var(--divider); }
.brand { display: flex; align-items: center; gap: 10px; }
.brand__croc { width: 34px; height: 34px; object-fit: contain; filter: drop-shadow(0 2px 4px rgba(0,0,0,.18)); }
.brand__word { font-weight: 700; font-size: 16px; letter-spacing: -.01em; }
.brand__tld { color: var(--text-muted); font-weight: 500; }
.topbar__nav { display: flex; gap: 2px; padding: 4px; border-radius: var(--r-pill); background: var(--panel-2); position: absolute; left: 50%; transform: translateX(-50%); }
.topbar__nav a, .topbar__nav button { padding: 7px 14px; border-radius: var(--r-pill); font-size: 14px; font-weight: 500; color: var(--text-muted); transition: background var(--fast) var(--ease), color var(--fast) var(--ease), box-shadow var(--fast) var(--ease); }
.topbar__nav a:hover, .topbar__nav button:hover { color: var(--text); }
.topbar__nav .is-active { background: var(--bg-white); color: var(--text); box-shadow: var(--shadow-card); }
@media (max-width: 720px) { .topbar__nav { display: none; } }
.topbar__right { display: flex; align-items: center; gap: 8px; }
.iconbtn, .topbar__link { width: 38px; height: 38px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--bg-white); border: 1px solid var(--divider); color: var(--text); transition: transform var(--fast) var(--ease), background var(--fast), box-shadow var(--fast); }
.iconbtn:hover, .topbar__link:hover { transform: translateY(-1px); box-shadow: var(--shadow-card); }
.iconbtn svg, .topbar__link svg { width: 18px; height: 18px; }
.ic { width: 18px; height: 18px; }
.js-theme .ic--sun { display: none; } html[data-theme="dark"] .js-theme .ic--sun { display: block; } html[data-theme="dark"] .js-theme .ic--moon { display: none; }
.js-sound .ic--off { display: none; } .js-sound.is-off .ic--on { display: none; } .js-sound.is-off .ic--off { display: block; }
.js-sound.is-off { opacity: .6; }
.user { display: flex; align-items: center; gap: 8px; padding: 4px 6px 4px 4px; border-radius: var(--r-pill); background: var(--bg-white); border: 1px solid var(--divider); }
.user__avatar { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; background: var(--panel-2); }
.user__handle { font-size: 13px; font-weight: 600; }
.user__out { width: 28px; height: 28px; border-radius: 50%; display: inline-grid; place-items: center; color: var(--text-muted); }
.user__out:hover { background: var(--panel-2); color: var(--text); }
.user__out svg { width: 16px; height: 16px; }

/* ---------- pills / buttons ---------- */
.pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border-radius: var(--r-pill); font-weight: 600; font-size: 14px; background: var(--bg-white); color: var(--text); border: 1px solid var(--divider); box-shadow: var(--shadow-card); transition: transform var(--fast) var(--ease), box-shadow var(--fast) var(--ease), background var(--fast), color var(--fast); white-space: nowrap; }
.pill:hover { transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.pill:active { transform: translateY(0) scale(.98); }
.pill--cta, .pill--big { background: var(--accent); color: var(--accent-contrast); border-color: transparent; box-shadow: var(--btn-glow); }
.pill--cta:hover, .pill--big:hover { background: var(--accent-hover); box-shadow: 0 10px 28px rgba(232,255,0,.5); }
.pill--big { padding: 15px 26px; font-size: 16px; }
.pill--ghost { background: transparent; box-shadow: none; }
.pill--ghost:hover { background: var(--panel-2); }
.pill:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }
.pill__icon { width: 18px; height: 18px; }
.chip-soon, .chip-room, .tag, .count { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: var(--r-pill); background: var(--accent-soft); color: var(--text); font-size: 12px; font-weight: 600; }
.count { background: var(--accent); color: #111; }
.fchip { display: inline-flex; padding: 2px 8px; border-radius: var(--r-pill); font-size: 12px; font-weight: 600; background: var(--panel-2); color: var(--text-muted); }
.fchip--3, .fchip--4 { background: var(--accent-soft); color: var(--text); }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(232,255,0,.25); animation: pulse 2s ease-in-out infinite; }
.dot--amber { background: #f5a623; box-shadow: 0 0 0 4px rgba(245,166,35,.2); }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(232,255,0,.25); } 50% { box-shadow: 0 0 0 8px rgba(232,255,0,.08); } }

/* ---------- panels ---------- */
.panel { background: var(--bg-white); border: 1px solid var(--float-border); border-radius: var(--r-card); box-shadow: var(--float-shadow); }
.panel--tint { background: linear-gradient(180deg, var(--accent-soft) 0%, var(--bg-white) 40%); }

/* ---------- landing ---------- */
.landing { width: min(var(--max), calc(100% - 32px)); margin: 28px auto 0; padding: 56px 32px 48px; text-align: center; display: flex; flex-direction: column; align-items: center; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--bg-white) 46%), url("/assets/banner.jpg") center top / cover no-repeat, linear-gradient(180deg, var(--accent-soft) 0%, var(--bg-white) 45%); border: 1px solid var(--float-border); border-radius: var(--r-float); box-shadow: var(--float-shadow); animation: rise .6s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.coin { position: relative; margin-bottom: 26px; }
.coin__disc { width: 170px; height: 170px; display: grid; place-items: center; animation: bob 4s ease-in-out infinite; }
.coin__disc img { width: 170px; height: 170px; object-fit: contain; filter: drop-shadow(0 22px 34px rgba(0,0,0,.22)) drop-shadow(0 0 40px rgba(232,255,0,.35)); }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.coin__tag { position: absolute; right: -44px; bottom: -6px; padding: 5px 10px; border-radius: var(--r-pill); background: var(--bg-white); border: 1px solid var(--divider); box-shadow: var(--shadow-card); font-size: 12px; font-weight: 700; }
.landing__title { font-size: clamp(38px, 6vw, 60px); line-height: 1.02; letter-spacing: -.03em; font-weight: 700; }
.landing__title .hl { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--text); }
.landing__sub { margin: 18px 0 26px; font-size: 17px; color: var(--text-muted); max-width: 520px; }
.landing__hint { margin-top: 20px; display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: var(--r-pill); background: var(--bg-white); border: 1px solid var(--divider); font-size: 13px; color: var(--text-muted); }
.landing__error { margin-top: 14px; color: var(--danger); font-size: 14px; }
.landing__cap { margin-top: 36px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-subtle); }
.landing__preview { display: flex; gap: 18px; justify-content: center; margin-top: 16px; perspective: 1200px; }
.landing__preview .slab { --w: 220px; }
.landing__slab { display: block; color: inherit; transition: transform var(--normal) var(--ease); }
a.landing__slab:hover { transform: translateY(-6px); }
.landing__preview .landing__slab:nth-child(1) { transform: rotate(-6deg) translateY(10px); } .landing__preview .landing__slab:nth-child(3) { transform: rotate(6deg) translateY(10px); }
a.landing__slab:nth-child(1):hover { transform: rotate(-6deg) translateY(4px); } a.landing__slab:nth-child(3):hover { transform: rotate(6deg) translateY(4px); }
@media (max-width: 720px) { .landing__preview .landing__slab:not(:nth-child(2)) { display: none; } }

/* ---------- app ---------- */
.app { width: min(var(--max), calc(100% - 32px)); margin: 24px auto 0; display: grid; grid-template-columns: 1fr; gap: 20px; }
.content { display: grid; gap: 20px; }
.card { padding: 22px 24px; }
.card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.card__title { font-size: 22px; font-weight: 700; letter-spacing: -.02em; }
.card__sub { color: var(--text-muted); margin-top: 4px; }
.card__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.side__title { font-size: 15px; font-weight: 700; letter-spacing: -.01em; display: inline-flex; align-items: center; gap: 8px; }
.side__title .ic { color: var(--text-muted); }
.ic--t { width: 16px; height: 16px; flex: 0 0 auto; }
.ic--xs { width: 13px; height: 13px; flex: 0 0 auto; }
.ic--empty { width: 26px; height: 26px; margin: 0 auto 8px; color: var(--text-subtle); display: block; }
.pill .ic { width: 16px; height: 16px; }
.topbar__nav a, .topbar__nav button { display: inline-flex; align-items: center; gap: 6px; }
.topbar__nav .ic--t { width: 15px; height: 15px; }
.side__title .tri { display: none; }
.card--hello { display: flex; align-items: center; gap: 16px; }
.card--hello__croc { width: 46px; height: 46px; border-radius: 12px; }
.card--hello .pill { margin-left: auto; }
.card--pack { background: linear-gradient(180deg, var(--accent-soft) 0%, var(--bg-white) 55%); }
.packstage { display: flex; justify-content: center; padding: 8px 0 6px; perspective: 1200px; }
.how { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.how li { display: flex; gap: 12px; padding: 14px; border-radius: 16px; background: var(--panel-2); }
.how strong { display: block; font-size: 13px; margin-bottom: 4px; }
.how p { color: var(--text-muted); font-size: 14px; }
.docs__num { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #111; display: grid; place-items: center; font-weight: 700; font-size: 13px; }
@media (max-width: 720px) { .how { grid-template-columns: 1fr; } .card--hello { flex-wrap: wrap; } .card--hello .pill { margin-left: 0; } }

/* latest packs = grid of token-like cards */
.side { padding: 22px 24px; }
.side__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.side__list { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
@media (max-width: 1000px) { .side__list { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .side__list { grid-template-columns: repeat(2, 1fr); } }
.member { display: flex; flex-direction: column; gap: 6px; padding: 8px 8px 10px; border-radius: 18px; background: var(--bg-page); border: 1px solid var(--divider); cursor: pointer; transition: transform var(--fast) var(--ease), box-shadow var(--fast) var(--ease); }
.member:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.member.is-new { animation: card-in .5s var(--ease) both; }
@keyframes card-in { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: none; } }
.member__avatar { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; background: var(--panel-2); }
.member__id { display: flex; flex-direction: column; min-width: 0; padding: 0 4px; }
.member__name { font-weight: 600; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.member__handle { font-size: 12px; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.member__right { display: flex; align-items: center; justify-content: space-between; padding: 0 4px; font-size: 11px; color: var(--text-subtle); }
.side__empty { text-align: center; color: var(--text-muted); padding: 30px 0; }
.side__foot { margin-top: 12px; font-size: 12px; color: var(--text-subtle); text-align: center; }

/* ---------- footer ---------- */
.footer { width: min(var(--max), calc(100% - 32px)); margin: 32px auto 28px; text-align: center; color: var(--text-subtle); font-size: 12px; }
.footer__links { display: flex; justify-content: center; gap: 18px; margin-bottom: 10px; font-weight: 600; color: var(--text-muted); }
.footer__links a:hover { color: var(--text); }
.footer__legal { max-width: 640px; margin: 0 auto 6px; }

/* ---------- modals ---------- */
.modal { position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.35); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); animation: fade .25s var(--ease) both; }
html[data-theme="dark"] .modal__backdrop { background: rgba(0,0,0,.6); }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.modal .panel { position: relative; width: min(760px, 100%); max-height: 92vh; overflow: auto; animation: rise .35s var(--ease) both; }
.docs__head { display: flex; align-items: center; gap: 10px; padding: 18px 22px; border-bottom: 1px solid var(--divider); font-weight: 700; }
.docs__head img { width: 32px; height: 32px; object-fit: contain; }
.docs__body { padding: 20px 22px 24px; }
.docs__steps { list-style: none; display: grid; gap: 14px; }
.docs__steps li { display: flex; gap: 12px; }
.docs__steps strong { display: block; margin-bottom: 2px; }
.docs__steps p { color: var(--text-muted); font-size: 14px; }
.docs__foot { margin-top: 18px; color: var(--text-subtle); font-size: 13px; }
.docs__foot a { color: var(--text); font-weight: 600; }
.profile__x { position: absolute; right: 12px; top: 12px; z-index: 2; }
.pack { width: min(980px, 100%) !important; }
.pack__body { display: grid; grid-template-columns: 1fr 380px; gap: 26px; padding: 22px 26px 26px; align-items: center; }
.pack__title { font-size: 26px; font-weight: 700; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 12px; }
.pack__title span { font-family: var(--serif); font-style: italic; font-weight: 400; }
.pack__text p { color: var(--text-muted); margin-bottom: 10px; }
.pack__facts { list-style: none; margin: 14px 0 18px; display: grid; gap: 6px; font-size: 14px; color: var(--text-muted); }
.pack__facts strong { display: inline-block; min-width: 56px; color: var(--text); }
.pack__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.pack__stage { display: flex; justify-content: center; perspective: 1200px; }
@media (max-width: 860px) { .pack__body { grid-template-columns: 1fr; } .pack__stage { order: -1; } }
.profile { width: min(560px, 100%) !important; }
.profile__stage { display: flex; justify-content: center; padding: 26px 16px 4px; perspective: 1200px; background: linear-gradient(180deg, var(--accent-soft) 0%, var(--bg-white) 100%); border-radius: var(--r-card) var(--r-card) 0 0; }
.profile__body { padding: 16px 22px 22px; }
.profile__namerow { display: flex; align-items: center; gap: 8px; }
.profile__name { font-size: 20px; font-weight: 700; }
.profile__handle { display: inline-flex; align-items: center; gap: 6px; color: var(--text-muted); font-size: 14px; margin-top: 2px; }
.profile__xlogo { width: 14px; height: 14px; }
.profile__bio { margin: 10px 0 12px; color: var(--text-muted); font-size: 14px; }
.profile__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pstat { padding: 10px; border-radius: 14px; background: var(--panel-2); text-align: center; }
.pstat strong { display: block; font-size: 16px; }
.pstat span { font-size: 12px; color: var(--text-muted); }
.profile__actions { display: flex; gap: 10px; margin-top: 14px; }
.toast { position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 70; display: flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border-radius: var(--r-pill); background: var(--bg-white); border: 1px solid var(--divider); box-shadow: var(--float-shadow); font-size: 13px; animation: rise .35s var(--ease) both; }
.toast__avatar { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
body.modal-open { overflow: hidden; }
/* friend.rip leftovers, hidden */
.room, .card--ca, .card--chart, .launch { display: none !important; }

.app .side { order: 2; }

/* ---------- mini-X layout ---------- */
.app { grid-template-columns: 300px minmax(0, 1fr) 320px; align-items: start; }
.app .side { order: 0; }
.col { display: grid; gap: 16px; min-width: 0; }
@media (max-width: 1100px) { .app { grid-template-columns: 1fr; } .col--left { order: 2; } .col--right { order: 1; } }
.me { display: flex; align-items: center; gap: 12px; }
.me__avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: var(--panel-2); }
.me__name { font-weight: 700; } .me__handle { color: var(--text-muted); font-size: 13px; }
.me__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.me__stats div, .wstats div { padding: 8px 6px; border-radius: 12px; background: var(--panel-2); text-align: center; }
.me__stats b, .wstats b { display: block; font-size: 15px; } .me__stats span, .wstats span { font-size: 10.5px; color: var(--text-muted); display: inline-flex; align-items: center; justify-content: center; gap: 4px; white-space: nowrap; letter-spacing: -.01em; } .me__stats span .ic, .wstats span .ic { width: 12px; height: 12px; }
.wallet__addr { display: flex; justify-content: space-between; align-items: center; font-family: ui-monospace, monospace; font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.wallet__addr a { color: var(--text); font-weight: 600; font-family: var(--font); display: inline-flex; align-items: center; gap: 4px; }
.wstats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.bags { display: grid; gap: 6px; margin-top: 10px; }
.bag { display: flex; justify-content: space-between; align-items: center; font-size: 13px; padding: 6px 10px; border-radius: 10px; background: var(--panel-2); }
.bag b { font-weight: 600; } .bag span { color: var(--text-muted); }
.how--v { grid-template-columns: 1fr; gap: 8px; } .how--v li { padding: 10px 12px; }
.compose { display: flex; gap: 12px; }
.compose__avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; background: var(--panel-2); flex: none; }
.compose__form { flex: 1; min-width: 0; }
.compose__text { width: 100%; resize: vertical; min-height: 56px; border: 0; background: transparent; font: inherit; color: var(--text); font-size: 16px; outline: none; }
.compose__row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; border-top: 1px solid var(--divider); padding-top: 10px; margin-top: 6px; }
.compose__token { flex: 1; min-width: 200px; border: 1px solid var(--divider); border-radius: var(--r-pill); padding: 8px 12px; font: inherit; font-size: 13px; background: var(--bg-white); color: var(--text); }
.compose__token:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(232,255,0,.25); }
.seg { display: inline-flex; padding: 3px; border-radius: var(--r-pill); background: var(--panel-2); }
.seg__b { padding: 6px 12px; border-radius: var(--r-pill); font-size: 13px; font-weight: 600; color: var(--text-muted); display: inline-flex; align-items: center; gap: 5px; }
.seg__b.is-active { background: var(--bg-white); color: var(--text); box-shadow: var(--shadow-card); }
.feed { display: grid; gap: 0; }
.call { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid var(--divider); animation: card-in .4s var(--ease) both; }
.call:first-child { border-top: 0; padding-top: 4px; }
.call__avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; background: var(--panel-2); flex: none; cursor: pointer; }
.call__body { min-width: 0; flex: 1; }
.call__head { display: flex; align-items: center; gap: 6px; font-size: 14px; flex-wrap: wrap; }
.call__name { font-weight: 700; } .call__handle, .call__time { color: var(--text-muted); }
.call__text { margin-top: 4px; white-space: pre-wrap; word-break: break-word; }
.call__tok { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; padding: 6px 10px; border-radius: 12px; background: var(--panel-2); font-size: 13px; }
.call__tok b { font-weight: 700; } .call__tok .side { padding: 2px 8px; border-radius: var(--r-pill); font-size: 11px; font-weight: 700; background: var(--accent); color: #111; display: inline-flex; align-items: center; gap: 4px; } .call__tok .side .ic, .call__tok .backed .ic { width: 12px; height: 12px; }
.call__tok .side--sell { background: #ffd8d4; color: #7d201a; }
.call__tok .backed { padding: 2px 8px; border-radius: var(--r-pill); font-size: 11px; font-weight: 700; background: var(--success); color: #fff; display: inline-flex; align-items: center; gap: 4px; }
.call__tok a { color: var(--text-muted); text-decoration: underline; }
/* right column lists: compact rows */
.col--right .side__list { grid-template-columns: 1fr; gap: 6px; }
.col--right .member { flex-direction: row; align-items: center; gap: 10px; padding: 6px 8px; border-radius: 12px; background: transparent; border: 0; }
.col--right .member:hover { background: var(--panel-2); transform: none; box-shadow: none; }
.col--right .member__avatar { width: 36px; height: 36px; border-radius: 50%; }
.col--right .member__id { flex: 1; padding: 0; }
.col--right .member__right { flex-direction: column; align-items: flex-end; gap: 2px; padding: 0; }
.scan { list-style: none; display: grid; gap: 6px; }
.scanrow { display: flex; align-items: center; gap: 10px; padding: 6px 8px; border-radius: 12px; cursor: pointer; }
.scanrow:hover { background: var(--panel-2); }
.scanrow__rank { width: 20px; font-weight: 700; color: var(--text-muted); font-size: 13px; }
.scanrow img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; background: var(--panel-2); }
.scanrow__id { flex: 1; min-width: 0; display: flex; flex-direction: column; } .scanrow__name { font-weight: 600; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .scanrow__meta { font-size: 11px; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.scanrow__rank.is-top { color: var(--text); } .scanrow:nth-child(1) .scanrow__rank { color: #b8860b; } .scanrow:nth-child(2) .scanrow__rank { color: #8a8a8a; } .scanrow:nth-child(3) .scanrow__rank { color: #a0522d; }
.scanrow__score { font-weight: 700; font-size: 13px; padding: 3px 8px; border-radius: var(--r-pill); background: var(--accent-soft); }
.linkish { font-size: 13px; font-weight: 600; color: var(--text-muted); display: inline-flex; align-items: center; gap: 4px; } .linkish:hover { color: var(--text); }
.scanmodal { width: min(920px, 100%) !important; }
.scantable { width: 100%; border-collapse: collapse; font-size: 14px; }
.scantable th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); padding: 8px; border-bottom: 1px solid var(--divider); }
.scantable td { padding: 10px 8px; border-bottom: 1px solid var(--divider); vertical-align: middle; }
.scantable .who { display: flex; align-items: center; gap: 10px; } .scantable .who img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.scantable .who small { display: block; color: var(--text-muted); }

body.is-authed .js-connect { display: none !important; }
