.show {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  max-width: none;
  margin: 0 0 1.15rem;
  padding: 1rem;
  background: #142033;
  color: #f6ead2;
  border-radius: 1.5rem;
  border: 2px solid #c9a227;
  box-shadow: 0 16px 36px rgba(20, 32, 51, 0.18);
  box-sizing: border-box;
  overflow: hidden;
}
.show-frame {
  position: relative;
  flex: 0 0 168px;
  width: 168px;
  height: 168px;
}
.show-art {
  display: block;
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 1rem;
}
.show-ring {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 3px solid #c9a227;
  box-shadow: inset 0 0 0 8px rgba(20, 32, 51, 0.28);
  pointer-events: none;
}
.show-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0.4rem 0.2rem 0.2rem;
}
.show-kicker {
  margin: 0;
  color: #c9a227;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.show-title {
  margin: 0.2rem 0 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
}
.show-title a {
  color: #fff !important;
  text-decoration: none !important;
}
.show-title a:hover { color: #c9a227 !important; }
.show-meta {
  margin: 0.15rem 0 0;
  color: rgba(246, 234, 210, 0.75);
  font-size: 0.9rem;
}
.show-eq {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 28px;
  margin: 0.7rem 0 0.85rem;
}
.show-eq i {
  display: block;
  width: 5px;
  border-radius: 99px;
  background: #c9a227;
}
.show-eq i:nth-child(1) { height: 10px; }
.show-eq i:nth-child(2) { height: 18px; }
.show-eq i:nth-child(3) { height: 12px; }
.show-eq i:nth-child(4) { height: 26px; }
.show-eq i:nth-child(5) { height: 16px; }
.show-eq i:nth-child(6) { height: 22px; }
.show-eq i:nth-child(7) { height: 11px; }
.show-eq i:nth-child(8) { height: 20px; }
.show-eq i:nth-child(9) { height: 14px; }
.show.is-playing .show-eq i { animation: show-eq 0.7s ease-in-out infinite alternate; }
.show.is-playing .show-eq i:nth-child(odd) { animation-delay: 0.12s; }
.show-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.show-play {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #c9a227;
  background: #8c1c2c;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  padding: 0 0 0 3px;
}
.show-play:hover { background: #6e1420; }
.show.is-playing .show-play { padding: 0; }
.show-track {
  flex: 1;
  min-width: 0;
  height: 10px;
  border-radius: 99px;
  background: rgba(246, 234, 210, 0.2);
  cursor: pointer;
  overflow: hidden;
}
.show-fill {
  display: block;
  height: 100%;
  width: 0;
  background: #c9a227;
}
.show-time {
  font-size: 0.8rem;
  min-width: 5.2rem;
  color: rgba(246, 234, 210, 0.85);
  font-variant-numeric: tabular-nums;
}
.show audio { display: none !important; }
.show--hero { max-width: none; padding: 1.25rem; }
.show--hero .show-frame,
.show--hero .show-art { width: 200px; height: 200px; flex-basis: 200px; }
.show--cast .show-play { background: #142033; }

.sound-page { padding-top: 0 !important; }
.sound-hero {
  position: relative;
  height: 320px;
  margin: 0 0 2rem;
  overflow: hidden;
  color: #fff;
}
.sound-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sound-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,32,51,0.15) 0%, rgba(20,32,51,0.82) 100%);
}
.sound-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem 0 1.8rem;
}
.sound-hero h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
}
.sound-hero p { margin: 0; font-size: 1.1rem; opacity: 0.92; max-width: 32rem; }
.sound-list { padding-bottom: 2.5rem; }

@keyframes show-eq {
  from { transform: scaleY(0.45); }
  to { transform: scaleY(1); }
}
.show.is-playing .show-eq { transform-origin: bottom; }
.show.is-playing .show-eq i { transform-origin: bottom; }

@media (max-width: 700px) {
  .show, .show--hero { flex-direction: column; align-items: center; text-align: center; }
  .show-main { width: 100%; }
  .show-eq { justify-content: center; }
  .show-frame, .show-art, .show--hero .show-frame, .show--hero .show-art {
    width: 100%;
    max-width: 280px;
    height: 200px;
    flex-basis: auto;
  }
  .show-art { width: 100%; }
}
