/* CardRip 1.0 release layer.
   One token source, one cinematic system: opening films plus their physical pack editions. */
:root,
:root[data-theme="light"],
:root[data-theme="dark"] {
  --cr-bg: #05080c;
  --cr-surface: #0a1017;
  --cr-surface-raised: #101923;
  --cr-ink: #f2f5f7;
  --cr-muted: #9aa8b4;
  --cr-line: #253341;
  --cr-line-strong: #496173;
  --cr-accent: #a8dcf5;
  --cr-accent-ink: #07131c;
  --cr-paper: #e7e3da;
  --cr-danger: #ff8e8e;
  --cr-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --cr-body: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --cr-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
  --cr-shell: min(1240px, calc(100vw - 64px));
  --cr-radius: 8px;
  --cr-topbar: 72px;
  --cr-space-1: 8px;
  --cr-space-2: 16px;
  --cr-space-3: 24px;
  --cr-space-4: 40px;
  --cr-space-5: 72px;
  --cr-space-6: 112px;

  /* Legacy components now inherit the canonical release tokens. */
  --bg-primary: var(--cr-bg);
  --bg-primary-hover: var(--cr-surface);
  --bg-secondary: var(--cr-surface);
  --bg-secondary-hover: var(--cr-surface-raised);
  --bg-tertiary: var(--cr-surface);
  --fg-primary: var(--cr-ink);
  --fg-secondary: #c3cdd5;
  --fg-muted: var(--cr-muted);
  --border-primary: var(--cr-line);
  --border-secondary: var(--cr-line-strong);
  --bg-brand-solid: var(--cr-accent);
  --bg-brand-solid-hover: #d5f1ff;
  --orange: var(--cr-accent);
  --primary: var(--cr-accent);
  --v1-bg: var(--cr-bg);
  --v1-paper: var(--cr-surface);
  --v1-paper-2: var(--cr-surface-raised);
  --v1-ink: var(--cr-ink);
  --v1-muted: var(--cr-muted);
  --v1-line: var(--cr-line);
  --v1-line-strong: var(--cr-line-strong);
  --v1-cyan: var(--cr-accent);
  --v1-cyan-soft: var(--cr-accent);
  --v1-display: var(--cr-display);
  --v1-mono: var(--cr-mono);
  --v1-shell: var(--cr-shell);
}

html { background: var(--cr-bg); overflow-x: clip; -webkit-tap-highlight-color: transparent; }
body.cardrip-v1 { min-height: 100%; margin: 0; overflow-x: clip; background: var(--cr-bg); color: var(--cr-ink); font-family: var(--cr-body); }
body.cardrip-v1::before,
body.cardrip-v1::after { content: none !important; }
.cardrip-v1 .shell { width: var(--cr-shell); max-width: none; padding-inline: 0; }
.cardrip-v1 :where(main, footer, .v1-route-band) { position: relative; z-index: 1; }
.cardrip-v1 :where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--cr-accent); outline-offset: 3px; }

