@font-face {
  font-family: "Source Han Sans SC";
  src: url("fonts/SourceHanSansSC-VF.woff2") format("woff2");
  font-style: normal;
  font-weight: 250 900;
  font-display: swap;
}

.dahuafa-view .site-footer__compliance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 16px;
  margin: 8px auto 0;
  padding: 0 20px 24px;
  color: rgb(255 255 255 / 60%);
  font-size: 12px;
  text-align: center;
}

.dahuafa-view .site-footer__compliance a:hover {
  color: #fff;
}

.dahuafa-view {
  --ink: #202020;
  --ink-soft: #565656;
  --paper: #ffffff;
  --paper-warm: #f7f5f1;
  --line: #dedbd5;
  --night: #202120;
  --night-soft: #2c2d2c;
  --red: #d9221c;
  --red-deep: #8f1714;
  --blue: #27739c;
  --cyan: #36a8da;
  --yellow: #e8e03b;
  --serif: "Source Han Sans SC", sans-serif;
  --sans: "Source Han Sans SC", sans-serif;
}

.dahuafa-view * {
  box-sizing: border-box;
}

.dahuafa-view {
  scroll-behavior: smooth;
  color-scheme: light;
}

.dahuafa-view {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

.dahuafa-view,
.dahuafa-view button,
.dahuafa-view input,
.dahuafa-view select,
.dahuafa-view textarea {
  font-family: var(--sans);
}

.dahuafa-view button,
.dahuafa-view input {
  font-size: inherit;
}

.dahuafa-view button,
.dahuafa-view a {
  -webkit-tap-highlight-color: transparent;
}

.dahuafa-view button {
  border: 0;
}

.dahuafa-view a {
  color: inherit;
  text-decoration: none;
}

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

.dahuafa-view .shell {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.dahuafa-view .shell--content {
  max-width: 1120px;
}

.dahuafa-view .shell--music {
  max-width: 760px;
}

.dahuafa-view .section {
  padding-block: clamp(76px, 8vw, 122px);
}

.dahuafa-view .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;
}

.dahuafa-view :focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.dahuafa-view .site-header {
  position: relative;
  z-index: 20;
  min-height: 72px;
}

.dahuafa-view .site-header--dark {
  background: #222322;
  color: #fff;
}

.dahuafa-view .site-header__inner {
  min-height: 72px;
  width: 100%;
  padding: 0 30px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.dahuafa-view .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.dahuafa-view .brand__mark {
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.dahuafa-view .brand__name {
  display: grid;
  gap: 4px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.dahuafa-view .brand__name small {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.dahuafa-view .site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}

.dahuafa-view .site-nav a {
  position: relative;
  padding-block: 8px;
  font-size: 15px;
  color: rgb(255 255 255 / 78%);
  transition: color 180ms ease;
}

.dahuafa-view .site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.dahuafa-view .site-nav a:hover,
.dahuafa-view .site-nav a.is-active {
  color: #fff;
}

.dahuafa-view .site-nav a:hover::after,
.dahuafa-view .site-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.dahuafa-view .nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.dahuafa-view .nav-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin-block: 5px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.dahuafa-view .nav-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.dahuafa-view .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.dahuafa-view .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.dahuafa-view .game-hero {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  width: 100%;
  height: auto;
  aspect-ratio: 1597/678;
}

.dahuafa-view .game-hero__shade {
  position: absolute;
  width: 100%;
  inset: 0;
}

.dahuafa-view .game-hero__shade::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(20 4 11 / 76%) 0%,
      rgb(24 4 9 / 34%) 42%,
      transparent 70%
    ),
    linear-gradient(0deg, rgb(17 6 8 / 24%), transparent 48%);
}

.dahuafa-view .game-hero__shade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dahuafa-view .game-hero__content {
  position: relative;
  padding-block: 90px;
}

.dahuafa-view .game-hero__content > * {
  width: min(100%, 565px);
}

.dahuafa-view .game-hero__kicker {
  margin: 0 0 8px;
  color: rgb(255 255 255 / 72%);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.34em;
}

.dahuafa-view .game-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(50px, 6.3vw, 92px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
}

.dahuafa-view .game-hero__subtitle {
  margin: 22px 0 10px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dahuafa-view .game-hero__copy {
  margin: 0;
  color: rgb(255 255 255 / 88%);
  font-size: 17px;
  line-height: 1.95;
}

.dahuafa-view .text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.dahuafa-view .text-link span {
  transition: transform 180ms ease;
}

.dahuafa-view .text-link:hover span {
  transform: translateY(4px);
}

.dahuafa-view .text-link--light {
  color: #fff;
}

.dahuafa-view .section-heading {
  max-width: 820px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.dahuafa-view .section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.dahuafa-view .section-heading--compact {
  margin-bottom: 38px;
}

.dahuafa-view .section-heading__eyebrow,
.dahuafa-view .music-section-title > span,
.dahuafa-view .album-heading__eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.dahuafa-view .section-heading h2,
.dahuafa-view .music-section-title h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.22;
}

.dahuafa-view .section-heading h2 span {
  color: var(--red);
}

.dahuafa-view .section-heading > p:last-child {
  margin: 20px auto 0;
  max-width: 790px;
  color: var(--ink-soft);
  font-size: 17px;
}

.dahuafa-view .mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

.dahuafa-view .mode-card {
  text-align: center;
}

.dahuafa-view .mode-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.35 / 1;
  background: #eee;
}

.dahuafa-view .mode-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dahuafa-view .mode-card:hover .mode-card__image img {
  transform: scale(1.035);
}

.dahuafa-view .mode-card__image span {
  position: absolute;
  left: 14px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dahuafa-view .mode-card h3 {
  margin: 22px 0 8px;
  font-size: 22px;
}

.dahuafa-view .mode-card p {
  margin: 0 auto;
  max-width: 310px;
  color: #626262;
}

.dahuafa-view .character-section {
  padding-top: 58px;
  background: var(--paper-warm);
}

.dahuafa-view .character-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 345px;
  min-height: 610px;
  overflow: hidden;
  background: var(--night);
  color: #fff;
  box-shadow: 0 22px 44px rgb(30 22 18 / 14%);
}

.dahuafa-view .character-stage__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #111;
}

.dahuafa-view .character-stage__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 82%) 0%, transparent 48%);
  pointer-events: none;
}

