:root {
  --bg: #110d09;
  --bg-deep: #090705;
  --ink: #f6ead7;
  --ink-soft: #d4bda0;
  --muted: #a88867;
  --dim: #665343;
  --amber: #ffb454;
  --amber-soft: #ffd38f;
  --coral: #e66f4e;
  --red: #c64b42;
  --sage: #b8d89d;
  --line: rgba(255, 210, 139, .18);
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --serif: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
  --sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; background: var(--bg); }
body { margin: 0; color: var(--ink); font-family: var(--sans); }
button { border: 0; font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }

.replay-app { width: 100%; height: 100svh; position: relative; overflow: hidden; isolation: isolate; background: var(--bg); }
.replay-app.is-quiet { --amber: #b9976a; --ink: #b6a48e; --muted: #786652; --line: rgba(188, 155, 111, .12); }
.replay-app.is-warm { --amber: #ffbd5e; --amber-soft: #ffe2a6; }
.replay-aurora { position: fixed; z-index: -3; inset: -28vh -12vw; pointer-events: none; opacity: .78; background: radial-gradient(ellipse 38% 44% at 50% 44%, rgba(255, 180, 84, .23), transparent 70%), radial-gradient(ellipse 23% 29% at 85% 10%, rgba(229, 111, 78, .15), transparent 72%); filter: blur(5px); transform: scale(1); transition: opacity 1.2s ease, transform 1.2s ease, background 1.2s ease; }
.is-quiet .replay-aurora { opacity: .2; transform: scale(.66); background: radial-gradient(ellipse 34% 38% at 50% 44%, rgba(191, 151, 106, .19), transparent 72%); }
.is-warm .replay-aurora { opacity: 1; transform: scale(1.16); background: radial-gradient(ellipse 46% 52% at 50% 42%, rgba(255, 180, 84, .34), transparent 70%), radial-gradient(ellipse 26% 32% at 84% 9%, rgba(229, 111, 78, .2), transparent 72%); }
.replay-grain { position: fixed; z-index: 15; inset: 0; pointer-events: none; opacity: .085; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.replay-app.intro-active .replay-stage { opacity: .1; transform: scale(.985); filter: blur(3px); transition: opacity .8s ease, transform 1s ease, filter 1s ease; }
.replay-entrance { position: fixed; z-index: 25; inset: 0; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 47%, rgba(255, 180, 84, .13), rgba(17, 13, 9, .95) 48%, #090705 100%); opacity: 1; transition: opacity .85s cubic-bezier(.22,.7,.25,1), transform 1.05s cubic-bezier(.18,.86,.24,1); }
.replay-app.intro-complete .replay-entrance { opacity: 0; pointer-events: none; transform: scale(1.08); }
.entrance-scanline { position: absolute; z-index: 2; top: -20%; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--amber), transparent); box-shadow: 0 0 20px var(--amber), 0 0 60px rgba(255, 180, 84, .38); animation: entrance-scan 3s .45s ease-in-out both; }
.entrance-card { position: relative; width: min(78vw, 382px); aspect-ratio: 1.55; display: flex; flex-direction: column; justify-content: space-between; padding: 22px 23px 18px; color: #2c2016; background: linear-gradient(145deg, #f4e3c8, #d8b98d); box-shadow: 20px 28px 70px rgba(0,0,0,.46), 0 0 0 1px rgba(255, 218, 151, .3); transform: rotate(-6deg) translate3d(24vw, -38vh, 0); animation: entrance-card-float 2.35s .15s cubic-bezier(.16,.9,.25,1) forwards; }
.entrance-card::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(104, 62, 32, .26); pointer-events: none; }
.entrance-card::after { content: ""; position: absolute; inset: 0; opacity: .14; pointer-events: none; background: repeating-linear-gradient(118deg, transparent 0 9px, rgba(104,62,32,.24) 9px 10px, transparent 10px 19px); mix-blend-mode: multiply; }
.entrance-card-top, .entrance-card-body, .entrance-card-bottom { position: relative; z-index: 1; }
.entrance-card-top, .entrance-card-bottom { display: flex; justify-content: space-between; color: #9d714d; font: 8px var(--mono); letter-spacing: .1em; }
.entrance-card-body { display: grid; gap: 2px; margin-top: 8px; }
.entrance-card-body small { color: #9d714d; font: 12px var(--serif); }
.entrance-card-body strong { color: #2c2016; font: 600 clamp(34px, 8vw, 54px) var(--serif); letter-spacing: -.12em; }
.entrance-card-body em { margin-top: 7px; color: #986342; font: 13px var(--mono); font-style: normal; letter-spacing: .06em; }
.entrance-card-body b { color: var(--red); font: 500 16px var(--serif); }
.entrance-card-bottom i { width: 34px; height: 1px; align-self: center; background: #b4865d; }
.entrance-seal { position: absolute; z-index: 2; top: 27%; right: 9%; width: 67px; height: 67px; display: grid; place-items: center; border: 2px solid var(--red); border-radius: 50%; color: var(--red); font: 12px/1.12 var(--serif); text-align: center; transform: rotate(-12deg) scale(0); animation: stamp-land .34s 2.1s cubic-bezier(.16,1.35,.3,1) forwards; }
.entrance-caption { position: absolute; bottom: 11%; display: grid; justify-items: center; gap: 8px; color: var(--muted); font: 11px var(--serif); animation: caption-rise .8s 1.05s ease both; }
.entrance-caption b { color: var(--amber); font: 12px var(--mono); font-weight: 400; letter-spacing: .08em; }
.entrance-caption small { color: var(--dim); font: 9px var(--sans); }

.replay-topbar { position: fixed; z-index: 20; top: 0; left: 50%; width: min(100% - 48px, 980px); height: 74px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 210, 139, .13); transform: translateX(-50%); }
.replay-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font: 700 10px/1 var(--mono); letter-spacing: .1em; }
.replay-brand small { display: block; margin-top: 5px; color: var(--muted); font: 400 8px/1 var(--sans); letter-spacing: .12em; }
.replay-mark { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid var(--amber); border-radius: 50% 50% 50% 2px; color: var(--amber); font-size: 8px; transform: rotate(-8deg); }
.replay-top-actions { display: flex; align-items: center; gap: 20px; }
.replay-count { color: var(--muted); font: 9px var(--mono); letter-spacing: .12em; }
.replay-audio { display: flex; align-items: end; gap: 2px; height: 22px; padding: 0 0 1px; color: var(--muted); background: transparent; font: 8px var(--mono); letter-spacing: .08em; }
.replay-audio i { width: 2px; height: 5px; display: block; background: currentColor; }
.replay-audio i:nth-child(2) { height: 10px; }
.replay-audio i:nth-child(3) { height: 7px; margin-right: 5px; }
.replay-audio[aria-pressed="true"] { color: var(--amber); }
.replay-audio[aria-pressed="true"] i { animation: audio-bars .72s ease-in-out infinite alternate; }
.replay-audio[aria-pressed="true"] i:nth-child(2) { animation-delay: -.2s; }
.replay-audio[aria-pressed="true"] i:nth-child(3) { animation-delay: -.4s; }
.replay-progress { position: fixed; z-index: 20; top: 74px; left: 50%; width: min(100% - 48px, 980px); height: 2px; background: rgba(255, 210, 139, .13); transform: translateX(-50%); }
.replay-progress span { display: block; width: 12.5%; height: 100%; background: linear-gradient(90deg, var(--coral), var(--amber)); box-shadow: 0 0 12px rgba(255, 180, 84, .34); transition: width .12s linear; }

.replay-stage { position: absolute; z-index: 1; inset: 0; overflow: hidden; }
.replay-scene { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; opacity: 0; pointer-events: none; transform: translate3d(0, 13%, 0) scale(.97); transition: opacity .72s cubic-bezier(.22,.7,.25,1), transform .9s cubic-bezier(.18,.86,.24,1), filter .9s ease; filter: blur(8px); }
.replay-scene.is-active { z-index: 3; opacity: 1; pointer-events: auto; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
.replay-scene.is-before { transform: translate3d(0, -13%, 0) scale(.97); }
.replay-scene.is-after { transform: translate3d(0, 13%, 0) scale(.97); }
.scene-inner { width: min(100% - 88px, 780px); min-height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 112px 0 72px; }
.scene-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--amber); font: 9px var(--mono); letter-spacing: .14em; }
.scene-eyebrow i { width: 5px; height: 5px; display: block; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(255, 180, 84, .1); }
.replay-enter .scene-eyebrow, .replay-enter .scene-intro > *, .replay-enter .scene-memory > *, .replay-enter .scene-battle > *, .replay-enter .scene-proof > *, .replay-enter .scene-silence > *, .replay-enter .scene-persona > *, .replay-enter .scene-archive > *, .replay-enter .scene-return > * { animation: rise-in .72s var(--delay, 0ms) cubic-bezier(.18,.86,.26,1) both; }
.replay-enter .scene-eyebrow { --delay: 80ms; }

/* 00 · Opening */
.scene-1 .scene-inner { align-items: flex-start; justify-content: center; }
.scene-intro { position: relative; width: 100%; padding-top: 32px; }
.intro-overline { color: var(--muted); font: 10px var(--mono); letter-spacing: .18em; }
.scene-intro h1 { position: relative; z-index: 1; margin: 33px 0 25px; color: var(--ink); font: 500 clamp(50px, 8vw, 92px)/.94 var(--serif); letter-spacing: -.1em; }
.scene-intro h1 em { color: var(--amber); font-style: normal; }
.scene-intro p { color: var(--ink-soft); font: 15px/1.95 var(--serif); }
.intro-orbit { position: absolute; right: 8%; top: 5%; width: clamp(170px, 31vw, 290px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255, 180, 84, .26); border-radius: 50%; color: var(--amber); font: 26px var(--mono); animation: rotate-orbit 18s linear infinite; box-shadow: 0 0 0 16px rgba(255, 180, 84, .02), 0 0 0 46px rgba(255, 180, 84, .02); }
.intro-orbit::before, .intro-orbit::after { content: ""; position: absolute; border-radius: 50%; background: var(--coral); box-shadow: 0 0 22px rgba(229, 111, 78, .65); }
.intro-orbit::before { width: 9px; height: 9px; top: 19%; left: 14%; }
.intro-orbit::after { width: 5px; height: 5px; right: 8%; bottom: 29%; background: var(--sage); }
.intro-orbit b { position: absolute; right: 18%; bottom: 17%; color: var(--coral); font: 36px var(--sans); transform: rotate(-25deg); }

/* 01 · First loan */
.scene-memory { width: 100%; position: relative; padding: 24px 0 8px 8%; }
.memory-date { color: var(--amber); font: clamp(35px, 7vw, 70px) var(--mono); letter-spacing: -.1em; text-shadow: 0 0 28px rgba(255, 180, 84, .24); }
.scene-memory h2 { max-width: 600px; margin: 24px 0 45px; color: var(--ink); font: 500 clamp(27px, 4.5vw, 48px)/1.25 var(--serif); letter-spacing: -.08em; }
.hand-note { margin: 0; color: var(--muted); font: 14px var(--serif); }
.hero-money { display: block; margin-top: 8px; color: var(--amber); font: 500 clamp(56px, 12vw, 120px)/1 var(--mono); letter-spacing: -.11em; text-shadow: 0 0 40px rgba(255, 180, 84, .25); }
.rain-note { display: flex; gap: 11px; margin-top: 45px; padding-left: 13px; border-left: 1px solid var(--red); color: var(--muted); font: 13px/1.85 var(--serif); }
.rain-note i { width: 5px; height: 5px; flex: 0 0 5px; margin-top: 8px; border-radius: 50%; background: var(--red); }
.scribble { position: absolute; right: 8%; bottom: 5%; color: rgba(255, 180, 84, .3); font: 10px/1.7 var(--mono); letter-spacing: .12em; transform: rotate(-8deg); }

/* 02 · Battle */
.scene-battle { width: 100%; }
.scene-quote { margin: 40px 0 29px; color: var(--ink); font: 500 clamp(32px, 5.4vw, 63px)/1.16 var(--serif); letter-spacing: -.1em; }
.season-visual { position: relative; width: min(100%, 640px); height: 220px; display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(255, 180, 84, .28); background: linear-gradient(110deg, rgba(255, 180, 84, .14), rgba(255, 180, 84, .02)); }
.season-ring { position: absolute; left: -74px; border: 1px solid rgba(255, 180, 84, .28); border-radius: 50%; animation: ring-breathe 4.5s ease-in-out infinite; }
.ring-one { width: 310px; height: 310px; }
.ring-two { left: -36px; width: 230px; height: 230px; border-color: rgba(229, 111, 78, .32); animation-delay: -.8s; }
.season-seal { position: relative; z-index: 1; width: 88px; height: 88px; display: grid; place-items: center; margin-left: 62px; color: var(--bg); background: var(--amber); font: 500 46px var(--serif); transform: rotate(-7deg); box-shadow: 12px 15px 30px rgba(0,0,0,.23); }
.season-label { position: relative; z-index: 1; margin-left: 23px; }
.season-label small { display: block; color: var(--muted); font: 12px var(--sans); }
.season-label strong { display: block; margin-top: 8px; color: var(--amber-soft); font: 500 clamp(20px, 3.3vw, 31px) var(--serif); }
.scene-battle h2 { margin: 36px 0 0; color: var(--amber); font: 500 clamp(44px, 8vw, 82px) var(--serif); letter-spacing: -.12em; }
.scene-battle h2 span { display: inline-block; margin-left: 10px; color: var(--coral); font: 28px var(--sans); transform: rotate(-12deg); }
.battle-foot { margin-top: 24px; color: var(--muted); font: 13px/1.85 var(--serif); }

/* 03 · Proof */
.scene-proof { width: 100%; }
.proof-title { color: var(--amber); font: 10px var(--mono); letter-spacing: .16em; }
.scene-proof h2 { margin: 27px 0 42px; color: var(--ink); font: 500 clamp(30px, 5vw, 56px)/1.25 var(--serif); letter-spacing: -.09em; }
.proof-numbers { display: flex; align-items: center; gap: clamp(12px, 2.8vw, 30px); padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-numbers div:not(.proof-equals) { display: flex; flex-direction: column; gap: 7px; }
.proof-numbers strong { color: var(--amber); font: 500 clamp(39px, 6vw, 66px) var(--mono); letter-spacing: -.12em; }
.proof-numbers small { color: var(--muted); font: 10px var(--sans); white-space: nowrap; }
.proof-equals { color: var(--coral); font: 25px var(--mono); }
.scene-proof > p { margin: 28px 0 0; color: var(--ink-soft); font: 16px var(--serif); }
.proof-grade { display: flex; gap: 12px; margin-top: 32px; }
.proof-grade span { padding: 9px 11px; border: 1px solid rgba(255, 180, 84, .22); color: var(--muted); font: 10px var(--sans); }
.proof-grade b { margin-left: 5px; color: var(--amber-soft); font: 14px var(--mono); }
.sparse-proof h2 { margin-bottom: 41px; }
.proof-ticket { display: grid; gap: 10px; max-width: 440px; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-ticket strong { color: var(--amber); font: 23px var(--mono); }
.proof-ticket span { color: var(--ink-soft); font: 17px var(--serif); }
.proof-ticket em { color: var(--amber-soft); font: 26px var(--serif); }

/* 04 · Quiet */
.scene-silence { width: 100%; position: relative; color: var(--ink); }
.silence-word { margin: 30px 0 44px; color: var(--muted); font: 500 clamp(28px, 5vw, 48px) var(--serif); }
.scene-silence h2 { margin: 0; color: var(--ink); font: 500 clamp(29px, 5vw, 57px)/1.28 var(--serif); letter-spacing: -.1em; }
.scene-silence h2 em { color: var(--amber); font: 500 .94em var(--mono); font-style: normal; }
.silence-line { width: 1px; height: 70px; margin: 54px 0 21px; background: linear-gradient(var(--muted), transparent); }
.scene-silence > p:last-of-type { color: var(--muted); font: 15px/2 var(--serif); }
.scene-silence > p:last-of-type strong { color: var(--ink-soft); font-weight: 500; }
.quiet-dial { position: absolute; right: 4%; bottom: -2%; width: 170px; height: 170px; display: grid; place-items: center; border: 1px solid rgba(185, 151, 106, .18); border-radius: 50%; color: var(--muted); transform: rotate(-12deg); }
.quiet-dial::before { content: ""; position: absolute; inset: 16px; border: 1px dashed rgba(185, 151, 106, .19); border-radius: 50%; }
.quiet-dial span { position: absolute; top: 11px; width: 2px; height: 19px; background: var(--muted); }
.quiet-dial b { color: var(--ink); font: 40px var(--mono); letter-spacing: -.1em; }
.quiet-dial small { position: absolute; bottom: 46px; font: 7px var(--mono); letter-spacing: .11em; }

/* 05 · Persona */
.scene-persona { width: 100%; }
.persona-kicker { color: var(--muted); font: 14px var(--serif); }
.scene-persona h2 { margin: 19px 0 13px; color: var(--amber); font: 500 clamp(39px, 7vw, 78px) var(--serif); letter-spacing: -.12em; text-shadow: 0 0 30px rgba(255, 180, 84, .16); }
.persona-caption { color: var(--ink-soft); font: 15px/1.8 var(--serif); }
.persona-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.persona-chips span { padding: 9px 11px; border: 1px solid rgba(255, 180, 84, .25); color: var(--amber-soft); font: 12px var(--serif); }
.persona-chips span:first-child { color: var(--bg); border-color: var(--amber); background: var(--amber); }
.percentile { display: flex; align-items: end; gap: 15px; margin-top: 52px; }
.percentile strong { color: var(--coral); font: 500 clamp(56px, 10vw, 94px) var(--mono); letter-spacing: -.13em; text-shadow: 0 0 28px rgba(229, 111, 78, .2); }
.percentile span { padding-bottom: 9px; color: var(--muted); font: 12px/1.65 var(--serif); }

/* 06 · Archive */
.scene-archive { width: 100%; display: flex; align-items: center; gap: 38px; }
.archive-card { position: relative; width: min(100%, 485px); min-height: 470px; padding: 25px 25px 20px; color: #2c2016; background: #f5e9d6; box-shadow: 16px 19px 55px rgba(0,0,0,.34); transform: rotate(-2.2deg); }
.archive-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(119, 77, 42, .2); pointer-events: none; }
.archive-card::after { content: ""; position: absolute; inset: 0; opacity: .09; pointer-events: none; background: repeating-linear-gradient(116deg, transparent 0 10px, rgba(119,77,42,.25) 10px 11px, transparent 11px 20px); }
.archive-head, .archive-card h2, .archive-rule, .archive-grid, .archive-tag, .archive-bottom { position: relative; z-index: 1; }
.archive-head { display: flex; justify-content: space-between; color: #a17856; font: 8px var(--mono); letter-spacing: .08em; }
.archive-card h2 { margin: 39px 0 17px; color: #2c2016; font: 600 clamp(30px, 4.6vw, 47px)/.96 var(--serif); letter-spacing: -.1em; }
.archive-card h2 em { color: var(--red); font-style: normal; }
.archive-rule { height: 1px; margin-bottom: 21px; background: rgba(119,77,42,.25); }
.archive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.archive-grid small { display: block; color: #a17856; font: 8px var(--mono); }
.archive-grid b { display: block; margin-top: 6px; color: #2c2016; font: 15px var(--mono); }
.archive-grid .red { color: var(--red); font: 23px var(--serif); }
.archive-tag { width: fit-content; margin-top: 23px; padding: 9px 12px; border: 1px solid rgba(119,77,42,.27); color: #6e3c25; background: rgba(255,250,242,.55); font: 14px var(--serif); }
.archive-bottom { display: flex; align-items: end; justify-content: space-between; margin-top: 23px; color: #6e3c25; font: 13px var(--serif); }
.qr { width: 47px; height: 47px; display: grid; grid-template-columns: repeat(7, 1fr); grid-template-rows: repeat(7, 1fr); padding: 3px; background: #fffaf2; }
.qr i.is-on { background: #2c2016; }
.archive-seal { position: absolute; z-index: 2; right: 31px; top: 130px; width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid var(--red); border-radius: 50%; color: var(--red); font: 12px/1.15 var(--serif); text-align: center; transform: rotate(-9deg); }
.archive-helper { color: var(--muted); font: 13px/1.8 var(--serif); }

/* 07 · Return CTA */
.scene-return { width: 100%; position: relative; }
.scene-return > p:first-child { margin: 0 0 18px; color: var(--ink-soft); font: 18px var(--serif); }
.scene-return h2 { position: relative; z-index: 1; margin: 0; color: var(--ink); font: 500 clamp(46px, 8vw, 90px)/1.02 var(--serif); letter-spacing: -.13em; }
.scene-return h2 em { color: var(--amber); font-style: normal; }
.return-glow { position: absolute; top: -100px; left: 33%; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(255,180,84,.3), transparent 68%); filter: blur(8px); animation: glow-breathe 3.2s ease-in-out infinite; }
.return-gift { position: relative; z-index: 1; width: min(100%, 430px); display: grid; gap: 9px; margin-top: 42px; padding: 18px 20px; border: 1px solid rgba(255, 180, 84, .5); background: rgba(255, 180, 84, .08); }
.return-gift small { color: var(--amber); font: 9px var(--mono); letter-spacing: .14em; }
.return-gift strong { color: var(--amber-soft); font: 500 25px var(--serif); }
.return-gift span { color: var(--muted); font: 10px var(--sans); }
.hold-cta { position: relative; z-index: 1; width: min(100%, 430px); display: grid; grid-template-columns: 63px 1fr; align-items: center; column-gap: 15px; margin-top: 24px; padding: 11px 17px 11px 11px; color: var(--bg); background: var(--amber); text-align: left; box-shadow: 0 15px 40px rgba(0,0,0,.22); transition: background .2s ease, transform .2s ease; touch-action: none; user-select: none; }
.hold-cta:hover, .hold-cta.is-holding { background: var(--amber-soft); transform: translateY(-2px); }
.hold-cta.is-complete { color: var(--bg); background: var(--sage); }
.hold-ring { width: 63px; height: 63px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--coral) var(--hold-progress, 0deg), rgba(17,13,9,.16) 0deg); }
.hold-ring i { width: 51px; height: 51px; display: block; border-radius: 50%; background: var(--amber); }
.hold-cta.is-holding .hold-ring i { background: var(--amber-soft); }
.hold-cta.is-complete .hold-ring { background: var(--sage); }
.hold-cta.is-complete .hold-ring i { background: var(--sage); }
.hold-cta b { font: 600 16px var(--serif); }
.hold-cta small { grid-column: 2; margin-top: 3px; color: rgba(17,13,9,.62); font: 9px var(--sans); }
.return-fineprint { margin-top: 15px; color: var(--dim); font: 9px var(--sans); }

.replay-hint { position: fixed; z-index: 20; left: 50%; bottom: 27px; display: flex; align-items: center; gap: 10px; color: var(--muted); font: 9px var(--mono); letter-spacing: .05em; transform: translateX(-50%); transition: opacity .35s ease, transform .35s ease; white-space: nowrap; }
.replay-hint.is-hidden { opacity: 0; transform: translate(-50%, 10px); }
.hint-swipe { color: var(--amber); font: 17px var(--sans); animation: swipe-bob 1.5s ease-in-out infinite; }
.replay-toast { position: fixed; z-index: 30; right: 24px; bottom: 23px; max-width: calc(100% - 48px); padding: 12px 15px; border: 1px solid rgba(255, 180, 84, .32); color: var(--ink); background: rgba(37, 25, 15, .95); box-shadow: 0 14px 32px rgba(0,0,0,.25); font: 11px var(--sans); animation: toast-in .28s ease-out; }
.poster-canvas { position: fixed; left: -9999px; top: -9999px; width: 1px; height: 1px; }

@keyframes rise-in { from { opacity: 0; transform: translateY(17px); } to { opacity: 1; transform: translateY(0); } }
@keyframes entrance-card-float { 0% { opacity: 0; transform: rotate(-17deg) translate3d(27vw, -43vh, 0) scale(.84); } 42% { opacity: 1; transform: rotate(7deg) translate3d(-6vw, 5vh, 0) scale(1.03); } 67% { transform: rotate(-3deg) translate3d(2vw, -1vh, 0) scale(.98); } 84%, 100% { opacity: 1; transform: rotate(-6deg) translate3d(0, 0, 0) scale(1); } }
@keyframes entrance-scan { 0% { top: -20%; opacity: 0; } 12% { opacity: 1; } 78% { opacity: 1; } 100% { top: 118%; opacity: 0; } }
@keyframes stamp-land { from { transform: rotate(-30deg) scale(0); opacity: 0; } to { transform: rotate(-12deg) scale(1); opacity: .92; } }
@keyframes caption-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes rotate-orbit { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@keyframes ring-breathe { 0%, 100% { transform: scale(.92); opacity: .6; } 50% { transform: scale(1.05); opacity: 1; } }
@keyframes glow-breathe { 0%, 100% { transform: scale(.85); opacity: .66; } 50% { transform: scale(1.12); opacity: 1; } }
@keyframes swipe-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes audio-bars { from { transform: scaleY(.5); } to { transform: scaleY(1.2); } }
@keyframes toast-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 680px) {
  .replay-topbar, .replay-progress { width: calc(100% - 32px); }
  .replay-topbar { height: 65px; }
  .replay-progress { top: 65px; }
  .replay-top-actions { gap: 12px; }
  .scene-inner { width: calc(100% - 48px); padding: 97px 0 66px; }
  .entrance-card { width: min(84vw, 350px); }
  .entrance-card-body strong { font-size: 38px; }
  .entrance-card-body em { font-size: 10px; }
  .entrance-caption { bottom: 9%; }
  .scene-intro h1 { margin-top: 38px; font-size: clamp(48px, 14vw, 68px); }
  .intro-orbit { right: -13%; top: -2%; width: 188px; opacity: .72; }
  .scene-memory { padding-left: 0; }
  .scene-memory h2 { margin: 19px 0 33px; font-size: 28px; }
  .hero-money { font-size: clamp(48px, 15vw, 76px); }
  .scribble { right: 0; bottom: 7%; font-size: 8px; }
  .scene-quote { margin-top: 26px; font-size: 36px; }
  .season-visual { height: 190px; }
  .season-seal { margin-left: 40px; }
  .season-label strong { font-size: 21px; }
  .scene-battle h2 { margin-top: 28px; font-size: 56px; }
  .scene-proof h2 { margin: 23px 0 31px; font-size: 30px; }
  .proof-numbers { gap: 8px; }
  .proof-numbers strong { font-size: 35px; }
  .proof-numbers small { font-size: 8px; }
  .proof-equals { font-size: 16px; }
  .proof-grade { gap: 7px; }
  .proof-grade span { padding: 8px 7px; font-size: 8px; }
  .scene-silence h2 { font-size: 30px; }
  .quiet-dial { right: -5%; bottom: -6%; width: 145px; height: 145px; opacity: .8; }
  .scene-persona h2 { font-size: 48px; }
  .percentile { margin-top: 37px; }
  .percentile strong { font-size: 61px; }
  .scene-archive { flex-direction: column; align-items: stretch; gap: 16px; }
  .archive-card { min-height: 370px; padding: 21px 20px 16px; }
  .archive-card h2 { margin: 26px 0 13px; font-size: 35px; }
  .archive-grid { gap: 14px; }
  .archive-tag { margin-top: 17px; }
  .archive-bottom { margin-top: 17px; }
  .archive-helper { margin: 0; text-align: right; }
  .scene-return h2 { font-size: 57px; }
  .return-glow { left: 10%; width: 300px; height: 300px; }
  .return-gift { margin-top: 32px; }
  .replay-hint { bottom: 19px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
