@font-face {
  font-family: "Faner Serif";
  src: url("/fonts/faner-serif-common-400-v2.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Faner Serif";
  src: url("/fonts/faner-serif-common-400-v2.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}
@font-face {
  font-family: "Faner Title";
  src: url("/fonts/faner-serif-common-400-v2.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
:root {
  --ink: #3f4948;
  --muted: #7d8581;
  --sage: #aab6aa;
  --blue: #90a6aa;
  --rose: #c4a7a1;
  --paper: #f4f1eb;
  --glass: rgba(255, 255, 255, 0.45);
}
* {
  box-sizing: border-box;
}
html {
  background: #ddd9d1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
textarea {
  font: inherit;
}
.shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: linear-gradient(145deg, #eceae4 0%, #e4e9e6 48%, #dddfe0 100%);
  isolation: isolate;
}
.shell:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background-image: radial-gradient(
    rgba(65, 74, 71, 0.1) 0.5px,
    transparent 0.5px
  );
  background-size: 5px 5px;
  opacity: 0.17;
}
.mist {
  position: fixed;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.42;
  z-index: -2;
  transition: 1.2s ease;
}
.mist-a {
  width: 80vw;
  height: 62vw;
  left: -25vw;
  top: 8vh;
  background: #c9d2cd;
}
.mist-b {
  width: 68vw;
  height: 68vw;
  right: -25vw;
  bottom: -12vh;
  background: #ceb8b0;
}
.stage-home {
  background:
    radial-gradient(ellipse 88% 48% at 4% 16%, rgba(201, 210, 205, 0.72) 0%, rgba(201, 210, 205, 0.34) 48%, transparent 74%),
    radial-gradient(ellipse 84% 50% at 96% 88%, rgba(206, 184, 176, 0.68) 0%, rgba(206, 184, 176, 0.3) 50%, transparent 76%),
    linear-gradient(145deg, #eceae4 0%, #e4e9e6 48%, #dddfe0 100%);
}
.stage-home .mist {
  display: none;
}
.home-screen h1,
.home-screen .subtitle,
.home-screen .intro,
.home-screen .mode-entry b {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
}
.home-screen h1 {
  font-family: "Faner Title", serif;
}
.is-playing .mist-a {
  transform: translate(30vw, 12vh) scale(1.3);
  filter: blur(85px);
  opacity: 0.72;
}
.is-playing .mist-b {
  transform: translate(-20vw, -10vh) scale(1.2);
}
.topbar {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-bottom: 1px solid rgba(63, 73, 72, 0.12);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.wordmark {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: var(--ink);
  font-weight: 600;
  width: 34px;
  height: 34px;
  cursor: pointer;
  box-shadow: none;
}
.wordmark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.screen {
  width: min(100%, 560px);
  min-height: calc(100svh - 72px);
  margin: auto;
  padding: 54px 26px 64px;
  animation: rise 0.65s ease both;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.home-screen {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-lockup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2px 0 26px;
}
.brand-lockup:before {
  content: none;
}
.brand-icon {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  border: 1px solid rgba(63, 73, 72, 0.28);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0 14px 28px rgba(75, 83, 80, 0.08);
}
.brand-icon:before,
.brand-icon:after,
.brand-icon span,
.brand-icon i {
  content: "";
  position: absolute;
  border: 2px solid #627b78;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-28deg);
}
.brand-icon:before {
  inset: 12px 23px 11px 12px;
}
.brand-icon:after {
  inset: 23px 30px 22px 20px;
}
.brand-icon span {
  inset: 31px 37px 13px 28px;
  border-color: #be8d83;
  border-left-color: transparent;
  transform: rotate(18deg);
}
.brand-icon i,
.brand-icon b,
.brand-icon em {
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background: #be8d83;
  transform: none;
}
.brand-icon i {
  right: 14px;
  top: 19px;
}
.brand-icon b {
  right: 10px;
  top: 30px;
}
.brand-icon em {
  right: 15px;
  top: 42px;
}
.brand-lockup h1 {
  margin: 0;
  color: #596967;
  font-family: Arial, sans-serif;
  font-size: clamp(36px, 11vw, 54px);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-indent: 0.16em;
}
.brand-cn {
  margin: 10px 0 0;
  color: #b88678;
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 19px;
  letter-spacing: 0.45em;
  line-height: 1;
  text-indent: 0.45em;
}
.eyebrow,
.step {
  font:
    600 10px/1.2 Arial,
    sans-serif;
  letter-spacing: 0.19em;
  color: var(--rose);
  margin: 0 0 24px;
}
.home-screen .eyebrow {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.home-screen .eyebrow:before,
.home-screen .eyebrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0.68;
}
.home-screen .eyebrow:before {
  left: 0;
  top: 0;
  border-top: 1.5px solid #607974;
  border-left: 1.5px solid #607974;
}
.home-screen .eyebrow:after {
  right: 0;
  bottom: 0;
  border-right: 1.5px solid #607974;
  border-bottom: 1.5px solid #607974;
}
.home-screen h1 {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: clamp(74px, 24vw, 116px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  text-indent: 0.15em;
}
.home-screen h1 span {
  color: #667775;
}
.home-screen .brand-lockup h1 {
  position: relative;
  color: #526b67;
  font-family: Arial, sans-serif;
  font-size: clamp(40px, 11.5vw, 62px);
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 0;
  text-indent: 0.075em;
  white-space: nowrap;
}
.home-screen .brand-lockup h1:before,
.home-screen .brand-lockup h1:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 0.7;
}
.home-screen .brand-lockup h1:before {
  left: -15px;
  top: -11px;
  border-top: 1.5px solid #6d827f;
  border-left: 1.5px solid #6d827f;
}
.home-screen .brand-lockup h1:after {
  right: -12px;
  bottom: -10px;
  border-right: 1.5px solid #6d827f;
  border-bottom: 1.5px solid #6d827f;
}
.subtitle {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.16em;
  margin: 0;
  color: #596563;
}
.ear-orbit {
  position: relative;
  width: 130px;
  height: 94px;
  margin: 28px 0;
}
.ear-orbit:before,
.ear-orbit:after,
.ear-orbit i {
  content: "";
  position: absolute;
  border: 1px solid rgba(93, 113, 108, 0.42);
  border-radius: 50%;
}
.ear-orbit:before {
  inset: 4px 20px;
  animation: pulse 4s infinite;
}
.ear-orbit:after {
  inset: 18px 34px;
}
.ear-orbit i {
  inset: 31px 49px;
  background: rgba(255, 255, 255, 0.3);
}
.ear-orbit b,
.ear-orbit em {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--rose);
}
.ear-orbit b {
  left: 10px;
  top: 42px;
}
.ear-orbit em {
  right: 8px;
  top: 50px;
}
@keyframes pulse {
  50% {
    transform: scale(1.13);
    opacity: 0.45;
  }
}
.intro {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 15px;
  line-height: 2;
  color: #66706d;
  margin: 0 0 30px;
}
.primary {
  width: 100%;
  max-width: 360px;
  border: 0;
  border-radius: 999px;
  background: #667775;
  color: #f8f7f3;
  padding: 17px 22px;
  display: flex;
  justify-content: center;
  gap: 22px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(71, 87, 83, 0.14);
  transition: 0.25s;
}
.primary:hover {
  transform: translateY(-2px);
  background: #596b67;
}
.primary:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}
.primary span {
  font-size: 17px;
}
.micro {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #929893;
  margin-top: 15px;
}
.listen-screen h2,
.end-screen h2 {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
.hint {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
.player {
  position: relative;
  display: block;
  width: 176px;
  height: 176px;
  margin: 40px auto 14px;
  border: 1px solid rgba(75, 92, 88, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  color: var(--ink);
}
.play-icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%);
  font-size: 22px;
}
.rings,
.rings i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(112, 135, 130, 0.22);
  border-radius: 50%;
}
.rings i:nth-child(1) {
  inset: 15px;
}
.rings i:nth-child(2) {
  inset: 32px;
}
.rings i:nth-child(3) {
  inset: 49px;
}
.is-playing .rings {
  animation: spin 8s linear infinite;
}
.is-playing .rings i:nth-child(2) {
  animation: pulse 1.4s ease infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.play-copy {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  margin: 0 0 38px;
}
.answer-box {
  display: block;
  padding: 21px 20px 12px;
  border-radius: 18px;
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 16px 45px rgba(65, 75, 72, 0.07);
  margin-bottom: 20px;
}
.answer-box > span {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
.answer-box textarea {
  width: 100%;
  height: 100px;
  resize: none;
  border: 0;
  border-top: 1px solid rgba(63, 73, 72, 0.12);
  background: transparent;
  padding: 13px 0;
  outline: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.7;
}
.answer-box textarea::placeholder {
  color: #9ca19d;
}
.answer-box small {
  display: block;
  text-align: right;
  color: #a2a7a3;
  font-size: 10px;
}
.reveal-screen {
  text-align: center;
}
.reveal-label,
.seed-label {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.title-reveal {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-weight: 400;
  font-size: 38px;
  margin: 12px 0 38px;
}
.seeds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 38px;
}
.seeds span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  color: #69736f;
  border: 1px solid rgba(255, 255, 255, 0.52);
}
.your-answer {
  background: rgba(196, 167, 161, 0.14);
  border-radius: 22px;
  padding: 25px;
  margin-bottom: 34px;
}
.your-answer small {
  color: var(--muted);
}
.your-answer p {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 22px;
  line-height: 1.55;
  margin: 9px 0 0;
}
.others > p {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.13em;
}
.answer-cloud {
  position: relative;
  height: 245px;
  margin: 15px 0;
}
.answer-cloud span {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 13px;
  white-space: nowrap;
}
.cloud-0 {
  left: 2%;
  top: 18px;
  transform: rotate(-3deg);
}
.cloud-1 {
  right: 4%;
  top: 0;
  transform: rotate(2deg);
}
.cloud-2 {
  left: 30%;
  top: 76px;
}
.cloud-3 {
  left: 0;
  top: 136px;
  transform: rotate(2deg);
}
.cloud-4 {
  right: 2%;
  top: 140px;
  transform: rotate(-2deg);
}
.cloud-5 {
  left: 17%;
  top: 198px;
}
.relisten {
  padding: 28px 20px;
  margin: 10px 0 22px;
  border-top: 1px solid rgba(63, 73, 72, 0.12);
  border-bottom: 1px solid rgba(63, 73, 72, 0.12);
}
.relisten p {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  line-height: 1.8;
}
.mini-player {
  border: 1px solid rgba(63, 73, 72, 0.24);
  background: rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 12px 20px;
  color: var(--ink);
  cursor: pointer;
}
.end-screen {
  text-align: center;
}
.end-screen h2 {
  line-height: 1.5;
  margin: 24px 0 35px;
}
.choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.choices button {
  padding: 17px;
  border-radius: 16px;
  border: 1px solid rgba(63, 73, 72, 0.14);
  background: rgba(255, 255, 255, 0.36);
  color: var(--ink);
  cursor: pointer;
}
.choices button.selected {
  background: #7f918d;
  color: white;
  border-color: #7f918d;
}
.closing {
  margin-top: 45px;
  animation: rise 0.5s both;
}
.closing p {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 23px;
}
.closing small {
  display: block;
  color: var(--muted);
  line-height: 1.8;
  margin: 12px 0 30px;
}
.lock-button {
  position: relative;
}
.lock-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(232, 233, 228, 0.9);
  backdrop-filter: blur(18px);
  animation: lock-in 0.3s ease both;
}
.lock-overlay p {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 27px;
  letter-spacing: 0.12em;
  margin: 22px 0 10px;
}
.lock-overlay small {
  color: var(--muted);
  letter-spacing: 0.12em;
}
.lock-seal {
  position: relative;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(102, 119, 117, 0.35);
}
.lock-seal:before,
.lock-seal i {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(102, 119, 117, 0.24);
}
.lock-seal:before {
  inset: 12px;
}
.lock-seal i {
  inset: -14px;
  animation: seal 1.15s ease both;
}
.lock-seal b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #71837f;
  color: white;
  font-size: 20px;
  font-style: normal;
}
@keyframes lock-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes seal {
  0% {
    transform: scale(0.55);
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.15;
  }
}
.ear-result {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 24px 20px 22px;
  border-radius: 24px;
  text-align: left;
  background: linear-gradient(
    145deg,
    rgba(112, 134, 128, 0.92),
    rgba(86, 104, 100, 0.96)
  );
  color: #f7f4ed;
  box-shadow: 0 20px 48px rgba(67, 82, 78, 0.2);
}
.ear-result:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  right: -62px;
  top: -56px;
  box-shadow:
    0 0 0 22px rgba(255, 255, 255, 0.04),
    0 0 0 46px rgba(255, 255, 255, 0.025);
}
.ear-result > span {
  font:
    600 9px/1 Arial,
    sans-serif;
  letter-spacing: 0.2em;
  opacity: 0.72;
}
.ear-result > i {
  position: absolute;
  right: 20px;
  top: 20px;
  font:
    italic 16px/1 Georgia,
    serif;
  opacity: 0.55;
}
.ear-result h3 {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 25px 0 12px;
}
.ear-result p {
  font-size: 15px !important;
  line-height: 1.75;
  margin: 0 !important;
}
.ear-result small {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 9px;
  letter-spacing: 0.08em;
  margin: 20px 0 0 !important;
}
.closing .thanks {
  font-size: 19px;
  margin: 0 0 8px;
}
.closing .closing-copy {
  margin: 0 0 28px;
}
@media (min-width: 700px) {
  .shell {
    width: 430px;
    min-height: 860px;
    margin: 28px auto;
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(50, 57, 55, 0.18);
  }
  .topbar {
    border-radius: 28px 28px 0 0;
  }
  .screen {
    min-height: 788px;
  }
  .mist {
    position: absolute;
  }
  body {
    padding: 1px 0 28px;
    background: linear-gradient(135deg, #d5d0c7, #c9d0cc);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.mode-entries {
  width: 100%;
  max-width: 360px;
  display: grid;
  gap: 10px;
}
.mode-entry {
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 13px 18px;
  border: 1px solid rgba(63, 73, 72, 0.18);
  border-radius: 20px;
  color: var(--ink);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  box-shadow: none;
  transition: 0.25s ease;
}
.mode-entry:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 107, 102, 0.3);
  background: rgba(255, 255, 255, 0.42);
}
.mode-entry > .mode-copy {
  display: grid;
  gap: 4px;
  padding: 0 38px;
}
.mode-entry b {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.mode-entry small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.04em;
}
.mode-entry > i {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-style: normal;
}
.single-entry {
  max-width: none;
  border: 0;
  border-radius: 20px;
  justify-content: flex-start;
  text-align: left;
  background: #667775;
  color: #f8f7f3;
  padding: 13px 18px;
}
.mode-entry.single-entry > .mode-copy {
  padding: 0;
}
.single-entry small {
  color: rgba(248, 247, 243, 0.7);
}
.duo-listen-entry {
  border-color: rgba(102, 119, 117, 0.34);
  background: rgba(102, 119, 117, 0.1);
}
.duo-listen-entry .duo-arrow-left {
  left: 18px;
  right: auto;
}
.duo-listen-entry .duo-arrow-right {
  left: auto;
  right: 18px;
}
.compose-entry {
  justify-content: flex-end;
  text-align: right;
}
.mode-entry.compose-entry > .mode-copy {
  padding: 0;
}
.roller-arrow {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 66px;
  height: 42px;
  padding: 0 !important;
  transform: translateY(-50%);
}
.roller-arrow i {
  position: absolute;
  font-family: Arial, sans-serif;
  font-variant-emoji: text;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}
.roller-arrow i:first-child {
  left: 0;
  top: 14px;
}
.roller-arrow i:nth-child(2) {
  left: 24px;
  top: 14px;
}
.roller-arrow i:last-child {
  left: 48px;
  top: 14px;
}

/* v0.2 · 听觉偏移 */
.reflect-screen h2,
.report-screen h2 {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
}
.reveal-beat {
  animation: unfog 0.75s ease both;
}
.beat-2 {
  animation-delay: 0.14s;
}
.beat-3 {
  animation-delay: 0.32s;
}
.beat-4 {
  animation-delay: 0.52s;
}
@keyframes unfog {
  from {
    opacity: 0;
    filter: blur(9px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.answer-field {
  margin: 36px 0 28px;
  text-align: left;
}
.answer-field > p,
.choice-label {
  margin: 0 0 15px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.answer-drift {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
.answer-drift span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 12px;
  line-height: 1.25;
  color: #64706c;
  animation: drift-in 0.55s ease both;
}
@keyframes drift-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.answer-field.after .answer-drift span {
  background: rgba(126, 148, 143, 0.14);
  border-color: rgba(126, 148, 143, 0.14);
}
.answer-field .answer-drift {
  gap: 15px 9px;
  padding: 12px 1px 16px;
}
.answer-field .answer-drift span {
  white-space: nowrap;
}
.answer-field.before .answer-drift span:nth-child(1) {
  rotate: -4deg;
  translate: -5px 5px;
}
.answer-field.before .answer-drift span:nth-child(2) {
  rotate: 3deg;
  translate: 6px -5px;
}
.answer-field.before .answer-drift span:nth-child(3) {
  rotate: -2deg;
  translate: -8px 6px;
}
.answer-field.before .answer-drift span:nth-child(4) {
  rotate: 4deg;
  translate: 5px 1px;
}
.answer-field.before .answer-drift span:nth-child(5) {
  rotate: -3deg;
  translate: -3px -4px;
}
.answer-field.before .answer-drift span:nth-child(6) {
  rotate: 2deg;
  translate: 7px 7px;
}
.answer-field.before .answer-drift span:nth-child(7) {
  rotate: -4deg;
  translate: -4px 3px;
}
.answer-field.before .answer-drift span:nth-child(8) {
  rotate: 3deg;
  translate: 8px -2px;
}
.answer-field.before .answer-drift span:nth-child(9) {
  rotate: -2deg;
  translate: 0 7px;
}
.answer-field.after .answer-drift span:nth-child(1) {
  rotate: 3deg;
  translate: -8px 5px;
}
.answer-field.after .answer-drift span:nth-child(2) {
  rotate: -4deg;
  translate: 5px -4px;
}
.answer-field.after .answer-drift span:nth-child(3) {
  rotate: 2deg;
  translate: 8px 6px;
}
.answer-field.after .answer-drift span:nth-child(4) {
  rotate: -3deg;
  translate: -6px 1px;
}
.answer-field.after .answer-drift span:nth-child(5) {
  rotate: 4deg;
  translate: 4px -4px;
}
.answer-field.after .answer-drift span:nth-child(6) {
  rotate: -2deg;
  translate: -7px 7px;
}
.answer-field.after .answer-drift span:nth-child(7) {
  rotate: 3deg;
  translate: 5px 3px;
}
.answer-field.after .answer-drift span:nth-child(8) {
  rotate: -3deg;
  translate: 0 8px;
}
.reflect-screen {
  text-align: center;
}
.reflect-screen .hint {
  line-height: 1.75;
}
.second-answer {
  margin-top: 38px;
  text-align: left;
}
.choice-label {
  margin-top: 32px;
}
.report-button {
  margin-top: 24px;
}
.report-screen {
  text-align: center;
}
.report-screen h2 {
  font-size: 32px;
  margin-top: 18px;
}
.report-intro {
  max-width: 340px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 14px;
  line-height: 1.8;
}
.shift-card {
  position: relative;
  margin: 0;
  padding: 26px 22px;
  border-radius: 26px;
  text-align: left;
  background: linear-gradient(
    150deg,
    rgba(105, 126, 121, 0.96),
    rgba(75, 93, 89, 0.96)
  );
  color: #f7f4ed;
  box-shadow: 0 22px 55px rgba(55, 70, 66, 0.2);
  overflow: hidden;
}
.shift-card:after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  right: -105px;
  top: -92px;
  box-shadow:
    0 0 0 25px rgba(255, 255, 255, 0.035),
    0 0 0 52px rgba(255, 255, 255, 0.02);
}
.shift-card div {
  position: relative;
  z-index: 1;
}
.shift-card small {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: rgba(255, 255, 255, 0.62);
}
.shift-card p {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 9px 0;
}
.shift-card > i {
  display: block;
  height: 28px;
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.4);
  font-style: normal;
}
.change-stamp {
  position: absolute;
  right: 18px;
  bottom: 17px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.75);
}
.report-footer {
  margin: 37px 0 28px;
}
.report-footer p {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 10px;
}
.report-footer small {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
@media (max-width: 370px) {
  .screen {
    padding-left: 20px;
    padding-right: 20px;
  }
  .answer-drift {
    gap: 7px;
  }
  .answer-drift span {
    font-size: 11px;
    padding: 9px 11px;
  }
  .shift-card p {
    font-size: 18px;
  }
}

/* v0.3 · 听觉坐标与游戏结算 */
.mood-row input {
  height: 30px !important;
  margin-top: 6px !important;
  cursor: pointer;
  touch-action: none;
}
.bet-row button {
  will-change: transform;
}
.bet-row button.selected {
  transform: translateY(-1px) !important;
  animation: coordinate-tap 0.18s ease both;
}
@keyframes coordinate-tap {
  0% {
    scale: 0.97;
  }
  100% {
    scale: 1;
  }
}
.answer-drift button.picked,
.choices button.selected {
  animation: choice-tap 0.18s ease both;
}
@keyframes choice-tap {
  0% {
    scale: 0.98;
  }
  100% {
    scale: 1;
  }
}
#resonance-feedback:empty,
#relisten-action:empty {
  display: none;
}
.answer-field.before .answer-drift button:nth-child(1) {
  rotate: -4deg;
  translate: -5px 5px;
}
.answer-field.before .answer-drift button:nth-child(2) {
  rotate: 3deg;
  translate: 6px -5px;
}
.answer-field.before .answer-drift button:nth-child(3) {
  rotate: -2deg;
  translate: -8px 6px;
}
.answer-field.before .answer-drift button:nth-child(4) {
  rotate: 4deg;
  translate: 5px 1px;
}
.answer-field.before .answer-drift button:nth-child(5) {
  rotate: -3deg;
  translate: -3px -4px;
}
.answer-field.before .answer-drift button:nth-child(6) {
  rotate: 2deg;
  translate: 7px 7px;
}
.answer-field.before .answer-drift button:nth-child(7) {
  rotate: -4deg;
  translate: -4px 3px;
}
.answer-field.before .answer-drift button:nth-child(8) {
  rotate: 3deg;
  translate: 8px -2px;
}
.answer-field.before .answer-drift button:nth-child(9) {
  rotate: -2deg;
  translate: 0 7px;
}
.answer-field.after .answer-drift button:nth-child(odd) {
  rotate: -3deg;
  translate: -3px 4px;
}
.answer-field.after .answer-drift button:nth-child(even) {
  rotate: 3deg;
  translate: 5px -3px;
}
.bet-screen h2,
.card-reveal h2 {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
}
.bet-panel {
  margin: 34px 0 25px;
  padding: 7px 19px 12px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 45px rgba(65, 75, 72, 0.07);
}
.bet-row {
  padding: 17px 0;
  border-bottom: 1px solid rgba(63, 73, 72, 0.1);
}
.bet-row:last-child {
  border: 0;
}
.bet-row > p {
  margin: 0 0 11px;
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 14px;
}
.bet-row > div {
  display: flex;
  gap: 7px;
}
.bet-row button {
  flex: 1;
  border: 1px solid rgba(63, 73, 72, 0.13);
  border-radius: 999px;
  padding: 10px 5px;
  background: rgba(255, 255, 255, 0.34);
  color: var(--ink);
  font-size: 11px;
  cursor: pointer;
  transition: 0.2s;
}
.bet-row button.selected {
  background: #738783;
  color: white;
  border-color: #738783;
  transform: translateY(-2px);
  box-shadow: 0 7px 16px rgba(76, 96, 91, 0.15);
}
.mood-label {
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
}
.mood-label b {
  color: #697b77;
  font-weight: 500;
}
.mood-row input {
  width: 100%;
  accent-color: #738783;
  margin-top: 12px;
}
.card-reveal {
  text-align: center;
}
.reveal-progress {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: -2px 0 34px;
}
.reveal-progress i {
  width: 30px;
  height: 3px;
  border-radius: 9px;
  background: rgba(63, 73, 72, 0.13);
}
.reveal-progress i.on {
  background: #81958f;
}
.flip-card,
.crowd-card {
  margin: 0 0 28px;
  padding: 30px 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 22px 55px rgba(58, 72, 68, 0.1);
  animation: flip-in 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
@keyframes flip-in {
  from {
    opacity: 0;
    transform: perspective(700px) rotateY(-16deg) translateY(15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.flip-card > small,
.crowd-card > small {
  font-size: 9px;
  letter-spacing: 0.14em;
  color: var(--rose);
}
.flip-card h2 {
  margin: 24px 0;
  overflow-wrap: anywhere;
}
.bet-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.bet-summary span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(111, 134, 128, 0.12);
  font-size: 11px;
}
.seed-stack {
  display: grid;
  gap: 10px;
}
.seed-stack span {
  padding: 14px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.45);
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 13px;
  animation: drift-in 0.5s ease both;
}
.seed-stack span:nth-child(2) {
  animation-delay: 0.15s;
}
.seed-stack span:nth-child(3) {
  animation-delay: 0.3s;
}
.crowd-card {
  padding-left: 12px;
  padding-right: 12px;
}
.crowd-card h2 {
  font-size: 24px;
  margin: 15px 0 24px;
}
.answer-drift button {
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.42);
  color: #64706c;
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 12px;
  cursor: pointer;
  animation: drift-in 0.55s ease both;
  transition: 0.22s;
}
.answer-drift button.picked {
  background: #718580;
  color: white;
  border-color: #718580;
  box-shadow: 0 9px 20px rgba(70, 90, 85, 0.2);
  scale: 1.05;
}
.resonance-feedback {
  margin: 29px 9px 0;
  padding: 20px;
  border-radius: 19px;
  background: rgba(196, 167, 161, 0.14);
  animation: rise 0.45s ease both;
}
.resonance-feedback b {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 18px;
  font-weight: 400;
}
.resonance-feedback p {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin: 8px 0 0;
}
.small-player {
  width: 126px;
  height: 126px;
  margin-top: 30px;
}
.result-badge {
  display: inline-block;
  margin: 4px 0 12px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(196, 167, 161, 0.19);
  color: #9d7771;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.shift-card em {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-style: normal;
}
.complete-stamp {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 16px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  rotate: 7deg;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  letter-spacing: 0.12em;
}
.same-ear {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.same-ear p {
  font-size: 15px;
  margin-bottom: 0;
}
.end-actions {
  display: grid;
  gap: 10px;
}
.ghost {
  width: 100%;
  max-width: 360px;
  margin: auto;
  padding: 14px;
  border: 1px solid rgba(63, 73, 72, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  color: var(--ink);
  cursor: pointer;
}
.finish-burst {
  display: none;
}
.celebrating .finish-burst {
  position: fixed;
  display: grid;
  place-items: center;
  inset: 0;
  z-index: 30;
  background: rgba(52, 64, 61, 0.92);
  backdrop-filter: blur(12px);
  animation: burst-bg 1.8s ease both;
}
.finish-burst > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #faf7ef;
  animation: finish-pop 0.75s cubic-bezier(0.2, 1.5, 0.4, 1) both;
}
.finish-burst b {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #c18d83;
  font-size: 30px;
  box-shadow:
    0 0 0 13px rgba(255, 255, 255, 0.07),
    0 0 0 27px rgba(255, 255, 255, 0.035);
}
.finish-burst p {
  font-family: "Faner Serif", "Songti SC", "STSong", serif;
  font-size: 28px;
  letter-spacing: 0.18em;
  margin: 25px 0;
}
.finish-burst > i {
  position: absolute;
  width: 10px;
  height: 28px;
  border-radius: 8px;
  animation: confetti 1.2s ease-out both;
}
.finish-burst > i:nth-child(1) {
  left: 22%;
  top: 25%;
  background: #c8a19a;
  rotate: -25deg;
}
.finish-burst > i:nth-child(2) {
  right: 19%;
  top: 31%;
  background: #91aaa5;
  rotate: 31deg;
}
.finish-burst > i:nth-child(3) {
  left: 28%;
  bottom: 23%;
  background: #d1b982;
  rotate: 18deg;
}
.finish-burst > i:nth-child(4) {
  right: 27%;
  bottom: 20%;
  background: #a5af8f;
  rotate: -37deg;
}
.finish-burst > i:nth-child(5) {
  left: 13%;
  top: 52%;
  background: #9aabb8;
  rotate: 48deg;
}
.finish-burst > i:nth-child(6) {
  right: 12%;
  top: 54%;
  background: #c6a5b2;
  rotate: -54deg;
}
@keyframes finish-pop {
  from {
    opacity: 0;
    scale: 0.5;
    rotate: -7deg;
  }
  to {
    opacity: 1;
    scale: 1;
    rotate: 0;
  }
}
@keyframes confetti {
  from {
    opacity: 0;
    transform: translateY(-70px) rotate(0);
  }
  to {
    opacity: 1;
    transform: translateY(45px) rotate(170deg);
  }
}
@keyframes burst-bg {
  0%,
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
