/* EpyLog clubs — the room. Loaded after fog.css; uses its tokens only.
   Two worlds: the room is paper (the library); the verdict card sits on
   the stage colour like a ticket stub on the table. 390px first. */

/* ---------- screen frame (.club-body / .club-col themselves are in fog.css) ---------- */
#screen-club .shelf-header { width: 100%; max-width: 420px; margin: 0 auto 6px; }
.club-col > * { width: 100%; }
.club-col > .pool-btn, .club-col > .btn-fill, .club-col > .linklike { width: auto; }
.club-col > .btn-fill, .club-col > .pool-btn.primary.big { width: 100%; }
.club-center { text-align: center; }
.club-note { font-size: 15px; line-height: 1.55; color: var(--ink-soft); text-align: center; }
.club-note.quiet { font-size: 14px; color: var(--ink-faint); }
.club-note.late { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--action); }
.club-note.left { text-align: left; }
.club-h { font-family: var(--serif); font-weight: 600; font-size: 24px; line-height: 1.2; color: var(--ink); text-wrap: balance; }
.club-sub { font-size: 16px; line-height: 1.55; color: var(--ink-soft); }
.club-sub.center { text-align: center; }
.club-label { font-family: var(--sans); font-weight: 600; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); }
.club-label.warm { color: #8F6B14; }
.club-stack { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.club-actions { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 100%; }
.club-actions .pool-btn, .club-actions .btn-fill { width: 100%; max-width: 360px; }
.club-actions.row { flex-direction: row; justify-content: center; flex-wrap: wrap; }
.club-actions.row .pool-btn { width: auto; flex: 1 1 140px; }
.club-foot { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 14px; margin-top: 6px; }
.club-foot .linklike { font-size: 14px; }
.club-foot .linklike.danger { color: var(--danger); text-decoration-color: rgba(178,58,68,0.35); }
.linklike.tiny { padding: 0; min-height: 0; font-size: 13px; }
/* the explainer: what a club is, what the next two minutes are for — prose, not a card of bullets */
.club-intro { width: 100%; padding: 4px 2px; font-size: 16px; line-height: 1.6; color: var(--ink-soft); }
.club-intro p { margin: 0 0 12px; }
.club-intro p:last-child { margin-bottom: 0; }
.club-intro b { color: var(--ink); font-weight: 600; }
.club-intro.small { font-size: 14.5px; line-height: 1.55; padding: 14px 16px; border-radius: var(--r-card); background: var(--paper-raised); border: 1px solid var(--paper-line); }
.club-intro.next-card { display: flex; flex-direction: column; gap: 6px; }
.club-intro.next-card .linklike { align-self: flex-end; }
.club-error { padding: 24px 18px; border-radius: var(--r-card); background: var(--paper-raised); border: 1.5px solid var(--paper-line); text-align: center; }
.club-error .club-h { margin-bottom: 8px; }
.club-error .club-note { margin-bottom: 14px; }
.club-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px 14px; border-radius: var(--r-btn); font-size: 14px; color: var(--ink-soft);
  background: color-mix(in srgb, var(--gold) 14%, var(--paper-raised)); border: 1px solid color-mix(in srgb, var(--gold) 40%, var(--paper-line));
}
.club-banner .linklike { padding: 4px 6px; min-height: 36px; font-size: 14px; }

/* "Alex got 2 of 3": the roster line, and the card */
.guess-line { font-size: 13px; line-height: 1.4; color: var(--ink-soft); margin-top: 3px; }
.guess-moment { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.guess-card { width: 100%; padding: 18px 14px 16px; border-radius: 16px; background: var(--stage); color: var(--stage-ink); display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; box-shadow: var(--e-3); }
.guess-card .face { width: 40px; height: 40px; font-size: 15px; border: none; background: var(--gold); color: var(--stage); }
.gc-h { font-family: var(--serif); font-size: 26px; line-height: 1.05; text-wrap: balance; }
.gc-line { font-size: 14px; color: var(--stage-soft); line-height: 1.45; max-width: 320px; }
.gc-posters { display: flex; justify-content: center; gap: 8px; }
.gc-posters .poster-tile { width: 78px; flex: none; box-shadow: 0 10px 24px rgba(0,0,0,0.5); }
.gc-posters .poster-tile.dim { filter: brightness(0.4) saturate(0.4); }
.chk { position: absolute; top: 6px; right: 6px; z-index: 2; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: var(--stage); font: 800 13px/22px var(--sans); text-align: center; }
.chk.x { background: #2a2621; color: #a39d92; }
.chk.q { background: rgba(255,255,255,0.18); color: #fff; }

/* ---------- the card: a room with a book on the table ---------- */
.room-card {
  position: relative; width: 100%; padding: 20px 18px 18px; border-radius: 16px;
  background: var(--paper-raised); border: 1.5px solid var(--paper-line); box-shadow: var(--e-2);
  display: flex; flex-direction: column; gap: 14px;
}
.room-card.live .room-name:empty::before { content: 'your club'; color: var(--ink-faint); }
.room-name { font-family: var(--serif); font-weight: 700; font-size: 28px; line-height: 1.1; color: var(--ink); min-height: 32px; text-wrap: balance; overflow-wrap: anywhere; }
.room-name-input {
  width: 100%; border: none; border-bottom: 1.5px solid var(--paper-line); background: transparent; padding: 6px 0;
  font-family: var(--serif); font-weight: 700; font-size: 28px; color: var(--ink); outline: none; min-height: 48px;
}
.room-name-input::placeholder { color: var(--ink-faint); font-weight: 500; }
.room-name-input:focus { border-bottom-color: var(--action); }
.room-card .club-label { margin-top: -6px; }

/* seats */
.seats { display: flex; gap: 10px; flex-wrap: wrap; }
.seat { display: flex; flex-direction: column; align-items: center; gap: 5px; width: 62px; }
.seat-chair {
  width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 700; font-size: 17px; color: #fff; background: var(--ink-soft);
  transition: transform 0.25s ease, background 0.25s ease;
}
.seat.empty .seat-chair { background: transparent; border: 1.5px dashed var(--paper-line); color: var(--ink-faint); font-weight: 500; }
.seat.you .seat-chair { border: 2px solid var(--gold); box-shadow: 0 0 0 4px color-mix(in srgb, var(--gold) 28%, transparent); }
.seat.empty.you .seat-chair { border-style: dashed; border-color: var(--gold); color: #8F6B14; }
.seat.fill .seat-chair { animation: seatIn 0.4s ease-out both; }
@keyframes seatIn { from { transform: scale(0.6); opacity: 0; } to { transform: none; opacity: 1; } }
.seat-name { font-size: 12px; font-weight: 600; color: var(--ink-soft); max-width: 62px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.seat.empty .seat-name { color: var(--ink-faint); font-weight: 500; }
.seat-more { align-self: center; font-size: 13px; color: var(--ink-faint); }

/* the book on the table */
.table { display: flex; gap: 14px; align-items: flex-start; }
.table.empty { align-items: center; }
.table-cover {
  position: relative; flex: none; width: 96px; height: 144px; border-radius: var(--r-cover); overflow: hidden;
  background: var(--paper-sunken); box-shadow: var(--e-cover);
}
.table-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.table-cover .fb-title { font-size: 12px; } .table-cover .fb-author { font-size: 8px; }
/* no book yet: a dashed frame with a line in it (the table, a past round) */
.table-cover.placeholder, .hist-cover.placeholder { display: flex; align-items: center; justify-content: center; border: 1.5px dashed var(--paper-line); box-shadow: none; background: transparent; }
.table-cover.placeholder span, .hist-cover.placeholder span { font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--ink-faint); text-align: center; padding: 8px; }
.hist-cover.placeholder span { font-size: 11px; padding: 6px; }
.table-cover.enter { animation: coverIn 0.55s ease-out both; }
@keyframes coverIn { from { opacity: 0; transform: translateY(10px) rotate(-3deg); } to { opacity: 1; transform: none; } }
.table-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.table-title { font-family: var(--serif); font-weight: 600; font-size: 20px; line-height: 1.15; color: var(--ink); }
.table-author { font-size: 14px; font-weight: 500; color: var(--ink-soft); }
.table-kicker { font-family: var(--serif); font-style: italic; font-size: 15px; line-height: 1.4; color: var(--ink-soft); }
.table-because { font-size: 14px; line-height: 1.5; color: var(--ink); margin-top: 2px; }
.table-because em { font-style: italic; color: var(--action); font-weight: 500; }
.table-hint { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--ink-faint); margin-top: 4px; }
button.pick-door { all: unset; display: block; width: 100%; cursor: pointer; border-radius: var(--r-card); box-sizing: border-box; }
button.pick-door:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.pick-door .table { padding: 2px; }
.cand .pick-door { width: auto; }

/* ---------- state line + round controls ---------- */
.state-line { display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; font-family: var(--serif); font-size: 18px; color: var(--ink); }
.state-line.working { animation: workpulse 1.8s ease-in-out infinite; }
.state-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--action); flex: none; }
.state-dot.gold { background: var(--gold); }
.state-dot.marquee { background: var(--marquee); }

/* candidates (choosing) */
.cands { display: flex; flex-direction: column; gap: 10px; }
.cand {
  display: flex; gap: 12px; align-items: stretch; padding: 12px; border-radius: var(--r-card);
  background: var(--paper-raised); border: 1.5px solid var(--paper-line);
}
.cand.mine { border-color: var(--action); box-shadow: 0 0 0 3px var(--action-tint); }
.cand-cover { flex: none; width: 56px; height: 84px; border-radius: var(--r-cover); overflow: hidden; background: var(--paper-sunken); position: relative; box-shadow: var(--e-1); }
.cand-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* thumbnail covers show the title only */
.cand-cover .fb-title, .prev-cover .fb-title, .hist-cover .fb-title, .flip-front .fb-title { font-size: 9px; }
.cand-cover .fb-author, .cand-cover .fb-rule, .prev-cover .fb-author, .prev-cover .fb-rule, .hist-cover .fb-author, .hist-cover .fb-rule, .flip-front .fb-author, .flip-front .fb-rule { display: none; }
.cand-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.cand-title { font-family: var(--serif); font-weight: 600; font-size: 17px; line-height: 1.2; color: var(--ink); }
.cand-author { font-size: 13px; color: var(--ink-soft); }
.cand-trace { font-size: 13px; line-height: 1.45; color: var(--ink-soft); }
.cand-trace em { color: var(--action); font-style: italic; }
.cand-by { font-size: 12px; color: var(--ink-faint); }
.cand-side { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 6px; flex: none; }
.cand-vote {
  min-width: 64px; min-height: 44px; padding: 8px 12px; border-radius: var(--r-btn); border: 1.5px solid var(--ink);
  background: none; color: var(--ink); font-family: var(--sans); font-weight: 600; font-size: 14px; cursor: pointer;
}
.cand-vote.on { background: var(--action); border-color: var(--action); color: #fff; }
.cand-tally { font-size: 13px; font-weight: 600; color: var(--ink-faint); }
.cand-tally b { color: var(--ink); }

/* progress (reading) */
.my-progress {
  width: 100%; display: flex; flex-direction: column; gap: 8px; padding: 14px 16px; border-radius: var(--r-card);
  background: var(--paper-raised); border: 1.5px solid var(--paper-line); cursor: pointer; text-align: left; font-family: var(--sans); color: var(--ink);
}
.my-progress:hover { border-color: var(--action); }
.my-progress-top { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.my-progress-top b { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.my-progress-top span { font-size: 13px; color: var(--ink-faint); }
.bar { position: relative; width: 100%; height: 8px; border-radius: var(--r-chip); background: var(--paper-sunken); overflow: visible; }
.bar-fill { height: 100%; border-radius: var(--r-chip); background: var(--action); transition: width 0.4s ease; }
.bar-fill.done { background: var(--ok); }
/* the other readers, as initials sitting on your bar — company, not a median */
.bar-who { position: absolute; top: 50%; width: 18px; height: 18px; margin-left: -9px; transform: translateY(-50%); border-radius: 50%; border: 2px solid var(--paper); color: #fff; font: 700 9px/14px var(--sans); text-align: center; box-shadow: 0 1px 2px rgba(17,47,44,0.18); pointer-events: none; }
.my-progress .bar { margin: 10px 0 6px; }
.bar-tick { position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(17,47,44,0.18); }
.bar-legend { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-faint); }

/* ---------- roster ---------- */
.club-roster { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.roster-member {
  display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px 10px; border-radius: var(--r-card);
  border: 1.5px solid var(--paper-line); background: var(--paper-raised); font-family: var(--sans); text-align: left; color: var(--ink); min-height: 56px;
}
button.roster-member { cursor: pointer; }
button.roster-member:hover { border-color: var(--action); }
.roster-member.me { border-color: color-mix(in srgb, var(--gold) 60%, var(--paper-line)); }
.member-avatar { flex: none; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 15px; line-height: 1; }
.member-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.member-line { display: flex; align-items: baseline; gap: 6px; min-width: 0; }
.member-name { font-size: 15px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.member-role { font-size: 12px; color: var(--ink-faint); flex: none; }
.member-info .bar { height: 5px; }
.status-badge { flex: none; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: var(--r-chip); white-space: nowrap; }
.badge-rated, .badge-finished { background: color-mix(in srgb, var(--ok) 18%, transparent); color: var(--ok); }
.badge-waiting { background: color-mix(in srgb, var(--gold) 28%, transparent); color: var(--ink-soft); }
.badge-dnf { background: var(--paper-sunken); color: var(--ink-soft); }
.badge-pct { background: transparent; color: var(--ink-faint); padding-right: 0; }
.badge-loved { background: var(--marquee-tint); color: var(--marquee-hover); }
.badge-liked { background: color-mix(in srgb, var(--ok) 18%, transparent); color: var(--ok); }
.badge-hated { background: var(--paper-sunken); color: var(--ink); }
.member-chev { color: var(--ink-faint); font-size: 18px; flex: none; }

/* reading now (door, member of clubs) */
.now-strip { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.now-item {
  display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px 14px; border-radius: var(--r-card);
  border: 1.5px solid var(--paper-line); background: var(--paper-raised); cursor: pointer; text-align: left; font-family: var(--sans); color: var(--ink);
}
.now-item:hover { border-color: var(--action); }
.now-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.now-club { font-size: 15px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.now-book { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--ink-soft); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.now-pct { flex: none; font-family: var(--serif); font-weight: 600; font-size: 18px; color: var(--action); }
.now-chev { color: var(--ink-faint); font-size: 20px; flex: none; }

/* previous picks */
.prev-strip { display: flex; gap: 10px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 4px 2px 8px; width: 100%; scrollbar-width: none; }
.prev-strip::-webkit-scrollbar { display: none; }
.prev-item { flex: none; width: 76px; display: flex; flex-direction: column; gap: 5px; align-items: center; text-align: center; }
.prev-cover { position: relative; width: 60px; height: 90px; border-radius: var(--r-cover); overflow: hidden; background: var(--paper-sunken); box-shadow: var(--e-1); }
.prev-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prev-title { font-size: 11px; line-height: 1.3; color: var(--ink-soft); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.prev-split { font-size: 11px; font-weight: 600; color: var(--ink-faint); }

/* ---------- start: guessing friends ---------- */
.guess-game { display: flex; flex-direction: column; gap: 14px; width: 100%; }
.guess-header { text-align: center; display: flex; flex-direction: column; gap: 6px; }
.guess-header .serif-sub { font-size: 17px; }
.guess-counter { font-size: 13px; color: var(--ink-faint); }
.guess-grid { max-height: 52vh; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 8px 2px; border-top: 1px solid var(--paper-line); border-bottom: 1px solid var(--paper-line); }
.guess-cluster-label { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; color: var(--ink-faint); margin: 14px 0 8px; }
.guess-cluster-label:first-child { margin-top: 0; }
.guess-cluster-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 8px; }
/* a poster tile: the film's gradient and title until the art arrives */
.poster-tile { position: relative; aspect-ratio: 2 / 3; border-radius: 6px; overflow: hidden; background: var(--stage-raised); box-shadow: var(--e-1); display: block; }
.poster-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.poster-tile .pt-title { position: absolute; left: 0; right: 0; bottom: 8%; text-align: center; font: 800 10px/1.15 var(--sans); letter-spacing: 0.05em; text-transform: uppercase; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,0.75); padding: 0 5px; }
.poster-tile.has-img .pt-title { display: none; }
button.guess-chip { border: 2px solid transparent; padding: 0; cursor: pointer; font-family: var(--sans); transition: transform 0.15s ease, border-color 0.15s ease; }
button.guess-chip .guess-year { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
button.guess-chip .pt-check { position: absolute; top: 5px; right: 5px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: var(--stage); font: 800 13px/22px var(--sans); text-align: center; opacity: 0; transform: scale(0.6); transition: opacity 0.15s ease, transform 0.15s ease; z-index: 2; }
button.guess-chip.selected { border-color: var(--gold); transform: scale(0.96); box-shadow: 0 0 0 3px rgba(242,184,91,0.35); }
button.guess-chip.selected .pt-check { opacity: 1; transform: none; }
button.guess-chip:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.guess-nav { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 4px; flex-wrap: wrap; }
.guess-step-label { flex: 1; text-align: center; font-size: 13px; color: var(--ink-faint); order: 3; flex-basis: 100%; }
.guess-nav .pool-btn { flex: 1; }
.friend-name { width: 100%; }

/* the invite block after creation */
.invite-box { display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; border-radius: var(--r-card); background: var(--action-tint); }
.invite-url { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; color: var(--ink-soft); word-break: break-all; }

/* ---------- forms ---------- */
.club-form { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.club-form .lb-input { width: 100%; }
.club-form .opt-row { flex-wrap: wrap; }
.field { display: flex; flex-direction: column; gap: 6px; width: 100%; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.field .hint { font-size: 13px; color: var(--ink-faint); }
.field-row { display: flex; gap: 10px; }
.field-row .field { flex: 1; }
.stepper { display: flex; align-items: center; gap: 6px; }
.stepper button { width: 44px; height: 44px; border-radius: var(--r-btn); border: 1.5px solid var(--paper-line); background: var(--paper-raised); font-size: 20px; color: var(--ink); cursor: pointer; }
.stepper input { width: 64px; text-align: center; min-height: 44px; padding: 8px; }
.settings-section { display: flex; flex-direction: column; gap: 10px; width: 100%; padding: 16px 0; border-top: 1px solid var(--paper-line); }
.settings-section:first-of-type { border-top: none; }
.settings-section .club-label { margin-bottom: 2px; }
.member-manage { display: flex; align-items: center; gap: 8px; }
.member-manage .member-name { flex: 1; }
.member-manage .linklike { font-size: 14px; padding: 6px; }
.switch { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; }
.switch-btn { width: 52px; height: 30px; border-radius: 15px; border: none; background: var(--paper-line); position: relative; cursor: pointer; flex: none; }
.switch-btn::after { content: ''; position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; transition: transform 0.2s ease; }
.switch-btn.on { background: var(--action); }
.switch-btn.on::after { transform: translateX(22px); }
.danger-zone .btn-danger { border-color: var(--danger); color: var(--danger); }
.danger-zone .btn-danger.armed { background: var(--danger); color: #fff; }

/* ---------- finish (screen 6) ---------- */
.verdicts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
.verdict-btn {
  min-height: 64px; padding: 12px; border-radius: var(--r-card); border: 1.5px solid var(--paper-line); background: var(--paper-raised);
  font-family: var(--serif); font-weight: 600; font-size: 19px; color: var(--ink); cursor: pointer; transition: border-color 0.15s, background 0.15s;
}
.verdict-btn:hover { border-color: var(--action); }
.verdict-btn.on { border-color: var(--action); background: var(--action-tint); }
.verdict-btn.loved.on { border-color: var(--marquee); background: var(--marquee-tint); }
.verdict-btn small { display: block; font-family: var(--sans); font-weight: 500; font-size: 12px; color: var(--ink-faint); margin-top: 2px; }
.question { font-family: var(--serif); font-size: 20px; line-height: 1.35; color: var(--ink); text-align: center; text-wrap: balance; }
.club-answer { width: 100%; min-height: 96px; resize: vertical; font-family: var(--sans); font-size: 16px; line-height: 1.5; padding: 12px 14px; border-radius: var(--r-card); border: 1.5px solid var(--paper-line); background: var(--paper-raised); color: var(--ink); }
.club-answer:focus { outline: none; border-color: var(--action); box-shadow: 0 0 0 3px var(--action-tint); }
.pulse { display: flex; justify-content: center; gap: 8px; }
.pulse button { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--paper-line); background: var(--paper-raised); font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--ink); cursor: pointer; }
.pulse button.on { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.pulse-legend { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-faint); padding: 0 6px; }
.finish-done { text-align: center; display: flex; flex-direction: column; gap: 12px; align-items: center; padding: 8px 0; }
.finish-done .big { font-family: var(--serif); font-size: 26px; font-weight: 600; color: var(--ink); text-wrap: balance; }

/* ---------- reveal (screen 7): the verdict card ---------- */
.verdict-card {
  width: 100%; padding: 22px 20px 18px; border-radius: 18px; background: var(--stage); color: var(--stage-ink);
  box-shadow: var(--e-3); display: flex; flex-direction: column; gap: 16px; position: relative; overflow: hidden;
}
.verdict-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(120% 60% at 50% 0%, rgba(226,181,64,0.14), transparent 60%); pointer-events: none; }
.verdict-card > * { position: relative; }
.vc-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--gold); }
.vc-club { font-family: var(--serif); font-weight: 700; font-size: 24px; line-height: 1.1; color: var(--stage-ink); }
.vc-book { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--stage-soft); }
.flip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.flip-grid.n2 { grid-template-columns: repeat(2, 1fr); }
.flip-grid.n4, .flip-grid.n8 { grid-template-columns: repeat(4, 1fr); }
.flip { perspective: 600px; aspect-ratio: 2 / 3; }
.flip-inner { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }
.verdict-card.turned .flip-inner { transform: rotateY(180deg); }
.flip-face { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; border-radius: 6px; overflow: hidden; }
.flip-front { background: var(--stage-raised); }
.flip-front img { width: 100%; height: 100%; object-fit: cover; display: block; }
.flip-front .cover-fallback { padding: 4px; }
.flip-back { transform: rotateY(180deg); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 6px; text-align: center; }
.flip-back .fv { font-family: var(--serif); font-weight: 600; font-size: 14px; line-height: 1.15; }
.flip-back.loved { background: var(--marquee); color: #fff; }
.flip-back.liked { background: var(--action-tint); color: var(--ink); }
.flip-back.hated { background: var(--paper-sunken); color: var(--ink); }
.flip-back.dnf { background: var(--stage-raised); color: var(--stage-soft); border: 1px dashed var(--stage-line); }
.flip-back.pending { background: var(--stage-raised); color: var(--stage-soft); }
.split { display: flex; justify-content: space-between; gap: 6px; }
.split-item { flex: 1; text-align: center; display: flex; flex-direction: column; gap: 2px; }
.split-item b { font-family: var(--serif); font-size: 26px; font-weight: 700; line-height: 1; color: var(--stage-ink); }
.split-item span { font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--stage-soft); }
.split-item.loved b { color: var(--gold); }
.room-line { font-family: var(--serif); font-style: italic; font-size: 18px; line-height: 1.4; color: var(--stage-ink); text-align: center; padding: 4px 6px; text-wrap: balance; }
.vc-foot { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--stage-soft); }
.vc-foot b { color: var(--stage-ink); font-weight: 600; }
.vc-hide { align-self: center; font-size: 13px; color: var(--stage-soft); background: none; border: none; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; min-height: 44px; padding: 6px 10px; font-family: var(--sans); }
.next-round { display: flex; flex-direction: column; gap: 10px; width: 100%; padding: 16px; border-radius: var(--r-card); background: var(--paper-raised); border: 1.5px solid var(--paper-line); }
.next-round .state-line { justify-content: flex-start; font-size: 17px; }
@media (prefers-reduced-motion: reduce) {
  .flip-inner { transition: none; }
  .seat.fill .seat-chair, .table-cover.enter { animation: none; }
}

/* ---------- the book page: the shelf's .detail overlay (fog.css), one layer above it ---------- */
.club-book { z-index: 41; }
.club-book .detail-inner { gap: 14px; }
.club-book .book-pages { font-size: 14px; color: var(--ink-faint); font-weight: 500; }
.club-book .club-note { max-width: 380px; }
.get-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; max-width: 340px; }
.get-row .act { width: 100%; min-height: 48px; font-size: 15px; }
.get-row .act.buy, .get-row .act.span { grid-column: 1 / -1; }
.finished-strip { width: 100%; max-width: 340px; padding-top: 14px; border-top: 1px solid var(--paper-line); display: flex; flex-direction: column; gap: 8px; align-items: center; }
.finished-strip .club-label { text-align: center; }
.finished-names { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.finished-names span { font-size: 13px; font-weight: 600; padding: 5px 10px; border-radius: var(--r-chip); background: var(--action-tint); color: var(--action); }
.finished-names span.wait { background: var(--paper-sunken); color: var(--ink-faint); font-weight: 500; }

/* ---------- the state sheet (S) + panels ---------- */
.sheet { position: fixed; inset: 0; z-index: 60; display: flex; align-items: flex-end; justify-content: center; background: var(--scrim); animation: screenIn 0.2s ease-out; }
.sheet[hidden] { display: none; }
.sheet-panel {
  position: relative; width: 100%; max-width: 480px; max-height: 88dvh; overflow-y: auto; background: var(--paper-raised); color: var(--ink);
  border-radius: 18px 18px 0 0; padding: 12px 20px max(24px, env(safe-area-inset-bottom)); box-shadow: var(--e-3);
  display: flex; flex-direction: column; gap: 14px; animation: sheetUp 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@keyframes sheetUp { from { transform: translateY(40px); opacity: 0.6; } to { transform: none; opacity: 1; } }
.sheet-grip { width: 40px; height: 4px; border-radius: 2px; background: var(--paper-line); margin: 0 auto 2px; }
.sheet-title { font-family: var(--serif); font-weight: 600; font-size: 22px; line-height: 1.2; color: var(--ink); text-wrap: balance; }
.sheet-sub { font-size: 14px; color: var(--ink-soft); }
.sheet-close { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; border-radius: 50%; border: none; background: transparent; font-size: 22px; color: var(--ink-soft); cursor: pointer; }
.sheet-panel .lb-input { width: 100%; }
.sheet-panel .club-h { font-size: 20px; }
.sheet-readout { display: flex; align-items: baseline; justify-content: center; gap: 6px; }
.sheet-readout b { font-family: var(--serif); font-size: 34px; font-weight: 700; color: var(--ink); line-height: 1; }
.sheet-readout span { font-size: 14px; color: var(--ink-faint); }
.sheet-slider { width: 100%; height: 44px; margin: 0; accent-color: var(--action); }
.sheet-ticks { display: flex; justify-content: space-between; font-size: 11px; color: var(--ink-faint); }
.sheet-actions { display: flex; flex-direction: column; gap: 8px; }
.sheet-actions .btn-fill, .sheet-actions .pool-btn { width: 100%; max-width: none; }
.sheet-list { display: flex; flex-direction: column; gap: 6px; }
.search-result { display: flex; align-items: center; gap: 10px; width: 100%; padding: 8px 10px; border-radius: var(--r-btn); border: 1.5px solid var(--paper-line); background: var(--paper); cursor: pointer; text-align: left; font-family: var(--sans); color: var(--ink); min-height: 56px; }
.search-result:hover { border-color: var(--action); }
.search-result .cand-cover { width: 34px; height: 51px; }
.search-result .t { font-family: var(--serif); font-size: 15px; font-weight: 600; }
.search-result .a { font-size: 12px; color: var(--ink-soft); }
.search-result .p { font-size: 12px; color: var(--ink-faint); margin-left: auto; flex: none; }
.sheet-empty { text-align: center; font-size: 14px; color: var(--ink-faint); padding: 10px; }
.profile-films { display: flex; flex-wrap: wrap; gap: 6px; }
.profile-films span { font-size: 13px; padding: 5px 10px; border-radius: var(--r-chip); background: var(--paper-sunken); color: var(--ink-soft); }
.profile-verdicts { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--ink-soft); }
.profile-verdicts b { color: var(--ink); font-weight: 600; }

/* ---------- notes (Phase 4): pinned at a page, opened by yours ---------- */
.notes { display: flex; flex-direction: column; gap: 10px; width: 100%; padding: 14px 0 4px; border-top: 1px solid var(--paper-line); }
.notes-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.notes-summary { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--ink-soft); }
.note-composer { display: flex; flex-direction: column; gap: 8px; padding: 12px 14px; border-radius: var(--r-card); background: var(--paper-raised); border: 1.5px solid var(--paper-line); }
.note-at { font-family: var(--serif); font-weight: 600; font-size: 17px; color: var(--ink); }
.note-body { min-height: 64px; padding: 10px 12px; font-size: 15px; background: var(--paper); }
.note-composer-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.note-count { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--ink-faint); font-variant-numeric: tabular-nums; }
.note-send { min-height: 44px; min-width: 96px; }
.note-send:disabled { opacity: 0.45; cursor: default; }
.notes-list { display: flex; flex-direction: column; gap: 8px; }
.note { display: flex; flex-direction: column; gap: 6px; padding: 12px 14px; border-radius: var(--r-card); background: var(--paper-raised); border: 1.5px solid var(--paper-line); }
.note-head { display: flex; align-items: center; gap: 10px; }
.note-head .member-avatar { width: 30px; height: 30px; font-size: 13px; }
.note-who { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.note-who b { font-size: 14px; font-weight: 600; color: var(--ink); }
.note-who span { font-size: 12px; color: var(--ink-faint); }
.note-text { font-size: 15px; line-height: 1.5; color: var(--ink); white-space: pre-wrap; overflow-wrap: anywhere; }
.note-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.note-heart {
  display: inline-flex; align-items: center; gap: 6px; min-height: 44px; min-width: 60px; padding: 6px 12px; margin-left: -8px;
  border-radius: var(--r-chip); border: none; background: transparent; color: var(--ink-soft); font-family: var(--sans); font-weight: 600; font-size: 14px; cursor: pointer;
}
.note-heart .heart { font-size: 18px; line-height: 1; color: var(--marquee); transition: transform 0.15s ease; }
.note-heart.on { background: var(--marquee-tint); color: var(--marquee-hover); }
.note-heart.on .heart { transform: scale(1.12); }
.note-heart:hover { background: var(--paper-sunken); }
.note-remove { font-size: 13px; color: var(--ink-faint); min-height: 44px; padding: 6px 8px; margin-right: -8px; }
.note.locked { flex-direction: row; align-items: center; gap: 10px; min-height: 52px; background: var(--paper-sunken); border-style: dashed; color: var(--ink-soft); font-family: var(--serif); font-style: italic; font-size: 15px; }
.note-lock { font-size: 16px; line-height: 1; flex: none; filter: grayscale(1) opacity(0.75); }
.note-empty { text-align: center; font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--ink-faint); padding: 8px 6px; }
.notes-share { align-self: center; width: auto; }
.notes-hint { margin-top: -4px; }

/* ---------- below the roster (Phase 5): collapsed sections ---------- */
.room-sections { display: flex; flex-direction: column; width: 100%; border-top: 1px solid var(--paper-line); }
.room-section { width: 100%; border-bottom: 1px solid var(--paper-line); }
.room-section > summary {
  display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 8px 2px; cursor: pointer; list-style: none;
  font-family: var(--serif); font-weight: 600; font-size: 19px; color: var(--ink);
}
.room-section > summary::-webkit-details-marker { display: none; }
.room-section > summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; border-radius: 6px; }
.sec-title { flex: 1; }
.sec-count { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--ink-faint); }
.sec-chev { font-size: 22px; line-height: 1; color: var(--ink-faint); transition: transform 0.2s ease; }
.room-section[open] > summary .sec-chev { transform: rotate(90deg); }
.sec-body { display: flex; flex-direction: column; gap: 12px; padding: 2px 2px 16px; }
.sec-empty { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--ink-faint); padding: 4px 0 2px; }

