:root {
  --music-canvas: #070708;
  --music-surface: rgba(28, 28, 30, 0.78);
  --music-surface-strong: rgba(28, 28, 30, 0.94);
  --music-hairline: rgba(255, 255, 255, 0.1);
  --music-secondary: rgba(255, 255, 255, 0.62);
  --music-tertiary: rgba(255, 255, 255, 0.4);
  --music-ease: cubic-bezier(0.2, 0.78, 0.22, 1);
}

html,
body {
  background: var(--music-canvas);
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.app {
  background: transparent;
}

.backdrop > img {
  filter: blur(52px) saturate(1.32) brightness(0.34) !important;
  opacity: 0.96 !important;
  transform: scale(1.22) !important;
}

.videoBackdrop iframe {
  filter: saturate(1.06) contrast(1.02) brightness(0.42);
}

.backdrop::after,
.backdrop.has-video::after {
  background: linear-gradient(
    180deg,
    rgba(5, 5, 7, 0.26) 0%,
    rgba(5, 5, 7, 0.38) 42%,
    rgba(5, 5, 7, 0.82) 76%,
    rgba(5, 5, 7, 0.96) 100%
  ) !important;
}

.topbar {
  top: max(18px, env(safe-area-inset-top));
  left: clamp(20px, 2.8vw, 40px);
  right: clamp(20px, 2.8vw, 40px);
}

.topbarLeft,
.topbarActions {
  gap: 7px;
}

.iconButton,
.sheetClose {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(28, 28, 30, 0.58);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px) saturate(1.45);
  backdrop-filter: blur(30px) saturate(1.45);
}

.iconButton:hover,
.sheetClose:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(58, 58, 60, 0.7);
  transform: scale(1.035);
}

.iconButton.is-active {
  border-color: rgba(var(--accent-rgb), 0.46);
  background: rgba(var(--accent-rgb), 0.15);
}

.brand {
  width: clamp(172px, 16vw, 204px);
  height: 108px;
}

.brandLogo {
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.44));
}

.stage {
  padding-top: calc(102px + env(safe-area-inset-top));
  padding-bottom: calc(120px + env(safe-area-inset-bottom));
}

.player {
  grid-template-columns: clamp(320px, 32vw, 440px) minmax(300px, 520px);
  gap: clamp(48px, 7vw, 104px);
  width: min(1110px, 100%);
}

.coverWrap {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    0 46px 120px rgba(0, 0, 0, 0.5),
    0 14px 36px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.13);
}

.coverWrap::after {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.cover {
  filter: saturate(1.03) contrast(1.015);
  transition: transform 620ms var(--music-ease), opacity 260ms ease;
}

.coverWrap:hover .cover {
  transform: scale(1.012);
}

.playButton {
  right: 18px;
  bottom: 18px;
  width: 66px;
  height: 66px;
  border: 0;
  background: var(--accent);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.38),
    0 8px 22px rgba(var(--accent-rgb), 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.playButton:hover {
  border-color: transparent;
  background: var(--accent);
  filter: brightness(1.06);
  transform: scale(1.045);
}

.playIcon {
  border-left-color: var(--accent-contrast);
}

.app[data-playing="true"] .playIcon::before,
.app[data-playing="true"] .playIcon::after {
  background: var(--accent-contrast);
}

.meta {
  max-width: 520px;
}

.nowPlaying {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 760;
}

.meta h1 {
  font-size: 3.75rem;
  font-weight: 720;
  line-height: 1.04;
  text-wrap: balance;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.26);
}

.meta > #artist {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.45rem;
  font-weight: 520;
}

.dock {
  bottom: calc(18px + env(safe-area-inset-bottom));
  height: 64px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(20, 20, 22, 0.7);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(34px) saturate(1.55);
  backdrop-filter: blur(34px) saturate(1.55);
}

.dockInner {
  gap: 2px;
  height: 54px;
}

.dockItem {
  height: 54px;
}

.dockTab {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.66);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.historyTab {
  min-width: 108px;
  padding: 0 14px;
}

.dockTab:hover {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.075);
  color: white;
  transform: none;
}

.dockTab.is-active,
.volumeItem.is-open .dockTab {
  border-color: transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  box-shadow: none;
  transform: none;
}

