/* ============================================================
   PACK — "Beast of the Week" feature layer
   A weekly universal-exercise challenge. Log it and climb an
   animal ladder (🐭 → 🦊 → 🐺 → 🦁). The Lion is the apex crown,
   held by the pack's leader until the deadline. The pack unlocks
   a shared trophy animal when everyone logs ≥1 effort.

   Sits on top of pack.css + pack-v22.css. Same earthy language,
   with a warm "savannah" accent reserved for this event.
   ============================================================ */

:root {
  /* animal tier palette — earthy, drawn from the brand */
  --mouse:   #9A938A;  --mouse-d: #6F6960;  --mouse-t: #ECE6DC;
  --fox:     #BE6A2E;  --fox-d:   #9E531F;  --fox-t:   #F1E1D0;  /* = clay */
  --wolf:    #6E7689;  --wolf-d:  #4C5263;  --wolf-t:  #E4E5EC;
  --bear:    #8A5A3A;  --bear-d:  #664027;  --bear-t:  #EADBCB;
  --gorilla: #5A554E;  --gorilla-d: #403C36; --gorilla-t: #E3E0DA;
  --lion:    #C7972F;  --lion-d:  #936C18;  --lion-t:  #F2E6C3;  /* apex gold */

  --savanna-1: #FBF2D8;
  --savanna-2: #F2E1B4;
  --savanna-3: #E9CE8C;
  --savanna-ink: #6B5418;
}


/* ============================================================
   ANIMAL MEDALLION — the circular holder for emoji or badge
   ============================================================ */
.med {
  border-radius: 999px; display: flex; align-items: center; justify-content: center;
  background: var(--card); flex: 0 0 auto; line-height: 1; position: relative;
}
.med.mouse { background: var(--mouse-t); }
.med.fox   { background: var(--fox-t); }
.med.wolf  { background: var(--wolf-t); }
.med.bear  { background: var(--bear-t); }
.med.gorilla { background: var(--gorilla-t); }
.med.lion  { background: var(--lion-t); }
.med.ring-mouse { box-shadow: 0 0 0 2px var(--mouse); }
.med.ring-fox   { box-shadow: 0 0 0 2px var(--fox); }
.med.ring-wolf  { box-shadow: 0 0 0 2px var(--wolf); }
.med.ring-bear  { box-shadow: 0 0 0 2px var(--bear); }
.med.ring-gorilla { box-shadow: 0 0 0 2px var(--gorilla); }
.med.ring-lion  { box-shadow: 0 0 0 2px var(--lion), 0 6px 18px -8px rgba(199,151,47,0.7); }

/* ============================================================
   AVATAR PIP — small corner animal badge (the chosen treatment)
   ============================================================ */
.beast-av { position: relative; display: inline-flex; flex: 0 0 auto; }
.animal-pip {
  position: absolute; right: -3px; bottom: -3px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center; line-height: 1;
  background: var(--card); box-shadow: 0 0 0 2px var(--paper), 0 1px 3px rgba(30,42,36,0.25);
}
.beast-av.on-card .animal-pip { box-shadow: 0 0 0 2px var(--card), 0 1px 3px rgba(30,42,36,0.25); }
.animal-pip.mouse { background: var(--mouse-t); }
.animal-pip.fox   { background: var(--fox-t); }
.animal-pip.wolf  { background: var(--wolf-t); }
.animal-pip.bear  { background: var(--bear-t); }
.animal-pip.gorilla { background: var(--gorilla-t); }
.animal-pip.lion  { background: var(--lion-t); box-shadow: 0 0 0 2px var(--paper), 0 1px 4px rgba(199,151,47,0.55); }
.beast-av.on-card .animal-pip.lion { box-shadow: 0 0 0 2px var(--card), 0 1px 4px rgba(199,151,47,0.55); }

