#discussion-gameplay {
  position: absolute;
  inset: 0;
  z-index: 70;
  display: none;
  pointer-events: none;
  color: #f7f1e8;
  font-family: 'Sora', 'Space Grotesk', system-ui, sans-serif;
}

#discussion-gameplay.is-body-mounted {
  position: fixed;
  z-index: 3300;
}

#discussion-gameplay.is-active {
  display: block;
}

#discussion-gameplay.is-interactive {
  pointer-events: auto;
}

body.discussion-clash-active #cinematic-text-overlay.cinematic-focus-mode .cinematic-line {
  left: 50vw;
  top: 72%;
  width: calc(min(52vw, 780px) - clamp(52px, 5vw, 84px));
  max-width: calc(min(52vw, 780px) - clamp(52px, 5vw, 84px));
  font-size: calc(clamp(1.9rem, 1.15rem + 2.2vw, 3.25rem) * var(--cinematic-line-scale, 1));
  transition:
    opacity 240ms ease,
    filter 280ms ease,
    transform 420ms ease,
    left 420ms ease,
    top 420ms ease,
    width 420ms ease,
    max-width 420ms ease;
}

body.discussion-clash-active #cinematic-text-overlay.cinematic-focus-mode .cinematic-line.show {
  transform: translate3d(-50%, calc(-50% + var(--lineScaleYOffset, 0px) + var(--cinematic-line-offset, 0px)), 0);
}

.discussion-stage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: clamp(18px, 3vw, 42px);
  background: transparent;
  perspective: 900px;
}

.discussion-tempo-scale {
  --tempo-progress: 1;
  --tempo-danger: 0;
  --tempo-tilt: 8deg;
  --tempo-counter-tilt: -8deg;
  --tempo-strain: 0;
  --tempo-left-pan-y: 8px;
  --tempo-right-pan-y: 24px;
  --tempo-metal: #f2dcc0;
  --tempo-metal-muted: rgba(242, 220, 192, 0.42);
  --tempo-danger-color: #c94655;
  --tempo-safe-color: #2f8fff;
  position: absolute;
  right: clamp(16px, 2vw, 36px);
  top: 50%;
  width: clamp(164px, 13.5vw, 228px);
  height: clamp(194px, 22vh, 274px);
  z-index: 40;
  pointer-events: none;
  opacity: 0.5;
  color: var(--tempo-metal);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.42));
  transform: translateY(-50%) scale(0.5);
  transform-origin: 100% 50%;
}

.discussion-tempo-scale-beam {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 18%;
  height: 54%;
  transform: rotateZ(var(--tempo-tilt));
  transform-origin: 50% 50%;
  transition: transform 260ms cubic-bezier(0.2, 0.84, 0.24, 1);
}

.discussion-tempo-scale-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  height: 5px;
  border-radius: 999px;
  background: var(--tempo-metal);
}

.discussion-tempo-scale-bar::before,
.discussion-tempo-scale-bar::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 16px;
  height: 13px;
  border-radius: 50%;
  background: var(--tempo-metal);
}

.discussion-tempo-scale-bar::before {
  left: -7px;
}

.discussion-tempo-scale-bar::after {
  right: -7px;
}

.discussion-tempo-scale-pivot {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #050609;
  border: 4px solid var(--tempo-metal);
  transform: translate(-50%, -50%);
}

.discussion-tempo-scale-stand {
  position: absolute;
  inset: 0;
}

.discussion-tempo-scale-crown {
  position: absolute;
  left: 50%;
  top: 16%;
  width: 20px;
  height: 20px;
  border: 4px solid var(--tempo-metal);
  border-radius: 50%;
  background: #050609;
  transform: translate(-50%, -50%);
}

.discussion-tempo-scale-stem {
  position: absolute;
  left: 50%;
  top: 24%;
  width: 7px;
  height: 61%;
  border-radius: 999px;
  background: var(--tempo-metal);
  transform: translateX(-50%);
}

.discussion-tempo-scale-base {
  position: absolute;
  left: 50%;
  bottom: 4%;
  width: 50%;
  height: 9px;
  border-radius: 999px;
  background: var(--tempo-metal);
  transform: translateX(-50%);
}

