@charset "UTF-8";

/* 作者：搭客佬
   链接：https://www.hgaidjpro.cn/ */

:root {
  --wine-950: #260304;
  --wine-900: #3a0506;
  --wine-800: #5b0b0b;
  --red-600: #d82420;
  --coral-500: #f05a3f;
  --orange-500: #ff7a24;
  --gold-400: #ffbf3f;
  --gold-300: #ffd377;
  --peach-100: #fff0e1;
  --peach-50: #fff8f0;
  --paper: #fffdf9;
  --ink: #211512;
  --muted: #765f58;
  --line: #ead6c8;
  --header-height: 76px;
  --shell: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[class^="i-"],
[class*=" i-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 auto;
}

.i-arrow-right {
  background-image: url("../icons/arrow-right.svg");
}

.i-spark {
  background-image: url("../icons/spark.svg");
}

.i-play {
  background-image: url("../icons/play.svg");
}

.i-bell {
  background-image: url("../icons/bell.svg");
}

.i-search {
  background-image: url("../icons/search.svg");
}

.i-home {
  background-image: url("../icons/home.svg");
}

.i-calendar {
  background-image: url("../icons/calendar.svg");
}

.i-user,
.i-avatar {
  background-image: url("../icons/user.svg");
}

.i-heart {
  background-image: url("../icons/heart.svg");
}

.i-crown {
  background-image: url("../icons/crown.svg");
}

.i-fan {
  background-image: url("../icons/fan.svg");
}

.i-mask {
  background-image: url("../icons/mask.svg");
}

.i-building {
  background-image: url("../icons/building.svg");
}

.i-globe {
  background-image: url("../icons/globe.svg");
}

.i-download {
  background-image: url("../icons/download.svg");
}

.i-back-top {
  background-image: url("../icons/back-top.svg");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(38, 3, 4, 0.98);
  border-bottom: 1px solid rgba(255, 211, 119, 0.28);
}

.header-shell,
.section-shell,
.footer-shell,
.hero-shell {
  width: min(calc(100% - 40px), var(--shell));
  margin: 0 auto;
}

.header-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img,
.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
}

.brand-copy,
.footer-brand > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}

.brand-copy strong,
.footer-brand strong {
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}

.brand-copy > span,
.footer-brand small {
  margin-top: 4px;
  color: #e7bfa7;
  font-size: 12px;
  white-space: nowrap;
}

.primary-nav ul,
.footer-nav ul {
  display: flex;
  align-items: center;
}

.primary-nav ul {
  gap: 38px;
}

.primary-nav a {
  position: relative;
  display: block;
  padding: 25px 0 23px;
  color: #f8e9de;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.primary-nav a::after {
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: 0;
  height: 2px;
  background: var(--gold-400);
  content: "";
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.primary-nav a:hover,
.primary-nav a.is-current {
  color: var(--gold-300);
}

.primary-nav a:hover::after,
.primary-nav a.is-current::after {
  width: 100%;
}

.mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.mobile-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  color: var(--wine-950);
  background: var(--gold-400);
  border: 1px solid var(--gold-400);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  position: absolute;
  left: 11px;
  width: 20px;
  height: 2px;
  background: #fff;
}

.menu-toggle > span:nth-child(1) {
  top: 13px;
}

.menu-toggle > span:nth-child(2) {
  top: 20px;
}

.menu-toggle > span:nth-child(3) {
  top: 27px;
}

.hero {
  position: relative;
  color: #fff6e9;
  background:
    linear-gradient(90deg, rgba(36, 0, 1, 0.98), rgba(93, 9, 8, 0.94) 66%, rgba(48, 3, 4, 0.98)),
    radial-gradient(circle at 20% 28%, rgba(255, 177, 70, 0.2), transparent 28%);
  border-bottom: 8px solid var(--gold-400);
  overflow: hidden;
}

.hero::before,
.hero::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  background-image: radial-gradient(circle, rgba(255, 207, 126, 0.42) 2px, transparent 2.5px);
  background-size: 28px 18px;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: 18px;
}

.hero::after {
  bottom: 18px;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
  align-items: center;
  min-height: 690px;
  padding: 72px 0;
}

.hero-copy {
  max-width: 680px;
  padding-right: 36px;
}

.eyebrow,
.section-index,
.ticket-copy > p {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--gold-300);
}

