/* Sprint 22 — premium inspector + composer + filters + USE MEMORY + TRACE.
   Additive only: uses the existing token vars, matches the restored dark shell.
   Nothing here redesigns the shell; it styles the new product surfaces. */

/* ── premium inspector V2 panel ─────────────────────────────────────────── */
.v2panel { margin: 0 0 12px; }
.v2chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.v2chip { font: 600 10px/1 ui-monospace, Menlo, monospace; letter-spacing: .08em; padding: 4px 8px; border-radius: 5px; color: var(--paper, #171310); }
.v2chip.kind { background: var(--graphite, #C2B1A2); }
.v2chip.origin { background: #E7AD72; }
.v2chip.mat { background: var(--graphite); }
/* maturity: unmistakably distinct, all legitimate (AUTHORED is intentional, not "bad") */
.v2chip.mat-AUTHORED { background: #8FAEFF; }
.v2chip.mat-SUPPORTED { background: #56B6C2; }
.v2chip.mat-VERIFIED { background: #98C379; }
.v2chip.mat-TRANSFERRED { background: var(--brand, #FB651E); }
.v2chip.mat-BATTLE_TESTED { background: #E5C07B; }
.v2body { display: flex; flex-direction: column; gap: 11px; }
.v2sec .v2h { font: 700 10px/1 ui-monospace, monospace; letter-spacing: .12em; color: var(--brand, #FB651E); margin-bottom: 4px; }
.v2sec p { margin: 0; color: var(--ink, #F6EADF); font-size: 13px; line-height: 1.5; }
.v2list { margin: 0; padding-left: 18px; color: var(--ink); font-size: 13px; line-height: 1.5; }
.v2list li { margin: 2px 0; }
.v2load, .v2none { color: var(--graphite); font-size: 13px; }
.v2summary { color: var(--graphite); font-size: 12.5px; margin: 6px 0 0; }
.v2foot { margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(153,129,110,.3); display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.v2kv { display: flex; flex-direction: column; }
.v2kv span { font: 600 9px/1 ui-monospace, monospace; letter-spacing: .1em; color: var(--graphite); text-transform: uppercase; }
.v2kv b { color: var(--ink); font-size: 15px; margin-top: 3px; }
.v2acts { margin-left: auto; display: flex; gap: 8px; }
.v2btn { background: var(--paper); color: var(--ink); border: 1px solid var(--border, #99816E); border-radius: 7px; padding: 7px 13px; font: 600 11px/1 ui-monospace, monospace; letter-spacing: .06em; cursor: pointer; }
.v2btn:hover { border-color: var(--brand); }
.v2btn.primary { background: var(--brand, #FB651E); color: #171310; border-color: var(--brand); }

/* ── USE MEMORY modal ───────────────────────────────────────────────────── */
#umWrap, #traceWrap, #composerWrap, #rvWrap, #connectWrap, #myMemWrap { position: fixed; inset: 0; z-index: 4000; }
.usemem-scrim, .trace-scrim, .composer-scrim { position: absolute; inset: 0; background: rgba(10,7,5,.72); backdrop-filter: blur(2px); }
.usemem { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: min(520px, 92vw);
  background: var(--surface, #241E19); border: 1px solid var(--border); border-radius: 12px; padding: 20px; box-shadow: 0 12px 48px rgba(0,0,0,.6); }
.usemem .x, .trace-head .x { background: none; border: none; color: var(--graphite); font-size: 20px; cursor: pointer; }
.usemem .x { position: absolute; top: 10px; right: 12px; }
.um-h { font: 700 13px/1 ui-monospace, monospace; letter-spacing: .12em; color: var(--brand); margin-bottom: 8px; }
.um-sub, .um-note { color: var(--graphite); font-size: 12.5px; line-height: 1.5; }
.um-note { margin-top: 12px; font-size: 11.5px; }
.um-block { margin-top: 12px; }
.um-lbl { font: 700 9px/1 ui-monospace, monospace; letter-spacing: .12em; color: var(--graphite); margin-bottom: 4px; }
.um-block code { display: block; background: var(--paper); border: 1px solid var(--border); border-radius: 7px; padding: 9px 11px;
  color: var(--ink); font: 12px/1.4 ui-monospace, monospace; word-break: break-all; }
.um-copy { margin-top: 5px; background: none; border: 1px solid var(--border); color: var(--graphite); border-radius: 5px; padding: 3px 9px; font-size: 11px; cursor: pointer; }
.um-copy:hover { color: var(--ink); border-color: var(--brand); }

/* ── TRACE modal (force-graph provenance layer) ─────────────────────────── */
.trace-modal { position: absolute; inset: 4% 4% 4% 4%; background: var(--paper, #171310); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 12px 48px rgba(0,0,0,.6); }
.trace-head { display: flex; align-items: center; justify-content: space-between; padding: 8px 14px; border-bottom: 1px solid var(--border);
  font: 600 12px/1 ui-monospace, monospace; letter-spacing: .08em; color: var(--brand); background: var(--surface); }
.trace-frame { flex: 1; width: 100%; border: 0; background: var(--paper); }

/* ── + MEMORY control (Recipe A) + composer (Recipe B / .detail) ─────────────
   DESIGN-RULES §8/§9/§10: the control is the primary-action recipe and the popup
   REUSES the .detail card, so it inherits both themes and the phone bottom-sheet.
   Only the tabs, the §9 form fields and the result line are composer-specific.
   Tokens only, one accent (--brand), opacity/transform motion, reduced-motion. */

/* the control — Recipe A, the INLINE-width variant (DESIGN-RULES §8): centred in
   the sidebar with breathing room from the edges and a touch wider than the
   search beneath it (12px inset vs the search's 16px) — deliberate, not a
   full-bleed CTA banner. */
.addmem { display: flex; align-items: center; justify-content: center; gap: 6px;
  width: auto; min-height: 40px; margin: 10px 12px 14px; padding: 0 18px;
  border: 0; border-radius: var(--r-11); background: var(--brand);
  color: var(--on-brand, var(--white)); font-family: var(--font-body);
  font-size: var(--fs-lg); font-weight: var(--fw-semibold); cursor: pointer;
  transition: opacity var(--dur-140) var(--ease), transform var(--dur-140) var(--ease); }
.addmem .plus { flex: 0 0 auto; }
.addmem:hover { opacity: .9; }
.addmem:active { transform: scale(.98); }
.addmem:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

/* the popup — a centred .detail card over the shared modal scrim */
.cmp-dialog { position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; padding: var(--sp-15); background: var(--scrim-modal); }
.cmp-dialog .detail { position: static; top: auto; right: auto;
  width: min(340px, calc(100vw - 32px)); max-width: none; }
.cmp-dialog .detail .dh { cursor: default; }
.cmp-flogo { display: grid; place-items: center; background: var(--brand-12);
  color: var(--brand); border-color: var(--brand-20); }
.cmp-dialog .detail .body > p { font-size: var(--fs-md); color: var(--graphite);
  line-height: 1.5; margin: 0 0 var(--sp-11); }

/* mode tabs */
.cmp-tabs { display: flex; gap: var(--sp-3); margin: 0 0 var(--sp-11); }
.cmp-tab { flex: 0 0 auto; background: transparent; color: var(--graphite);
  border: 1px solid var(--border); border-radius: var(--r-8); padding: var(--sp-3) var(--sp-11);
  cursor: pointer; font-family: var(--font-mono); font-size: var(--fs-sm);
  font-weight: var(--fw-semibold); letter-spacing: .08em;
  transition: color var(--dur-140) var(--ease), border-color var(--dur-140) var(--ease); }
.cmp-tab.on { background: var(--brand); color: var(--on-brand, var(--white)); border-color: var(--brand); }
.cmp-tab:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

/* fields — the §9 editor rule: --r-11, 1px --border, glass fill, focus --brand */
.cmp-field { margin-bottom: var(--sp-8); }
.cmp-field label { display: block; font-family: var(--font-mono); font-size: var(--fs-xs);
  letter-spacing: .1em; color: var(--graphite); text-transform: uppercase; margin-bottom: var(--sp-3); }
.cmp-field label span { text-transform: none; letter-spacing: 0; opacity: .78; }
.cmp-field input, .cmp-field textarea, .cmp-field select { width: 100%;
  background: var(--paper-93); color: var(--ink); border: 1px solid var(--border);
  border-radius: var(--r-11); padding: var(--sp-5) var(--sp-8);
  font: var(--fs-md) var(--font-body);
  transition: border-color var(--dur-140) var(--ease); }
.cmp-field textarea { min-height: 52px; resize: vertical; line-height: 1.45; }
.cmp-field input:focus-visible, .cmp-field textarea:focus-visible, .cmp-field select:focus-visible {
  outline: none; border-color: var(--brand); }
.cmp-row { display: flex; gap: var(--sp-7); } .cmp-row > * { flex: 1; min-width: 0; }

/* footer scope + primary (Recipe A, inline size) */
.cmp-scope { display: flex; gap: var(--sp-5); align-items: center; }
.cmp-scope label { font-family: var(--font-mono); font-size: var(--fs-xs);
  letter-spacing: .1em; color: var(--graphite); text-transform: uppercase; }
.cmp-scope select { background: var(--paper-93); color: var(--ink);
  border: 1px solid var(--border); border-radius: var(--r-8); padding: var(--sp-3) var(--sp-6);
  font: var(--fs-sm) var(--font-mono); }
.cmp-scope select:focus-visible { outline: none; border-color: var(--brand); }
.cmp-pub { margin-left: auto; min-height: 32px; padding: 0 15px; border: 0;
  border-radius: var(--r-11); background: var(--brand); color: var(--on-brand, var(--white));
  font-family: var(--font-body); font-size: var(--fs-md); font-weight: var(--fw-semibold);
  cursor: pointer; transition: opacity var(--dur-140) var(--ease), transform var(--dur-140) var(--ease); }
.cmp-pub:hover { opacity: .9; } .cmp-pub:active { transform: scale(.98); }
.cmp-pub:disabled { opacity: .6; cursor: default; transform: none; }
.cmp-pub:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

/* the publish result line */
.cmp-result { margin-top: var(--sp-9); padding: var(--sp-7) var(--sp-9);
  border-radius: var(--r-8); border: 1px solid var(--border); color: var(--ink);
  font-size: var(--fs-md); line-height: 1.45; }
.cmp-result.ok { border-color: var(--ok); }
.cmp-result.err { border-color: var(--danger); }
.cmp-result code { color: var(--brand); font-family: var(--font-mono); }

/* QUICK "create draft" review — the compiled memory, before publishing */
.cmp-review-h { font-family: var(--font-mono); font-size: var(--fs-xs); letter-spacing: .1em;
  text-transform: uppercase; color: var(--brand); margin: 0 0 var(--sp-9); }
.cmp-rvrow { display: flex; flex-direction: column; gap: var(--sp-2); margin-bottom: var(--sp-8); }
.cmp-rvrow > span { font-family: var(--font-mono); font-size: var(--fs-xs); letter-spacing: .1em;
  text-transform: uppercase; color: var(--graphite); }
.cmp-rvrow > div { color: var(--ink); font-size: var(--fs-md); line-height: 1.45; }
.cmp-rvchips { display: flex; flex-wrap: wrap; gap: var(--sp-3); margin-bottom: var(--sp-9); }
.cmp-edit { margin-top: var(--sp-3); background: transparent; border: 1px solid var(--border);
  color: var(--graphite); border-radius: var(--r-8); padding: var(--sp-3) var(--sp-9);
  font-family: var(--font-mono); font-size: var(--fs-sm); cursor: pointer;
  transition: color var(--dur-140) var(--ease), border-color var(--dur-140) var(--ease); }
.cmp-edit:hover { color: var(--ink); border-color: var(--brand); }
.cmp-edit:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  .addmem, .cmp-tab, .cmp-field input, .cmp-field textarea, .cmp-field select, .cmp-pub, .cmp-edit { transition: none; }
  .addmem:active, .cmp-pub:active { transform: none; }
}

/* ── left-rail filters (kind / maturity / origin / packs) ───────────────── */
.grp .lbl a.f-reset { cursor: pointer; }
.pill-wrap { display: flex; flex-wrap: wrap; gap: 5px; }
.fpill { background: var(--paper); color: var(--graphite); border: 1px solid var(--border); border-radius: 20px; padding: 3px 10px; font-size: 11px; cursor: pointer; }
.fpill:hover { color: var(--ink); }
.fpill.on { background: var(--brand); color: #171310; border-color: var(--brand); }
.fpill b { opacity: .7; margin-left: 4px; font-weight: 600; }

/* ── recall activity view — Recipe B, the .detail card over the scrim ───────
   Where "View Recall" lands (marketplace.js openRecallView). The card, its
   header, its one scrolling body and its pinned footer are the memory card's
   own rules; only the eyebrow, the row value clipping and the footer's second
   button are this view's. The phone bottom-sheet comes with .detail. */
.rv-dialog .detail { width: min(400px, calc(100vw - 32px)); height: min(640px, calc(100vh - 32px)); }
.rv-eyebrow { font: var(--fw-bold) var(--fs-xs) var(--font-mono); letter-spacing: .12em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 3px; }
.rv-detail .dsec-r b { text-align: right; white-space: normal; overflow-wrap: anywhere; }   /* a receipt id or hash wraps, never clips */
.rv-detail .dsec-r b.rv-plain { font-family: var(--font-body); }
.rv-detail .dsec-r b .amt span, .rv-detail .dsec-r b span { font-size: var(--fs-sm); color: var(--graphite); }
.rv-detail .rv-trust { margin-top: 0; margin-bottom: var(--sp-8); }
.rv-detail .rv-back { margin-top: var(--sp-8); }
.rv-detail .v2chips:empty { display: none; }
.rv-detail .dsec-note code { font-family: var(--font-mono); color: var(--brand); }
.rv-detail .dfoot .rv-secondary { min-height: 44px; flex: 0 0 auto; }
.rv-detail .dfoot .btn-recall { margin-left: auto; }
@media (max-width: 420px) {
  .rv-detail .dfoot .btn-recall { padding: 0 14px; }
}

/* ── who is publishing (Guest by default) + the optional agent key row ─────── */
.cmp-who { font-size: var(--fs-md); color: var(--graphite); line-height: 1.5; margin: 0 0 var(--sp-11); }
.cmp-who b { color: var(--ink); font-weight: var(--fw-semibold); }
.cmp-keyrow { display: flex; align-items: center; flex-wrap: wrap; gap: var(--sp-5); }
.cmp-keynote { font-size: var(--fs-sm); color: var(--graphite); }
.cmp-result .cmp-see { color: var(--brand); font-weight: var(--fw-semibold); text-decoration: none; margin-left: var(--sp-3); }
.cmp-result .cmp-see:hover { text-decoration: underline; }

/* ── + Memory: capture → review → destination (product simplification) ───── */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.cmp-detail { height: min(640px, calc(100vh - 32px)); }
.cmp-capture textarea { min-height: 168px; font-size: var(--fs-base-p); line-height: 1.5; }
.cmp-spacer { flex: 1 1 auto; }
.cmp-detail .dfoot .btn-recall { margin-left: 0; }
.cmp-detail .dfoot .rv-secondary { min-height: 44px; }
.cmp-details { margin-top: var(--sp-9); border-top: 1px solid var(--border); padding-top: var(--sp-7); }
.cmp-details > summary { cursor: pointer; font: var(--fw-semibold) var(--fs-md) var(--font-body); color: var(--brand);
  padding: var(--sp-5) 0; list-style: none; display: flex; align-items: center; gap: var(--sp-5); }
.cmp-details > summary::-webkit-details-marker { display: none; }
.cmp-details > summary::before { content: "▸"; font-size: var(--fs-sm); transition: transform var(--dur-140) var(--ease); }
.cmp-details[open] > summary::before { transform: rotate(90deg); }
.cmp-details > .cmp-field, .cmp-details > .cmp-row { margin-top: var(--sp-8); }
.cmp-choice { display: grid; grid-template-columns: 20px 1fr; column-gap: var(--sp-8); row-gap: 2px; align-items: start;
  padding: var(--sp-9) var(--sp-9); margin-bottom: var(--sp-7); border: 1px solid var(--border); border-radius: var(--r-11);
  background: var(--glass-fill-50); cursor: pointer; transition: border-color var(--dur-140) var(--ease), background var(--dur-140) var(--ease); }
.cmp-choice:hover { border-color: var(--brand-55); }
.cmp-choice:has(input:checked) { border-color: var(--brand); background: var(--brand-08); }
.cmp-choice input { grid-row: 1 / span 2; margin: 3px 0 0; accent-color: var(--brand); }
.cmp-choice-t { font-weight: var(--fw-semibold); color: var(--ink); font-size: var(--fs-base-p); }
.cmp-choice-n { color: var(--graphite); font-size: var(--fs-md); line-height: 1.45; }
.cmp-note { font-size: var(--fs-md); color: var(--graphite); margin: var(--sp-5) 0 0; }
.cmp-note a { color: var(--brand); font-weight: var(--fw-semibold); text-decoration: none; }
.cmp-note a:hover { text-decoration: underline; }
.cmp-done { font-size: var(--fs-base-p); line-height: 1.55; color: var(--ink); margin: 0; }
.cmp-done .cmp-see { display: inline-block; margin-top: var(--sp-5); }
@media (prefers-reduced-motion: reduce) { .cmp-details > summary::before, .cmp-choice { transition: none; } }

/* ── My memories + the identity line at the sidebar's foot ─────────────────── */
.identity-bar { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-3) var(--sp-8);
  padding: var(--sp-6) 16px; border-top: 1px solid var(--border); font-size: var(--fs-md); color: var(--graphite); }
.identity-bar .idb-link { background: none; border: 0; padding: 2px 0; cursor: pointer; color: var(--brand);
  font: var(--fw-semibold) var(--fs-md) var(--font-body); }
.identity-bar .idb-link:hover { text-decoration: underline; }
.identity-bar .idb-quiet { color: var(--graphite); font-weight: var(--fw-medium); }
.identity-bar .idb-who b { color: var(--ink); font-weight: var(--fw-semibold); }
.identity-bar:empty { display: none; }
.mm-row { display: flex; align-items: center; gap: var(--sp-4); margin-bottom: var(--sp-4); }
.mm-row .lin-link { flex: 1 1 auto; }
.mm-row .lin-link .lnm { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mm-row.is-imported .lin-link { opacity: .62; }
.mm-del { flex: 0 0 auto; width: 32px; height: 32px; border-radius: var(--r-8); border: 1px solid var(--border);
  background: transparent; color: var(--graphite); font-size: var(--fs-lg); cursor: pointer; }
.mm-del:hover { color: var(--danger); border-color: var(--danger); }
.mm-privacy { margin-top: var(--sp-11); }
.mm-import { margin-top: var(--sp-7); }
.mm-import .v2btn.primary { min-height: 40px; }
.cn-detail .cmp-field input { font-family: var(--font-mono); }
.cmp-fine { display: block; margin-top: var(--sp-6); font-size: var(--fs-md); color: var(--graphite); }

/* ── memory consumption cleanup: the default card reads memory-first ──────────
   Header chips are 2–3 plain pills (kind · meaningful status · owner). The
   structured memory comes first in the body; provenance, evidence, on-chain
   proof, freshness and lineage sit behind "Why trust this" and "Details".
   Tokens only; the card shell, the phone bottom-sheet and both themes are
   untouched (DESIGN-RULES §0.1/§8/§10). */
.detail .chip.tone-kind { background: var(--graphite); }
.detail .chip.tone-verified { background: var(--ok-alt); }
.detail .chip.tone-aging { background: var(--regdot); }
.detail .chip.tone-stale, .detail .chip.tone-disputed { background: var(--danger); }
.detail .sub .meta-cat { color: var(--graphite); }
.v2lead { color: var(--ink); font-size: var(--fs-md-p); line-height: var(--lh-relaxed); margin: 2px 0 12px; }
.v2lead:empty { display: none; }
.dsec-body .fsec { margin-top: 10px; }
.dsec-body .fsec:first-child { margin-top: 0; }
.dsec-body .onchain-proof { margin-top: 10px; }
.dsec-body .v2acts { margin-left: 0; margin-top: 12px; }
.dsec-body .md-body { margin-top: 6px; }
.dsec .dsec-m { max-width: 46%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ── the recalled memory view: knowledge first, two actions, details folded ── */
.rv-detail .rv-backlink { background: none; border: 0; padding: 0; margin: 0 0 4px; color: var(--brand);
  font: var(--fw-semibold) var(--fs-sm) var(--font-body); cursor: pointer; text-align: left; }
.rv-detail .rv-backlink:hover { text-decoration: underline; }
.rv-detail .rv-backlink:focus-visible { outline: 2px solid var(--brand-55); outline-offset: 2px; border-radius: 4px; }
.rv-detail .body > .v2body { margin-top: 2px; }
.rv-detail .rv-about { margin-top: 14px; }
.rv-detail .dfoot { gap: 8px; }
.rv-detail .dfoot .rv-secondary.rv-copy { margin-left: auto; }
.rv-detail .dfoot .btn-recall { margin-left: 0; }
.rv-detail .dfoot .rv-secondary.is-done { border-color: var(--ok-alt); color: var(--ink); }
@media (max-width: 420px) {
  .rv-detail .dfoot .rv-secondary, .rv-detail .dfoot .btn-recall { padding: 0 12px; }
}

/* ── private memory correction: workspace identity, moves, delete/publish ─── */
.idb-notice { margin: 6px 16px 0; font-size: var(--fs-sm); color: var(--ink); line-height: 1.45; padding: 8px 10px;
  border: 1px solid var(--brand-38); border-radius: var(--r-8); background: var(--paper-93); }
.idb-notice[hidden] { display: none; }
.idb-who.idb-quiet { color: var(--graphite); }
.mm-del.is-armed { color: var(--danger); border-color: var(--danger); width: auto; padding: 0 8px; font-size: var(--fs-sm); }
.detail .dfoot .amt span { font-size: var(--fs-xs); color: var(--graphite); }
.detail .dfoot #publishBtn { min-height: 44px; margin-left: auto; }
.detail .dfoot #publishBtn + .btn-recall { margin-left: 0; }
.detail .dfoot a.btn-recall { text-decoration: none; display: inline-flex; align-items: center; }
@media (max-width: 420px) { .detail .dfoot #publishBtn, .detail .dfoot #publishBtn + .btn-recall { padding: 0 12px; } }

/* ── Publisher facet + result reveal ───────────────────────────────────── */
#f-publisher-grp[data-unknown]:not([data-unknown="0"]) .pill-wrap::after { content: attr(data-unknown) " unclassified"; font-size: 11px; color: var(--graphite); align-self: center; }
#resultsbar.rz-reveal .panel-head { animation: rz-reveal .9s ease; }
@keyframes rz-reveal { 0% { box-shadow: inset 0 0 0 2px var(--brand); } 100% { box-shadow: inset 0 0 0 0 transparent; } }
@media (prefers-reduced-motion: reduce) { #resultsbar.rz-reveal .panel-head { animation: none; } }

/* the trust panel's nested subheadings (Provenance / Evidence / Sources / …) use the
   same small uppercase label as every section header — never the page's large .fh */
.dsec-body > .fh { font-size: var(--fs-sm); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-09, .09em); color: var(--brand); margin: 0 0 6px; }

/* ── Load more (the strip pages the complete public corpus from the server) ── */
.rz-more { display: block; width: calc(100% - 24px); margin: 8px 12px 12px; min-height: 40px; background: var(--paper); color: var(--brand);
  border: 1px dashed var(--brand-38); border-radius: var(--r-8); font: var(--fw-semibold) var(--fs-md) var(--font-body); cursor: pointer; }
.rz-more:hover { border-style: solid; }
.rz-more:disabled { color: var(--graphite); border-color: var(--border); cursor: default; }
.rz-more:focus-visible { outline: 2px solid var(--brand-55); outline-offset: 2px; }
#rzrows { overflow-anchor: none; }   /* pages append at the end; the browser must not re-anchor the strip */