.discussion-tempo-scale-base::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 8px;
  height: 7px;
  border-radius: 999px 999px 3px 3px;
  background: var(--tempo-metal);
}

.discussion-tempo-scale-pan {
  position: absolute;
  top: 8px;
  width: 34%;
  height: 96px;
  transition: transform 260ms cubic-bezier(0.2, 0.84, 0.24, 1);
}

.discussion-tempo-scale-pan-left {
  left: -17%;
  transform: translateY(var(--tempo-left-pan-y)) rotateZ(var(--tempo-counter-tilt));
  transform-origin: 100% 0;
}

.discussion-tempo-scale-pan-right {
  right: -17%;
  transform: translateY(var(--tempo-right-pan-y)) rotateZ(var(--tempo-counter-tilt));
  transform-origin: 0 0;
}

.discussion-tempo-scale-chain {
  position: absolute;
  top: 0;
  width: 2px;
  height: 66px;
  border-radius: 999px;
  background: var(--tempo-metal-muted);
  transform-origin: 50% 0;
}

.discussion-tempo-scale-chain-a {
  left: 50%;
  transform: translateX(-50%) rotate(-18deg);
}

.discussion-tempo-scale-chain-b {
  left: 50%;
  transform: translateX(-50%);
}

.discussion-tempo-scale-chain-c {
  left: 50%;
  transform: translateX(-50%) rotate(18deg);
}

.discussion-tempo-scale-bowl {
  position: absolute;
  left: -8%;
  right: -8%;
  top: 66px;
  height: 20px;
  border-radius: 0 0 999px 999px;
  border-bottom: 7px solid var(--tempo-metal);
  border-left: 4px solid var(--tempo-metal);
  border-right: 4px solid var(--tempo-metal);
}

.discussion-tempo-scale-bowl::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: -3px;
  height: 4px;
  border-radius: 999px;
  background: var(--tempo-metal);
}

.discussion-tempo-scale-bowl::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 999px 999px;
  border-bottom: 7px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  background: linear-gradient(0deg, var(--tempo-pan-overlay), transparent) border-box;
  -webkit-mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.discussion-tempo-scale-pan-left .discussion-tempo-scale-bowl::after {
  --tempo-pan-overlay: var(--tempo-danger-color);
  opacity: 0.7;
}

.discussion-tempo-scale-pan-right .discussion-tempo-scale-bowl::after {
  --tempo-pan-overlay: var(--tempo-safe-color);
  opacity: 0.7;
}

.discussion-tempo-scale.is-danger .discussion-tempo-scale-beam {
  animation: discussionTempoStrain 180ms steps(2, end) infinite;
}

.discussion-tempo-scale.is-danger {
  --tempo-metal: #f0cdbb;
  --tempo-metal-muted: rgba(240, 205, 187, 0.42);
}

@keyframes discussionTempoStrain {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}

.discussion-turn-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 116vw;
  min-height: clamp(124px, 19vh, 210px);
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transform:
    translate3d(-50%, -50%, 0)
    rotateX(16deg)
    rotateY(-10deg)
    rotateZ(-3.5deg)
    scale(0.92);
  transform-style: preserve-3d;
  transform-origin: center;
  z-index: 8;
}

.discussion-turn-banner.is-running {
  animation: discussionTurnBannerSweep 1120ms cubic-bezier(0.2, 0.84, 0.24, 1) both;
}

.discussion-turn-banner-plane {
  position: relative;
  width: 100%;
  min-height: clamp(110px, 16vh, 184px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-top: 2px solid rgba(255, 237, 190, 0.86);
  border-bottom: 2px solid rgba(255, 237, 190, 0.76);
  background:
    linear-gradient(90deg, rgba(255, 237, 190, 0), rgba(255, 237, 190, 0.24) 18%, rgba(9, 13, 19, 0.94) 36%, rgba(9, 13, 19, 0.96) 64%, rgba(255, 237, 190, 0.2) 82%, rgba(255, 237, 190, 0)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.02));
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.54),
    inset 0 0 44px rgba(255, 231, 163, 0.14);
  transform: translateZ(36px);
}