/* history: the strip of past rounds */
.hist-strip { display: flex; gap: 12px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 4px 2px 8px; scrollbar-width: none; }
.hist-strip::-webkit-scrollbar { display: none; }
.hist-item { flex: none; width: 92px; display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center; }
.hist-cover { position: relative; width: 66px; height: 99px; border-radius: var(--r-cover); overflow: hidden; background: var(--paper-sunken); box-shadow: var(--e-1); }
.hist-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hist-round { font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; color: var(--ink-faint); margin-top: 2px; }
.hist-title { font-family: var(--serif); font-size: 12px; line-height: 1.25; color: var(--ink); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.hist-split { display: flex; gap: 3px; margin-top: 2px; }
.hist-split span { min-width: 18px; padding: 2px 4px; border-radius: 6px; font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; background: var(--paper-sunken); color: var(--ink-soft); }
.hist-split .loved { background: var(--marquee-tint); color: var(--marquee-hover); }
.hist-split .liked { background: color-mix(in srgb, var(--ok) 18%, transparent); color: var(--ok); }
.hist-split .hated { background: var(--paper-sunken); color: var(--ink); }
.hist-split .dnf { background: transparent; border: 1px dashed var(--paper-line); color: var(--ink-faint); }
.hist-mine { font-size: 11px; font-weight: 600; color: var(--action); }
.hist-line { font-family: var(--serif); font-style: italic; font-size: 15px; line-height: 1.4; color: var(--ink-soft); text-wrap: balance; }

/* the room's taste */
.dna-line { font-family: var(--serif); font-size: 17px; line-height: 1.4; color: var(--ink); text-wrap: balance; }
.dna-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.dna-chip { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 12px; border-radius: var(--r-chip); background: var(--action-tint); color: var(--ink); font-size: 13px; }
.dna-chip b { font-weight: 600; color: var(--action); margin-right: 4px; }
.dna-films { display: flex; flex-wrap: wrap; gap: 6px; }
.dna-films span { display: inline-flex; align-items: baseline; gap: 6px; font-size: 13px; padding: 6px 10px; border-radius: var(--r-chip); background: var(--paper-sunken); color: var(--ink); }
.dna-films small { font-size: 11px; color: var(--ink-faint); }

/* stats */
.stats-room { display: flex; gap: 8px; }
.stats-room > div { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 10px 6px; border-radius: var(--r-card); background: var(--paper-raised); border: 1.5px solid var(--paper-line); }
.stats-room b { font-family: var(--serif); font-size: 24px; font-weight: 700; line-height: 1; color: var(--ink); }
.stats-room span { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); }
.stats-grid { display: flex; flex-direction: column; width: 100%; }
.stats-row { display: grid; grid-template-columns: minmax(0, 1fr) 50px 56px 72px 44px; align-items: center; gap: 6px; min-height: 44px; padding: 4px 0; border-top: 1px solid var(--paper-line); font-size: 14px; color: var(--ink); font-variant-numeric: tabular-nums; }
.stats-row > span { text-align: center; }
.stats-row > span:first-child { text-align: left; }
.stats-row.head { border-top: none; min-height: 32px; }
.stats-row.head > span { font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; color: var(--ink-faint); }
.stats-row small { font-size: 11px; color: var(--ink-faint); }
.stats-name { display: flex; flex-direction: column; gap: 1px; font-weight: 600; overflow: hidden; }
.stats-name small { font-weight: 500; }
.stats-hint { text-align: left; }