.hero h1 {
  margin-top: 12px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: clamp(68px, 6.2vw, 94px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.hero-slogan {
  margin-top: 18px;
  color: var(--gold-300);
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 800;
  line-height: 1.35;
}

.hero-description {
  max-width: 620px;
  margin-top: 18px;
  color: #edd5c7;
  font-size: 17px;
}

.hero-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 28px;
}

.hero-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 190px;
  min-height: 56px;
  padding: 0 28px;
  color: var(--wine-950);
  background: linear-gradient(90deg, var(--gold-300), var(--orange-500));
  border: 1px solid var(--gold-300);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 800;
}

.hero-download:hover {
  color: #fff;
  background: transparent;
}

.hero-download:hover .i-arrow-right {
  filter: brightness(0) invert(1);
}

.age-label {
  display: block;
  margin-top: 12px;
  color: #d8b8a5;
  font-size: 13px;
}

.hero-features {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  color: #fff3e5;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-features li:first-child {
  padding-left: 0;
}

.hero-features li:last-child {
  border-right: 0;
}

.hero-features i {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(88%) sepia(49%) saturate(719%) hue-rotate(330deg) brightness(106%);
}

.hero-device {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.phone-frame {
  position: relative;
  width: 304px;
  padding: 13px;
  background: #12100f;
  border: 2px solid #000;
  border-radius: 42px;
  box-shadow: none;
}

.phone-notch {
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 50%;
  width: 104px;
  height: 25px;
  background: #12100f;
  border-radius: 0 0 15px 15px;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  min-height: 604px;
  padding: 15px 13px 65px;
  color: #241915;
  background: #fffaf5;
  border-radius: 30px;
  overflow: hidden;
}

.phone-status,
.phone-titlebar,
.phone-progress-row,
.phone-actions,
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-status {
  height: 28px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 800;
}

.phone-signal {
  font-size: 12px;
}

.phone-titlebar {
  margin-top: 5px;
}

.phone-titlebar strong {
  font-size: 20px;
}

.phone-icon-button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
}

.phone-icon-button i {
  width: 16px;
  height: 16px;
}

.phone-search {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  padding: 5px 6px 5px 12px;
  background: #f3e9e2;
  border-radius: 20px;
}

.phone-search i {
  width: 15px;
  height: 15px;
}

.phone-search input {
  min-width: 0;
  padding: 0;
  color: #5e4b45;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.phone-search button {
  min-height: 29px;
  padding: 0 11px;
  color: #fff;
  background: var(--coral-500);
  border: 0;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.phone-genres {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 10px;
}

.phone-genres button {
  min-height: 30px;
  padding: 0 4px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}

.phone-genres button.is-active {
  color: #fff;
  background: var(--coral-500);
  border-color: var(--coral-500);
}

.phone-feature {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
  padding: 9px;
  background: #fff;
  border: 1px solid var(--line);
}

.phone-cover {
  width: 96px;
  height: 144px;
  background: var(--peach-100);
  overflow: hidden;
}

.phone-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone-feature-copy {
  min-width: 0;
  padding-top: 3px;
}

.phone-feature-copy > span {
  color: var(--coral-500);
  font-size: 12px;
  font-weight: 700;
}

.phone-feature-copy em {
  font-style: normal;
}

.phone-feature-copy strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.3;
}

.phone-feature-copy p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.phone-progress-row {
  margin-top: 12px;
  font-size: 12px;
}

.phone-progress {
  height: 4px;
  margin-top: 6px;
  background: #eddcd0;
  overflow: hidden;
}

.phone-progress span {
  display: block;
  width: 18%;
  height: 100%;
  background: var(--coral-500);
}

.phone-episodes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin-top: 10px;
}

.phone-episodes button {
  min-height: 34px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.phone-episodes button.is-active {
  color: #fff;
  background: var(--coral-500);
  border-color: var(--coral-500);
}

.phone-actions {
  gap: 8px;
  margin-top: 10px;
}

.phone-actions button {
  flex: 1;
  min-height: 38px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.phone-refresh {
  color: var(--coral-500);
  background: #fff;
  border: 1px solid var(--coral-500);
}

.phone-follow {
  color: #fff;
  background: var(--coral-500);
  border: 1px solid var(--coral-500);
}

.phone-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 58px;
  padding: 5px 12px 6px;
  background: #fff;
  border-top: 1px solid var(--line);
}

.phone-nav button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0;
  color: #9d8c84;
  background: transparent;
  border: 0;
  font-size: 12px;
  cursor: pointer;
}

.phone-nav button.is-active {
  color: var(--coral-500);
}