.discussion-turn-banner-plane::before,
.discussion-turn-banner-plane::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.discussion-turn-banner-plane::before {
  background:
    linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.18) 48%, transparent 55%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.discussion-turn-banner-plane::after {
  border-left: 26vw solid rgba(255, 231, 163, 0.1);
  border-right: 26vw solid rgba(255, 231, 163, 0.08);
  filter: blur(10px);
}

.discussion-turn-banner-kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: clamp(0.72rem, 0.58rem + 0.5vw, 1rem);
  color: rgba(255, 231, 163, 0.82);
}

.discussion-turn-banner-title {
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: 'Merriweather', 'Playfair Display', serif;
  font-size: clamp(2.4rem, 1.2rem + 6vw, 7rem);
  font-weight: 900;
  line-height: 0.95;
  color: #fff7dc;
  text-shadow:
    0 3px 0 rgba(78, 48, 18, 0.58),
    0 18px 40px rgba(0, 0, 0, 0.72);
}

@keyframes discussionTurnBannerSweep {
  0% {
    opacity: 0;
    transform:
      translate3d(-138%, -56%, -180px)
      rotateX(28deg)
      rotateY(-24deg)
      rotateZ(-7deg)
      scale(0.78);
  }
  18% {
    opacity: 1;
  }
  42% {
    opacity: 1;
    transform:
      translate3d(-50%, -50%, 0)
      rotateX(16deg)
      rotateY(-10deg)
      rotateZ(-3.5deg)
      scale(1);
  }
  72% {
    opacity: 1;
    transform:
      translate3d(-50%, -50%, 0)
      rotateX(16deg)
      rotateY(-10deg)
      rotateZ(-3.5deg)
      scale(1);
  }
  100% {
    opacity: 0;
    transform:
      translate3d(38%, -45%, -140px)
      rotateX(24deg)
      rotateY(18deg)
      rotateZ(-1deg)
      scale(0.9);
  }
}

.discussion-claim-panel,
.discussion-clash-panel {
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  justify-self: center;
  width: min(1120px, 100%);
}

.discussion-response-panel {
  position: fixed;
  right: clamp(28px, 4vw, 76px);
  top: 0;
  bottom: 0;
  width: min(52vw, 780px);
  min-height: 100vh;
  z-index: 1400;
  pointer-events: auto;
  transform: translateX(0);
  opacity: 1;
  transition:
    transform 520ms cubic-bezier(0.4, 0, 0.65, 1),
    opacity 480ms ease;
}

.discussion-tempo-scale.is-body-mounted {
  position: fixed;
  z-index: 3340;
}

.discussion-tempo-scale.is-body-mounted[hidden] {
  display: none;
}

.discussion-response-panel.is-confirming {
  pointer-events: none;
}

.discussion-response-panel.is-exiting {
  transform: translateX(calc(100% + 100px));
  opacity: 0;
}

.discussion-response-panel[hidden] {
  display: none;
}

.discussion-response-panel-inner {
  position: relative;
  min-height: 100%;
  height: 100%;
  padding: clamp(56px, 7vh, 92px) clamp(82px, 7.5vw, 132px) clamp(56px, 7vh, 92px) clamp(124px, 11vw, 184px);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: clamp(10px, 1.5vh, 18px);
  clip-path: polygon(18% 0%, 100% 0%, 82% 100%, 0% 100%);
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0) 0 16%, rgba(0, 0, 0, 0.7) 72%);
  box-shadow: none;
}

.discussion-response-back {
  position: absolute;
  left: var(--wheel-circle-x, 50%);
  top: var(--wheel-circle-y, 50%);
  width: min(68%, 360px);
  z-index: 3;
  padding: 0;
  border: 0;
  color: rgba(255, 238, 250, 0.54);
  background: transparent;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition:
    color 120ms ease,
    left 280ms cubic-bezier(0.2, 0.84, 0.24, 1),
    top 280ms cubic-bezier(0.2, 0.84, 0.24, 1),
    transform 220ms cubic-bezier(0.2, 0.84, 0.24, 1),
    opacity 180ms ease,
    filter 120ms ease;
  opacity: var(--wheel-opacity, 0.58);
  transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 0.76));
}

