:root {
  --ink: #000000;
  --cream: #f5f2ea;
  --cream-94: rgba(245, 242, 234, 0.94);
  --cream-90: rgba(245, 242, 234, 0.90);
  --cream-78: rgba(245, 242, 234, 0.78);
  --cream-62: rgba(245, 242, 234, 0.62);
  --cream-56: rgba(245, 242, 234, 0.56);
  --cream-48: rgba(245, 242, 234, 0.48);
  --cream-42: rgba(245, 242, 234, 0.42);
  --cream-34: rgba(245, 242, 234, 0.34);
  --gold: #d6b46c;
  --gold-94: rgba(214, 180, 108, 0.94);
  --gold-86: rgba(214, 180, 108, 0.86);
  --gold-72: rgba(214, 180, 108, 0.72);
  --gold-62: rgba(214, 180, 108, 0.62);
  --gold-42: rgba(214, 180, 108, 0.42);
  --gold-24: rgba(214, 180, 108, 0.24);
  --gold-18: rgba(214, 180, 108, 0.18);
  --safe-top: env(safe-area-inset-top);
  --safe-bottom: env(safe-area-inset-bottom);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--ink);
  color: var(--cream);
}

body {
  overflow: hidden;
  font-family: "Songti SC", "Noto Serif SC", "Source Han Serif SC", "PingFang SC",
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

button,
input {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.app {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

@media (min-width: 700px) {
  body {
    background:
      radial-gradient(circle at 50% 26%, rgba(214, 180, 108, 0.07), transparent 32%),
      #000;
  }

  .app {
    width: min(430px, 100vw);
    margin: 0 auto;
    border-left: 1px solid rgba(214, 180, 108, 0.12);
    border-right: 1px solid rgba(214, 180, 108, 0.12);
  }
}

#audio {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.view {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  background: #000;
}

.view.active {
  display: block;
}

.hidden {
  display: none !important;
}

.manifest-dynamic-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", sans-serif;
}

.top-nav {
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--safe-top) + 52px);
  padding: var(--safe-top) 24px 0;
  display: flex;
  align-items: center;
}

.top-nav.hidden {
  display: none;
}

.nav-item {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--cream-34);
}

.nav-item.nav-active {
  color: var(--cream-90);
}

.nav-cn {
  display: block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.25px;
  line-height: 16px;
}

.nav-en {
  display: block;
  margin-top: 1px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 12px;
  text-transform: uppercase;
}

.nav-line {
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 19px;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(214, 180, 108, 0.58);
  opacity: 0;
}

.nav-active .nav-line {
  opacity: 1;
}