.dahuafa-view .character-stage__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    opacity 180ms ease,
    transform 600ms ease;
}

.dahuafa-view .character-stage__visual > img.is-changing {
  opacity: 0.25;
  transform: scale(1.018);
}

.dahuafa-view .character-stage__caption {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 4vw, 54px);
  right: clamp(24px, 4vw, 54px);
  bottom: clamp(24px, 4vw, 44px);
}

.dahuafa-view .character-stage__caption > p:first-child {
  margin: 0 0 5px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dahuafa-view .character-stage__caption h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4.5vw, 60px);
}

.dahuafa-view .character-stage__caption > p:last-child {
  margin: 12px 0 0;
  max-width: 620px;
  color: rgb(255 255 255 / 76%);
  line-height: 1.8;
}

.dahuafa-view .character-list {
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 22px;
  background: #232323;
}

.dahuafa-view .character-option {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 110px;
  padding: 10px;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.dahuafa-view .character-option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: var(--red);
  transform: scaleY(0);
  transition: transform 180ms ease;
}

.dahuafa-view .character-option:hover,
.dahuafa-view .character-option.is-active {
  background: #30302f;
}

.dahuafa-view .character-option.is-active::before {
  transform: scaleY(1);
}

.dahuafa-view .character-option img {
  width: 88px;
  height: 78px;
  object-fit: cover;
}

.dahuafa-view .character-option strong,
.dahuafa-view .character-option small {
  display: block;
}

.dahuafa-view .character-option strong {
  color: #56b8ea;
  font-size: 18px;
}

.dahuafa-view .character-option.is-active strong {
  color: var(--yellow);
}

.dahuafa-view .character-option small {
  margin-top: 4px;
  color: rgb(255 255 255 / 48%);
  font-size: 12px;
}

.dahuafa-view.music-page {
  background: #fff;
}