.discussion-response-back-frame {
  position: relative;
  display: block;
  min-width: 112px;
  padding: 0.48rem 0.86rem;
  border: 0;
  transform: rotate(-2deg);
  transition:
    box-shadow 120ms ease,
    transform 120ms ease;
}

.discussion-response-back-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  clip-path: polygon(3% 14%, 92% 2%, 100% 22%, 96% 88%, 82% 100%, 6% 94%, 0 76%);
}

.discussion-response-back.is-selected {
  color: #fff7ff;
  filter: brightness(1.16);
  opacity: 1;
}

.discussion-response-back.is-selected .discussion-response-back-frame {
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--discussion-response-accent, #ff5bcd), transparent 74%),
    0 0 16px color-mix(in srgb, var(--discussion-response-accent, #ff5bcd), transparent 66%);
}

.discussion-response-back.is-selected .discussion-response-back-frame::before {
  background: rgba(0, 0, 0, 0.75);
}

.discussion-response-kicker {
  position: absolute;
  left: clamp(124px, 11vw, 184px);
  top: clamp(52px, 7vh, 86px);
  color: color-mix(in srgb, var(--accent-color), #ffffff 48%);
  font-family: 'Sora', 'Space Grotesk', sans-serif;
  font-size: calc(0.68rem * var(--story-font-scale, 1));
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.82;
  pointer-events: none;
}

.discussion-response-list {
  --response-list-y: 0px;
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  width: 100%;
  max-width: 520px;
  align-self: center;
  transform: translate(0, var(--response-list-y));
}

.discussion-response-panel.is-character-switching.is-switch-right .discussion-response-list {
  animation: discussionResponseSwitchRight 220ms cubic-bezier(0.2, 0.84, 0.24, 1) both;
}

.discussion-response-panel.is-character-switching.is-switch-left .discussion-response-list {
  animation: discussionResponseSwitchLeft 220ms cubic-bezier(0.2, 0.84, 0.24, 1) both;
}

.discussion-response-option {
  position: absolute;
  left: var(--wheel-circle-x, 50%);
  top: var(--wheel-circle-y, 50%);
  width: min(68%, 360px);
  min-height: 78px;
  padding: 0;
  border: 0;
  color: rgba(255, 238, 250, 0.38);
  background: transparent;
  font: inherit;
  text-align: center;
  cursor: pointer;
  opacity: var(--wheel-opacity, 0);
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 0.8));
  transition:
    color 180ms ease,
    left 280ms cubic-bezier(0.2, 0.84, 0.24, 1),
    top 280ms cubic-bezier(0.2, 0.84, 0.24, 1),
    transform 220ms cubic-bezier(0.2, 0.84, 0.24, 1),
    filter 180ms ease,
    opacity 180ms ease;
}

.discussion-response-option:nth-child(2n) {
  transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 0.8));
}

.discussion-response-option.is-selected {
  color: #fff6ff;
  filter: brightness(1.16);
  transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 1.34));
}

.discussion-response-option.is-confirmed {
  color: #fff;
  filter: brightness(1.35);
}

.discussion-response-option.is-attempt-failed {
  color: #ffb2c4;
  filter: brightness(1.18);
}

.discussion-response-option.is-attempt-failed .discussion-response-option-frame {
  box-shadow: 0 0 24px rgba(255, 54, 106, 0.34);
  animation: discussionResponseReject 240ms ease-out both;
}

.discussion-response-option.is-confirmed .discussion-response-option-frame {
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--discussion-response-accent, #ff5bcd), transparent 55%),
    0 0 28px color-mix(in srgb, var(--discussion-response-accent, #ff5bcd), transparent 48%);
  animation: discussionResponseConfirm 360ms cubic-bezier(0.2, 0.84, 0.24, 1) both;
}

.discussion-response-option:nth-child(2n).is-selected {
  transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 1.34));
}

.discussion-response-option:hover:not(.is-selected) {
  color: rgba(255, 238, 250, 0.62);
}