/* ring-style pip variant (alt) */
.beast-av.framed.lion::after,
.beast-av.framed.wolf::after,
.beast-av.framed.fox::after,
.beast-av.framed.mouse::after {
  content: ""; position: absolute; inset: -3px; border-radius: 999px; pointer-events: none;
}
.beast-av.framed.lion::after  { box-shadow: 0 0 0 2.5px var(--lion); }
.beast-av.framed.wolf::after  { box-shadow: 0 0 0 2.5px var(--wolf); }
.beast-av.framed.fox::after   { box-shadow: 0 0 0 2.5px var(--fox); }
.beast-av.framed.mouse::after { box-shadow: 0 0 0 2.5px var(--mouse); }

/* ============================================================
   BEAST BANNER — persistent animated banner on Today
   ============================================================ */
.beast-banner {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-card); isolation: isolate;
}
.beast-banner .bb-in { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 15px 16px; }
.beast-eyebrow {
  font-size: 10.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px;
}
.bb-title { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.6px; line-height: 1.02; margin-top: 3px; }
.bb-sub { font-size: 12.5px; font-weight: 600; margin-top: 5px; line-height: 1.35; }
.bb-cta {
  flex: 0 0 auto; display: inline-flex; flex-direction: column; align-items: center; gap: 2px;
  font-family: var(--font-display); font-weight: 800; text-align: center;
}