.dahuafa-view .music-topbar {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgb(36 36 36 / 9%);
  background: rgb(255 255 255 / 94%);
  backdrop-filter: blur(14px);
}

.dahuafa-view .music-topbar__inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.dahuafa-view .music-wordmark {
  color: var(--red-deep);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

.dahuafa-view .music-wordmark span {
  display: block;
  margin-top: -5px;
  color: #888;
  font-family: var(--sans);
  font-size: 7px;
  letter-spacing: 0.16em;
}

.dahuafa-view .music-topbar nav {
  display: flex;
  gap: 24px;
}

.dahuafa-view .music-topbar nav a {
  font-size: 13px;
  color: #5d5d5d;
}

.dahuafa-view .music-topbar nav a:hover {
  color: var(--red);
}

.dahuafa-view .album-intro {
  padding-top: clamp(58px, 8vw, 96px);
}

.dahuafa-view .album-cover {
  position: relative;
  width: min(100%, 560px);
  margin: 0 auto 40px;
}

.dahuafa-view .album-cover::before,
.dahuafa-view .album-cover::after {
  content: "";
  position: absolute;
  border: 1px solid #d9d4ca;
  pointer-events: none;
}

.dahuafa-view .album-cover::before {
  inset: -12px 12px 12px -12px;
}

.dahuafa-view .album-cover::after {
  inset: 12px -12px -12px 12px;
}

.dahuafa-view .album-cover img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.dahuafa-view .album-heading {
  padding-bottom: 28px;
  border-bottom: 1px solid #8c8c8c;
  text-align: center;
}

.dahuafa-view .album-heading__eyebrow {
  color: var(--red-deep);
}

.dahuafa-view .album-heading h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 5vw, 43px);
  line-height: 1.3;
}

.dahuafa-view .album-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 34px;
  margin: 32px 0 38px;
}

.dahuafa-view .album-meta div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
}

.dahuafa-view .album-meta dt {
  color: #888;
}

.dahuafa-view .album-meta dd {
  margin: 0;
}

.dahuafa-view .album-copy h2 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 21px;
}

.dahuafa-view .album-copy p {
  margin: 0 0 12px;
  color: #4f4f4f;
  text-align: justify;
}

.dahuafa-view .featured-section {
  padding-top: 30px;
  background: #faf9f7;
}

.dahuafa-view .music-section-title {
  padding-bottom: 18px;
  border-bottom: 1px solid #bdb9b2;
  text-align: center;
}

.dahuafa-view .music-section-title > span {
  color: var(--blue);
}

.dahuafa-view .music-section-title h2 {
  font-size: clamp(29px, 4vw, 38px);
}

.dahuafa-view .featured-list {
  display: grid;
  gap: 26px;
  margin-top: 36px;
}

.dahuafa-view .featured-track {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1.08fr);
  min-height: 300px;
  overflow: hidden;
  border: 1px solid #d9d7d2;
  background: #fff;
  box-shadow: 0 10px 24px rgb(31 35 36 / 10%);
}

.dahuafa-view .featured-track__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dahuafa-view .featured-track__body {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 4vw, 38px);
}

.dahuafa-view .featured-track__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.dahuafa-view .featured-track__heading p {
  margin: 0 0 2px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.dahuafa-view .featured-track__heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.45;
}

.dahuafa-view .featured-track__number {
  color: #d5d3cd;
  font-family: var(--sans);
  font-size: 30px;
  line-height: 1;
}

.dahuafa-view .featured-track__copy {
  margin: 18px 0 26px;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1.78;
}

.dahuafa-view .mini-player {
  display: grid;
  grid-template-columns: 46px 1fr 44px;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.dahuafa-view .mini-player__play,
.dahuafa-view .master-player__controls button {
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid #4b4b4b;
  border-radius: 50%;
  background: transparent;
  color: #343434;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.dahuafa-view .mini-player__play {
  width: 46px;
  height: 46px;
}

.dahuafa-view .mini-player__play span,
.dahuafa-view .master-player__play span {
  margin-left: 2px;
  font-size: 16px;
}

.dahuafa-view .mini-player__play:hover,
.dahuafa-view .mini-player__play.is-playing,
.dahuafa-view .master-player__controls button:hover,
.dahuafa-view .master-player__play.is-playing {
  background: #333;
  color: #fff;
  transform: translateY(-1px);
}

.dahuafa-view .mini-player__line {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #dedede;
}

.dahuafa-view .mini-player__line span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--cyan);
}