/* the reveal: what the room said on the way through */
.best-notes { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.best-note { display: flex; flex-direction: column; gap: 4px; padding: 12px 14px; border-radius: var(--r-card); background: var(--paper-raised); border: 1.5px solid var(--paper-line); border-left: 3px solid var(--gold); }
.best-note-who { display: flex; align-items: baseline; gap: 8px; font-size: 13px; color: var(--ink-faint); }
.best-note-who b { font-size: 14px; color: var(--ink); font-weight: 600; }
.best-note-text { font-family: var(--serif); font-size: 16px; line-height: 1.45; color: var(--ink); white-space: pre-wrap; overflow-wrap: anywhere; }

@media (min-width: 640px) {
  .table-cover { width: 120px; height: 180px; }
  .verdicts { grid-template-columns: repeat(4, 1fr); }
  .sheet { align-items: center; }
  .sheet-panel { border-radius: 18px; }
}


/* ---------- v2: the invite card, the spine, the credits ---------- */
.club-col .three-frames { margin-bottom: 4px; }
.next-card { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.next-card .club-note.quiet .linklike { display: inline; }
.room-card.live { gap: 8px; }

/* the invite: a friend's initial, three posters, one line, one button */
.invite-card { width: 100%; padding: 22px 16px 20px; border-radius: 18px; background: var(--stage); color: var(--stage-ink); display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; box-shadow: var(--e-3); }
.invite-card .face.big { width: 46px; height: 46px; font-size: 17px; border: none; background: var(--gold); color: var(--stage); margin-bottom: 2px; }
.invite-card .gc-book { display: flex; align-items: center; gap: 12px; text-align: left; }
.invite-card .table-title { color: var(--stage-ink); font-size: 18px; }
.invite-card .table-author { color: var(--stage-soft); }
.gc-cover { position: relative; flex: none; width: 60px; height: 90px; border-radius: 3px 5px 5px 3px; overflow: hidden; box-shadow: 0 10px 24px rgba(0,0,0,0.5); background: var(--stage-raised); }
.gc-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-cover .fb-title { font-size: 9px; } .gc-cover .fb-author, .gc-cover .fb-rule { display: none; }
.name-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 4px; }
.invite-card .opt-chip { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); color: var(--stage-ink); font-size: 15px; min-height: 44px; padding: 8px 18px; }
.invite-card .opt-chip:hover { border-color: var(--gold); }
.invite-card .opt-chip.quiet { background: none; color: var(--stage-soft); border-style: dashed; }