.phone-nav i {
  width: 17px;
  height: 17px;
}

.section-shell {
  padding: 92px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.section-index {
  color: var(--coral-500);
}

.section-heading h2 {
  margin-top: 8px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.15;
}

.section-heading > p {
  max-width: 520px;
  padding-bottom: 5px;
  color: var(--muted);
  font-size: 15px;
  text-align: right;
}

.list-section {
  background: var(--peach-50);
}

.list-workbench {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.genre-wheel {
  position: relative;
  width: 390px;
  height: 390px;
  margin: 0 auto;
  background:
    radial-gradient(circle at center, transparent 0 27%, rgba(240, 90, 63, 0.12) 27.5% 28.5%, transparent 29%),
    repeating-conic-gradient(from -18deg, #ffe0d0 0 18deg, #fff6ee 18deg 36deg);
  border: 1px solid #efbda7;
  border-radius: 50%;
}

.genre-wheel::before,
.genre-wheel::after {
  position: absolute;
  inset: 52px;
  border: 1px dashed rgba(216, 36, 32, 0.28);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.genre-wheel::after {
  inset: 112px;
  border-style: solid;
}

.genre-option,
.wheel-center {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  border: 1px solid #ebb69d;
  border-radius: 50%;
  cursor: pointer;
}

.genre-option {
  width: 86px;
  height: 86px;
  font-size: 14px;
  font-weight: 800;
}

.genre-option i {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.genre-option.is-active {
  color: #fff;
  background: var(--red-600);
  border-color: var(--red-600);
}

.genre-option.is-active i {
  filter: brightness(0) invert(1);
}

.genre-sweet {
  top: 13px;
  left: 152px;
}

.genre-reverse {
  top: 92px;
  right: 14px;
}

.genre-costume {
  right: 62px;
  bottom: 22px;
}

.genre-mystery {
  left: 62px;
  bottom: 22px;
}

.genre-city {
  top: 92px;
  left: 14px;
}

.wheel-center {
  top: 50%;
  left: 50%;
  width: 108px;
  height: 108px;
  color: var(--wine-950);
  background: linear-gradient(145deg, var(--gold-300), var(--orange-500));
  border: 8px solid rgba(255, 255, 255, 0.72);
  transform: translate(-50%, -50%);
}

.wheel-center i {
  width: 30px;
  height: 30px;
}

.wheel-center span {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
}

.playlist-results {
  display: grid;
  gap: 12px;
}

.playlist-item {
  display: grid;
  grid-template-columns: 94px minmax(180px, 1fr) auto 110px;
  align-items: center;
  gap: 18px;
  min-height: 126px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.playlist-item > img {
  width: 94px;
  height: 94px;
  object-fit: contain;
  background: var(--peach-100);
}

.playlist-copy {
  min-width: 0;
}

.playlist-label {
  color: var(--coral-500);
  font-size: 12px;
  font-weight: 700;
}

.playlist-copy h3 {
  margin-top: 4px;
  font-size: 19px;
}

.playlist-copy p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.playlist-item dl {
  display: flex;
  gap: 16px;
}

.playlist-item dl div {
  min-width: 58px;
}

.playlist-item dt {
  color: #9d8378;
  font-size: 12px;
}

.playlist-item dd {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 800;
}

.add-list {
  min-height: 40px;
  padding: 0 15px;
  color: #fff;
  background: var(--red-600);
  border: 1px solid var(--red-600);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.add-list.is-added {
  color: var(--wine-800);
  background: var(--goldless, #ffe7d9);
  border-color: #e8ae90;
}

.calendar-section {
  background: #fee8d4;
  border-top: 1px solid #f4c7ae;
  border-bottom: 1px solid #f4c7ae;
}

.calendar-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.calendar-track::before {
  position: absolute;
  top: 34px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: var(--coral-500);
  content: "";
}

.calendar-day {
  position: relative;
  z-index: 1;
}

.calendar-date {
  display: inline-flex;
  flex-direction: column;
  min-width: 72px;
  padding: 7px 12px;
  color: var(--wine-800);
  background: var(--paper);
  border: 1px solid #efb99b;
  text-align: center;
}

.calendar-date span {
  color: var(--coral-500);
  font-size: 12px;
  font-weight: 800;
}

.calendar-date strong {
  font-size: 15px;
}

.calendar-day.is-today .calendar-date {
  color: #fff;
  background: var(--red-600);
  border-color: var(--red-600);
}

.calendar-day.is-today .calendar-date span {
  color: var(--gold-300);
}

.calendar-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 110px;
  margin-top: 18px;
  padding: 14px;
  background: var(--paper);
  border: 1px solid #efcbb7;
}

.calendar-card img {
  width: 64px;
  height: 80px;
  object-fit: contain;
  background: var(--peach-100);
}

.calendar-card strong,
.calendar-card span {
  display: block;
}

.calendar-card strong {
  font-size: 15px;
}

.calendar-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.reminder-switch {
  position: relative;
  width: 42px;
  height: 24px;
  padding: 0;
  background: #dfd0c7;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}

.reminder-switch span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  margin: 0;
  background: #fff;
  border-radius: 50%;
}

.reminder-switch.is-on {
  background: var(--coral-500);
}

.reminder-switch.is-on span {
  left: 21px;
}

.screens-section {
  background: var(--paper);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.screen-card {
  min-width: 0;
  background: var(--peach-50);
  border: 1px solid var(--line);
}

.screen-window {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #fff;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.screen-window img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screen-card figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  min-height: 88px;
  padding: 16px;
}

.screen-card figcaption > span {
  grid-row: 1 / span 2;
  color: var(--coral-500);
  font-size: 16px;
  font-weight: 900;
}

.screen-card figcaption strong {
  font-size: 17px;
}

.screen-card figcaption small {
  color: var(--muted);
  font-size: 12px;
}

.faq-section {
  background: var(--peach-50);
  border-top: 1px solid var(--line);
}

.faq-list,
.official-item {
  width: 100%;
  border-top: 1px solid var(--wine-800);
}

.faq-item,
.official-item {
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.faq-item > button,
.official-item > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 70px;
  padding: 0 24px;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.faq-item > button > span,
.official-item > button > span {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  font-weight: 800;
}

.faq-item > button b {
  color: var(--coral-500);
  font-size: 12px;
}

.faq-item > button > i,
.official-symbol {
  position: relative;
  width: 22px;
  height: 22px;
  background: none;
}

.faq-item > button > i::before,
.faq-item > button > i::after,
.official-symbol::before,
.official-symbol::after {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 2px;
  background: var(--wine-800);
  content: "";
}

.faq-item > button > i::after,
.official-symbol::after {
  transform: rotate(90deg);
}

.faq-item > button[aria-expanded="true"] > i::after,
.official-item > button[aria-expanded="true"] .official-symbol::after {
  transform: rotate(0);
}

.faq-answer,
.official-answer {
  padding: 0 24px 22px 70px;
  color: var(--muted);
  font-size: 14px;
}

.official-item {
  margin-top: 18px;
}

.official-item .i-globe {
  width: 18px;
  height: 18px;
}

.official-answer a {
  color: var(--red-600);
  border-bottom: 1px solid currentColor;
}

.reviews-section {
  background: #fff3e5;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-grid:empty {
  display: none;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px;
  background: #fff;
  border-top: 4px solid var(--coral-500);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.review-card:nth-child(3n + 2) {
  border-top-color: var(--gold-400);
}

.review-card:nth-child(3n + 3) {
  border-top-color: var(--wine-800);
}

.review-user,
.review-identity {
  display: flex;
  align-items: center;
}

.review-user {
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.review-identity {
  min-width: 0;
  gap: 10px;
}

.review-identity .i-avatar {
  width: 40px;
  height: 40px;
  padding: 9px;
  background-color: var(--peach-100);
  background-size: 22px 22px;
  border: 1px solid #efb89d;
  border-radius: 50%;
}

.review-identity strong {
  min-width: 0;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.review-rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  color: var(--orange-500);
  white-space: nowrap;
}

.review-rating .aiarticle-comment-rating-icon {
  display: inline-block;
  width: 16px;
  height: 18px;
  font-style: normal;
}

.review-rating .fa-star::before {
  content: "★";
}

.review-rating .fa-star-o::before {
  content: "☆";
}

.review-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 18px;
}

.review-body p {
  color: #4d3932;
  font-size: 14px;
  line-height: 1.9;
}

.review-body time {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: #9c7c6d;
  font-size: 12px;
  text-align: right;
}

.download-section {
  position: relative;
  background: var(--wine-950);
  overflow: hidden;
}

.download-section::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 196, 86, 0.28) 1.4px, transparent 1.7px);
  background-size: 22px 22px;
  content: "";
}

.download-section .section-shell {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
}

.download-ticket {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 260px;
  align-items: stretch;
  min-height: 170px;
  color: var(--wine-950);
  background: linear-gradient(90deg, #ffe3a2, #fff4d1 66%, #ffd079);
  border: 1px solid #fff1cc;
}

.download-ticket::before,
.download-ticket::after {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 52px;
  background: var(--wine-950);
  border-radius: 0 26px 26px 0;
  content: "";
  transform: translateY(-50%);
}

.download-ticket::before {
  left: -1px;
}

.download-ticket::after {
  right: -1px;
  border-radius: 26px 0 0 26px;
}

.ticket-number,
.ticket-copy,
.ticket-download {
  position: relative;
  z-index: 1;
}

.ticket-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed rgba(91, 11, 11, 0.45);
}

.ticket-number strong {
  font-size: 62px;
  line-height: 1;
}

.ticket-number span {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ticket-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 38px;
}

.ticket-copy > p {
  color: var(--red-600);
  font-size: 12px;
}

.ticket-copy h2 {
  margin-top: 5px;
  font-size: 30px;
  line-height: 1.35;
  white-space: nowrap;
}

.ticket-copy > span {
  margin-top: 6px;
  color: #704335;
  font-size: 14px;
}

.ticket-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 26px 34px 26px 0;
  color: #fff;
  background: linear-gradient(90deg, var(--red-600), var(--orange-500));
  border: 2px solid var(--red-600);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.ticket-download i {
  filter: brightness(0) invert(1);
}

.ticket-download:hover {
  color: var(--wine-950);
  background: transparent;
}

.ticket-download:hover i {
  filter: none;
}

.site-footer {
  color: #f8e8dc;
  background: #160203;
}

.footer-shell {
  padding: 42px 0 24px;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-brand img {
  width: 44px;
  height: 44px;
}

.footer-brand strong {
  font-size: 18px;
}

.footer-nav ul {
  gap: 28px;
}

.footer-nav a {
  color: #ecd9ce;
  font-size: 13px;
  white-space: nowrap;
}

.footer-nav a:hover {
  color: var(--gold-300);
}

.copyright {
  margin-top: 28px;
  padding-top: 18px;
  color: #b89786;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 12px;
  text-align: center;
}

.back-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--wine-950);
  background: var(--gold-400);
  border: 1px solid var(--wine-950);
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-top i {
  width: 20px;
  height: 20px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--gold-400);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .primary-nav ul {
    gap: 24px;
  }

  .hero-shell {
    grid-template-columns: minmax(0, 1fr) 350px;
  }

  .hero h1 {
    font-size: 68px;
  }

  .list-workbench {
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 26px;
  }

  .genre-wheel {
    width: 340px;
    height: 340px;
  }

  .genre-sweet {
    left: 127px;
  }

  .genre-reverse {
    top: 78px;
  }

  .genre-city {
    top: 78px;
  }

  .playlist-item {
    grid-template-columns: 78px minmax(150px, 1fr) 96px;
  }

  .playlist-item > img {
    width: 78px;
    height: 90px;
  }

  .playlist-item dl {
    display: none;
  }

  .calendar-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .calendar-card img {
    width: 52px;
    height: 68px;
  }

  .reminder-switch {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .download-ticket {
    grid-template-columns: 150px minmax(0, 1fr) 220px;
  }

  .ticket-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ticket-copy h2 {
    font-size: 25px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 68px;
  }

  html {
    scroll-behavior: auto;
  }

  body {
    padding-top: var(--header-height);
  }

  a,
  button,
  summary,
  input {
    -webkit-tap-highlight-color: transparent;
  }

  a:active,
  button:active,
  summary:active {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .site-header {
    position: fixed;
    right: 0;
    left: 0;
    height: var(--header-height);
    transform: none;
    contain: layout paint;
  }

  .header-shell,
  .section-shell,
  .footer-shell,
  .hero-shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .brand {
    gap: 8px;
    max-width: calc(100% - 160px);
  }

  .brand img {
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy > span {
    display: block;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    font-size: 12px;
    white-space: nowrap;
  }

  .mobile-actions {
    display: flex;
  }

  .primary-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    max-height: 0;
    background: var(--wine-950);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    overflow: hidden;
    visibility: hidden;
  }

  .primary-nav.is-open {
    max-height: calc(100vh - var(--header-height));
    visibility: visible;
    overflow-y: auto;
  }

  .primary-nav ul {
    display: block;
    width: min(calc(100% - 28px), var(--shell));
    margin: 0 auto;
    padding: 10px 0 14px;
  }

  .primary-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .primary-nav a {
    padding: 14px 4px;
    font-size: 14px;
  }

  .primary-nav a::after {
    display: none;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 68px 0 58px;
  }

  .hero-copy {
    max-width: 660px;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 72px);
    white-space: normal;
  }

  .hero-slogan {
    font-size: clamp(24px, 7vw, 34px);
  }

  .hero-description {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .hero-action {
    align-items: center;
  }

  .hero-features {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-device {
    justify-content: center;
    margin-top: 46px;
  }

  .phone-frame {
    width: min(304px, 88vw);
    box-shadow: none;
  }

  .section-shell {
    padding: 68px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .section-heading > p {
    max-width: none;
    margin-top: 12px;
    padding-bottom: 0;
    text-align: left;
  }

  .list-workbench {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .genre-wheel {
    width: min(340px, calc(100vw - 40px));
    height: min(340px, calc(100vw - 40px));
  }

  .playlist-item {
    grid-template-columns: 78px minmax(0, 1fr) 106px;
  }

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

  .calendar-track::before {
    display: none;
  }

  .screen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

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

  .download-ticket {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .ticket-copy {
    min-height: 140px;
  }

  .ticket-copy h2 {
    font-size: 22px;
  }

  .ticket-download {
    grid-column: 1 / -1;
    min-height: 58px;
    margin: 0 28px 28px;
  }

  .footer-main {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .copyright {
    text-align: center;
  }

  .back-top {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 620px) {
  .mobile-download {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .hero::before,
  .hero::after {
    opacity: 0.5;
  }

  .hero-shell {
    padding-top: 54px;
  }

  .hero-description br {
    display: none;
  }

  .hero-features {
    gap: 10px;
  }

  .hero-features li {
    padding: 0 10px;
    font-size: 12px;
  }

  .phone-screen {
    min-height: 580px;
  }

  .genre-wheel {
    transform: scale(0.9);
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .playlist-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .playlist-item > img {
    width: 64px;
    height: 78px;
  }

  .playlist-copy h3 {
    font-size: 16px;
  }

  .add-list {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .calendar-track {
    grid-template-columns: 1fr;
  }

  .calendar-card {
    grid-template-columns: 64px minmax(0, 1fr) auto;
  }

  .calendar-card img {
    width: 64px;
    height: 80px;
  }

  .reminder-switch {
    grid-column: auto;
  }

  .screen-card figcaption {
    grid-template-columns: auto 1fr;
    column-gap: 7px;
    min-height: 78px;
    padding: 10px 8px;
  }

  .screen-card figcaption strong {
    font-size: 14px;
  }

  .screen-card figcaption small,
  .screen-card figcaption > span {
    font-size: 12px;
  }

  .faq-item > button,
  .official-item > button {
    min-height: 62px;
    padding: 0 16px;
  }

  .faq-item > button > span,
  .official-item > button > span {
    gap: 10px;
    font-size: 14px;
  }

  .faq-answer,
  .official-answer {
    padding-right: 16px;
    padding-bottom: 18px;
    padding-left: 48px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 230px;
  }

  .download-ticket {
    display: block;
    padding: 24px 20px;
    text-align: center;
  }

  .download-ticket::before,
  .download-ticket::after {
    width: 18px;
    height: 36px;
  }

  .ticket-number {
    display: inline-flex;
    min-width: 92px;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px dashed rgba(91, 11, 11, 0.45);
  }

  .ticket-number strong {
    font-size: 48px;
  }

  .ticket-copy {
    display: block;
    min-height: 0;
    padding: 20px 0;
  }

  .ticket-copy h2 {
    font-size: clamp(17px, 5vw, 21px);
    white-space: nowrap;
  }

  .ticket-download {
    width: 100%;
    min-height: 54px;
    margin: 0;
  }

  .footer-nav ul {
    gap: 14px 20px;
  }
}

@media (max-width: 380px) {
  .header-shell {
    width: calc(100% - 20px);
  }

  .brand {
    max-width: calc(100% - 148px);
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .brand-copy > span {
    font-size: 12px;
  }

  .mobile-actions {
    gap: 6px;
  }

  .mobile-download {
    padding: 0 9px;
  }

  .genre-wheel {
    transform: scale(0.82);
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .calendar-card {
    grid-template-columns: 56px minmax(0, 1fr) auto;
  }

  .calendar-card img {
    width: 56px;
    height: 72px;
  }
}