.currentTrackVote.is-voted {
  border-color: transparent;
  background: transparent;
  color: var(--accent);
  box-shadow: none;
  transform: none;
}

.dockIcon {
  opacity: 0.72;
}

.dockLabel {
  font-size: 0.84rem;
  font-weight: 650;
}

.dockTab.is-active .dockLabel {
  color: rgba(255, 255, 255, 0.76);
}

.historyTab,
.historyTab.is-active {
  --dock-active-icon: url("./assets/icons/ios-music.svg");
}

.podcastsTab,
.podcastsTab.is-active {
  --dock-active-icon: url("./assets/icons/ios-podcast.svg");
}

.streamsTab,
.streamsTab.is-active {
  --dock-active-icon: url("./assets/icons/ios-radio.svg");
}

.siteTab,
.siteTab.is-active {
  --dock-active-icon: url("./assets/icons/ios-globe.svg");
}

.dedicationTab,
.dedicationTab.is-active {
  --dock-active-icon: url("./assets/icons/ios-mic.svg");
}

.chatTab,
.chatTab.is-active {
  --dock-active-icon: url("./assets/icons/ios-chat.svg");
}

.dockTab[data-menu-key]:not(.currentTrackVote) .dockGlyph::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--accent);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 160ms ease, transform 180ms var(--music-ease);
  -webkit-mask: var(--dock-active-icon) center / contain no-repeat;
  mask: var(--dock-active-icon) center / contain no-repeat;
}

.dockGlyph {
  position: relative;
}

.dockTab[data-menu-key]:not(.currentTrackVote).is-active .dockIcon {
  opacity: 0;
}

.dockTab[data-menu-key]:not(.currentTrackVote).is-active .dockGlyph::after {
  opacity: 1;
  transform: scale(1);
}

.currentTrackVote.is-voted .currentTrackVoteHeart {
  color: var(--accent);
}

.currentTrackVote.is-unavailable {
  display: none;
}

.reactionTray,
.volumePopover {
  border-color: var(--music-hairline);
  background: var(--music-surface-strong);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.48);
  -webkit-backdrop-filter: blur(34px) saturate(1.5);
  backdrop-filter: blur(34px) saturate(1.5);
}

.programNotification {
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(28, 28, 30, 0.82);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(44px) saturate(1.55);
  backdrop-filter: blur(44px) saturate(1.55);
}

.shareMenu {
  overflow: hidden;
  padding: 6px;
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(28, 28, 30, 0.9);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(38px) saturate(1.55);
  backdrop-filter: blur(38px) saturate(1.55);
}

.shareMenu button {
  min-height: 48px;
  border-radius: 12px;
}

.shareMenu button:hover {
  background: rgba(255, 255, 255, 0.075);
}

.sheet[data-panel] .sheetBackdrop {
  background: rgba(0, 0, 0, 0.52);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.sheetPanel,
.sheet[data-panel="chat"] .sheetPanel {
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: rgba(28, 28, 30, 0.92);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(38px) saturate(1.45);
  backdrop-filter: blur(38px) saturate(1.45);
}

.sheetPanel h2 {
  font-size: 1.48rem;
  font-weight: 720;
}

.sheetClose {
  background: rgba(118, 118, 128, 0.24);
}

.timelineTabs {
  gap: 2px;
  padding: 3px;
  border: 0;
  border-radius: 10px;
  background: rgba(118, 118, 128, 0.2);
  box-shadow: none;
}

.timelineTabs button {
  min-height: 38px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 650;
}

.timelineTabs button.is-active {
  background: rgba(99, 99, 102, 0.72);
  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: white;
}

.timelineTabs button.is-active .timelineTabCount {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
}

.timelineRow {
  border-bottom-color: rgba(255, 255, 255, 0.075);
  border-radius: 8px;
}

.timelineRow:hover,
.streamOption:hover,
.siteLinkRow:hover,
.deviceOption:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.055);
}

.trackArtwork,
.podcastShowArtwork,
.podcastEpisodeMedia {
  border-radius: 10px;
}

.streamOption.is-current {
  background: rgba(var(--accent-rgb), 0.11);
}