.discussion-response-option-frame {
  position: relative;
  z-index: 1;
  width: 94%;
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 0.58rem 1.25rem;
  border: 0;
  transform: rotate(-1.8deg);
  transform-origin: center;
  transition:
    background 90ms ease-out,
    transform 90ms ease-out;
}

.discussion-response-option-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  clip-path: polygon(2% 11%, 91% 0, 100% 18%, 96% 92%, 84% 100%, 7% 95%, 0 79%);
}

.discussion-response-option:nth-child(2n) .discussion-response-option-frame {
  transform: rotate(1.4deg);
}

.discussion-response-option:nth-child(2n) .discussion-response-option-frame::before {
  clip-path: polygon(6% 2%, 96% 8%, 100% 83%, 91% 100%, 4% 93%, 0 18%);
}

.discussion-response-option:nth-child(3n) .discussion-response-option-frame::before {
  clip-path: polygon(1% 18%, 8% 5%, 87% 0, 100% 11%, 95% 95%, 76% 100%, 3% 90%);
}

.discussion-response-option.is-selected .discussion-response-option-frame::before {
  background: rgba(0, 0, 0, 0.75);
}

.discussion-response-panel.is-character-switching .discussion-response-option:not(.is-selected) {
  opacity: 0.48;
}

.discussion-response-panel.is-character-switching .discussion-response-option.is-selected .discussion-response-option-frame {
  animation: discussionResponseFrameFlash 180ms ease-out both;
}

.discussion-response-option-surface {
  display: none;
}

.discussion-response-option-label,
.discussion-response-option-detail {
  position: relative;
  z-index: 2;
  display: block;
}

.discussion-response-option-label {
  display: inline-block;
  font-family: 'Playfair Display', 'Merriweather', serif;
  font-size: calc(1.5rem * var(--story-font-scale, 1));
  line-height: 1.22;
  letter-spacing: 0.04em;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  transform: scale(1);
  transform-origin: center;
  transition:
    transform 90ms ease-out,
    color 90ms ease-out,
    text-shadow 90ms ease-out;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.86),
    0 8px 16px rgba(0, 0, 0, 0.46);
}

.discussion-response-option.is-selected .discussion-response-option-label {
  color: #fff7ff;
  transform: scale(1.28);
  animation: discussionBeatSelectionPulse 3.2s ease-in-out infinite;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.9),
    0 10px 22px rgba(0, 0, 0, 0.62),
    0 0 18px rgba(255, 91, 205, 0.34);
}

.discussion-response-panel.is-character-switching .discussion-response-option.is-selected .discussion-response-option-label {
  animation: discussionResponseTextSnap 180ms ease-out both;
}

.discussion-response-char {
  display: inline-block;
  transform:
    translate(var(--char-x, 0px), var(--char-y, 0px))
    rotate(var(--char-rot, 0deg))
    scale(var(--char-scale, 1));
  transform-origin: 50% 70%;
  transition:
    transform 90ms ease-out,
    opacity 90ms ease-out,
    text-shadow 90ms ease-out;
}

.discussion-response-option.is-confirmed .discussion-response-option-label,
.discussion-response-option.is-attempt-failed .discussion-response-option-label {
  animation: none;
}

.discussion-response-word {
  display: inline-block;
  white-space: nowrap;
}

.discussion-response-char.is-first {
  margin-right: 0.02em;
  transform:
    translate(var(--char-x, 0px), calc(var(--char-y, 0px) - 0.22em))
    rotate(var(--char-rot, 0deg))
    scale(calc(var(--char-scale, 1) * 1.08));
}

@keyframes discussionResponseSwitchRight {
  0% {
    transform: translate(22px, var(--response-list-y));
  }

  100% {
    transform: translate(0, var(--response-list-y));
  }
}

@keyframes discussionResponseConfirm {
  0% {
    transform: rotate(-1.8deg) scale(1);
  }

  45% {
    transform: rotate(-1deg) scale(1.08);
  }

  100% {
    transform: rotate(-1.8deg) scale(1);
  }
}

@keyframes discussionResponseReject {
  0%, 100% {
    transform: translateX(0) rotate(-1.8deg);
  }

  35% {
    transform: translateX(-9px) rotate(-2.4deg);
  }

  70% {
    transform: translateX(8px) rotate(-1.2deg);
  }
}