.primary-gold-btn {
  border: 1px solid var(--gold-62);
  border-radius: 999px;
  background: linear-gradient(180deg, #e0c17a 0%, #cda75f 100%);
  box-shadow:
    0 0 11px rgba(214, 180, 108, 0.24),
    0 0 22px rgba(214, 180, 108, 0.10),
    inset 0 1px 0 rgba(255, 244, 210, 0.32);
  color: rgba(0, 0, 0, 0.86);
}

.primary-gold-btn-text {
  color: rgba(0, 0, 0, 0.86);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 4.5px;
  line-height: 1;
}

.home-view {
  overflow: hidden;
  font-family: "Songti SC", "Noto Serif SC", serif;
}

.brand-hero {
  position: relative;
  z-index: 5;
  height: 20vh;
  padding: calc(var(--safe-top) + 52px) 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sound-line {
  width: 130px;
  height: 9px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sound-line span {
  width: 100%;
  height: 1px;
  background: rgba(245, 242, 234, 0.18);
  animation: soundBreath 4s ease-in-out infinite;
}

.hero-title {
  color: rgba(245, 242, 234, 0.72);
  font-size: 19.5px;
  font-weight: 300;
  letter-spacing: 17px;
  line-height: 29px;
  text-indent: 17px;
}

.hero-subtitle {
  display: block;
  margin-top: 6px;
  color: var(--cream-48);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 15px;
  text-transform: uppercase;
}

.sku-section {
  position: relative;
  height: calc(100vh - var(--safe-top) - 52px - 20vh - 42px);
  height: calc(100svh - var(--safe-top) - 52px - 20vh - 42px);
  overflow: hidden;
}

.sku-track {
  height: 100%;
  display: flex;
  transition: transform 360ms ease;
}

.sku-slide {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding: 0 26px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.sku-visual {
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(42px, 8vh, 82px);
  width: 100%;
  height: clamp(260px, 38vh, 340px);
  margin-bottom: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sku-img {
  width: clamp(270px, 72vw, 340px);
  height: clamp(270px, 72vw, 340px);
  object-fit: contain;
  opacity: 0.94;
}

.sku-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  width: 100%;
  padding: 0 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sku-name-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
}

.sku-name {
  color: var(--cream-56);
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 17px;
}

.sku-en-name {
  color: var(--cream-56);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 17px;
  text-transform: uppercase;
}

.sku-promise {
  display: block;
  margin-top: 6px;
  color: var(--gold);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 29px;
}

.sku-desc {
  display: block;
  max-width: 260px;
  margin-top: 13px;
  color: var(--cream-48);
  white-space: pre-line;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.learn-more-btn {
  width: 168px;
  height: 36px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bar {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: calc(var(--safe-bottom) + 14px);
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.sku-progress {
  width: 202px;
  height: 26px;
  padding: 0 4px;
  border: 1px solid var(--gold-24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}

.progress-item {
  flex: 1;
  height: 26px;
  color: var(--cream-34);
  text-align: center;
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 1.25px;
  line-height: 26px;
}

.progress-item.progress-active {
  color: var(--cream-94);
  font-weight: 600;
}

.about-view {
  overflow: hidden;
  font-family: "Songti SC", "Noto Serif SC", serif;
}

.about-track {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 320ms ease;
}

.about-slide {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 60%, rgba(214, 180, 108, 0.035), transparent 42%),
    #000;
}

.about-bg-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  pointer-events: none;
}

.about-slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.78) 100%),
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.26) 72%);
}

.about-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(214, 180, 108, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.about-slide-bg-01::after { left: -130px; top: 12vh; }
.about-slide-bg-02::after { left: 50%; top: 50%; transform: translate(-50%, -50%); }
.about-slide-bg-03::after { right: -140px; bottom: 8vh; }
.about-slide-bg-04::after { left: -90px; bottom: 8vh; border-radius: 38%; }
.about-slide-bg-05::after {
  left: 50%;
  bottom: -150px;
  width: 340px;
  height: 210px;
  transform: translateX(-50%);
  border: 0;
  background: radial-gradient(circle, rgba(214, 180, 108, 0.08), transparent 62%);
}

.sound-mark {
  position: absolute;
  z-index: 2;
  width: 210px;
  height: 70px;
  opacity: 0.07;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(214, 180, 108, 0.32) 8% 8.4%, transparent 8.4% 16%),
    linear-gradient(90deg, transparent 0 18%, rgba(214, 180, 108, 0.18) 18% 18.4%, transparent 18.4% 26%),
    linear-gradient(90deg, transparent 0 34%, rgba(245, 242, 234, 0.16) 34% 34.4%, transparent 34.4% 42%),
    linear-gradient(90deg, transparent 0 56%, rgba(214, 180, 108, 0.2) 56% 56.4%, transparent 56.4% 64%),
    linear-gradient(90deg, transparent 0 78%, rgba(245, 242, 234, 0.12) 78% 78.4%, transparent 78.4% 86%);
  animation: aboutSoundBreath 5.8s ease-in-out infinite;
}

.sound-mark-01 { left: 18px; top: 19vh; }
.sound-mark-02 { left: 50%; top: 41vh; transform: translateX(-50%); }
.sound-mark-03 { right: 9px; bottom: 20vh; }
.sound-mark-04 { left: 17px; bottom: 16vh; transform: rotate(10deg); }
.sound-mark-05 { left: 50%; bottom: 18vh; transform: translateX(-50%); opacity: 0.08; }

.slide-copy {
  position: absolute;
  z-index: 3;
}

.slide-copy-01 {
  left: 36px;
  top: calc(var(--safe-top) + 92px);
  width: calc(100% - 72px);
  text-align: left;
}

.slide-copy-02 {
  left: 50%;
  top: 46%;
  width: calc(100% - 50px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.slide-copy-03 {
  right: 32px;
  bottom: calc(var(--safe-bottom) + 78px);
  width: calc(100% - 64px);
  text-align: right;
}

.slide-copy-04 {
  left: 32px;
  bottom: calc(var(--safe-bottom) + 74px);
  width: calc(100% - 64px);
  text-align: left;
}

.slide-copy-05 {
  left: 50%;
  bottom: calc(var(--safe-bottom) + 65px);
  width: calc(100% - 50px);
  transform: translateX(-50%);
  text-align: center;
}

.slide-copy-05 .slide-kicker,
.slide-copy-05 .slide-text {
  transform: translateY(-130px);
}

.slide-kicker {
  display: block;
  margin-bottom: 17px;
  color: var(--gold-72);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 14px;
  text-transform: uppercase;
}

.line {
  display: block;
  color: rgba(245, 242, 234, 0.82);
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 29px;
}

.gold,
.brand-close {
  color: var(--gold);
}

.statement {
  color: var(--cream-90);
  font-size: 22px;
  line-height: 35px;
}

.slide-note {
  display: block;
  margin-top: 17px;
  color: rgba(245, 242, 234, 0.54);
  white-space: pre-line;
  font-size: 12.5px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 22px;
}

.slide-en {
  display: block;
  margin-top: 17px;
  color: var(--cream-42);
  word-break: keep-all;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}

.keyword-row {
  margin-top: 19px;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.keyword {
  color: rgba(214, 180, 108, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 17px;
}

.keyword-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(214, 180, 108, 0.45);
}

.brand-close {
  display: block;
  margin-top: 19px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 25px;
}

.back-home-btn {
  width: 118px;
  height: 34px;
  margin: 21px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-progress {
  position: absolute;
  z-index: 20;
  left: 36px;
  right: 36px;
  bottom: calc(var(--safe-bottom) + 21px);
  height: 1px;
}

.progress-track {
  width: 100%;
  height: 1px;
  background: rgba(245, 242, 234, 0.1);
}

.progress-fill {
  height: 1px;
  background: var(--gold-62);
  transition: width 280ms ease;
}

.sku-detail-view {
  min-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: var(--cream);
  font-family: "Songti SC", "Noto Serif SC", serif;
}

.detail-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  height: calc(var(--safe-top) + 44px);
  padding: var(--safe-top) 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.96);
}

.back-entry {
  height: 32px;
  display: flex;
  align-items: center;
}

.back-text {
  color: rgba(245, 242, 234, 0.68);
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 16px;
}

.sku-tabs {
  height: 32px;
  display: flex;
  align-items: center;
}

.sku-tab {
  position: relative;
  height: 32px;
  padding: 0 6px;
  color: var(--cream-34);
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 0.75px;
}

.sku-tab.sku-tab-active {
  color: var(--cream-90);
  font-weight: 500;
}

.tab-line {
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 18px;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(245, 242, 234, 0.5);
}

.detail-content {
  padding: 0 20px;
}

.hero-section {
  padding: 9px 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.portal-visual {
  width: 250px;
  height: 250px;
  margin: -5px auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-sku-img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  opacity: 0.9;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-title-detail {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  color: var(--gold);
}

.hero-title-cn {
  color: var(--gold);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 35px;
}

.hero-title-en {
  color: var(--gold);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 35px;
  text-transform: uppercase;
}

.hero-desc {
  display: block;
  max-width: 300px;
  margin-top: 9px;
  color: rgba(245, 242, 234, 0.52);
  font-size: 12.5px;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 21px;
}

.section {
  padding-top: 38px;
  border-top: 0;
}

.section-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-index-circle {
  width: 24px;
  height: 24px;
  border: 1px solid var(--gold-24);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-72);
  font-size: 10px;
  letter-spacing: 1px;
}

.section-title {
  color: rgba(214, 180, 108, 0.9);
  font-size: 17.5px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 25px;
}

.price-grid {
  display: flex;
  gap: 8px;
}

.price-plan {
  flex: 1;
  min-height: 87px;
  padding: 15px 10px;
  border: 1px solid var(--gold-24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.price-spec {
  display: block;
  color: var(--cream-78);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 17px;
}

.price-row {
  margin-top: 7px;
  display: flex;
  align-items: baseline;
}

.price-unit {
  color: var(--cream-78);
  font-size: 12px;
  font-weight: 300;
}

.price-number {
  margin-left: 2px;
  color: var(--cream);
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 29px;
}

.price-carrier {
  display: block;
  margin-top: 6px;
  color: rgba(245, 242, 234, 0.38);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 16px;
}

.carrier-note,
.demo-desc {
  display: block;
  color: var(--cream-62);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.carrier-strip {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.carrier-card {
  flex: 0 0 76%;
  min-height: 248px;
  padding: 16px;
  border: 1px solid var(--gold-18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  scroll-snap-align: start;
}

.carrier-image-wrap {
  width: 100%;
  aspect-ratio: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrier-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carrier-image-placeholder {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(214, 180, 108, 0.14);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrier-image-placeholder::after {
  content: "";
  width: 42%;
  height: 1px;
  background: var(--gold-24);
}

.carrier-title {
  display: block;
  margin-top: 14px;
  color: var(--cream-90);
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}

.carrier-desc {
  display: block;
  margin-top: 9px;
  color: var(--cream-48);
  white-space: pre-line;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 20px;
}

.demo-story {
  display: block;
  color: var(--cream);
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 28px;
}

.demo-desc {
  margin-top: 13px;
}

.track-list {
  margin-top: 22px;
}

.track-row {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-bottom: 1px solid var(--gold-18);
  background: rgba(255, 255, 255, 0.025);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.track-row:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.track-row:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.track-row-disabled {
  opacity: 0.36;
}

.track-copy-row {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.track-index {
  flex-shrink: 0;
  margin-right: 12px;
  color: var(--cream-78);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.track-title-row {
  min-width: 0;
  color: var(--cream);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.play-circle {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-left: 12px;
  border: 1px solid rgba(214, 180, 108, 0.72);
  border-radius: 50%;
  background: rgba(214, 180, 108, 0.035);
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-play-icon-play {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid rgba(214, 180, 108, 0.9);
}

.demo-play-icon-pause {
  display: flex;
  gap: 4px;
}

.demo-play-icon-pause span {
  width: 3px;
  height: 13px;
  border-radius: 999px;
  background: rgba(214, 180, 108, 0.9);
}

.demo-play-icon-loading {
  width: 12px;
  height: 12px;
  border: 2px solid rgba(245, 242, 234, 0.16);
  border-top-color: var(--gold-86);
  border-radius: 50%;
  animation: listenSpin 800ms linear infinite;
}

.process-flow {
  margin-top: 21px;
}

.process-intro-title,
.process-group-title {
  display: block;
  color: var(--cream);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 24px;
}

.process-group-title {
  margin-top: 28px;
}

.process-grid {
  margin-top: 14px;
  display: grid;
  gap: 9px;
}

.process-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.process-cell {
  min-height: 56px;
  padding: 11px 7px;
  border: 1px solid rgba(214, 180, 108, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.022);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(214, 180, 108, 0.06);
}

.process-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
  opacity: 0.86;
}

.process-text {
  display: block;
  flex: 1;
  min-width: 0;
  margin-top: 0;
  color: rgba(245, 242, 234, 0.68);
  white-space: pre-line;
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 16px;
  text-align: left;
}

.bottom-spacer {
  height: calc(var(--safe-bottom) + 75px);
}

.bottom-action-wrap {
  position: fixed;
  z-index: 35;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px calc(var(--safe-bottom) + 12px);
  background: linear-gradient(to top, #000 64%, rgba(0, 0, 0, 0));
}

@media (min-width: 700px) {
  .bottom-action-wrap {
    width: min(430px, 100vw);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.bottom-action {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-page {
  overflow: hidden;
  font-family: "Songti SC", "Noto Serif SC", serif;
  background:
    radial-gradient(circle at 50% 24%, rgba(214, 180, 108, 0.05), transparent 34%),
    #000;
}

.entry-state,
.work-state {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.entry-state {
  padding: calc(var(--safe-top) + 56px) 29px calc(var(--safe-bottom) + 36px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.entry-visual {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.entry-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
}

.entry-bg-mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.52) 0%,
      rgba(0, 0, 0, 0.18) 26%,
      rgba(0, 0, 0, 0.24) 52%,
      rgba(0, 0, 0, 0.72) 100%);
}

.entry-hero-copy {
  position: absolute;
  z-index: 2;
  left: 27px;
  right: 27px;
  top: calc(var(--safe-top) + 128px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: none;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.42);
}

.entry-hero-title {
  display: block;
  color: rgba(214, 180, 108, 0.92);
  font-size: 18.5px;
  font-weight: 300;
  letter-spacing: 1.9px;
  line-height: 28px;
}

.entry-hero-desc {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.entry-hero-desc span {
  color: rgba(218, 202, 168, 0.58);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 20px;
}

.entry-hero-en {
  display: block;
  max-width: 280px;
  margin-top: 15px;
  color: rgba(218, 202, 168, 0.32);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 15px;
  text-transform: uppercase;
}

.code-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 10.4vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.code-input {
  width: 100%;
  height: 46px;
  border-bottom: 1px solid rgba(214, 180, 108, 0.36);
  outline: none;
  color: rgba(245, 242, 234, 0.86);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 46px;
  text-align: center;
}

.code-input::placeholder {
  color: rgba(218, 202, 168, 0.44);
}

.recent-codes-row {
  width: 100%;
  min-height: 18px;
  margin-top: 12px;
  padding: 0 6px;
  color: rgba(245, 242, 234, 0.5);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 18px;
}

.recent-codes-label {
  color: rgba(218, 202, 168, 0.5);
}

.recent-code {
  color: var(--gold-86);
  font-size: 12px;
  letter-spacing: 0.6px;
}

.recent-code-separator {
  color: rgba(245, 242, 234, 0.36);
}

.enter-btn {
  width: 160px;
  height: 36px;
  margin-top: 26px;
}

.recent-codes-row:not(:empty) + .enter-btn {
  margin-top: 17px;
}

.error-text {
  min-height: 17px;
  margin-top: 14px;
  color: var(--cream-48);
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 17px;
}

.my-sounds-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.my-sounds-bg::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: 12vh;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(214, 180, 108, 0.032);
  border-radius: 50%;
  box-shadow:
    0 0 35px rgba(214, 180, 108, 0.026),
    inset 0 0 35px rgba(214, 180, 108, 0.018);
}

.my-sounds-bg-wave {
  position: absolute;
  right: 20px;
  bottom: 22vh;
  width: 220px;
  height: 75px;
  opacity: 0.08;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(214, 180, 108, 0.26) 12% 12.4%, transparent 12.4% 22%),
    linear-gradient(90deg, transparent 0 28%, rgba(245, 242, 234, 0.13) 28% 28.4%, transparent 28.4% 38%),
    linear-gradient(90deg, transparent 0 48%, rgba(214, 180, 108, 0.2) 48% 48.4%, transparent 48.4% 58%),
    linear-gradient(90deg, transparent 0 72%, rgba(245, 242, 234, 0.1) 72% 72.4%, transparent 72.4% 82%);
}

.work-head {
  position: absolute;
  z-index: 4;
  top: calc(var(--safe-top) + 86px);
  left: 0;
  right: 0;
  padding: 0 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.work-title {
  max-width: 320px;
  color: var(--gold);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 34px;
}

.work-sku {
  margin-top: 12px;
  color: var(--cream-62);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 19px;
  text-transform: uppercase;
}

.work-meta {
  margin-top: 7px;
  color: var(--cream-42);
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 0.9px;
  line-height: 18px;
}

.work-sku-visual {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 490px;
  height: 320px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-sku-image {
  width: 116%;
  height: 116%;
  object-fit: contain;
  opacity: 0.82;
}

.work-sku-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, transparent 28%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.34));
}

.track-swiper {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: calc(var(--safe-bottom) + 46px);
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.track-card-strip {
  position: relative;
  height: 100%;
}

.track-card {
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 165px;
  padding: 24px 12px 16px;
  border: 1px solid var(--gold-24);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 18%, rgba(214, 180, 108, 0.045), rgba(255, 255, 255, 0) 42%),
    rgba(255, 255, 255, 0.018);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.94);
  transition: opacity 280ms ease, transform 280ms ease, border-color 280ms ease;
}

.track-card-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  border-color: var(--gold-42);
  transform: translate(-50%, -50%) scale(1);
}

.track-card-prev,
.track-card-next {
  z-index: 2;
  opacity: 0.62;
  pointer-events: auto;
}

.track-card-prev {
  transform: translate(calc(-50% - 202px), -50%) scale(0.94);
}

.track-card-next {
  transform: translate(calc(-50% + 202px), -50%) scale(0.94);
}

.track-card-hidden {
  transform: translate(-50%, -50%) scale(0.9);
}

.track-label-card {
  position: absolute;
  top: 15px;
  left: 16px;
  color: rgba(214, 180, 108, 0.68);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase;
}

.track-title-card {
  max-width: 100%;
  color: var(--cream-90);
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 25px;
}

.track-en-title {
  display: block;
  margin-top: 3px;
  color: rgba(214, 180, 108, 0.5);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 15px;
  text-transform: uppercase;
}

.track-subtitle-card {
  max-width: 143px;
  margin-top: 9px;
  color: var(--cream-48);
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 19px;
}

.track-listen-btn {
  height: 27px;
  margin-top: 12px;
  padding: 0 15px;
  border: 1px solid var(--gold-62);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(214, 180, 108, 0.82);
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 2.5px;
}

@media (max-width: 380px) {
  .track-card {
    width: 182px;
  }

  .track-card-prev {
    transform: translate(calc(-50% - 194px), -50%) scale(0.94);
  }

  .track-card-next {
    transform: translate(calc(-50% + 194px), -50%) scale(0.94);
  }
}

.change-code-btn {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: calc(var(--safe-bottom) + 14px);
  transform: translateX(-50%);
  min-width: 110px;
  height: 27px;
  color: rgba(245, 242, 234, 0.36);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 27px;
}

.listen-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(214, 180, 108, 0.055), transparent 38%),
    #000;
  font-family: "Songti SC", "Noto Serif SC", serif;
}

.listen-nav {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--safe-top) + 52px);
  padding: var(--safe-top) 24px 0;
  display: flex;
  align-items: center;
}

.back-link {
  display: flex;
  align-items: center;
  color: rgba(245, 242, 234, 0.46);
}

.back-symbol {
  margin-right: 5px;
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
}

.back-link .back-text {
  color: rgba(245, 242, 234, 0.46);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 17px;
}

.center-state,
.pass-state,
.player-state {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.center-state {
  padding: calc(var(--safe-top) + 70px) 29px calc(var(--safe-bottom) + 38px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sound-orbit {
  width: 84px;
  height: 84px;
  margin-bottom: 21px;
  border: 1px solid var(--gold-24);
  border-radius: 50%;
  box-shadow: inset 0 0 20px rgba(214, 180, 108, 0.055);
}

.sound-orbit.muted {
  opacity: 0.46;
}

.state-text {
  color: var(--cream-56);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 21px;
}

.pass-state {
  padding: 0 29px calc(var(--safe-bottom) + 35px);
  overflow: hidden;
}

.pass-visual {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(214, 180, 108, 0.08), transparent 42%),
    #000;
}

.pass-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
}

.pass-bg-mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.22) 30%,
      rgba(0, 0, 0, 0.32) 58%,
      rgba(0, 0, 0, 0.78) 100%);
}

.work-mini,
.player-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.work-mini {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--safe-top) + 63px);
}

.listen-page .work-title {
  font-size: 19px;
  letter-spacing: 1.75px;
  line-height: 27px;
}

.listen-page .work-sku {
  margin-top: 7px;
  color: rgba(245, 242, 234, 0.54);
  font-size: 10.5px;
  letter-spacing: 1.1px;
  line-height: 15px;
}

.player-head .work-title {
  font-size: 22px;
  letter-spacing: 5px;
  line-height: 31px;
}

.player-head .work-sku {
  margin-top: 9px;
  font-size: 12px;
  letter-spacing: 1.4px;
  line-height: 17px;
}

.pass-panel {
  position: relative;
  z-index: 2;
  height: calc(100vh - var(--safe-top) - 85px);
  height: calc(100svh - var(--safe-top) - 85px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.pass-copy {
  margin-bottom: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.46);
}

.pass-statement {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.pass-statement span {
  display: block;
  color: rgba(218, 202, 168, 0.56);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 21px;
}

.pass-question {
  max-width: 310px;
  margin-top: 17px;
  color: rgba(245, 242, 234, 0.88);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 29px;
}

.pass-form {
  width: 100%;
  padding-bottom: 10.2vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pass-input {
  width: 100%;
  height: 43px;
  border-bottom: 1px solid rgba(214, 180, 108, 0.36);
  outline: none;
  color: rgba(245, 242, 234, 0.86);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.1px;
  line-height: 43px;
}

.pass-input::placeholder {
  color: rgba(218, 202, 168, 0.42);
}

.pass-input-error {
  border-bottom-color: var(--gold-62);
}

.pass-btn {
  width: 138px;
  height: 36px;
  margin-top: 24px;
}

.pass-error {
  min-height: 36px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
}

.pass-error-visible {
  opacity: 1;
}

.pass-error span {
  display: block;
  color: rgba(214, 180, 108, 0.58);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 17px;
}

.player-state {
  padding: calc(var(--safe-top) + 83px) 27px calc(var(--safe-bottom) + 23px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.listen-visual {
  position: relative;
  width: 190px;
  height: 190px;
  margin-top: 7.2vh;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 0 45px rgba(214, 180, 108, 0.035),
    0 0 23px rgba(214, 180, 108, 0.035);
}

.listen-visual-playing {
  box-shadow:
    inset 0 0 45px rgba(214, 180, 108, 0.05),
    0 0 31px rgba(214, 180, 108, 0.075);
  animation: visualGlow 3.8s ease-in-out infinite;
}

.listen-visual-playing .sound-orbit-1,
.listen-visual-loading .sound-orbit-1 {
  animation: orbitRotate 16s linear infinite;
}

.listen-visual-playing .sound-orbit-2 {
  animation: orbitReverse 22s linear infinite;
}

.listen-visual-playing .sound-orbit-3 {
  animation: orbitRotate 28s linear infinite;
}

.listen-visual-playing .sound-core {
  animation: coreBreath 3.2s ease-in-out infinite;
}

.listen-visual-loading .sound-orbit-1 {
  animation-duration: 4.5s;
}

.sound-orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sound-orbit-1 {
  width: 180px;
  height: 180px;
  border: 1px solid rgba(214, 180, 108, 0.24);
  border-left-color: rgba(214, 180, 108, 0.03);
  border-bottom-color: rgba(214, 180, 108, 0.07);
  box-shadow: 0 0 17px rgba(214, 180, 108, 0.05);
}

.sound-orbit-2 {
  width: 146px;
  height: 146px;
  border: 1px solid rgba(245, 242, 234, 0.09);
  border-right-color: rgba(214, 180, 108, 0.28);
  border-top-color: rgba(214, 180, 108, 0.05);
}

.sound-orbit-3 {
  width: 108px;
  height: 108px;
  border: 1px solid rgba(214, 180, 108, 0.12);
  border-left-color: rgba(245, 242, 234, 0.05);
  border-bottom-color: rgba(214, 180, 108, 0.03);
}

.sound-orbit-4 {
  width: 59px;
  height: 59px;
  border: 1px solid rgba(245, 242, 234, 0.07);
}

.sound-core {
  position: relative;
  z-index: 2;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: rgba(214, 180, 108, 0.86);
  box-shadow:
    0 0 11px rgba(214, 180, 108, 0.24),
    0 0 27px rgba(214, 180, 108, 0.12);
}

.track-copy-player {
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.track-label-player {
  color: rgba(214, 180, 108, 0.66);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 15px;
}

.track-title-player {
  margin-top: 9px;
  color: var(--cream-90);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 28px;
}

.track-subtitle-player {
  max-width: 310px;
  margin-top: 8px;
  color: rgba(245, 242, 234, 0.46);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 19px;
}

.player-control {
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: calc(var(--safe-bottom) + clamp(42px, 8vh, 86px));
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quality-toast {
  min-height: 16px;
  margin-bottom: 7px;
  color: var(--gold-72);
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 16px;
}

.time-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.time-text {
  color: var(--cream-42);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
}

.progress-line {
  width: 100%;
  height: 4px;
  margin-top: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(214, 180, 108, 0.20);
  touch-action: none;
}

.progress-line-fill {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: rgba(214, 180, 108, 0.92);
  box-shadow: 0 0 9px rgba(214, 180, 108, 0.22);
}

.control-actions {
  width: 100%;
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.control-pill {
  width: 94px;
  min-width: 94px;
  height: 27px;
  padding: 0 12px;
  border: 1px solid var(--gold-62);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 9px rgba(214, 180, 108, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(214, 180, 108, 0.82);
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.quality-control {
  position: relative;
  width: 94px;
  min-width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality-sheet {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: calc(100% + 5px);
  width: 112px;
  padding: 5px;
  border: 1px solid var(--gold-42);
  border-radius: 13px;
  background: rgba(3, 3, 3, 0.94);
  box-shadow:
    0 0 0 1px rgba(214, 180, 108, 0.12),
    0 0 13px rgba(214, 180, 108, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px) scaleY(0.92);
  transform-origin: bottom center;
  transition: opacity 220ms ease, transform 240ms ease;
}

.quality-control-open .quality-sheet {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scaleY(1);
}

.quality-option {
  height: 32px;
  padding: 0 11px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--cream-62);
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.quality-option span:first-child {
  flex: 1;
  text-align: left;
  white-space: nowrap;
}

.quality-option-active {
  color: var(--gold-94);
  background: rgba(214, 180, 108, 0.055);
}

.quality-option-disabled {
  opacity: 0.28;
}

.quality-check {
  flex: 0 0 auto;
  width: 5px;
  height: 9px;
  margin-right: 2px;
  border-right: 1px solid var(--gold-86);
  border-bottom: 1px solid var(--gold-86);
  transform: rotate(45deg);
}

.quality-pill {
  gap: 5px;
}

.quality-caret {
  width: 0;
  height: 0;
  margin-top: -2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid rgba(214, 180, 108, 0.76);
  transition: transform 220ms ease;
}

.quality-control-open .quality-caret {
  transform: rotate(180deg);
}

.play-button {
  width: 51px;
  height: 51px;
  min-width: 51px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e0c17a 0%, #cda75f 100%);
  box-shadow:
    0 0 0 1px rgba(255, 236, 190, 0.2),
    0 0 12px rgba(214, 180, 108, 0.28),
    0 5px 14px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 244, 210, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon-play {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid rgba(5, 5, 5, 0.86);
}

.play-icon-pause {
  display: flex;
  gap: 5px;
}

.pause-bar {
  width: 3px;
  height: 15px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.86);
}

.play-icon-loading {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(5, 5, 5, 0.22);
  border-top-color: rgba(5, 5, 5, 0.86);
  border-radius: 50%;
  animation: listenSpin 800ms linear infinite;
}

.download-mask {
  position: absolute;
  z-index: 60;
  inset: 0;
  padding: 0 27px;
  background: rgba(0, 0, 0, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-dialog {
  width: 100%;
  max-width: 320px;
  padding: 24px 21px 19px;
  border: 1px solid var(--gold-42);
  border-radius: 15px;
  background: rgba(3, 3, 3, 0.94);
  box-shadow:
    0 0 0 1px rgba(214, 180, 108, 0.1),
    0 0 23px rgba(214, 180, 108, 0.13);
}

.download-title {
  color: var(--gold-94);
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 23px;
}

.download-copy {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.download-copy p {
  color: rgba(245, 242, 234, 0.72);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 19px;
}

.download-meta {
  margin-top: 17px;
  padding: 11px 0;
  border-top: 1px solid var(--gold-18);
  border-bottom: 1px solid var(--gold-18);
}

.download-meta-row {
  min-height: 23px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.download-meta-row span {
  flex: 0 0 auto;
  color: rgba(245, 242, 234, 0.52);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 17px;
}

.download-meta-row span:last-child {
  flex: 1;
  color: rgba(214, 180, 108, 0.82);
  text-align: right;
  word-break: break-all;
}

.download-feedback {
  min-height: 17px;
  margin-top: 12px;
  color: var(--gold-72);
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 17px;
}

.download-actions {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.download-cancel,
.download-confirm {
  height: 32px;
  padding: 0 19px;
  border: 1px solid var(--gold-62);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1;
}

.download-cancel {
  color: rgba(245, 242, 234, 0.46);
}

.download-confirm {
  background: rgba(5, 5, 5, 0.92);
  color: var(--gold-94);
  box-shadow:
    0 0 0 1px var(--gold-24),
    0 0 11px rgba(214, 180, 108, 0.14);
}

@media (max-height: 700px) {
  .sku-visual {
    top: 28px;
    height: 230px;
  }

  .sku-img {
    width: 238px;
    height: 238px;
  }

  .sku-copy {
    bottom: 8px;
  }

  .listen-visual {
    width: 158px;
    height: 158px;
    margin-top: 4vh;
  }

  .sound-orbit-1 { width: 150px; height: 150px; }
  .sound-orbit-2 { width: 122px; height: 122px; }
  .sound-orbit-3 { width: 90px; height: 90px; }
  .sound-orbit-4 { width: 49px; height: 49px; }
}

@keyframes soundBreath {
  0%, 100% { opacity: 0.14; }
  50% { opacity: 0.32; }
}

@keyframes listenSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbitRotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes orbitReverse {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes coreBreath {
  0%, 100% {
    transform: scale(0.94);
    box-shadow:
      0 0 9px rgba(214, 180, 108, 0.2),
      0 0 21px rgba(214, 180, 108, 0.1);
  }
  50% {
    transform: scale(1.08);
    box-shadow:
      0 0 15px rgba(214, 180, 108, 0.34),
      0 0 36px rgba(214, 180, 108, 0.16);
  }
}

@keyframes visualGlow {
  0%, 100% { opacity: 0.86; }
  50% { opacity: 1; }
}

@keyframes aboutSoundBreath {
  0%, 100% { opacity: 0.08; }
  50% { opacity: 0.2; }
}