.formField input,
.formField textarea,
.chatComposer,
.clockTimeField input,
.clockCustom input {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(118, 118, 128, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.formField input:focus,
.formField textarea:focus,
.clockTimeField input:focus,
.clockCustom input:focus {
  border-color: rgba(var(--accent-rgb), 0.72);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.13);
}

.primaryAction,
.clockPrimary,
.clockCustom .primaryAction {
  border-radius: 12px;
  box-shadow:
    0 8px 20px rgba(var(--accent-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.podcastShowCard,
.podcastEpisode {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.podcastShowCard:hover,
.podcastEpisode.is-playing {
  border-color: rgba(var(--accent-rgb), 0.32);
  background: rgba(var(--accent-rgb), 0.085);
}

/* Keep the clock useful without letting it take over the entire panel. */
.sheet[data-panel="clock"] .sheetHeader {
  margin-bottom: 12px;
}

.sheet[data-panel="clock"] .sheetPanel h2 {
  font-size: 1.28rem;
}

.clockSection {
  gap: 10px;
  padding-bottom: 14px;
}

.clockSection + .clockSection {
  padding-top: 14px;
}

.clockSectionHeading {
  gap: 12px;
}

.clockSectionHeading > div {
  gap: 2px;
}

.clockSectionHeading > div > span,
.clockSectionLabel,
.clockTimeField > span,
.clockDays legend,
.clockCustom label > span {
  font-size: 0.62rem;
}

.clockSectionHeading strong {
  font-size: 0.84rem;
}

.clockTimeField {
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 10px;
  min-height: 44px;
  padding: 4px 0;
}

.clockTimeField input,
.clockCustom input {
  height: 36px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.82rem;
}

.clockDays {
  gap: 6px;
}

.clockDays > div,
.clockPresets {
  gap: 5px;
}

.clockDay span {
  height: 32px;
  font-size: 0.68rem;
}

.clockPrimary {
  min-width: 112px;
  min-height: 36px;
}

.clockNotice {
  margin-top: -3px;
  font-size: 0.63rem;
  line-height: 1.35;
}

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

.clockPresets button,
.clockCancel {
  min-height: 34px;
  padding: 0 4px;
  font-size: clamp(0.62rem, 2.2vw, 0.7rem);
  white-space: nowrap;
}

.clockCustom {
  gap: 7px;
}

.clockCustom label {
  gap: 5px;
}

.clockCustom .primaryAction {
  min-height: 36px;
}

/* The recorder status has equal side columns, so its visual center is exact. */
.voiceRecorderCard {
  align-items: center;
}

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

.voiceRecorderSignal {
  justify-content: center;
}

.voiceRecorderTopline time {
  justify-self: center;
  text-align: center;
}

.voiceRecordButton,
.voiceRecorderPreview {
  align-self: center;
  justify-self: center;
  margin-right: auto;
  margin-left: auto;
}

.voiceRecordButton {
  position: relative;
}

.voiceRecorderPreview {
  display: block;
  max-width: 100%;
}

/* Radio-specific accent: selections, listener presence and the main actions. */
.dedicationMode button.is-active,
.timelineTabs button.is-active {
  border-color: transparent;
  background: var(--accent);
  color: var(--accent-contrast);
  box-shadow:
    0 7px 18px rgba(var(--accent-rgb), 0.2),
    inset 0 1px 0 rgba(var(--accent-contrast-rgb), 0.12);
}

.dedicationMode button.is-active:hover,
.timelineTabs button.is-active:hover {
  background: var(--accent);
  color: var(--accent-contrast);
}

.timelineTabs button.is-active .timelineTabCount {
  background: rgba(var(--accent-contrast-rgb), 0.13);
  color: rgba(var(--accent-contrast-rgb), 0.74);
}

.sheet[data-panel="dedication"] .primaryAction,
.songRequestSubmit {
  background: var(--accent);
  color: var(--accent-contrast);
}

.songRequestSelection {
  padding: 11px;
  border: 1px solid rgba(var(--accent-rgb), 0.38);
  border-radius: 12px;
  background: rgba(var(--accent-rgb), 0.1);
}

.songRequestRow > button:hover,
.songRequestRow > button:focus-visible {
  outline: 0;
  background: rgba(var(--accent-rgb), 0.1);
}

.songRequestRow > button:hover .songRequestChoose,
.songRequestRow > button:focus-visible .songRequestChoose {
  background: var(--accent);
  color: var(--accent-contrast);
}

.chatAvatar,
.chatPresence {
  border-color: rgba(var(--accent-rgb), 0.34);
  background: rgba(var(--accent-rgb), 0.12);
}

.chatAvatar {
  color: var(--accent);
}

.chatPresenceDot {
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.14);
}

.chatPresence strong {
  color: var(--accent);
}

.chatComposer:focus-within {
  border-color: rgba(var(--accent-rgb), 0.64);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.12);
}

.chatComposer button {
  background: var(--accent);
  box-shadow:
    0 6px 16px rgba(var(--accent-rgb), 0.2),
    inset 0 1px 0 rgba(var(--accent-contrast-rgb), 0.14);
}

.chatComposer button img {
  filter: var(--mobile-dock-icon-filter, none);
}

.toast {
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(44, 44, 46, 0.9);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.46);
  -webkit-backdrop-filter: blur(30px) saturate(1.5);
  backdrop-filter: blur(30px) saturate(1.5);
}

@media (min-width: 821px) {
  .dock {
    bottom: calc(16px + env(safe-area-inset-bottom));
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .dockInner {
    gap: 8px;
    height: 100%;
  }

  .dockItem {
    height: 100%;
  }

  .dockTab {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(var(--surface-rgb), 0.68);
    color: rgba(255, 255, 255, 0.84);
    box-shadow:
      0 16px 42px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.13);
    -webkit-backdrop-filter: blur(24px) saturate(1.25);
    backdrop-filter: blur(24px) saturate(1.25);
  }

  .historyTab {
    width: auto;
    min-width: 122px;
    padding: 0 18px;
    border-radius: 999px;
  }

  .dockTab:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(38, 38, 42, 0.76);
    color: #ffffff;
    transform: translateY(-2px);
  }

  .dockTab.is-active,
  .volumeItem.is-open .dockTab,
  .currentTrackVote.is-voted {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(46, 46, 50, 0.82);
    color: #ffffff;
    box-shadow:
      0 16px 42px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.13);
    transform: translateY(-2px);
  }

  .dockIcon {
    opacity: 0.92;
  }

  .dockLabel {
    font-size: 0.9rem;
    font-weight: 680;
  }
}