.dahuafa-view .mini-player__time {
  color: #797979;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.dahuafa-view .score-section {
  padding-top: 74px;
}

.dahuafa-view .master-player {
  position: sticky;
  z-index: 10;
  top: 84px;
  display: grid;
  grid-template-columns: 76px minmax(140px, 1fr) auto;
  grid-template-areas:
    "cover info controls"
    "cover timeline volume";
  align-items: center;
  gap: 10px 20px;
  margin: 34px 0 18px;
  padding: 16px;
  border: 1px solid #d8d8d8;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 10px 24px rgb(35 35 35 / 9%);
  backdrop-filter: blur(12px);
}

.dahuafa-view .master-player > img {
  grid-area: cover;
  width: 76px;
  height: 76px;
  object-fit: cover;
}

.dahuafa-view .master-player__info {
  grid-area: info;
  min-width: 0;
}

.dahuafa-view .master-player__info span,
.dahuafa-view .master-player__info small,
.dahuafa-view .master-player__info strong {
  display: block;
}

.dahuafa-view .master-player__info span {
  color: #8a8a8a;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.dahuafa-view .master-player__info strong {
  overflow: hidden;
  margin-top: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahuafa-view .master-player__info small {
  color: #737373;
}

.dahuafa-view .master-player__controls {
  grid-area: controls;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dahuafa-view .master-player__controls button {
  width: 36px;
  height: 36px;
  font-size: 28px;
  line-height: 1;
}

.dahuafa-view .master-player__controls .master-player__play {
  width: 46px;
  height: 46px;
  font-size: 14px;
}

.dahuafa-view .master-player__timeline {
  grid-area: timeline;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 8px;
}

.dahuafa-view .master-player__timeline span {
  color: #777;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.dahuafa-view .master-player__timeline input,
.dahuafa-view .master-player__volume input {
  width: 100%;
  accent-color: var(--blue);
}

.dahuafa-view .master-player__volume {
  grid-area: volume;
  display: grid;
  grid-template-columns: 20px 72px;
  align-items: center;
  gap: 6px;
  color: var(--blue);
}

.dahuafa-view .track-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: #286f98;
}

.dahuafa-view .track-list li + li {
  border-top: 1px solid rgb(255 255 255 / 18%);
}

.dahuafa-view .track-list button {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 84px 28px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 52px;
  padding: 8px 18px;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background 150ms ease;
}

.dahuafa-view .track-list button:hover,
.dahuafa-view .track-list button.is-current {
  background: rgb(0 0 0 / 17%);
}

.dahuafa-view .track-list button > span {
  color: rgb(255 255 255 / 55%);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.dahuafa-view .track-list button strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahuafa-view .track-list button small {
  color: rgb(255 255 255 / 67%);
  text-align: right;
}

.dahuafa-view .track-list button i {
  font-style: normal;
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.dahuafa-view .track-list button:hover i,
.dahuafa-view .track-list button.is-current i {
  opacity: 1;
  transform: translateX(0);
}

.dahuafa-view .audio-error {
  min-height: 28px;
  margin: 12px 0 0;
  color: var(--red);
  font-size: 13px;
  text-align: center;
}

.dahuafa-view .site-footer {
  padding: 82px 0 30px;
  background: var(--night);
  color: #fff;
}

.dahuafa-view .site-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}

.dahuafa-view .footer-title {
  margin: 0 0 22px;
  color: #47a8ff;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.dahuafa-view .site-footer address {
  color: rgb(255 255 255 / 82%);
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
}

.dahuafa-view .footer-phone {
  display: inline-block;
  margin-top: 8px;
  color: var(--yellow);
  font-size: 13px;
}

.dahuafa-view .newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 390px;
}

.dahuafa-view .newsletter input {
  min-width: 0;
  height: 48px;
  padding: 0 12px;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
}

.dahuafa-view .newsletter input::placeholder {
  color: rgb(255 255 255 / 70%);
  font-size: 12px;
}

.dahuafa-view .newsletter button {
  min-width: 100px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition:
    background 150ms ease,
    color 150ms ease;
}

.dahuafa-view .newsletter button:hover {
  background: #fff;
  color: var(--night);
}

.dahuafa-view .newsletter__status {
  min-height: 24px;
  margin: 8px 0 0;
  color: var(--yellow);
  font-size: 12px;
}

.dahuafa-view .site-footer__copyright {
  margin: 70px 20px 0;
  color: rgb(255 255 255 / 72%);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 900px) {
  .dahuafa-view .character-stage {
    grid-template-columns: 1fr;
  }

  .dahuafa-view .character-stage__visual {
    min-height: 540px;
  }

  .dahuafa-view .character-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dahuafa-view .character-option {
    min-height: 98px;
  }

  .dahuafa-view .site-footer__grid {
    gap: 44px;
  }
}

@media (max-width: 720px) {
  .dahuafa-view .shell {
    width: min(100% - 28px, 1240px);
  }

  .dahuafa-view .nav-toggle {
    display: block;
  }

  .dahuafa-view .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    padding: 16px 20px 22px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    background: #222322;
  }

  .dahuafa-view .site-nav.is-open {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .dahuafa-view .site-nav a {
    text-align: center;
  }

  .dahuafa-view .game-hero {
    min-height: 660px;
    background-position: 61% center;
  }

  .dahuafa-view .game-hero__shade {
    width: 100%;
  }

  .dahuafa-view .game-hero__shade::after {
    background: linear-gradient(90deg, rgb(20 4 11 / 78%), rgb(20 4 11 / 35%));
  }

  .dahuafa-view .game-hero__content {
    align-self: end;
    padding-block: 90px 62px;
  }

  .dahuafa-view .mode-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dahuafa-view .mode-card__image {
    aspect-ratio: 16 / 7;
  }

  .dahuafa-view .character-list {
    grid-template-columns: 1fr;
  }

  .dahuafa-view .character-stage__visual {
    min-height: 480px;
  }

  .dahuafa-view .music-topbar__inner {
    min-height: 74px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding-block: 8px;
  }

  .dahuafa-view .music-topbar nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .dahuafa-view .album-meta {
    grid-template-columns: 1fr;
  }

  .dahuafa-view .featured-track {
    grid-template-columns: 1fr;
  }

  .dahuafa-view .featured-track__cover {
    aspect-ratio: 1;
  }

  .dahuafa-view .master-player {
    top: 88px;
    grid-template-columns: 60px 1fr auto;
    grid-template-areas:
      "cover info controls"
      "timeline timeline timeline"
      "volume volume volume";
    gap: 12px;
  }

  .dahuafa-view .master-player > img {
    width: 60px;
    height: 60px;
  }

  .dahuafa-view .master-player__volume {
    grid-template-columns: 20px 1fr;
  }

  .dahuafa-view .track-list button {
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    gap: 10px;
    padding-inline: 14px;
  }

  .dahuafa-view .track-list button small {
    display: none;
  }

  .dahuafa-view .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .dahuafa-view {
    font-size: 15px;
  }

  .dahuafa-view .brand__name {
    display: none;
  }

  .dahuafa-view .site-nav.is-open {
    grid-template-columns: repeat(2, 1fr);
  }

  .dahuafa-view .game-hero h1 {
    font-size: 47px;
  }

  .dahuafa-view .game-hero__copy {
    font-size: 15px;
  }

  .dahuafa-view .character-stage__visual {
    min-height: 440px;
  }

  .dahuafa-view .character-stage__caption > p:last-child {
    font-size: 14px;
  }

  .dahuafa-view .album-cover::before,
  .dahuafa-view .album-cover::after {
    display: none;
  }

  .dahuafa-view .album-meta div {
    grid-template-columns: 78px 1fr;
  }

  .dahuafa-view .featured-track__body {
    padding: 22px;
  }

  .dahuafa-view .mini-player {
    grid-template-columns: 42px 1fr 40px;
  }

  .dahuafa-view .mini-player__play {
    width: 42px;
    height: 42px;
  }

  .dahuafa-view .master-player {
    padding: 12px;
  }

  .dahuafa-view .master-player__controls button:first-child,
  .dahuafa-view .master-player__controls button:last-child {
    display: none;
  }

  .dahuafa-view .newsletter {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dahuafa-view .newsletter button {
    min-height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dahuafa-view {
    scroll-behavior: auto;
  }

  .dahuafa-view *,
  .dahuafa-view *::before,
  .dahuafa-view *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.dahuafa-view.game-page,
.dahuafa-view.music-page {
  --ink: #fff;
  --ink-soft: rgb(255 255 255 / 56%);
  --paper: #000;
  --paper-warm: #070707;
  --line: rgb(255 255 255 / 12%);
  --night: #050505;
  --night-soft: #0a0a0a;
  --red: #d42020;
  --red-deep: #d42020;
  --blue: #d42020;
  --cyan: #d42020;
  --yellow: #fff;
  background: #000;
  color: #fff;
  color-scheme: dark;
}

.dahuafa-view.game-page main,
.dahuafa-view.music-page main {
  background: #000;
}

.dahuafa-view.game-page :focus-visible,
.dahuafa-view.music-page :focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

.dahuafa-view.game-page .section,
.dahuafa-view.music-page .section {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.dahuafa-view.game-page .game-hero {
  border-bottom: 1px solid var(--line);
  background: #080808;
}

.dahuafa-view.game-page .game-hero__shade::after {
  background:
    linear-gradient(
      90deg,
      rgb(0 0 0 / 82%) 0%,
      rgb(0 0 0 / 42%) 46%,
      rgb(0 0 0 / 12%) 74%
    ),
    linear-gradient(0deg, rgb(0 0 0 / 46%), transparent 52%);
}

.dahuafa-view.game-page .game-hero__kicker,
.dahuafa-view.game-page .section-heading__eyebrow,
.dahuafa-view.music-page .music-section-title > span,
.dahuafa-view.music-page .album-heading__eyebrow {
  color: var(--red);
}

.dahuafa-view.game-page .game-hero__copy,
.dahuafa-view.game-page .section-heading > p:last-child,
.dahuafa-view.game-page .mode-card p,
.dahuafa-view.music-page .album-copy p,
.dahuafa-view.music-page .featured-track__copy {
  color: rgb(255 255 255 / 58%);
}

.dahuafa-view.game-page .game-intro {
  background: #000;
}

.dahuafa-view.game-page .mode-card {
  overflow: hidden;
  padding-bottom: 26px;
  border: 1px solid var(--line);
  background: #070707;
  text-align: left;
}

.dahuafa-view.game-page .mode-card__image {
  border-bottom: 1px solid var(--line);
  background: #0a0a0a;
}

.dahuafa-view.game-page .mode-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 38%), transparent 58%);
  content: "";
  pointer-events: none;
}

.dahuafa-view.game-page .mode-card__image span {
  z-index: 1;
  color: var(--red);
  font-size: 11px;
  letter-spacing: 0.2em;
}

.dahuafa-view.game-page .mode-card h3,
.dahuafa-view.game-page .mode-card p {
  margin-right: 22px;
  margin-left: 22px;
}

.dahuafa-view.game-page .mode-card h3 {
  margin-top: 22px;
  color: #fff;
  font-size: 19px;
}

.dahuafa-view.game-page .character-section {
  background: #050505;
}

.dahuafa-view.game-page .character-stage {
  border: 1px solid var(--line);
  background: #050505;
  box-shadow: none;
}

.dahuafa-view.game-page .character-stage__visual {
  background: #050505;
}

.dahuafa-view.game-page .character-stage__caption > p:first-child {
  color: var(--red);
}

.dahuafa-view.game-page .character-list {
  gap: 0;
  padding: 0;
  border-left: 1px solid var(--line);
  background: #080808;
}

.dahuafa-view.game-page .character-option {
  min-height: 126px;
  padding: 18px;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  background: transparent;
}

.dahuafa-view.game-page .character-option:hover,
.dahuafa-view.game-page .character-option.is-active {
  background: rgb(255 255 255 / 5%);
}

.dahuafa-view.game-page .character-option::before {
  top: 0;
  bottom: 0;
  width: 2px;
}

.dahuafa-view.game-page .character-option img {
  border: 1px solid var(--line);
  filter: saturate(0.82) contrast(1.04);
}

.dahuafa-view.game-page .character-option strong,
.dahuafa-view.game-page .character-option.is-active strong {
  color: #fff;
}

.dahuafa-view.game-page .character-option.is-active strong {
  color: var(--red);
}

.dahuafa-view.music-page .album-intro {
  background: #000;
}

.dahuafa-view.music-page .album-cover::before,
.dahuafa-view.music-page .album-cover::after {
  border-color: rgb(255 255 255 / 18%);
}

.dahuafa-view.music-page .album-cover img {
  filter: saturate(0.9) contrast(1.03);
}

.dahuafa-view.music-page .album-heading,
.dahuafa-view.music-page .music-section-title {
  border-color: rgb(255 255 255 / 18%);
}

.dahuafa-view.music-page .album-meta {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.dahuafa-view.music-page .album-meta div {
  min-height: 52px;
  padding: 12px 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #050505;
}

.dahuafa-view.music-page .album-meta dt {
  color: rgb(255 255 255 / 38%);
}

.dahuafa-view.music-page .album-meta dd,
.dahuafa-view.music-page .album-copy h2 {
  color: #fff;
}

.dahuafa-view.music-page .featured-section {
  background: #050505;
}

.dahuafa-view.music-page .featured-track {
  border-color: var(--line);
  background: #080808;
  box-shadow: none;
}

.dahuafa-view.music-page .featured-track__cover {
  border-right: 1px solid var(--line);
  filter: saturate(0.88) contrast(1.04);
}

.dahuafa-view.music-page .featured-track__heading p {
  color: var(--red);
}

.dahuafa-view.music-page .featured-track__heading h3 {
  color: #fff;
}

.dahuafa-view.music-page .featured-track__number {
  color: rgb(255 255 255 / 14%);
}

.dahuafa-view.music-page .mini-player__play,
.dahuafa-view.music-page .master-player__controls button {
  border-color: rgb(255 255 255 / 34%);
  background: transparent;
  color: #fff;
}

.dahuafa-view.music-page .mini-player__play:hover,
.dahuafa-view.music-page .mini-player__play.is-playing,
.dahuafa-view.music-page .master-player__controls button:hover,
.dahuafa-view.music-page .master-player__play.is-playing {
  background: var(--red);
  color: #fff;
}

.dahuafa-view.music-page .mini-player__line {
  background: rgb(255 255 255 / 14%);
}

.dahuafa-view.music-page .mini-player__line span {
  background: var(--red);
}

.dahuafa-view.music-page .mini-player__time {
  color: rgb(255 255 255 / 42%);
}

.dahuafa-view.music-page .score-section {
  background: #000;
}

.dahuafa-view.music-page .master-player {
  top: 80px;
  border-color: var(--line);
  background: rgb(5 5 5 / 96%);
  box-shadow: none;
}

.dahuafa-view.music-page .master-player > img {
  border: 1px solid var(--line);
}

.dahuafa-view.music-page .master-player__info span,
.dahuafa-view.music-page .master-player__info small,
.dahuafa-view.music-page .master-player__timeline span {
  color: rgb(255 255 255 / 44%);
}

.dahuafa-view.music-page .master-player__info strong {
  color: #fff;
}

.dahuafa-view.music-page .master-player__timeline input,
.dahuafa-view.music-page .master-player__volume input {
  accent-color: var(--red);
}

.dahuafa-view.music-page .master-player__volume {
  color: var(--red);
}

.dahuafa-view.music-page .track-list {
  border: 1px solid var(--line);
  background: #050505;
}

.dahuafa-view.music-page .track-list li + li {
  border-color: rgb(255 255 255 / 9%);
}

.dahuafa-view.music-page .track-list button:hover,
.dahuafa-view.music-page .track-list button.is-current {
  background: rgb(255 255 255 / 6%);
}

.dahuafa-view.music-page .track-list button.is-current {
  box-shadow: inset 2px 0 0 var(--red);
}

.dahuafa-view.music-page .track-list button > span,
.dahuafa-view.music-page .track-list button small {
  color: rgb(255 255 255 / 38%);
}

.dahuafa-view.music-page .track-list button i,
.dahuafa-view.music-page .audio-error {
  color: var(--red);
}

.dahuafa-view.game-page .site-footer,
.dahuafa-view.music-page .site-footer {
  border-top: 1px solid var(--line);
  background: #050505;
}

.dahuafa-view.game-page .footer-title,
.dahuafa-view.music-page .footer-title,
.dahuafa-view.game-page .footer-phone,
.dahuafa-view.music-page .footer-phone,
.dahuafa-view.game-page .newsletter__status,
.dahuafa-view.music-page .newsletter__status {
  color: var(--red);
}

.dahuafa-view.game-page .newsletter input,
.dahuafa-view.music-page .newsletter input,
.dahuafa-view.game-page .newsletter button,
.dahuafa-view.music-page .newsletter button {
  border-color: rgb(255 255 255 / 42%);
}

.dahuafa-view.game-page .newsletter button:hover,
.dahuafa-view.music-page .newsletter button:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 900px) {
  .dahuafa-view.game-page .character-list {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .dahuafa-view.music-page .featured-track__cover {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .dahuafa-view.music-page .master-player {
    top: 76px;
  }
}

.shared-site-footer {
  box-sizing: border-box;
  width: 100%;
  padding: 64px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #050505;
  color: #fff;
}

.shared-site-footer *,
.shared-site-footer *::before,
.shared-site-footer *::after {
  box-sizing: border-box;
}

.shared-site-footer__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.shared-site-footer__brand {
  margin-bottom: 38px;
}

.shared-site-footer__logo {
  display: block;
  width: auto;
  height: 56px;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
}

.shared-site-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}

.shared-site-footer__title {
  margin: 0 0 22px;
  color: #e42127;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.shared-site-footer address {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
}

.shared-site-footer__phone {
  display: inline-block;
  margin-top: 8px;
  color: #e42127;
  font-size: 13px;
  text-decoration: none;
}

.shared-site-footer__newsletter {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 390px;
  direction: ltr;
}

.shared-site-footer__newsletter input {
  order: 1;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 48px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  appearance: none;
}

.shared-site-footer__newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.shared-site-footer__newsletter button {
  order: 2;
  flex: 0 0 100px;
  width: 100px;
  height: 48px;
  min-width: 100px;
  margin: 0;
  padding: 0 14px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  transition:
    background 150ms ease,
    color 150ms ease;
}

.shared-site-footer__newsletter button:hover {
  background: #fff;
  color: #000;
}

.shared-site-footer__status {
  min-height: 24px;
  margin: 8px 0 0;
  color: #e42127;
  font-size: 12px;
}

.shared-site-footer__copyright {
  margin: 70px 20px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-align: center;
}

.shared-site-footer__compliance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 10px 20px 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  text-align: center;
}

.shared-site-footer__compliance a {
  color: inherit;
  text-decoration: none;
}

.shared-site-footer__compliance a:hover {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 900px) {
  .shared-site-footer {
    padding-top: 48px;
  }

  .shared-site-footer__inner {
    width: min(100% - 32px, 720px);
  }

  .shared-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .shared-site-footer__brand {
    margin-bottom: 32px;
  }

  .shared-site-footer__logo {
    height: 48px;
  }

  .shared-site-footer__copyright {
    margin-top: 48px;
  }
}

@media (max-width: 560px) {
  .shared-site-footer__newsletter {
    flex-direction: column;
    gap: 12px;
  }

  .shared-site-footer__newsletter button {
    width: 100%;
    min-width: 0;
    height: 44px;
    min-height: 44px;
    flex-basis: 44px;
  }
}