/* — Style A · savannah (warm, the headline direction) — */
.beast-banner.savanna { border: 1px solid #E4C988; background: var(--savanna-1); }
.beast-banner.savanna::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(150% 130% at 0% 0%, #FCF4DC 0%, #F4E4BA 46%, #EACF8C 100%);
}
/* roaming light sheen */
.beast-banner.savanna::after {
  content: ""; position: absolute; top: -40%; left: -60%; width: 45%; height: 180%; z-index: 1;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-18deg);
}
.beast-banner.savanna .beast-eyebrow { color: var(--savanna-ink); }
.beast-banner.savanna .bb-title { color: #3A2E12; }
.beast-banner.savanna .bb-sub { color: #6B5418; }
.beast-banner.savanna .bb-cta { color: var(--lion-d); }

/* — Style B · instrument (dark, Whoop-like) — */
.beast-banner.instrument { background: var(--ink-card); color: var(--on-dark); border: none;
  box-shadow: 0 12px 30px -16px rgba(30,42,36,0.75); }
.beast-banner.instrument::after {
  content: ""; position: absolute; right: -30px; top: -30px; width: 150px; height: 150px; z-index: 0;
  background: radial-gradient(circle, rgba(199,151,47,0.32), transparent 70%);
}
.beast-banner.instrument .beast-eyebrow { color: #E2C786; }
.beast-banner.instrument .bb-title { color: var(--on-dark); }
.beast-banner.instrument .bb-sub { color: var(--on-dark-2); }
.beast-banner.instrument .bb-cta { color: #E2C786; }
.beast-banner.instrument .med { background: rgba(255,255,255,0.08); }

/* — Style C · ladder-forward (playful, shows your climb) — */
.beast-banner.climb { background: var(--card); border: 1px solid var(--line-2); }
.beast-banner.climb .bb-in { flex-direction: column; align-items: stretch; gap: 12px; }
.beast-banner.climb .climb-top { display: flex; align-items: center; gap: 13px; }
.beast-banner.climb .beast-eyebrow { color: var(--fox-d); }
.beast-banner.climb .bb-title { color: var(--ink); }

/* the little gold "live" dot that gently flashes */
.beast-live { width: 7px; height: 7px; border-radius: 999px; background: var(--lion); flex: 0 0 auto;
  box-shadow: 0 0 0 0 rgba(199,151,47,0.6); }

/* countdown pill */
.beast-count { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-display);
  font-weight: 800; font-size: 12px; letter-spacing: -0.2px; padding: 4px 10px; border-radius: 999px;
  background: rgba(199,151,47,0.16); color: var(--lion-d); white-space: nowrap; }
.beast-banner.instrument .beast-count { background: rgba(226,199,134,0.16); color: #E2C786; }

/* ============================================================
   ANIMATIONS (gated on reduced-motion below)
   ============================================================ */
@keyframes beast-sheen { 0% { left: -60%; } 60%, 100% { left: 130%; } }
@keyframes beast-bob   { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes beast-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(199,151,47,0.0); } 50% { box-shadow: 0 0 0 5px rgba(199,151,47,0.16); } }
@keyframes beast-live  { 0% { box-shadow: 0 0 0 0 rgba(199,151,47,0.55); } 70%, 100% { box-shadow: 0 0 0 6px rgba(199,151,47,0); } }
@keyframes beast-rise  { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: no-preference) {
  .beast-banner.savanna::after { animation: beast-sheen 4.6s ease-in-out infinite; }
  .beast-anim .bb-med { animation: beast-bob 3.4s ease-in-out infinite; }
  .beast-anim.savanna .bb-med { animation: beast-bob 3.4s ease-in-out infinite, beast-pulse 3.4s ease-in-out infinite; }
  .beast-anim .beast-live { animation: beast-live 1.9s ease-out infinite; }
}

/* ============================================================
   BEAST LADDER — mouse → fox → wolf → 🦁 apex
   ============================================================ */
.beast-ladder { display: flex; align-items: flex-start; }
.beast-ladder .rung { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; }
.beast-ladder .rung .med { z-index: 1; border: 1.5px solid var(--line); background: var(--card-2); }
.beast-ladder .rung .rl { font-size: 10.5px; font-weight: 800; color: var(--ink-3); letter-spacing: 0.2px; }
.beast-ladder .rung .rt { font-size: 9.5px; font-weight: 700; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.beast-ladder .link { position: absolute; top: 21px; left: -50%; width: 100%; height: 3px; background: var(--line); z-index: 0; border-radius: 2px; }

/* climbed (done) rungs glow clay→gold */
.beast-ladder .rung.done .med { background: var(--fox-t); border-color: var(--fox); }
.beast-ladder .rung.done .link { background: var(--fox); }
.beast-ladder .rung.done .rl { color: var(--fox-d); }

/* the rung you're standing on */
.beast-ladder .rung.now .med { border-color: var(--wolf); background: var(--wolf-t); box-shadow: 0 0 0 4px var(--wolf-t); }
.beast-ladder .rung.now .rl { color: var(--wolf-d); }

/* lion apex rung */
.beast-ladder .rung.apex .med { border-style: dashed; border-color: var(--lion); background: var(--lion-t); }
.beast-ladder .rung.apex.held .med { border-style: solid; box-shadow: 0 0 0 4px var(--lion-t), 0 6px 16px -8px rgba(199,151,47,0.7); }
.beast-ladder .rung.apex .rl { color: var(--lion-d); }
.beast-ladder .rung.apex .link { background: linear-gradient(90deg, var(--fox), var(--lion)); }

/* ============================================================
   BEAST BLOCK — the My-page card
   ============================================================ */
.beast-block { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-lg);
  box-shadow: var(--shadow-card); overflow: hidden; }
.beast-block .bk-head { display: flex; align-items: center; gap: 9px; padding: 14px 16px 0; }
.beast-block .bk-head .beast-eyebrow { color: var(--lion-d); }
.beast-block .bk-body { padding: 14px 16px 16px; }
.beast-hero { display: flex; align-items: center; gap: 14px; }
.beast-hero .bh-txt .bh-you { font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -0.5px; line-height: 1.05; }
.beast-hero .bh-txt .bh-sub { font-size: 12.5px; font-weight: 600; color: var(--ink-2); margin-top: 3px; }
.beast-stat { display: inline-flex; align-items: baseline; gap: 5px; margin-left: auto; }
.beast-stat .bs-n { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -1px; color: var(--ink); }
.beast-stat .bs-u { font-size: 12px; font-weight: 700; color: var(--ink-3); }

/* the race line — chasing the lion */
.race-line { display: flex; align-items: center; gap: 11px; padding: 12px 14px; border-radius: var(--r-md);
  background: var(--lion-t); border: 1px solid color-mix(in oklab, var(--lion) 30%, transparent); }
.race-line .rl-ic { font-size: 20px; flex: 0 0 auto; }
.race-line .rl-t { font-weight: 800; font-size: 13.5px; color: var(--lion-d); line-height: 1.25; }
.race-line .rl-t b { font-family: var(--font-display); }
.race-line .rl-go { margin-left: auto; flex: 0 0 auto; font-family: var(--font-display); font-weight: 800;
  font-size: 12.5px; color: var(--lion-d); }

/* pack-trophy mini progress */
.trophy-mini { display: flex; align-items: center; gap: 11px; }
.trophy-mini .tm-ic { width: 38px; height: 38px; border-radius: 11px; background: var(--card-2);
  border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; font-size: 19px; flex: 0 0 auto; }
.trophy-mini .tm-t { font-weight: 800; font-size: 13px; }
.trophy-mini .tm-s { font-size: 11.5px; font-weight: 600; color: var(--ink-2); margin-top: 1px; }
.trophy-dots { display: flex; gap: 5px; margin-left: auto; flex: 0 0 auto; }
.trophy-dots i { width: 12px; height: 12px; border-radius: 999px; background: var(--paper-2); border: 1.5px solid var(--line); display: block; }
.trophy-dots i.on { background: var(--forest); border-color: var(--forest); }
.trophy-dots i.wait { background: var(--bld-t); border-color: var(--bld); }

/* ============================================================
   PACK PROGRESS PAGE
   ============================================================ */
.beast-topbar { display: flex; align-items: center; gap: 10px; padding: 4px 16px 8px; }
.beast-topbar .bt-back { width: 34px; height: 34px; border-radius: 999px; background: var(--card);
  border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--ink); box-shadow: var(--shadow-card); }
.beast-topbar .bt-t { font-family: var(--font-display); font-weight: 800; font-size: 17px; letter-spacing: -0.3px; }
.beast-topbar .bt-s { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ink-3); }

/* goal hero — countdown + unlock meter */
.goal-hero { border-radius: var(--r-lg); overflow: hidden; position: relative; isolation: isolate;
  border: 1px solid #E4C988; padding: 18px 18px 16px; }
.goal-hero::before { content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(140% 120% at 100% 0%, #FCF4DC 0%, #F3E2B6 50%, #E8CD89 100%); }
.goal-hero > * { position: relative; z-index: 1; }
.goal-hero .gh-count { font-family: var(--font-display); font-weight: 800; font-size: 40px; letter-spacing: -1.6px; color: #3A2E12; line-height: 0.95; }
.goal-hero .gh-when { font-size: 12.5px; font-weight: 700; color: var(--savanna-ink); margin-top: 3px; }
.goal-hero .gh-reward { display: flex; align-items: center; gap: 11px; margin-top: 15px; padding-top: 14px; border-top: 1px solid rgba(150,110,30,0.22); }
.goal-hero .gh-reward .gr-t { font-weight: 800; font-size: 13px; color: #3A2E12; line-height: 1.3; }
.goal-hero .gh-reward .gr-t b { color: var(--lion-d); }

/* unlock meter — N of M logged */
.unlock { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-lg); box-shadow: var(--shadow-card); padding: 15px 16px; }
.unlock-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 13px; }
.unlock-head .uh-t { font-weight: 800; font-size: 14px; }
.unlock-head .uh-n { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--forest-d); }
.unlock-track { height: 12px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.unlock-track > span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--forest), #4E9E72); }
.unlock-roster { display: flex; gap: 9px; margin-top: 14px; }
.unlock-roster .ur { display: flex; flex-direction: column; align-items: center; gap: 5px; flex: 1; }
.unlock-roster .ur .urn { font-size: 10.5px; font-weight: 700; color: var(--ink-2); white-space: nowrap; }
.unlock-roster .ur.pending .urn { color: var(--bld-d); }
.unlock-note { display: flex; align-items: center; gap: 9px; margin-top: 14px; padding: 11px 13px; border-radius: var(--r-md);
  background: var(--bld-t); border: 1px solid color-mix(in oklab, var(--bld) 26%, transparent); }
.unlock-note .un-t { font-size: 12.5px; font-weight: 700; color: var(--bld-d); line-height: 1.35; }
.unlock-note .un-go { margin-left: auto; flex: 0 0 auto; font-family: var(--font-ui); font-weight: 800; font-size: 12px;
  color: #fff; background: var(--bld); border: none; border-radius: 999px; padding: 8px 14px; cursor: pointer; white-space: nowrap; }

/* the apex race — ranked members with animal + reps */
.race { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-lg); box-shadow: var(--shadow-card); overflow: hidden; }
.race-row2 { display: flex; align-items: center; gap: 12px; padding: 12px 15px; border-top: 1px solid var(--line); position: relative; }
.race-row2:first-of-type { border-top: none; }
.race-row2.leader { background: var(--lion-t); }
.race-row2.me { background: var(--forest-t); }
.race-row2 .rr-rank { width: 18px; text-align: center; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--ink-3); flex: 0 0 auto; }
.race-row2.leader .rr-rank { color: var(--lion-d); }
.race-row2 .rr-nm { font-weight: 800; font-size: 14.5px; }
.race-row2 .rr-an { font-size: 11.5px; font-weight: 700; color: var(--ink-2); margin-top: 1px; }
.race-row2 .rr-reps { margin-left: auto; text-align: right; flex: 0 0 auto; }
.race-row2 .rr-reps .n { font-family: var(--font-display); font-weight: 800; font-size: 18px; letter-spacing: -0.4px; color: var(--ink); }
.race-row2 .rr-reps .u { font-size: 10.5px; font-weight: 700; color: var(--ink-3); }
.race-row2 .rr-bar { position: absolute; left: 0; bottom: 0; height: 3px; background: var(--lion); opacity: 0.5; }

/* horizontal race track (variant B) */
.track { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-lg); box-shadow: var(--shadow-card); padding: 16px 16px 14px; }
.track-lane { position: relative; height: 46px; display: flex; align-items: center; }
.track-lane + .track-lane { border-top: 1px dashed var(--line); }
.track-rail { position: absolute; left: 40px; right: 34px; height: 4px; border-radius: 999px; background: var(--paper-2); }
.track-rail > span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--fox), var(--lion)); }
.track-runner { position: absolute; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; }
.track-finish { position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 19px; }
.track-name { position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 11px; font-weight: 800; color: var(--ink-2); width: 36px; }