@media (max-width: 1180px) and (min-width: 821px) {
  .player {
    grid-template-columns: clamp(292px, 34vw, 380px) minmax(280px, 460px);
    gap: 54px;
  }

  .meta h1 {
    font-size: 3.15rem;
  }
}

@media (max-width: 820px) {
  .backdrop > img {
    filter: blur(46px) saturate(1.28) brightness(0.31) !important;
    transform: scale(1.24) !important;
  }

  .backdrop::after,
  .backdrop.has-video::after {
    background: linear-gradient(
      180deg,
      rgba(5, 5, 7, 0.18) 0%,
      rgba(5, 5, 7, 0.36) 44%,
      rgba(5, 5, 7, 0.76) 73%,
      rgba(5, 5, 7, 0.96) 100%
    ) !important;
  }

  .topbar {
    top: max(10px, env(safe-area-inset-top));
    left: 12px;
    right: 12px;
  }

  .topbarLeft,
  .topbarActions {
    gap: 6px;
  }

  .iconButton {
    width: 40px;
    height: 40px;
    background: rgba(28, 28, 30, 0.52);
  }

  .brand {
    width: min(34vw, 132px);
    height: 76px;
  }

  .stage {
    padding:
      calc(82px + env(safe-area-inset-top))
      18px
      calc(100px + env(safe-area-inset-bottom));
  }

  .player {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 17px;
    width: min(430px, 100%);
  }

  .coverWrap {
    width: min(67vw, 32dvh, 262px);
    border-radius: 16px;
    box-shadow:
      0 32px 80px rgba(0, 0, 0, 0.46),
      0 10px 28px rgba(0, 0, 0, 0.24),
      0 0 0 1px rgba(255, 255, 255, 0.12);
  }

  .app:not(.is-webtv) .coverWrap .playButton {
    display: none !important;
  }

  .playButton,
  .app[data-playing="true"] .coverWrap .playButton,
  .app[data-playing="true"].is-play-control-dismissed .coverWrap .playButton,
  .app[data-playing="true"].is-play-control-dismissed .coverWrap:hover .playButton,
  .app[data-playing="true"].is-play-control-hovered .coverWrap .playButton,
  .app[data-playing="true"] .coverWrap .playButton:focus-visible {
    border: 0;
    background: rgba(var(--accent-rgb), 0.94);
    box-shadow:
      0 14px 34px rgba(0, 0, 0, 0.42),
      0 7px 20px rgba(var(--accent-rgb), 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
    -webkit-backdrop-filter: blur(16px) saturate(1.3);
    backdrop-filter: blur(16px) saturate(1.3);
  }

  .app[data-playing="true"] .playButton,
  .app[data-playing="true"] .coverWrap:hover .playButton,
  .app[data-playing="true"].is-play-control-hovered .coverWrap .playButton,
  .app[data-playing="true"].is-play-control-dismissed .coverWrap:hover .playButton,
  .app[data-playing="true"] .coverWrap .playButton:focus-visible {
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nowPlaying {
    margin-bottom: 7px;
    font-size: 0.67rem;
  }

  .meta h1 {
    font-size: 1.8rem;
    line-height: 1.08;
  }

  .meta > #artist {
    margin-top: 7px;
    font-size: 1.05rem;
  }

  .dock {
    right: 0;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 0;
    width: clamp(268px, calc(100% - 112px), 340px);
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    padding: 7px 8px;
    isolation: isolate;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 40px;
    background: rgba(9, 14, 18, 0.96);
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.48),
      0 4px 14px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
    transform: none;
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
    backdrop-filter: blur(22px) saturate(1.18);
  }

  .dock::before,
  .dock::after {
    content: none;
  }

  .dockInner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(var(--mobile-dock-items, 5), minmax(0, 1fr));
    gap: 0;
    height: 64px;
    border-radius: 32px;
  }

  .dockTab,
  .dockTab:hover,
  .dockTab:active,
  .dockTab.is-active,
  .currentTrackVote.is-voted,
  .mobileLiveTab.is-current,
  .mobileLiveTab.is-playing {
    width: 100%;
    height: 64px;
    min-width: 0;
    padding: 0;
    justify-content: center;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    box-shadow: none;
    transform: none;
  }

  .dockTab::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(89, 92, 96, 0.82);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.84);
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: none;
  }

  .dockTab[data-menu-key].is-active::before,
  .mobileLiveTab.is-current::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .dockGlyph,
  .dockTab.is-active .dockGlyph {
    flex: 0 0 44px;
    width: 44px;
    max-width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    z-index: 1;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .dockTab[data-menu-key].is-active .dockGlyph {
    background: transparent;
  }

  .currentTrackVote.is-voted .dockGlyph {
    flex: 0 0 44px;
    width: 44px;
    max-width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
  }

  .dockIcon {
    width: 25px;
    height: 25px;
    opacity: 0.82;
    filter: brightness(0) invert(1);
  }

  .dockTab .dockLabel,
  .dockTab:not(.historyTab) .dockLabel,
  .dockTab.is-active .dockLabel,
  .currentTrackVote.is-voted .dockLabel {
    display: none;
  }

  .dockTab[data-menu-key]:not(.currentTrackVote).is-active .dockGlyph::after {
    background: #ffffff;
    filter: none;
  }

  .currentTrackVoteHeart {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.8rem;
  }

  .currentTrackVote.is-voted .currentTrackVoteHeart {
    color: var(--accent);
  }

  .currentTrackVote.is-unavailable {
    display: flex;
    opacity: 0.5;
    pointer-events: none;
  }

  .currentTrackVote.is-unavailable .currentTrackVoteHeart {
    color: rgba(255, 255, 255, 0.72);
  }

  .mobileReactionMount {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: 0;
    margin-top: 11px;
    justify-content: center;
  }

  .mobileReactionMount:empty {
    display: none;
  }

  .mobileReactionMount > .reactionItem {
    position: relative;
    display: flex;
    width: auto;
    height: 40px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .mobileReactionMount .reactionToggle {
    display: none !important;
  }

  .mobileReactionMount .reactionTray,
  .mobileReactionMount .reactionTray[hidden] {
    position: static;
    display: flex !important;
    align-items: center;
    gap: 2px;
    width: auto;
    padding: 3px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 999px;
    background: rgba(9, 14, 18, 0.76);
    box-shadow:
      0 10px 28px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
    transform: none;
    -webkit-backdrop-filter: blur(20px) saturate(1.18);
    backdrop-filter: blur(20px) saturate(1.18);
  }

  .mobileReactionMount .reactionTray button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: transparent;
    transition: background 160ms ease, transform 160ms ease;
  }

  .mobileReactionMount .reactionTray button:hover,
  .mobileReactionMount .reactionTray button:focus-visible {
    background: rgba(var(--accent-rgb), 0.18);
  }

  .mobileReactionMount .reactionTray button:active {
    transform: scale(0.92);
  }

  .mobileReactionMount .reactionTray button span {
    font-size: 1rem;
  }

  .app.is-sheet-open .mobileReactionMount {
    opacity: 0;
    pointer-events: none;
  }

  .app.is-webtv .mobileReactionMount,
  .app.is-webtv .liveReactionStage {
    display: none !important;
  }

  .mobileLiveTab,
  .mobileLiveTab.is-current,
  .mobileLiveTab.is-playing {
    display: flex !important;
  }

  .mobileLiveGlyph,
  .mobileLiveTab.is-current .mobileLiveGlyph,
  .mobileLiveTab.is-playing .mobileLiveGlyph {
    flex: 0 0 44px;
    width: 44px;
    max-width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .mobileLiveIcon,
  .mobileLiveTab.is-current .mobileLiveIcon {
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left-width: 14px;
    border-left-color: #ffffff;
  }

  .mobileLiveTab.is-playing .mobileLiveIcon {
    width: 12px;
    height: 18px;
    margin-left: 0;
    border: 0;
  }

  .mobileLiveTab.is-playing .mobileLiveIcon::before,
  .mobileLiveTab.is-playing .mobileLiveIcon::after {
    width: 4px;
    height: 18px;
    background: #ffffff;
  }

  .mobileLiveTab:active .mobileLiveGlyph {
    transform: scale(0.94);
  }

  .currentTrackVoteCount,
  .reactionLiveCount,
  .chatUnreadCount {
    border-color: rgba(12, 12, 14, 0.96);
    background: var(--accent);
    color: var(--accent-contrast);
  }

  .sheetPanel,
  .sheet[data-panel="chat"] .sheetPanel {
    border-radius: 26px;
    background: rgba(28, 28, 30, 0.96);
    box-shadow:
      0 30px 90px rgba(0, 0, 0, 0.58),
      inset 0 1px 0 rgba(255, 255, 255, 0.09);
  }

  .shareMenu {
    top: calc(max(10px, env(safe-area-inset-top)) + 48px);
    right: 8px;
  }

  .programNotification {
    top: calc(max(10px, env(safe-area-inset-top)) + 104px);
    right: auto;
    left: 50%;
    width: min(360px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    margin: 0;
    transform: translate3d(-50%, -14px, 0) scale(0.975);
    transform-origin: top center;
  }

  .programNotification.is-visible {
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  .app.is-sheet-open .programNotification.is-visible {
    transform: translate3d(-50%, -10px, 0) scale(0.98);
  }

  .app.is-webtv .programNotification {
    top: auto;
    right: auto;
    bottom: calc(194px + env(safe-area-inset-bottom));
    left: 50%;
    width: min(360px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    margin: 0;
    transform-origin: bottom center;
  }

  .toast {
    right: auto;
    left: 50%;
    width: max-content;
    max-width: calc(100vw - 24px);
    text-align: center;
    transform: translate3d(-50%, 12px, 0);
  }

  .toast.is-visible {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 390px) {
  .stage {
    padding-right: 14px;
    padding-left: 14px;
  }

  .coverWrap {
    width: min(65vw, 31dvh, 246px);
  }

  .dock {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 40px;
  }

  .meta h1 {
    font-size: 1.65rem;
  }
}

@media (max-height: 700px) and (max-width: 820px) {
  .stage {
    padding-top: calc(68px + env(safe-area-inset-top));
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .coverWrap {
    width: min(58vw, 28dvh, 208px);
  }

  .meta h1 {
    font-size: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cover,
  .dockTab,
  .dockGlyph::after {
    transition: none;
  }
}