@keyframes discussionBeatSelectionPulse {
  0%, 100% {
    scale: 1;
  }

  50% {
    scale: 1.04;
  }
}

@media (prefers-reduced-motion: reduce) {
  .discussion-response-panel {
    transition-duration: 1ms;
  }

  .discussion-response-option,
  .discussion-response-back {
    transition-duration: 1ms;
  }

  .discussion-response-option.is-selected .discussion-response-option-label {
    animation: none;
  }

  .discussion-response-option.is-confirmed .discussion-response-option-frame,
  .discussion-response-option.is-attempt-failed .discussion-response-option-frame {
    animation-duration: 1ms;
  }
}

@keyframes discussionResponseSwitchLeft {
  0% {
    transform: translate(-22px, var(--response-list-y));
  }

  100% {
    transform: translate(0, var(--response-list-y));
  }
}

@keyframes discussionResponseFrameFlash {
  0% {
    box-shadow:
      0 0 0 1px color-mix(in srgb, var(--discussion-response-accent, #ff5bcd), transparent 68%),
      0 0 22px color-mix(in srgb, var(--discussion-response-accent, #ff5bcd), transparent 58%);
  }

  100% {
    box-shadow: none;
  }
}

@keyframes discussionResponseTextSnap {
  0% {
    transform: scale(1.24) skewX(-3deg);
    filter: brightness(1.35);
  }

  100% {
    transform: scale(1.36) skewX(0deg);
    filter: brightness(1);
  }
}

.discussion-response-option-detail {
  margin-top: 0.24rem;
  color: rgba(255, 235, 250, 0.7);
  font-family: 'Sora', 'Space Grotesk', sans-serif;
  font-size: calc(0.62rem * var(--story-font-scale, 1));
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.discussion-response-empty {
  position: relative;
  z-index: 1;
  padding: 1rem 1.2rem;
  color: rgba(255, 238, 250, 0.78);
  font-family: 'Sora', 'Space Grotesk', sans-serif;
  font-size: calc(0.78rem * var(--story-font-scale, 1));
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.discussion-panel-title {
  margin-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  color: rgba(247, 241, 232, 0.72);
}

.discussion-claim-carousel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.discussion-claim-card {
  border: 1px solid rgba(247, 241, 232, 0.18);
  color: inherit;
  background: rgba(10, 15, 22, 0.68);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.discussion-claim-card {
  min-height: 132px;
  padding: 16px;
  transform: translateY(0);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.discussion-claim-card.is-selected {
  transform: translateY(-8px);
  border-color: rgba(255, 236, 178, 0.82);
  background: rgba(28, 22, 12, 0.76);
}

.discussion-claim-owner {
  display: block;
  margin-bottom: 8px;
  color: #ffe7a3;
  font-weight: 700;
}

.discussion-claim-text {
  display: block;
  line-height: 1.35;
  color: rgba(247, 241, 232, 0.9);
}

.discussion-current-claim {
  display: block;
  width: min(880px, 100%);
  min-height: clamp(190px, 30vh, 330px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 56px);
  border: 1px solid rgba(255, 236, 178, 0.46);
  border-left: 4px solid rgba(255, 236, 178, 0.88);
  color: inherit;
  text-align: center;
  background:
    linear-gradient(100deg, rgba(7, 12, 18, 0.78), rgba(7, 12, 18, 0.34) 58%, rgba(255, 231, 163, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.48),
    inset 0 0 40px rgba(255, 231, 163, 0.08);
  font: inherit;
  cursor: pointer;
  transform:
    perspective(900px)
    rotateX(7deg)
    rotateY(-4deg)
    translateZ(0);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.discussion-current-claim:hover,
.discussion-current-claim:focus-visible {
  border-color: rgba(255, 236, 178, 0.82);
  outline: none;
  transform:
    perspective(900px)
    rotateX(5deg)
    rotateY(-3deg)
    translateY(-4px);
}

.discussion-current-owner {
  margin-bottom: 12px;
  color: #ffe7a3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.discussion-current-text {
  font-family: 'Merriweather', 'Playfair Display', serif;
  font-size: clamp(1.8rem, 1.25rem + 2vw, 3.4rem);
  line-height: 1.12;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.74);
}

.discussion-claim-count {
  margin-top: 20px;
  color: rgba(247, 241, 232, 0.64);
  font-size: 0.84rem;
  letter-spacing: 0.16em;
}

.discussion-claim-rail {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}

.discussion-claim-dot {
  width: 28px;
  height: 3px;
  background: rgba(247, 241, 232, 0.28);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}

.discussion-claim-dot.is-selected {
  background: #ffe7a3;
  box-shadow: 0 0 16px rgba(255, 231, 163, 0.65);
}

.discussion-message {
  grid-row: 2;
  grid-column: 1;
  min-height: 28px;
  justify-self: center;
  max-width: min(780px, 100%);
  text-align: center;
  color: #ffcf7a;
  font-weight: 700;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.8);
}

.discussion-message.is-dialogue {
  max-width: min(900px, calc(100vw - 2rem));
  padding: 0.8rem 1.2rem;
  color: #fff7ff;
  background: rgba(0, 0, 0, 0.72);
  font-family: 'Merriweather', 'Playfair Display', serif;
  font-size: calc(1.08rem * var(--story-font-scale, 1));
  line-height: 1.5;
}

.discussion-response-panel.is-dialogue-playing {
  filter: brightness(0.72);
}

.discussion-empty {
  text-align: center;
  color: rgba(247, 241, 232, 0.72);
}

@media (max-width: 760px) {
  .discussion-stage {
    padding: 14px;
  }

  .discussion-tempo-scale {
    right: clamp(6px, 2vw, 14px);
    top: 50%;
    width: clamp(136px, 33vw, 182px);
    height: clamp(158px, 20vh, 208px);
    transform: translateY(-50%) scale(0.5);
    transform-origin: 100% 50%;
  }

  .discussion-tempo-scale-chain {
    height: 52px;
  }

  .discussion-tempo-scale-bowl {
    top: 52px;
    height: 17px;
  }

  .discussion-response-panel {
    right: clamp(12px, 4vw, 28px);
    top: 0;
    bottom: 0;
    width: min(86vw, 500px);
    min-height: 100vh;
  }

  .discussion-response-panel-inner {
    padding: 3.4rem 2.4rem 3.4rem 5.2rem;
    gap: 0.52rem;
  }

  .discussion-response-back {
    left: var(--wheel-circle-x, 50%);
    top: var(--wheel-circle-y, 50%);
    font-size: calc(0.78rem * var(--story-font-scale, 1));
    transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 0.76));
  }

  .discussion-response-back.is-selected {
    transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 0.76));
  }

  .discussion-response-back-frame {
    min-width: 92px;
    padding: 0.42rem 0.72rem;
  }

  .discussion-response-kicker {
    left: 5.2rem;
    top: 3.2rem;
  }

  .discussion-response-option {
    padding: 0;
    transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 0.8));
  }

  .discussion-response-option-frame {
    min-height: 52px;
    padding: 0.5rem 0.9rem;
  }

  .discussion-response-option:nth-child(2n) {
    transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 0.8));
  }

  .discussion-response-option.is-selected,
  .discussion-response-option:nth-child(2n).is-selected {
    transform: translate(-50%, -50%) rotate(var(--wheel-angle, 0deg)) scale(var(--wheel-scale, 1.34));
  }

  .discussion-response-option.is-selected .discussion-response-option-frame {
    min-height: 52px;
  }

  .discussion-response-option-label {
    font-size: calc(1.16rem * var(--story-font-scale, 1));
  }

  .discussion-response-list {
    --response-list-y: 0px;
  }

  .discussion-response-option.is-selected .discussion-response-option-label {
    transform: scale(1.22);
  }

  .discussion-claim-carousel {
    grid-template-columns: 1fr;
  }

  .discussion-current-claim {
    min-height: 180px;
    padding: 22px 16px;
    transform: none;
  }

  .discussion-current-claim:hover,
  .discussion-current-claim:focus-visible {
    transform: translateY(-3px);
  }
}