/* goal ring (variant B) */
.goal-ring-wrap { position: relative; width: 132px; height: 132px; flex: 0 0 auto; }
.goal-ring-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.goal-ring-center .grc-n { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -1px; line-height: 1; color: #3A2E12; }
.goal-ring-center .grc-l { font-size: 10px; font-weight: 800; letter-spacing: 0.4px; text-transform: uppercase; color: var(--savanna-ink); margin-top: 3px; }

/* unlocked celebratory state */
.beast-won { text-align: center; border-radius: var(--r-lg); padding: 22px 18px 20px; position: relative; overflow: hidden;
  border: 1px solid #E4C988; isolation: isolate; }
.beast-won::before { content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(120% 110% at 50% 0%, #FCF4DC, #F0DCA6 70%, #E7CC86); }
.beast-won > * { position: relative; z-index: 1; }
.beast-won .bw-t { font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -0.6px; color: #3A2E12; }
.beast-won .bw-s { font-size: 13px; font-weight: 600; color: #6B5418; margin-top: 5px; }

/* art-style comparison frames */
.style-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 800;
  letter-spacing: 0.6px; text-transform: uppercase; color: var(--ink-3); background: var(--card-2);
  border: 1px solid var(--line-2); border-radius: 999px; padding: 4px 11px; }
.entrance > * { animation: beast-rise 0.5s ease-out both; }

/* ============================================================
   MULTI-PACK — compact trophy summary + per-pack list
   Keeps Today uncrowded: one personal banner, one small summary.
   ============================================================ */
.trophy-summary { display: flex; align-items: center; gap: 11px; padding: 12px 15px; border-radius: var(--r-md);
  background: var(--card); border: 1px solid var(--line-2); box-shadow: var(--shadow-card); cursor: pointer; }
.trophy-summary .ts-ic { width: 34px; height: 34px; border-radius: 10px; background: var(--lion-t); display: flex;
  align-items: center; justify-content: center; font-size: 18px; flex: 0 0 auto; }
.trophy-summary .ts-t { font-weight: 800; font-size: 13.5px; }
.trophy-summary .ts-s { font-size: 11.5px; font-weight: 600; color: var(--ink-2); margin-top: 1px; }
.trophy-summary .ts-chev { margin-left: auto; color: var(--ink-3); flex: 0 0 auto; }

.pack-trophies { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-lg);
  box-shadow: var(--shadow-card); overflow: hidden; }
.pack-trophies .pt-head { display: flex; align-items: center; gap: 9px; padding: 12px 15px; border-bottom: 1px solid var(--line-2); }
.pack-trophies .pt-head .pth-t { font-weight: 800; font-size: 13.5px; }
.pack-trophies .pt-head .pth-n { margin-left: auto; font-size: 11.5px; font-weight: 700; color: var(--ink-3); }
.pt-row { display: flex; align-items: center; gap: 11px; width: 100%; padding: 12px 15px; border-top: 1px solid var(--line);
  background: none; border-left: none; border-right: none; border-bottom: none; font-family: var(--font-ui); text-align: left;
  cursor: pointer; color: var(--ink); text-decoration: none; }
.pt-row:first-of-type { border-top: none; }
.pt-row .ptr-st { display: flex; gap: 3px; }
.pt-row .ptr-st .av { box-shadow: 0 0 0 2px var(--card); }
.pt-row .ptr-st .av + .av { margin-left: -8px; }
.pt-row .ptr-nm { font-weight: 800; font-size: 13.5px; }
.pt-row .ptr-s { font-size: 11px; font-weight: 700; color: var(--ink-3); margin-top: 1px; }
.pt-dots { display: flex; gap: 4px; margin-left: auto; flex: 0 0 auto; align-items: center; }
.pt-dots i { width: 10px; height: 10px; border-radius: 999px; background: var(--paper-2); border: 1.5px solid var(--line); display: block; }
.pt-dots i.on { background: var(--forest); border-color: var(--forest); }
.pt-dots i.wait { background: var(--bld-t); border-color: var(--bld); }
.pt-unlocked { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 800; color: var(--lion-d);
  background: var(--lion-t); border-radius: 999px; padding: 4px 10px; margin-left: auto; flex: 0 0 auto; white-space: nowrap; }
.pt-frac { margin-left: auto; flex: 0 0 auto; font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--ink-2); }
.pt-more { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 11px 15px;
  border: none; border-top: 1px solid var(--line); background: var(--paper-2); cursor: pointer; font-family: var(--font-ui);
  font-weight: 800; font-size: 12.5px; color: var(--ink-2); }

/* multi-pack trophy summary — collapsible inline (Today, when in 2+ packs) */
.beast-multi { margin-bottom: 12px; }
.beast-multi > summary { list-style: none; cursor: pointer; }
.beast-multi > summary::-webkit-details-marker { display: none; }
.beast-multi[open] .ts-chev { transform: rotate(180deg); }
.beast-multi .ts-chev { transition: transform .18s ease; }