/* Chrome: quiet enough to let the film lead. */
.cardrip-v1 .topbar { height: var(--cr-topbar); position: sticky; top: 0; z-index: 100; background: #05080ceb; border-bottom: 1px solid var(--cr-line); backdrop-filter: blur(18px); }
.cardrip-v1 .topbar::after { content: none; }
.cardrip-v1 .topbar-inner { height: var(--cr-topbar); max-width: none; padding: 0 4vw; gap: 24px; }
.cardrip-v1 .logo { gap: 9px; }
.cardrip-v1 .logo .mark { border-radius: 5px; }
.cardrip-v1 .logo .word { font-size: 21px; letter-spacing: -.055em; }
.cardrip-v1 .nav { gap: 2px; }
.cardrip-v1 .nav-link { border-radius: 5px; font: 650 12px/1 var(--cr-body); letter-spacing: 0; text-transform: none; }
.cardrip-v1 .nav-link::after { content: none; }
.cardrip-v1 .nav-link:hover { background: var(--cr-surface-raised); color: var(--cr-ink); }
.motion-control { min-width: 94px; height: 36px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 11px; border: 1px solid var(--cr-line-strong); border-radius: 99px; background: var(--cr-surface); color: #d7e5ee; font: 700 9px/1 var(--cr-mono); letter-spacing: .06em; cursor: pointer; }
.motion-control i { width: 7px; height: 7px; border-radius: 50%; background: var(--cr-accent); box-shadow: 0 0 12px #a8dcf580; }
.motion-control[aria-pressed="false"] i { background: var(--cr-muted); box-shadow: none; }

/* The film is the visual system. The controls stay readable and separate. */
.collector-home .opening-journey,
.collector-home .second-opening { background: #020407; }
:root[data-motion="cinema"] .collector-home .opening-journey { height: 280svh; }
:root[data-motion="cinema"] .collector-home .second-opening { height: 250svh; }
.collector-home .opening-sticky { top: var(--cr-topbar); height: calc(100svh - var(--cr-topbar)); min-height: 0; overflow: clip; background: #020407; }
/* Scroll only moves transform/opacity (set by collector.js); no filters on the full-screen layer. */
.collector-home .cinema-media { inset: 0; pointer-events: none; transform-origin: 50% 45%; will-change: transform; }
.collector-home .cinema-media img,
.collector-home .cinema-canvas { object-fit: cover; pointer-events: none; }
.collector-home .cinema-shade { pointer-events: none; background: linear-gradient(90deg, #03070beb 0%, #03070bc7 27%, #03070b4f 58%, transparent 78%), linear-gradient(0deg, #03070bd9 0%, transparent 28%, transparent 70%, #03070b7a 100%); }
.collector-home .hero-topline { left: 4vw; right: 4vw; top: 24px; color: #9fadb7; font: 600 9px/1 var(--cr-mono); letter-spacing: .08em; }
.collector-home .hero-copy,
.collector-home .second-copy { left: 5vw; top: 50%; z-index: 6; width: min(570px, 48vw); max-width: none; transform: translate3d(0, calc(-50% + var(--scene-copy-shift, 0px)), 0); will-change: opacity, transform; }
.collector-home .hero-copy .eyebrow,
.collector-home .second-copy .eyebrow { color: #bfd1dc; font-size: 10px; letter-spacing: .09em; }
.collector-home .tiny-star { color: var(--cr-accent); }
.collector-home .hero-copy h1,
.collector-home .second-copy h2 { margin: 20px 0 0; color: var(--cr-ink); font-family: var(--cr-display); font-size: clamp(46px, min(7.2vw, 11.5svh), 112px); font-weight: 850; line-height: .9; letter-spacing: -.045em; text-wrap: balance; }
.collector-home .hero-copy h1 span,
.collector-home .second-copy h2 em { background: none; color: #b6d4e3; font: inherit; -webkit-text-fill-color: initial; }
.collector-home .handwritten { margin: 12px 0 22px; color: #d7d4cc; font: italic 400 clamp(20px, 2vw, 29px)/1.1 Georgia, serif; transform: rotate(-1deg); }
.collector-home .hero-description { max-width: 34ch; margin: 0 0 22px; color: #cad3da; font-size: 15px; line-height: 1.55; }
.collector-home .hero-actions { position: relative; z-index: 10; display: flex; align-items: stretch; gap: 10px; width: fit-content; padding: 0; background: none; border: 0; box-shadow: none; }
.collector-home .hero-actions .btn,
.collector-home .hero-actions .text-action,
.collector-home .second-copy .text-action { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; margin: 0; padding: 0 18px; border-radius: 6px; white-space: nowrap; pointer-events: auto; font-size: 12px; font-weight: 750; }
.collector-home .hero-actions .btn { border: 1px solid var(--cr-paper); background: var(--cr-paper); color: #10171c; box-shadow: none; }
.collector-home .hero-actions .btn::after { content: none; }
.collector-home .hero-actions .btn:hover { background: #fff; color: #05080c; transform: translateY(-1px); }
.collector-home .hero-actions .text-action,
.collector-home .second-copy .text-action { border: 1px solid #63798a; background: #071019d9; color: var(--cr-ink); }
.collector-home .hero-fineprint { display: block; width: fit-content; max-width: 100%; margin-top: 14px; padding: 0; background: none; color: #9aa8b4; font: 10px/1.45 var(--cr-mono); }
.collector-home .film-label { right: 4vw; bottom: 13%; color: #8999a4; }
.collector-home .film-label b { color: #d1dbe0; }
.collector-home .hero-bottom { z-index: 6; left: 4vw; right: 4vw; bottom: 20px; color: #b9c5cd; }
.collector-home .opening-progress { height: 2px; background: #b5c8d225; }
.collector-home .opening-progress i { background: var(--cr-accent); box-shadow: none; transform-origin: left; }
.collector-home .scroll-cue span { display: inline-grid; width: 32px; height: 32px; place-items: center; border: 1px solid #7890a2; border-radius: 50%; }

/* Chapter captions take over once the headline has made room for the film. */
.film-chapters { position: absolute; z-index: 6; left: 5vw; bottom: 92px; width: min(620px, 82vw); height: 0; margin: 0; padding: 0; list-style: none; pointer-events: none; }
.film-chapters li { position: absolute; left: 0; bottom: 0; width: 100%; opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity .45s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.film-chapters li.is-active { opacity: 1; transform: none; }
.film-chapters span { display: flex; align-items: center; gap: 12px; color: var(--cr-accent); font: 700 10px/1 var(--cr-mono); letter-spacing: .16em; text-shadow: 0 1px 12px #000; }
.film-chapters span::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.film-chapters b { display: block; max-width: 12ch; margin-top: 14px; color: var(--cr-ink); font: 850 clamp(32px, min(3.8vw, 7svh), 58px)/.95 var(--cr-display); letter-spacing: -.04em; text-shadow: 0 2px 40px #000c, 0 1px 3px #0009; }
:root[data-motion="reduce"] .film-chapters { display: none; }

/* Editorial rhythm, not a wall of themed cards. */
.collector-home .memory-strip { justify-content: center; gap: clamp(18px, 4vw, 60px); padding: 18px 4vw; border-color: var(--cr-line); background: #081019; color: #96a7b2; font: 700 9px/1 var(--cr-mono); letter-spacing: .1em; }
.collector-home .memory-strip i { color: var(--cr-accent); }
.collector-home .evidence-manifest,
.collector-home .drops-section,
.collector-home .pool-section { padding-block: clamp(78px, 9vw, 124px) !important; background: none; }
.collector-home .evidence-manifest { border-bottom: 1px solid var(--cr-line); }
.collector-home .manifest-code,
.collector-home .section-kicker { color: var(--cr-muted); letter-spacing: .08em; }
.collector-home .evidence-manifest h2,
.collector-home .collection-heading h2,
.collector-home .memory-copy h2,
.collector-home .last-call h2 { font-family: var(--cr-display); font-weight: 850; letter-spacing: -.04em; }
.collector-home .evidence-manifest h2 { max-width: 980px; font-size: clamp(43px, 6vw, 84px); line-height: .96; }
.collector-home .evidence-manifest h2 em,
.collector-home .collection-heading h2 em,
.collector-home .memory-copy h2 em { color: #afd0df; font: inherit; }
.collector-home .manifest-grid { grid-template-columns: repeat(3, 1fr); gap: 0; border-block: 1px solid var(--cr-line); background: none; }
.collector-home .manifest-grid article { padding: 34px clamp(18px, 3vw, 42px); border-right: 1px solid var(--cr-line); background: transparent; }
.collector-home .manifest-grid article:first-child { padding-left: 0; }
.collector-home .manifest-grid article:last-child { border-right: 0; }
.collector-home .manifest-grid b { color: var(--cr-accent); }
.collector-home .manifest-grid h3 { font-size: 18px; line-height: 1.25; }
.collector-home .manifest-grid p { color: var(--cr-muted); line-height: 1.65; }
.collector-home .section-kicker { border-color: var(--cr-line); }
.collector-home .collection-heading h2 { font-size: clamp(46px, 6vw, 82px); line-height: .96; }
.collector-home .collection-heading > p { color: var(--cr-muted); line-height: 1.6; }
.collector-home .filter-btn { border-radius: 99px; border-color: var(--cr-line-strong); background: transparent; color: #c9d3da; }
.collector-home .filter-btn.active { background: var(--cr-paper); border-color: var(--cr-paper); color: #11181d; }
.collector-home .collector-drops { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; perspective: 1200px; }
.collector-home .collector-drops .pack { position: relative; width: 100%; min-width: 0; isolation: isolate; border: 1px solid color-mix(in srgb, var(--pack-accent) 34%, var(--cr-line)); border-radius: 10px; background: #080d13; box-shadow: 0 24px 70px #0006; overflow: hidden; transition: transform .38s cubic-bezier(.2,.75,.2,1), border-color .28s ease, box-shadow .38s ease; scroll-snap-align: start; }
.collector-home .collector-drops .pack:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--pack-accent) 64%, #fff); box-shadow: 0 34px 90px #0009, 0 0 42px var(--pack-glow); }
.collector-home .pack-art { position: relative; isolation: isolate; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #03070b; }
.collector-home .pack-art::before { content: ''; display: block; position: absolute; z-index: -2; inset: -12%; background: linear-gradient(180deg,#02060a22,#02060acc), var(--pack-image) center/cover; filter: blur(24px) saturate(1.15); opacity: .64; transform: scale(1.12); }
.collector-home .pack-art::after { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg,#02070bbd 0%,transparent 18%,transparent 64%,#03070be8 100%), linear-gradient(90deg,#02070b8c,transparent 22%,transparent 78%,#02070b8c); box-shadow: inset 0 0 0 1px #ffffff0c; }
.collector-home .pack-halo { position: absolute; z-index: -1; left: 14%; right: 14%; top: 18%; aspect-ratio: 1; border-radius: 50%; background: var(--pack-accent); filter: blur(56px); opacity: .22; }
.collector-home .generated-pack { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.98) contrast(1.04) brightness(.94); transform: scale(.94); transform-origin: 50% 52%; transition: transform .7s cubic-bezier(.16,.8,.2,1), filter .4s ease; }
.collector-home .collector-drops .pack:hover .generated-pack { transform: scale(1.015) translateY(-5px) rotate(.45deg); filter: saturate(1.08) contrast(1.04) brightness(1); }
.collector-home .drop-index,
.collector-home .pack-code,
.collector-home .pack-spec { position: absolute; z-index: 3; color: #e7f5fd; font: 700 8px/1 var(--cr-mono); letter-spacing: .1em; text-shadow: 0 1px 8px #000; }
.collector-home .drop-index { left: 16px; top: 16px; padding: 0; background: none; }
.collector-home .pack-code { right: 16px; top: 16px; color: var(--pack-accent); }
.collector-home .pack-spec { left: 16px; bottom: 68px; color: #afbdc7; }
.collector-home .collector-drops .left-pill { z-index: 3; top: auto; right: auto; left: 16px; bottom: 18px; padding: 8px 10px; border: 1px solid #ffffff21; border-radius: 4px; background: #03080cdc; color: #dce7ed; backdrop-filter: blur(12px); font: 700 9px/1 var(--cr-mono); letter-spacing: .04em; }
.collector-home .collector-drops .price-pill { z-index: 3; right: 16px; bottom: 16px; width: auto; height: auto; padding: 8px 11px; border: 1px solid color-mix(in srgb, var(--pack-accent) 56%, #fff); border-radius: 4px; background: #061018e8; color: var(--pack-accent); font: 800 16px/1 var(--cr-display); transform: none; }
.collector-home .art-preview { z-index: 4; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; background: transparent; color: transparent; }
.collector-home .art-preview span { position: absolute; right: 16px; top: 46px; display: block; padding: 7px 9px; border: 1px solid #ffffff24; border-radius: 4px; background: #03080cb8; color: #dbe8ee; font: 700 8px/1 var(--cr-mono); letter-spacing: .08em; opacity: 0; transform: translateY(-5px); transition: opacity .25s ease, transform .25s ease; }
.collector-home .pack:hover .art-preview span,
.collector-home .art-preview:focus-visible span { opacity: 1; transform: none; }
.collector-home .collector-drops .pack-body { position: relative; z-index: 4; padding: 22px; border-top: 1px solid color-mix(in srgb, var(--pack-accent) 22%, var(--cr-line)); background: linear-gradient(180deg,#0b1219,#080d13); }
.collector-home .pack-family { display: flex; justify-content: space-between; gap: 12px; color: var(--pack-accent); font: 700 8px/1 var(--cr-mono); letter-spacing: .12em; }
.collector-home .collector-drops .pack-body h3 { margin: 2px 0 0; color: var(--cr-ink); font: 800 22px/1.05 var(--cr-display); letter-spacing: -.025em; }
.collector-home .collector-drops .progress-row { color: var(--cr-muted); font-size: 11px; }
.collector-home .collector-drops .btn { min-height: 46px; border-radius: 6px; border-color: var(--cr-line-strong); background: var(--cr-surface-raised); color: var(--cr-ink); font-size: 11px; }
.collector-home .collector-drops .btn:hover { border-color: var(--pack-accent); background: var(--pack-accent); color: #071016; }
.pack-preview-cover { isolation: isolate; overflow: hidden; background: #03070b; }
.pack-preview-cover::before { content: ''; position: absolute; z-index: -1; inset: -10%; background: linear-gradient(#02060a55,#02060ac2), var(--pack-image) center/cover; filter: blur(28px) saturate(1.15); opacity: .72; }
.pack-preview-cover img { position: relative; z-index: 0; object-fit: contain !important; filter: drop-shadow(0 24px 34px #000b); transform: scale(.93); }
.pack-preview-cover > span { z-index: 2; border: 1px solid color-mix(in srgb, var(--pack-accent) 42%, var(--cr-line)); color: var(--pack-accent); }

.collector-home .second-copy p { color: #cbd5dc; font-size: 15px; line-height: 1.6; }
.collector-home .memory-section { padding: clamp(82px, 9vw, 126px) 0; border-color: var(--cr-line); background: #080d13; }
.collector-home .memory-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); align-items: center; gap: clamp(42px, 7vw, 92px); }
.collector-home .vault-art { margin: 0; overflow: hidden; border-radius: var(--cr-radius); border: 1px solid var(--cr-line); }
.collector-home .vault-art img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; filter: saturate(.72) contrast(1.05) brightness(.86); }
.collector-home .vault-art-label { left: 16px; bottom: 14px; padding: 7px 9px; background: #05080ce6; color: #bdcad2; }
.collector-home .memory-copy h2 { font-size: clamp(46px, 5.2vw, 72px); line-height: .95; }
.collector-home .opening-steps li { border-color: var(--cr-line); }
.collector-home .opening-steps li > span { color: var(--cr-accent); }
.collector-home .opening-steps h3 { font-size: 15px; }
.collector-home .opening-steps p { color: var(--cr-muted); line-height: 1.55; }

/* Quoten-Board: the open pool as a live, colour-coded distribution. */
.collector-home, .pack-preview-dialog { --tier-core: #8fa4b5; --tier-rare: #7fd0f2; --tier-chase: #a996ff; --tier-grail: #f0c56f; --tier-super: #ff8d9e; }
.tone-core { --tone: var(--tier-core); } .tone-rare { --tone: var(--tier-rare); } .tone-chase { --tone: var(--tier-chase); }
.tone-grail { --tone: var(--tier-grail); } .tone-super { --tone: var(--tier-super); }
.odds-switch { display: flex; gap: 8px; margin: 4px 0 20px; padding: 2px 0 4px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.odds-switch::-webkit-scrollbar { display: none; }
.odds-chip { flex: 0 0 auto; display: grid; gap: 5px; min-height: 56px; padding: 10px 15px; border: 1px solid var(--cr-line-strong); border-radius: 10px; background: #08111a; color: #c9d3da; text-align: left; cursor: pointer; scroll-snap-align: start; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.odds-chip b { font: 700 13px/1.1 var(--cr-body); white-space: nowrap; }
.odds-chip span { font: 700 10px/1 var(--cr-mono); color: var(--cr-muted); white-space: nowrap; }
.odds-chip:hover { border-color: #7d98ab; color: #fff; }
.odds-chip[aria-pressed="true"] { border-color: var(--cr-accent); background: #0c2130; color: #fff; box-shadow: inset 0 0 0 1px var(--cr-accent); }
.odds-chip[aria-pressed="true"] span { color: var(--cr-accent); }
.odds-board { position: relative; padding: 26px 26px 22px; border: 1px solid var(--cr-line); border-radius: 16px; background: linear-gradient(180deg, #0b141d 0%, #070c12 100%); }
.odds-board > .empty { margin: 0; color: var(--cr-muted); }
.odds-board-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px 28px; }
.odds-live { display: inline-flex; align-items: center; gap: 9px; color: var(--cr-accent); font: 700 10px/1 var(--cr-mono); letter-spacing: .07em; }
.odds-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--cr-accent); animation: odds-pulse 2.4s ease-out infinite; }
@keyframes odds-pulse { 0% { box-shadow: 0 0 0 0 #a8dcf566; } 70%, 100% { box-shadow: 0 0 0 8px #a8dcf500; } }
.odds-board-head h3 { margin: 12px 0 0; color: var(--cr-ink); font: 850 clamp(28px, 3vw, 40px)/1 var(--cr-display); letter-spacing: -.03em; }
.odds-facts { display: flex; margin: 0; border: 1px solid var(--cr-line); border-radius: 10px; overflow: hidden; background: #070d13; }
.odds-facts div { padding: 11px 16px; border-right: 1px solid var(--cr-line); }
.odds-facts div:last-child { border-right: 0; }
.odds-facts dt { color: var(--cr-muted); font: 700 9px/1 var(--cr-mono); letter-spacing: .07em; text-transform: uppercase; }
.odds-facts dd { margin: 7px 0 0; color: var(--cr-ink); font: 800 18px/1 var(--cr-display); white-space: nowrap; }
.odds-spectrum { display: flex; gap: 3px; height: 16px; margin: 28px 0 0; }
.odds-spectrum i { flex: var(--n) 1 0; min-width: 5px; border-radius: 4px; background: var(--tone); transform: scaleX(0); transform-origin: left; transition: transform .9s cubic-bezier(.2,.8,.2,1) calc(var(--i) * 90ms); }
.odds-tiers { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.odds-tiers li { position: relative; display: grid; align-content: start; gap: 11px; padding: 17px 16px 15px; overflow: hidden; border: 1px solid var(--cr-line); border-radius: 12px; background: #0a121a; }
.odds-tiers li::before { content: ''; position: absolute; inset: 0 0 auto; height: 2px; background: var(--tone); }
.odds-tier-name { display: flex; align-items: center; gap: 9px; color: #e2eaf0; font: 700 13px/1 var(--cr-body); }
.odds-tier-name i { width: 8px; height: 8px; border-radius: 2px; background: var(--tone); transform: rotate(45deg); }
.odds-tier-pct { color: var(--tone); font: 850 clamp(34px, 3.3vw, 48px)/.95 var(--cr-display); letter-spacing: -.035em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.odds-tier-pct small { margin-left: 3px; font-size: .5em; letter-spacing: 0; opacity: .85; }
.odds-tier-bar { display: block; height: 4px; border-radius: 2px; background: #ffffff12; overflow: hidden; }
.odds-tier-bar span { display: block; width: calc(var(--share) * 1%); min-width: 3px; height: 100%; border-radius: 2px; background: var(--tone); transform: scaleX(0); transform-origin: left; transition: transform 1s cubic-bezier(.2,.8,.2,1) calc(var(--i) * 90ms + 150ms); }
.is-live .odds-spectrum i, .is-live .odds-tier-bar span { transform: none; }
.odds-tier-meta { display: grid; gap: 4px; color: var(--cr-muted); font: 11.5px/1.35 var(--cr-body); }
.odds-tier-meta b { color: #e2eaf0; }
.odds-board-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 28px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--cr-line); }
.odds-formula { max-width: 64ch; margin: 0; color: var(--cr-muted); font-size: 12.5px; line-height: 1.55; }
.odds-formula code { display: table; margin-top: 9px; padding: 7px 10px; border-radius: 6px; background: #0f1c27; color: var(--cr-accent); font: 700 12px/1.3 var(--cr-mono); }
.odds-board-foot .btn { min-height: 50px; gap: 12px; white-space: nowrap; }
.collector-home .pool-section > .footnote { margin-top: 18px; color: #7f8e9a; font-size: 11px; line-height: 1.6; max-width: 90ch; }
.preview-odds > div em { color: var(--tone, var(--cr-accent)); }
:root[data-motion="reduce"] :where(.odds-spectrum i, .odds-tier-bar span) { transform: none; transition: none; }
:root[data-motion="reduce"] .odds-live i { animation: none; }
.preview-odds { margin: 22px 0; padding: 18px; border: 1px solid var(--cr-line); border-radius: var(--cr-radius); background: #071019; }
.preview-odds > strong { display: block; margin-bottom: 12px; }
.preview-odds > div { display: grid; grid-template-columns: 1fr auto 64px; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--cr-line); font-size: 12px; }
.preview-odds em { color: var(--cr-accent); font: 700 11px var(--cr-mono); text-align: right; }
.preview-odds p { margin: 14px 0 0; color: var(--cr-muted); font-size: 11px; line-height: 1.55; }
.collector-home .last-call { padding: clamp(76px, 9vw, 120px) 5vw; border: 0; background: var(--cr-paper); color: #11181c; }
.collector-home .last-call h2 { font-size: clamp(50px, 7.5vw, 108px); line-height: .92; }
.collector-home .last-call h2 em { color: #52646e; font: inherit; }
.collector-home .last-call .btn { border-radius: 6px; background: #0b1319; color: #f3f6f7; }

/* Subpages enter through the same film, not unrelated generated art. */
.v1-route-band { width: var(--cr-shell); height: clamp(260px, 30vw, 380px); margin: 28px auto 0; position: relative; overflow: hidden; border: 1px solid var(--cr-line); border-radius: var(--cr-radius); background: var(--cr-surface); }
.v1-band-art { position: absolute; inset: 0; margin: 0; }
.v1-band-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.08) brightness(.62); }
.v1-band-detail { display: none; }
.v1-route-band::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #04080de8 0%, #04080da8 43%, transparent 78%); }
.v1-band-copy { position: absolute; z-index: 2; left: clamp(24px, 5vw, 64px); top: 50%; max-width: 570px; transform: translateY(-50%); }
.v1-band-copy > span { color: #b2c2cc; font: 700 9px/1.4 var(--cr-mono); letter-spacing: .1em; }
.v1-band-copy strong { display: block; max-width: none; margin: 18px 0 12px; color: var(--cr-ink); font: 850 clamp(36px, 4.4vw, 64px)/.93 var(--cr-display); letter-spacing: -.04em; }
.v1-band-copy p { max-width: 42ch; margin: 0; color: #c6d0d7; font-size: 13px; line-height: 1.55; }
.cardrip-v1 main:not(#main) { width: var(--cr-shell); max-width: none; margin-inline: auto; padding-top: 48px !important; padding-bottom: 96px !important; }
.cardrip-v1 .info-page { padding-top: 48px !important; }
.v1-route-band + main.info-page > .info-hero { display: none; }
.cardrip-v1 .info-hero { padding: 36px 0 64px; }
.cardrip-v1 :where(.info-hero h1, .accessibility-copy h1, .sec-head h1) { font-family: var(--cr-display); font-weight: 850; letter-spacing: -.04em; }
.cardrip-v1 :where(.panel, .card-box, .legal-doc, .pay-box, .modal, .vcard) { border: 1px solid var(--cr-line) !important; border-radius: var(--cr-radius) !important; background: var(--cr-surface) !important; box-shadow: none !important; }
.cardrip-v1 :where(.btn, .filter-btn, input, textarea, select) { border-radius: 6px !important; }
.cardrip-v1 .btn-brand { background: var(--cr-accent); color: var(--cr-accent-ink); }
.cardrip-v1 .btn-brand:hover { background: #d7f2ff; transform: translateY(-1px); }
.cardrip-v1 .btn-brand::after { content: none; }
.v1-reveal { opacity: 1; transform: translateY(14px); transition: transform .55s ease var(--reveal-delay, 0ms); }
.v1-reveal.is-visible { transform: none; }

/* Vault buyback flow: clearly secondary to ownership and shipping. */
.buyback-button { margin-top: 14px; width: 100%; }
.buyback-wait { display: block; margin-top: 12px; color: var(--cr-muted); font-size: 11px; line-height: 1.45; }
.buyback-state { display: grid; gap: 8px; margin-top: 14px; padding: 12px; border: 1px solid var(--cr-line); border-radius: 6px; background: #071019; }
.buyback-state > span { color: var(--cr-muted); font: 700 9px var(--cr-mono); text-transform: uppercase; }
.buyback-state > strong { color: var(--cr-accent); }
.buyback-state > div { display: flex; gap: 8px; }
.buyback-dialog { width: min(620px, calc(100vw - 32px)); padding: 0; border: 1px solid var(--cr-line-strong); border-radius: 10px; background: var(--cr-surface); color: var(--cr-ink); }
.buyback-dialog::backdrop { background: #010408e6; backdrop-filter: blur(12px); }
.buyback-form { display: grid; gap: 20px; padding: clamp(24px, 5vw, 48px); }
.buyback-form h2 { margin: 0; font: 800 clamp(28px, 5vw, 42px)/1.03 var(--cr-display); letter-spacing: -.03em; }
.buyback-form > p { margin: 0; color: var(--cr-muted); line-height: 1.65; }
.buyback-consent { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 1px solid var(--cr-line); border-radius: 6px; color: #cbd4da; font-size: 12px; line-height: 1.5; }
.buyback-actions { display: flex; justify-content: flex-end; gap: 10px; }

/* Local demo lab: the full buyback state machine without real logistics. */
.demo-lab { display: grid; grid-template-columns: minmax(280px,.82fr) minmax(420px,1.18fr); gap: clamp(30px,6vw,82px); align-items: end; margin: 34px 0 80px; padding: clamp(28px,5vw,58px); border: 1px solid #4e7390; border-radius: 10px; background: radial-gradient(circle at 10% 10%,#14314b 0,transparent 38%),#071019; box-shadow: 0 30px 80px #0005; }
.demo-lab-copy h2 { margin: 16px 0; font: 850 clamp(38px,5vw,68px)/.92 var(--cr-display); letter-spacing: -.045em; }
.demo-lab-copy h2 em { color: var(--cr-accent); font: inherit; }
.demo-lab-copy > p { max-width: 52ch; color: #afbdc8; font-size: 13px; line-height: 1.65; }
.demo-lab-copy > .btn,
.demo-lab-copy > .demo-next,
.demo-lab-copy > .demo-complete { display: inline-flex; margin-top: 12px; }
.demo-lab-copy > small { display: block; margin-top: 16px; color: #778b99; font: 9px/1.5 var(--cr-mono); }
.demo-next { color: var(--cr-accent); font-size: 12px; line-height: 1.5; }
.demo-complete { color: #91efbd; }
.demo-track { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.demo-track li { position: relative; min-width: 0; padding-top: 32px; border-top: 1px solid var(--cr-line-strong); color: #71828f; }
.demo-track li::before { content: ''; position: absolute; left: 0; top: -5px; width: 9px; height: 9px; border: 1px solid var(--cr-line-strong); border-radius: 50%; background: #071019; }
.demo-track li.done { border-color: var(--cr-accent); color: #d6e7f0; }
.demo-track li.done::before { border-color: var(--cr-accent); background: var(--cr-accent); box-shadow: 0 0 18px #a8dcf570; }
.demo-track span { display: block; margin-bottom: 8px; color: inherit; font: 700 8px var(--cr-mono); }
.demo-track b { display: block; max-width: 10ch; font-size: 10px; line-height: 1.4; }

/* Standalone operating manual. */
.manual-page { display: block; }
.manual-intro { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(290px,.65fr); gap: clamp(40px,8vw,110px); align-items: end; padding: 40px 0 88px; border-bottom: 1px solid var(--cr-line); }
.manual-intro h1 { max-width: 10ch; margin: 18px 0; font: 850 clamp(54px,7vw,98px)/.9 var(--cr-display); letter-spacing: -.05em; }
.manual-intro h1 em { color: #b6d4e3; font: inherit; }
.manual-intro p { max-width: 58ch; margin: 0; color: var(--cr-muted); line-height: 1.7; }
.manual-status { padding: 24px; border: 1px solid var(--cr-line-strong); border-radius: 8px; background: #08121b; }
.manual-status > span { color: var(--cr-accent); font: 700 9px var(--cr-mono); letter-spacing: .1em; }
.manual-status > strong { display: block; margin: 12px 0 22px; font: 800 32px var(--cr-display); }
.manual-status dl { display: grid; gap: 0; margin: 0 0 22px; }
.manual-status dl div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid var(--cr-line); font-size: 11px; }
.manual-status dt { color: var(--cr-muted); }.manual-status dd { margin: 0; color: var(--cr-ink); }
.manual-layout { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: clamp(38px,7vw,96px); padding-top: 60px; }
.manual-index { position: sticky; top: 102px; align-self: start; display: grid; }
.manual-index > span { margin-bottom: 15px; color: var(--cr-accent); font: 700 8px var(--cr-mono); letter-spacing: .12em; }
.manual-index a { padding: 11px 0; border-top: 1px solid var(--cr-line); color: var(--cr-muted); font-size: 11px; }
.manual-index a:hover { color: var(--cr-ink); }
.manual-content { min-width: 0; }
.manual-section { padding: 0 0 88px; margin-bottom: 88px; border-bottom: 1px solid var(--cr-line); scroll-margin-top: 100px; }
.manual-section:last-child { border-bottom: 0; }
.manual-number { color: var(--cr-accent); font: 700 8px var(--cr-mono); letter-spacing: .12em; }
.manual-section > h2 { max-width: 16ch; margin: 16px 0 34px; font: 820 clamp(36px,4.8vw,62px)/.98 var(--cr-display); letter-spacing: -.04em; }
.manual-section > p { max-width: 72ch; color: var(--cr-muted); line-height: 1.7; }
.manual-jumps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 34px; padding: 1px; background: var(--cr-line); }
.manual-jumps a { min-height: 110px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; background: var(--cr-surface); color: var(--cr-ink); }
.manual-jumps a:hover { background: var(--cr-surface-raised); }
.manual-jumps b { font-size: 17px; }.manual-jumps span { color: var(--cr-muted); font-size: 10px; }
.manual-steps { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--cr-line); }
.manual-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--cr-line); }
.manual-steps li > span { color: var(--cr-accent); font: italic 24px Georgia,serif; }
.manual-steps b { font-size: 15px; }.manual-steps p { max-width: 68ch; margin: 6px 0 0; color: var(--cr-muted); font-size: 12px; line-height: 1.65; }
.manual-steps.accent { padding: 0 20px; border: 1px solid #35536a; border-radius: 8px; background: #071019; }
.manual-flow { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-block: 1px solid var(--cr-line); }
.manual-flow article { min-width: 0; padding: 22px 15px; border-right: 1px solid var(--cr-line); }
.manual-flow article:last-child { border-right: 0; }
.manual-flow i { color: var(--cr-accent); font: italic 22px Georgia,serif; }.manual-flow b { display: block; margin: 18px 0 8px; }
.manual-flow p { min-height: 72px; color: var(--cr-muted); font-size: 11px; line-height: 1.55; }.manual-flow a,.manual-flow span { color: #cbe4f0; font: 700 8px var(--cr-mono); }
.manual-note { margin-top: 28px; padding: 20px; border-left: 3px solid var(--cr-accent); background: var(--cr-surface); }.manual-note p { margin: 7px 0 0; color: var(--cr-muted); line-height: 1.65; }
.route-ledger { display: grid; border-top: 1px solid var(--cr-line); }
.route-ledger a { display: grid; grid-template-columns: 130px 150px 1fr; gap: 18px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--cr-line); color: var(--cr-ink); }
.route-ledger span { color: var(--cr-accent); font: 8px var(--cr-mono); }.route-ledger p { margin: 0; color: var(--cr-muted); font-size: 11px; line-height: 1.5; }
.manual-section pre { max-width: 100%; overflow: auto; margin: 24px 0; padding: 18px; border: 1px solid var(--cr-line); border-radius: 6px; background: #03070b; color: #cceafa; }
.manual-section code { font: 11px/1.6 var(--cr-mono); }
.ops-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 30px; padding: 1px; background: var(--cr-line); }
.ops-grid article { padding: 22px; background: var(--cr-surface); }.ops-grid p { color: var(--cr-muted); font-size: 12px; line-height: 1.6; }
.capability-table { border: 1px solid var(--cr-line); }
.capability-table > div { display: grid; grid-template-columns: 1fr 110px 1.8fr; gap: 18px; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--cr-line); }
.capability-table > div:last-child { border-bottom: 0; }.capability-table .head { background: #071019; color: var(--cr-muted); font: 700 8px var(--cr-mono); }
.capability-table p { margin: 0; color: var(--cr-muted); font-size: 11px; }.capability-table strong { font: 700 8px var(--cr-mono); }
.capability-table .ready { color: #85e6b0; }.capability-table .demo { color: var(--cr-accent); }.capability-table .blocked { color: var(--cr-danger); }
.manual-checks { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--cr-line); }
.manual-checks li { position: relative; padding: 16px 0 16px 30px; border-bottom: 1px solid var(--cr-line); color: #c4ced5; line-height: 1.55; }
.manual-checks li::before { content: '□'; position: absolute; left: 0; color: var(--cr-accent); }
.manual-warning { display: grid; grid-template-columns: 70px 1fr; gap: 20px; margin-top: 28px; padding: 20px; border: 1px solid #7d343b; background: #241014; }.manual-warning span { color: var(--cr-danger); font: 800 22px var(--cr-display); }.manual-warning p { margin: 0; color: #e8c8cb; line-height: 1.6; }

.cardrip-v1 footer { border-top: 1px solid var(--cr-line); background: #030508 !important; }
.v1-release-signal { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid var(--cr-line); color: var(--cr-muted); font: 9px/1.5 var(--cr-mono); }

:root[data-motion="reduce"] .opening-journey,
:root[data-motion="reduce"] .second-opening { height: auto !important; }
:root[data-motion="reduce"] .opening-sticky { position: relative !important; top: 0 !important; }
:root[data-motion="reduce"] .cinema-canvas { display: none; }
:root[data-motion="reduce"] .collector-home :where(.hero-copy, .second-copy) { opacity: 1 !important; visibility: visible !important; }
:root[data-motion="reduce"] .v1-reveal { transform: none; transition: none; }

@media (max-width: 960px) {
  :root { --cr-shell: min(92vw, calc(100vw - 40px)); }
  :root { --cr-topbar: 66px; }
  /* A live blur behind the bar costs phone GPUs every frame; the bar is near-opaque anyway. */
  .cardrip-v1 .topbar { background: #05080c; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .cardrip-v1 .topbar-inner { padding-inline: 4vw; gap: 10px; }
  :root[data-motion="cinema"] .collector-home .opening-journey { height: 265svh; }
  :root[data-motion="cinema"] .collector-home .second-opening { height: 235svh; }
  .collector-home .hero-copy,
  .collector-home .second-copy { width: min(600px, 76vw); }
  .collector-home .hero-copy h1,
  .collector-home .second-copy h2 { font-size: clamp(46px, min(11vw, 11.5svh), 92px); }
  .collector-home .collector-drops { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .odds-tiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .odds-tiers li { grid-template-columns: 1fr auto; grid-template-areas: "name pct" "bar bar" "meta meta"; align-items: center; gap: 10px 12px; }
  .odds-tiers li:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .odds-tier-name { grid-area: name; } .odds-tier-pct { grid-area: pct; text-align: right; } .odds-tier-bar { grid-area: bar; }
  .odds-tier-meta { grid-area: meta; display: flex; justify-content: space-between; gap: 12px; }
  .collector-home .memory-layout { grid-template-columns: 1fr; }
  .motion-control { min-width: 76px; padding-inline: 9px; }
  .v1-release-signal { flex-direction: column; gap: 4px; }
  .demo-lab { grid-template-columns: 1fr; align-items: start; }
  .manual-layout { grid-template-columns: 1fr; }
  .manual-index { position: static; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; padding: 1px; background: var(--cr-line); }
  .manual-index > span { grid-column: 1/-1; margin: 0; padding: 12px; background: var(--cr-bg); }
  .manual-index a { padding: 12px; border: 0; background: var(--cr-surface); }
  .manual-flow { grid-template-columns: repeat(2,1fr); }.manual-flow article { border-bottom: 1px solid var(--cr-line); }
}

/* The previously missed narrow-desktop / large-phone band. */
@media (max-width: 640px) {
  :root { --cr-shell: calc(100vw - 32px); --cr-space-5: 56px; --cr-space-6: 80px; }
  .cardrip-v1 .logo .word { font-size: 19px; }
  .cardrip-v1 .preview-chip { display: none !important; }
  .motion-control { width: 38px; min-width: 38px; padding: 0; }
  .motion-control span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  :root[data-motion="cinema"] .collector-home .opening-journey { height: 255svh; }
  :root[data-motion="cinema"] .collector-home .second-opening { height: 225svh; }
  .collector-home .hero-topline > span:last-child,
  .collector-home .film-label { display: none; }
  .collector-home .hero-copy,
  .collector-home .second-copy { left: 16px; top: 47%; width: calc(100vw - 32px); max-width: none; }
  .collector-home .hero-copy h1,
  .collector-home .second-copy h2 { margin-top: 15px; font-size: clamp(48px, 15.5vw, 70px); line-height: .92; }
  .collector-home .handwritten { margin: 8px 0 16px; font-size: 20px; }
  .collector-home .hero-description { margin-bottom: 16px; font-size: 13px; }
  .collector-home .hero-actions { display: grid; grid-template-columns: 1fr; width: min(340px, 100%); gap: 8px; }
  .collector-home .hero-actions .btn,
  .collector-home .hero-actions .text-action { min-height: 48px; justify-content: space-between; width: 100%; padding-inline: 14px; font-size: 11px; }
  .collector-home .hero-fineprint { max-width: min(340px, 100%); font-size: 9px; }
  .collector-home .hero-bottom { left: 16px; right: 16px; bottom: 12px; }
  .collector-home .hero-bottom .scroll-cue { font-size: 8px; }
  .film-chapters { left: 16px; bottom: 70px; width: calc(100vw - 32px); }
  .odds-switch { margin-inline: -16px; padding-inline: 16px; scroll-padding-inline: 16px; }
  .odds-board { margin-inline: -4px; padding: 20px 16px 18px; border-radius: 14px; }
  .odds-board-head { gap: 16px; }
  .odds-board-head > div, .odds-facts { width: 100%; }
  .odds-facts div { flex: 1; padding: 10px 12px; }
  .odds-facts dd { font-size: 16px; }
  .odds-spectrum { height: 14px; margin-top: 22px; }
  .odds-tiers { grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }
  .odds-tiers li:last-child:nth-child(odd) { grid-column: auto; }
  .odds-tiers li { padding: 14px 14px 13px; }
  .odds-tier-pct { font-size: 36px; }
  .odds-tier-meta { font-size: 11px; }
  .odds-board-foot .btn { width: 100%; justify-content: space-between; }
  .film-chapters b { font-size: clamp(28px, 8.6vw, 38px); }
  .collector-home .memory-strip { justify-content: flex-start; overflow: hidden; padding-inline: 16px; white-space: nowrap; }
  .collector-home .memory-strip > span:last-of-type,
  .collector-home .memory-strip > i:last-child { display: none; }
  .collector-home .evidence-manifest,
  .collector-home .drops-section,
  .collector-home .pool-section { padding-block: 70px !important; }
  .collector-home .manifest-grid { display: block; }
  .collector-home .manifest-grid article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--cr-line); }
  .collector-home .manifest-grid article:last-child { border-bottom: 0; }
  .collector-home .collection-heading { gap: 18px; }
  .collector-home .collector-drops { width: 100vw; margin-left: calc(50% - 50vw); padding: 2px 16px 22px; box-sizing: border-box; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(278px, 84vw); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 16px; scrollbar-width: thin; scrollbar-color: var(--cr-line-strong) transparent; }
  .collector-home .collector-drops::-webkit-scrollbar { height: 5px; }
  .collector-home .collector-drops::-webkit-scrollbar-thumb { border-radius: 99px; background: var(--cr-line-strong); }
  .collector-home .pack-art { aspect-ratio: 4/5; }
  .collector-home .collector-drops .pack:hover { transform: none; }
  .collector-home .art-preview span { opacity: 1; transform: none; }
  .collector-home .memory-section { padding-block: 70px; }
  .collector-home .memory-copy h2 { font-size: 48px; }
  .v1-route-band { width: var(--cr-shell); height: 290px; margin-top: 16px; }
  .v1-band-copy { left: 22px; right: 22px; max-width: none; }
  .v1-band-copy strong { font-size: clamp(36px, 12vw, 52px); }
  .v1-band-copy p { font-size: 11px; }
  .cardrip-v1 main:not(#main) { width: var(--cr-shell); padding-top: 30px !important; }
  .buyback-actions { flex-direction: column-reverse; }
  .buyback-actions .btn { width: 100%; }
  .demo-lab { margin-bottom: 60px; padding: 24px 18px; }
  .demo-track { grid-template-columns: 1fr; }
  .demo-track li { padding: 13px 0 13px 38px; border-top: 0; border-left: 1px solid var(--cr-line-strong); }
  .demo-track li::before { left: -5px; top: 18px; }.demo-track span { display: inline; margin-right: 8px; }.demo-track b { display: inline; max-width: none; }
  .manual-intro { grid-template-columns: 1fr; padding-bottom: 58px; }
  .manual-intro h1 { font-size: clamp(48px,14vw,68px); }
  .manual-layout { padding-top: 34px; }.manual-index { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .manual-section { padding-bottom: 60px; margin-bottom: 60px; }.manual-jumps,.ops-grid { grid-template-columns: 1fr; }
  .manual-flow { display: grid; grid-template-columns: 1fr; }.manual-flow article { border-right: 0; }.manual-flow p { min-height: 0; }
  .route-ledger a { grid-template-columns: 1fr; gap: 7px; }.capability-table > div { grid-template-columns: 1fr auto; }.capability-table > div p { grid-column: 1/-1; }.capability-table .head { display: none; }
}

/* Short desktop windows: keep the headline inside the frame instead of under the topbar. */
@media (max-height: 720px) and (min-width: 641px) {
  .collector-home .handwritten,
  .collector-home .hero-fineprint { display: none; }
  .collector-home .hero-copy h1,
  .collector-home .second-copy h2 { margin-top: 14px; }
  .collector-home .hero-description,
  .collector-home .second-copy p { margin-block: 14px 16px; }
}
@media (max-height: 540px) and (min-width: 641px) {
  .collector-home .hero-description,
  .collector-home .second-copy p,
  .collector-home .hero-topline,
  .collector-home .film-label { display: none; }
  .collector-home .hero-copy h1 { margin-bottom: 22px; }
  .film-chapters { bottom: 72px; }
}

@media (max-width: 380px) {
  .odds-facts div { padding: 9px 8px; }
  .odds-facts dd { font-size: 14px; }
  .odds-tier-pct { font-size: 32px; }
}

@media (max-height: 670px) and (max-width: 760px) {
  .collector-home .hero-copy { top: 44%; }
  .collector-home .hero-copy h1 { font-size: 46px; }
  .collector-home .handwritten { display: none; }
  .collector-home .hero-description { line-height: 1.4; }
  .collector-home .hero-fineprint { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="cinema"]) .v1-reveal { transform: none; transition: none; }
}

/* Pack-opening theatre. Mobile first: one column, everything essential above the fold,
   no tap highlight, no focus boxes on touch, text not selectable while tapping. */
.cardrip-v1 .rip-back { padding: 0; overflow-y: auto; overscroll-behavior: contain; background: #03070b; -webkit-tap-highlight-color: transparent; }
.cardrip-v1 .rip-back.on { display: block; }
.cardrip-v1 #ripInner.rip-theater {
  --tier-core: #8fa4b5; --tier-rare: #7fd0f2; --tier-chase: #a996ff; --tier-grail: #f0c56f; --tier-super: #ff8d9e;
  position: relative; width: 100%; max-width: none; min-height: 100svh; display: flex; flex-direction: column;
  padding: 0 20px calc(26px + env(safe-area-inset-bottom)); overflow: hidden; color: var(--cr-ink); text-align: left; isolation: isolate;
  background: radial-gradient(120% 70% at 50% 32%, #10263a 0%, #06101a 46%, #03070b 82%);
  -webkit-user-select: none; user-select: none; -webkit-touch-callout: none;
}
.cardrip-v1 #ripInner.rip-theater:focus { outline: none; }
.rip-theater button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.rip-bar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; margin: 0 -20px; padding: calc(8px + env(safe-area-inset-top)) 14px 8px 20px; background: linear-gradient(#03070bf0 55%, #03070b00); }
.rip-bar-label { min-width: 0; overflow: hidden; color: #9fb4c2; font: 700 10px/1.3 var(--cr-mono); letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.rip-exit { flex: 0 0 auto; min-height: 44px; padding: 0 18px; border: 1px solid var(--cr-line-strong); border-radius: 999px; background: #07101ad9; color: #e4eef4; font: 600 13px/1 var(--cr-body); cursor: pointer; }
.rip-exit:focus-visible { outline: 3px solid var(--cr-accent); outline-offset: 2px; }
@media (hover: hover) { .rip-exit:hover { border-color: var(--cr-accent); } }
.rip-atmosphere { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.rip-atmosphere::before { content: ''; position: absolute; inset: -30%; background: conic-gradient(from 40deg, transparent, #57c7ff0b, transparent 30%, #cbb3ff0a, transparent 70%); animation: theatre-drift 18s linear infinite; }

/* Sealed and tearing */
.rip-stage { position: relative; flex: 1 0 auto; min-height: min(56svh, 540px); display: grid; place-items: center; perspective: 1400px; }
.rip-aura { position: absolute; width: min(88vw, 520px); aspect-ratio: 1; border-radius: 50%; border: 1px solid #8dd8ff1c; background: radial-gradient(closest-side, #4fb6ea1c, transparent 72%); pointer-events: none; }
.rip-pack-proper { position: relative; z-index: 4; width: min(56vw, 280px); aspect-ratio: 3/4; padding: 0; border: 0; outline: none; background: transparent; color: #eef8ff; transform-style: preserve-3d; transform: rotateY(-8deg) rotateX(3deg); filter: drop-shadow(0 34px 38px #000c); transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .45s; cursor: pointer; }
.rip-pack-proper:active { transform: rotateY(0) scale(.97); }
@media (hover: hover) { .rip-pack-proper:hover { transform: rotateY(4deg) rotateX(-2deg) translateY(-10px) scale(1.02); filter: drop-shadow(0 50px 65px #35baff3d); } }
.rip-pack-proper:focus-visible .pack-hand { box-shadow: 0 0 0 3px #03070b, 0 0 0 6px var(--cr-accent); }
.pack-face { position: absolute; inset: 0; background: var(--opening-pack) center/contain no-repeat; border: 1px solid #9fdfff55; clip-path: polygon(3% 0, 97% 0, 100% 96%, 94% 100%, 6% 100%, 0 96%); }
.pack-face::after { content: ''; position: absolute; inset: 0; background: linear-gradient(108deg, transparent 18%, #fff5 31%, transparent 42%, transparent 62%, #7edcff40 71%, transparent 80%); background-size: 260% 100%; animation: foil-sweep 3.6s ease-in-out infinite; mix-blend-mode: screen; }
.pack-depth { position: absolute; inset: 3% -8% -3% 7%; background: #07121c; transform: translateZ(-28px); filter: blur(7px); opacity: .9; }
.pack-seal { position: absolute; z-index: 5; left: -5%; right: -5%; top: 8%; height: 36px; display: flex; align-items: center; justify-content: center; border-block: 1px solid #d8f4ff87; background: linear-gradient(90deg, #06121b, #b7d9e7, #152e3e, #e9f9ff, #07131e); color: #071018; box-shadow: 0 0 22px #8cdcff55; overflow: hidden; }
.pack-seal i { position: absolute; inset: 0; background: repeating-linear-gradient(115deg, transparent 0 7px, #fff5 8px 9px); opacity: .45; }
.pack-seal b { position: relative; font: 900 9px var(--cr-mono); letter-spacing: .16em; }
.pack-hand { position: absolute; z-index: 6; right: -22px; top: 6.5%; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #b9ebff; border-radius: 50%; background: #05111be8; font-size: 18px; box-shadow: 0 0 25px #67cfff42; animation: pull-cue 1.7s ease-in-out infinite; }
.foil-left, .foil-right { position: absolute; z-index: 3; width: clamp(102px, 14vw, 150px); aspect-ratio: 3/4; opacity: 0; pointer-events: none; background: var(--opening-pack) left/200% 100% no-repeat; }
.foil-right { background-position: right; }
.rip-flare { position: absolute; z-index: 2; width: 4px; height: 4px; border-radius: 50%; background: #fff; opacity: 0; box-shadow: 0 0 30px 10px #fff, 0 0 110px 65px #6bcfff, 0 0 260px 150px #397de899; pointer-events: none; }
.rip-instruction { position: relative; z-index: 4; padding: 6px 0 10px; text-align: center; }
.rip-step { display: inline-block; color: var(--cr-accent); font: 700 10px/1 var(--cr-mono); letter-spacing: .1em; text-transform: uppercase; }
.cardrip-v1 .rip-instruction h3 { margin: 12px 0 10px; color: var(--cr-ink); font: 850 clamp(38px, 11vw, 64px)/.92 var(--cr-display); letter-spacing: -.04em; }
.cardrip-v1 .rip-instruction p { max-width: 32ch; margin: 0 auto; color: #a9bac6; font-size: 14px; line-height: 1.55; }
.rip-theater[data-stage="tearing"] .rip-pack-proper { animation: pack-tension 1.35s cubic-bezier(.2,.75,.2,1) forwards; cursor: default; }
.rip-theater[data-stage="tearing"] .pack-seal { animation: tear-strip 1.05s cubic-bezier(.65,0,.25,1) .12s forwards; }
.rip-theater[data-stage="tearing"] .pack-hand { animation: hand-pull .9s ease forwards; }
.rip-theater[data-stage="tearing"] .rip-aura { animation: aura-charge 1.4s ease forwards; }
.rip-theater[data-stage="burst"] .rip-pack-proper { opacity: 0; transform: translateY(90px) rotateX(24deg) scale(.7); transition: .55s ease; }
.rip-theater[data-stage="burst"] .foil-left, .rip-theater[data-stage="burst"] .foil-right { opacity: 1; animation: foil-left-out 1s cubic-bezier(.15,.75,.25,1) forwards; }
.rip-theater[data-stage="burst"] .foil-right { animation-name: foil-right-out; }
.rip-theater[data-stage="burst"] .rip-flare { animation: opening-flare 1.05s ease forwards; }
.foil-particle { position: absolute; z-index: 8; width: 5px; height: 16px; left: 50%; top: 47%; background: hsl(calc(188 + var(--i) * 5) 82% 78%); box-shadow: 0 0 8px currentColor; animation: particle-out .9s cubic-bezier(.1,.65,.2,1) forwards; animation-delay: calc(var(--i) * 7ms); pointer-events: none; }

/* Reveal: same language as the site – tier colours from the odds board, calm type, clear choices. */
.cardrip-v1 #ripInner.rip-theater[data-stage="revealed"] { display: flex; flex-direction: column; align-items: stretch; }
.reveal-layout { flex: 1 0 auto; width: min(1120px, 100%); margin: 0 auto; display: grid; align-content: start; }
.reveal-stage { position: relative; display: grid; place-items: center; padding: 6px 0 16px; perspective: 1400px; }
.reveal-glow { position: absolute; width: min(96vw, 560px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(closest-side, color-mix(in srgb, var(--tone) 30%, transparent), transparent 72%); pointer-events: none; animation: reveal-glow 1.8s ease both; }
.reveal-card { position: relative; z-index: 2; width: min(58vw, 300px, calc(38svh * .75)); aspect-ratio: 3/4; transform-style: preserve-3d; animation: card-rise-flip 1.1s cubic-bezier(.15,.72,.2,1) both; filter: drop-shadow(0 30px 40px #000b); }
.reveal-card-front, .reveal-card-back { position: absolute; inset: 0; overflow: hidden; border-radius: 14px; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.reveal-card-front { border: 1px solid color-mix(in srgb, var(--tone) 60%, #ffffff1f); background: linear-gradient(160deg, #122235, #070d14 70%); }
.reveal-card-front::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, #ffffff2e 45%, transparent 60%); transform: translateX(-130%); animation: card-sheen 1.3s ease 1s both; pointer-events: none; }
.reveal-card-back { display: grid; place-items: center; border: 1px solid #a8ddf055; background: radial-gradient(circle at 50% 40%, #18344c, #06101a 70%); transform: rotateY(180deg); }
.reveal-card-back span, .reveal-ghost-mark { color: #eef8ff; font: 900 30px/1 var(--cr-display); letter-spacing: -.04em; }
.reveal-card-back span i, .reveal-ghost-mark i { color: var(--cr-accent); }
.reveal-card-front > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reveal-ghost { position: absolute; inset: 9px; display: flex; flex-direction: column; justify-content: space-between; padding: 14px 13px; border: 1px solid color-mix(in srgb, var(--tone) 40%, transparent); border-radius: 9px; background: radial-gradient(120% 70% at 50% 0%, color-mix(in srgb, var(--tone) 24%, transparent), transparent 62%), linear-gradient(180deg, #0d1b29, #08111a); }
.reveal-ghost-tier { align-self: flex-start; padding: 5px 9px; border-radius: 999px; background: color-mix(in srgb, var(--tone) 22%, #06101a); color: var(--tone); font: 700 11px/1 var(--cr-body); }
.reveal-ghost-mark { align-self: center; font-size: 26px; opacity: .92; }
.reveal-ghost-name { display: block; color: #f2f7fa; font: 800 clamp(16px, 4.6vw, 21px)/1.1 var(--cr-display); letter-spacing: -.02em; }
.reveal-ghost-note { display: block; margin-top: 5px; color: #8ea3b1; font: 11px/1.3 var(--cr-body); }
.reveal-copy { position: relative; z-index: 3; text-align: center; }
.reveal-tier { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid color-mix(in srgb, var(--tone) 50%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--tone) 12%, #06101a); color: var(--tone); font: 700 12px/1 var(--cr-body); }
.reveal-tier i { width: 8px; height: 8px; border-radius: 2px; background: var(--tone); transform: rotate(45deg); }
.cardrip-v1 .reveal-copy h3 { margin: 12px 0 4px; color: var(--cr-ink); font: 850 clamp(30px, 8.6vw, 64px)/1 var(--cr-display); letter-spacing: -.035em; }
.cardrip-v1 .reveal-copy h3:focus { outline: none; }
.reveal-drop { margin: 0 0 18px; color: var(--cr-muted); font-size: 14px; }
.reveal-decision { display: grid; gap: 10px; text-align: left; }
.reveal-question { margin: 0 0 2px; color: #cfdae2; font-size: 14px; font-weight: 600; }
.reveal-choice { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; min-height: 64px; padding: 12px 16px; border: 1px solid var(--cr-line-strong); border-radius: 14px; background: #0a1520; color: var(--cr-ink); text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .15s ease; }
.reveal-choice b { display: block; font: 700 16px/1.2 var(--cr-body); }
.reveal-choice small { display: block; margin-top: 4px; color: var(--cr-muted); font: 12.5px/1.35 var(--cr-body); }
.reveal-choice > i { font-size: 20px; font-style: normal; }
.reveal-choice strong { color: var(--cr-ink); font: 850 24px/1 var(--cr-display); white-space: nowrap; }
.reveal-choice.is-primary { border-color: var(--cr-accent); background: var(--cr-accent); color: var(--cr-accent-ink); }
.reveal-choice.is-primary small { color: #1f3b4c; }
.reveal-choice:active { transform: scale(.985); }
.reveal-choice:focus-visible { outline: 3px solid var(--cr-accent); outline-offset: 3px; }
.reveal-choice[disabled] { opacity: .6; cursor: progress; }
@media (hover: hover) { .reveal-choice:hover { border-color: var(--cr-accent); } .reveal-choice.is-primary:hover { background: #d4f0ff; } }
.reveal-note { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 0; color: #9fb0bd; font-size: 12.5px; line-height: 1.5; }
.reveal-note i { flex: 0 0 18px; height: 18px; display: grid; place-items: center; border: 1px solid #6f8797; border-radius: 50%; color: #cfdae2; font: 700 11px/1 var(--cr-body); font-style: normal; }
.draw-proof { margin: 18px 0 6px; border: 1px solid var(--cr-line); border-radius: 14px; background: #070e15; text-align: left; -webkit-user-select: text; user-select: text; }
.draw-proof summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 16px; color: #dce8ef; font: 600 14px/1.2 var(--cr-body); list-style: none; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.draw-proof summary::-webkit-details-marker { display: none; }
.draw-proof summary::after { content: '+'; color: var(--cr-accent); font: 400 22px/1 var(--cr-body); }
.draw-proof[open] summary::after { content: '−'; }
.draw-proof summary:focus-visible { outline: 3px solid var(--cr-accent); outline-offset: -3px; border-radius: 14px; }
.draw-proof > p { margin: 0 16px 12px; color: var(--cr-muted); font-size: 13px; line-height: 1.55; }
.draw-proof dl { display: grid; margin: 0 16px 14px; }
.draw-proof dl > div { display: grid; gap: 3px; padding: 10px 0; border-top: 1px solid var(--cr-line); }
.draw-proof dt { color: var(--cr-muted); font: 600 11px/1.3 var(--cr-body); }
.draw-proof dd { margin: 0; color: #cfe3ee; font: 12px/1.45 var(--cr-mono); overflow-wrap: anywhere; }
.decision-done { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px 14px; padding: 16px; border: 1px solid color-mix(in srgb, var(--cr-accent) 45%, var(--cr-line)); border-radius: 14px; background: #0a1a26; animation: done-in .4s ease both; }
.decision-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--cr-accent); color: var(--cr-accent-ink); font: 800 18px/1 var(--cr-body); }
.decision-done b { display: block; color: var(--cr-ink); font: 800 19px/1.2 var(--cr-display); }
.decision-done p { margin: 4px 0 0; color: #b6c6d1; font-size: 13.5px; line-height: 1.5; }
.decision-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.decision-actions .btn { min-height: 48px; justify-content: center; gap: 8px; }
.opening-ticket { display: block; box-sizing: border-box; text-decoration: none; color: inherit; }
@keyframes theatre-drift { to { transform: rotate(360deg); } }
@keyframes foil-sweep { 0%, 28% { background-position: 120% 0; } 62%, 100% { background-position: -120% 0; } }
@keyframes pull-cue { 0%, 100% { transform: translate(0); } 50% { transform: translate(9px, -2px); } }
@keyframes pack-tension { 0% { transform: rotateY(-8deg) rotateX(3deg); } 30% { transform: rotateY(6deg) rotateZ(-1deg) scale(1.035); } 55% { transform: rotateY(-4deg) rotateZ(1deg) scale(1.045); } 100% { transform: rotateY(0) scale(1.02); } }
@keyframes tear-strip { 0% { transform: translateX(0); } 45% { transform: translateX(16%) rotate(1deg); } 100% { transform: translate(125%, -35px) rotate(12deg); opacity: 0; } }
@keyframes hand-pull { to { transform: translate(150px, -36px) rotate(18deg); opacity: 0; } }
@keyframes aura-charge { 50% { transform: scale(1.12); box-shadow: 0 0 160px #5bc8ff44; } 100% { transform: scale(.82); opacity: .3; } }
@keyframes foil-left-out { from { transform: translateX(0) rotate(0); } to { transform: translate(-230px, -85px) rotate(-28deg); opacity: 0; } }
@keyframes foil-right-out { from { transform: translateX(0) rotate(0); } to { transform: translate(230px, -85px) rotate(28deg); opacity: 0; } }
@keyframes opening-flare { 0% { opacity: 0; transform: scale(.1); } 35% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(2.6); } }
@keyframes particle-out { to { transform: translate(var(--x), calc(-120px - var(--i) * 3px)) rotate(calc(var(--i) * 47deg)); opacity: 0; } }
@keyframes card-rise-flip { 0% { opacity: 0; transform: translateY(140px) rotateY(-180deg) scale(.72); } 38% { opacity: 1; transform: translateY(-16px) rotateY(-80deg) scale(1.04); } 100% { transform: translateY(0) rotateY(0) scale(1); } }
@keyframes card-sheen { to { transform: translateX(130%); } }
@keyframes reveal-glow { from { opacity: 0; transform: scale(.6); } to { opacity: 1; transform: none; } }
@keyframes done-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (min-width: 761px) {
  .cardrip-v1 #ripInner.rip-theater { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); grid-template-rows: auto 1fr; align-items: center; column-gap: 6vw; padding: 0 clamp(24px, 6vw, 110px) 40px; }
  .rip-bar { grid-column: 1 / -1; margin: 0 calc(-1 * clamp(24px, 6vw, 110px)); padding-inline: clamp(24px, 6vw, 110px); }
  .rip-stage { min-height: min(74svh, 720px); }
  .rip-pack-proper { width: clamp(220px, 24vw, 300px); }
  .rip-instruction { text-align: left; }
  .cardrip-v1 .rip-instruction p { margin: 0; }
  .cardrip-v1 .rip-instruction h3 { font-size: clamp(56px, 6.5vw, 100px); }
  .reveal-layout { grid-template-columns: minmax(300px, .95fr) minmax(340px, 1.05fr); align-content: center; align-items: center; gap: clamp(32px, 6vw, 96px); min-height: calc(100svh - 110px); padding-bottom: 32px; }
  .reveal-card { width: min(340px, calc(60svh * .75)); }
  .reveal-copy { max-width: 520px; text-align: left; }
  .cardrip-v1 .reveal-copy h3 { font-size: clamp(44px, 5vw, 72px); }
}
@media (max-height: 680px) and (min-width: 761px) { .rip-stage { min-height: 480px; } .rip-pack-proper { width: 200px; } .reveal-card { width: 240px; } }
:root[data-motion="reduce"] :where(.rip-atmosphere::before, .pack-face::after, .pack-hand, .reveal-glow, .reveal-card, .reveal-card-front::after, .foil-particle, .decision-done) { animation: none !important; }
:root[data-motion="reduce"] .reveal-card { transform: none; }
:root[data-motion="reduce"] .reveal-card-front::after { display: none; }

/* Legibility floor and touch targets (all pages). Labels never below 10px, reading text
   on phones never below 11px, every tappable thing at least 44px on touch screens. */
.cardrip-v1 .legal-footer-nav { font: 11px/1.5 var(--cr-mono); }
.cardrip-v1 .foot-bottom, .v1-release-signal { font-size: 10.5px; }
.collector-home .section-kicker, .collector-home .manifest-code, .collector-home .drop-count,
.collector-home .hero-topline, .collector-home .memory-strip, .v1-band-copy > span,
.cardrip-v1 .preview-chip, .odds-facts dt { font-size: 10px; }
.collector-home .hero-fineprint { font-size: 10.5px; }
.collector-home .drop-index, .collector-home .pack-code, .collector-home .pack-spec { font-size: 10px; }
.collector-home .collector-drops .left-pill { font-size: 10.5px; }
.collection-cover > span, .pack-preview-cover > span { font-size: 10px; }
.offer-row p { font: 11px/1.45 var(--cr-body); }
.manual-number, .manual-index > span, .manual-index a, .route-ledger span, .manual-flow a, .manual-flow span,
.capability-table strong, .capability-table .head, .demo-track span, .manual-status > span { font-size: 10px; }
.archive-card-copy > span, .archive-id, .shipping-line, .archive-stats dt, .opening-ticket span, .vault-ritual > span,
.ceremony-result > span, .archive-empty > span, .faq-index > span, .status-board span, .info-callout > span,
.manual-jumps span, .source-ledger a { font-size: 10px; }
.archive-card-copy p { font-size: 11px; }
.motion-control, .collector-home .art-preview span, .film-label small, .collector-home .pack-family,
.collector-home .vault-art-label, .collector-home .memory-copy > .eyebrow { font-size: 10px; }
@media (max-width: 760px) { .collector-home .filter-btn { font-size: 12px; } }

@media (pointer: coarse), (max-width: 760px) {
  .cardrip-v1 .logo { min-height: 44px; display: inline-flex; align-items: center; }
  .motion-control, .cardrip-v1 .icon-btn { min-width: 44px; width: 44px; height: 44px; }
  .motion-control { width: auto; min-width: 44px; }
  .cardrip-v1 .modal .close { display: grid; place-items: center; width: 44px; height: 44px; margin: -10px -10px 0 0; }
  .cardrip-v1 .modal-foot button, #authSwitch, #authForgot { min-height: 44px; padding-inline: 6px; }
  .collector-home .scroll-cue { min-height: 44px; }
  .collector-home .system-details summary { min-height: 44px; display: flex; align-items: center; }
  .cardrip-v1 .legal-footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
  .cardrip-v1 .legal-footer-nav a { display: flex; align-items: center; min-height: 44px; border-bottom: 1px solid var(--cr-line); font-size: 12px; }
  .source-ledger a, .manual-index a, .faq-index .text-action, .info-callout .btn { min-height: 44px; display: inline-flex; align-items: center; }
  .manual-index a { display: flex; }
  .cardrip-v1 .foot-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
}
@media (max-width: 640px) {
  .v1-band-copy strong { max-width: none; font-size: clamp(28px, 8.4vw, 44px); line-height: .96; overflow-wrap: break-word; -webkit-hyphens: auto; hyphens: auto; hyphenate-limit-chars: 10 4 4; }
  .collector-home .scroll-cue, .collector-home .hero-bottom .scroll-cue { font-size: 10px; }
}
@media (max-width: 380px) {
  .collector-home .collection-heading h2, .collector-home .memory-copy h2 { font-size: clamp(34px, 11.2vw, 46px); }
  .odds-facts dt { font-size: 9px; }
}

/* Safari / iOS */
/* Drawn asterisk: the ✳ character falls back to a colour emoji on Apple devices. */
.cr-star { display: inline-block; width: .8em; height: .8em; vertical-align: -.08em; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.collector-home .tiny-star .cr-star { width: 14px; height: 14px; vertical-align: -2px; }
/* Form fields below 16px make iOS Safari zoom into the page on focus. */
@media (pointer: coarse), (max-width: 760px) {
  body.cardrip-v1 :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) { font-size: 16px; }
}
/* iOS 17 and older only know the prefixed backdrop filter. */
@media (min-width: 961px) { .cardrip-v1 .topbar { -webkit-backdrop-filter: blur(18px); } }
.cardrip-v1 .modal-back { -webkit-backdrop-filter: blur(16px); }
.pack-preview-dialog::backdrop { -webkit-backdrop-filter: blur(15px); }
.buyback-dialog::backdrop { -webkit-backdrop-filter: blur(12px); }
.collector-home .collector-drops .left-pill { -webkit-backdrop-filter: blur(12px); }

@media print {
  .manual-body { background: #fff !important; color: #111 !important; }
  .manual-body .topbar,.manual-body .v1-route-band,.manual-body footer,.manual-body .manual-index,.manual-body #printManual { display: none !important; }
  .manual-body .manual-page { width: auto !important; padding: 0 !important; }
  .manual-body :where(h1,h2,h3,b,strong,p,li,span,dt,dd,a) { color: #111 !important; }
  .manual-body :where(.manual-section,.manual-intro,.manual-steps li,.route-ledger a,.capability-table>div) { border-color: #bbb !important; break-inside: avoid; }
  .manual-body :where(.manual-status,.manual-jumps a,.manual-note,.ops-grid article,.manual-warning) { background: #fff !important; box-shadow: none !important; }
}