/* reading: the name of the book, then the spine */
.reading-head { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; width: 100%; }
.reading-head .book-name { padding: 0; min-height: 0; font-family: var(--serif); font-size: 28px; line-height: 1.05; color: var(--ink); text-decoration: none; text-align: left; }
.reading-head .book-name:hover { text-decoration: underline; }
.spine-wrap { display: flex; gap: 18px; align-items: flex-start; width: 100%; padding: 18px 0 18px; }
.spine-cover { position: relative; flex: none; width: 110px; height: 165px; border-radius: 3px 7px 7px 3px; overflow: hidden; background: var(--paper-sunken); box-shadow: var(--e-cover); }
.spine-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spine-cover .fb-title { font-size: 12px; } .spine-cover .fb-author { font-size: 8px; }
.spine { position: relative; flex: none; width: 14px; height: 165px; border-radius: 4px; background: linear-gradient(90deg, #d9cfb8, #f7f1e3 40%, #d9cfb8); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); margin-left: 4px; }
.spine .tick { position: absolute; left: -3px; right: -3px; height: 1px; background: rgba(28,25,21,0.18); }
.spine .who { position: absolute; left: 50%; width: 30px; height: 30px; margin-left: -15px; margin-top: -15px; border-radius: 50%; background: var(--ink-soft); color: var(--paper); font: 700 12px/30px var(--sans); text-align: center; box-shadow: 0 0 0 2px var(--paper); }
.spine .who.idle { background: var(--paper-sunken); color: var(--ink-faint); }
.spine .who.done { background: var(--ok); }
.spine .who.me { background: var(--marquee); color: #fff; }
.spine .pg { position: absolute; left: 30px; margin-top: -15px; line-height: 30px; font: 600 12px/30px var(--sans); color: var(--ink-soft); white-space: nowrap; }
.spine .pg::first-letter { text-transform: none; }
.spine-wrap + .club-actions { margin-top: 6px; }

/* the reveal: the credits */
.verdict-card.credits { min-height: 380px; padding: 0; gap: 0; border-radius: 18px; cursor: pointer; }
.verdict-card.credits::before { display: none; }
.credits .roll { position: absolute; left: 0; right: 0; top: 100%; display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 0 20px; text-align: center; animation: creditsRoll var(--dur, 14s) linear forwards; }
.credits .cr { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.credits .k { font: 600 10px var(--sans); letter-spacing: 0.2em; text-transform: uppercase; color: var(--stage-soft); }
.credits .n { font-family: var(--serif); font-size: 30px; line-height: 1.05; color: var(--stage-ink); text-wrap: balance; }
.credits .n.it { font-style: italic; font-size: 22px; padding: 0 10px; }
.credits .v { font: 700 12px var(--sans); letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); }
.credits .v.liked { color: #bfd9c8; } .credits .v.hated { color: #e08a84; } .credits .v.dnf, .credits .v.pending { color: var(--stage-soft); }
@keyframes creditsRoll { from { transform: translateY(0); } to { transform: translateY(calc(-100% - 380px)); } }
.credits .vig { position: absolute; inset: 0; background: linear-gradient(var(--stage), transparent 18%, transparent 82%, var(--stage)); pointer-events: none; }
.credits .cr-static { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 24px 20px; opacity: 0; transition: opacity 0.6s ease; }
.credits .cr-static .vc-club { text-align: center; font-size: 30px; }
.credits.turned .roll, .credits.turned .vig { display: none; }
.credits.turned .cr-static { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .credits .roll, .credits .vig { display: none; } .credits .cr-static { opacity: 1; } }
.email-nudge { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; width: 100%; padding: 12px 14px; border-radius: var(--r-card); background: var(--paper-raised); border: 1.5px solid var(--paper-line); font-size: 14px; color: var(--ink-soft); }
.email-nudge .lb-input { flex: 1; min-width: 160px; width: auto; min-height: 44px; padding: 8px 12px; }
.invite-card .faces.big { margin-bottom: 4px; }
.invite-card .faces.big .face { width: 42px; height: 42px; font-size: 15px; border-color: var(--stage); }
.invite-card .faces.big .face.empty { border: 2px dashed rgba(255,255,255,0.35); color: var(--stage-soft); font-size: 11px; background: transparent !important; }
.name-chips.left { justify-content: flex-start; margin: 0; }
.club-form .name-chips .opt-chip { font-size: 15px; min-height: 44px; }
.get-book { display: flex; gap: 14px; align-items: flex-start; width: 100%; padding: 14px; border-radius: var(--r-card); background: var(--paper-raised); border: 1.5px solid var(--paper-line); }
.gb-cover { position: relative; flex: none; width: 72px; height: 108px; border-radius: 3px 5px 5px 3px; overflow: hidden; background: var(--paper-sunken); box-shadow: var(--e-cover); }
.gb-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gb-cover .fb-title { font-size: 10px; } .gb-cover .fb-author, .gb-cover .fb-rule { display: none; }
.gb-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.get-book .get-row { max-width: none; }
.get-book .linklike { align-self: flex-start; padding: 4px 0; font-size: 14px; }
