:root {
  color-scheme: dark;
  --black: #000;
  --white: #fff;
  --active-red: #ff2424;
  --waveform-gold: #d6a21e;
  --line: rgba(255, 255, 255, 0.34);
  --line-soft: rgba(255, 255, 255, 0.16);
  --side-mark: clamp(120px, 20vw, 310px);
  --dock-viewport-offset: 0px;
}

* {
  box-sizing: border-box;
}

body.page-id-151,
body:has(#indigo-fire-page) {
  --wp--style--global--content-size: 100vw;
  --wp--style--global--wide-size: 100vw;
  overflow-x: hidden;
  background: #000 !important;
  color: #fff !important;
}

body.page-id-151 .wp-site-blocks,
body:has(#indigo-fire-page) .wp-site-blocks {
  display: block !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
}

body.page-id-151 .wp-site-blocks > header,
body.page-id-151 .wp-site-blocks > footer,
body.page-id-151 .wp-block-template-part,
body.page-id-151 .wp-block-post-title,
body.page-id-151 .wp-block-site-title,
body.page-id-151 .wp-block-navigation,
body:has(#indigo-fire-page) .wp-site-blocks > header,
body:has(#indigo-fire-page) .wp-site-blocks > footer,
body:has(#indigo-fire-page) .wp-block-template-part,
body:has(#indigo-fire-page) .wp-block-post-title,
body:has(#indigo-fire-page) .wp-block-site-title,
body:has(#indigo-fire-page) .wp-block-navigation {
  display: none !important;
}

body.page-id-151 main,
body.page-id-151 .entry-content,
body.page-id-151 .wp-block-post-content,
body.page-id-151 .wp-block-html,
body.page-id-151 .is-layout-constrained,
body.page-id-151 .alignwide,
body.page-id-151 .alignfull,
body:has(#indigo-fire-page) main,
body:has(#indigo-fire-page) .entry-content,
body:has(#indigo-fire-page) .wp-block-post-content,
body:has(#indigo-fire-page) .wp-block-html,
body:has(#indigo-fire-page) .is-layout-constrained,
body:has(#indigo-fire-page) .alignwide,
body:has(#indigo-fire-page) .alignfull {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-151 .wp-site-blocks > *,
body:has(#indigo-fire-page) .wp-site-blocks > * {
  margin-block-start: 0 !important;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #000;
  color: #fff;
}

body {
  font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;
  letter-spacing: 0;
}

button,
a {
  color: #fff;
  font: inherit;
}

.page {
  min-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  background: #000;
  overflow-x: hidden;
}

#indigo-fire-page {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.content {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 28px));
  margin: 0 auto;
  padding: 28px 0 0 !important;
}

.site-head {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 8px 0 0;
  background: #000;
}

.identity-frame {
  display: grid;
  grid-template-columns: minmax(110px, 0.34fr) minmax(260px, 1fr) minmax(110px, 0.34fr);
  align-items: center;
  width: 100%;
  gap: clamp(8px, 2vw, 34px);
  background: #000;
}

.side-bird {
  display: grid;
  place-items: center;
  min-width: 0;
  background: #000;
  pointer-events: none;
}

.side-bird img {
  display: block;
  width: min(100%, var(--side-mark));
  height: auto;
  object-fit: contain;
}

.side-bird-right img {
  transform: scaleX(-1);
}

.wordmark {
  display: block;
  width: min(100%, 820px);
  max-height: 360px;
  object-fit: contain;
}

.wordmark-frame {
  position: relative;
  isolation: isolate;
  display: block;
  width: min(100%, 820px);
  background: #000;
  pointer-events: none;
  user-select: none;
  animation: wordmark-404-jolt 3.5s steps(1, end) infinite;
}

.wordmark-filter-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wordmark-base {
  position: relative;
  z-index: 1;
}

.wordmark-channel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  mix-blend-mode: screen;
  opacity: 0.88;
  will-change: transform;
}

.wordmark-channel-red {
  z-index: 3;
  filter: url(#indigo-wordmark-channel-red);
  transform: translateX(clamp(3px, 0.55vw, 7px));
  animation: wordmark-404-red-channel 3.5s steps(1, end) infinite;
}

.wordmark-channel-blue {
  z-index: 2;
  filter: url(#indigo-wordmark-channel-blue);
  transform: translateX(clamp(-6px, -0.45vw, -3px));
  animation: wordmark-404-blue-channel 3.5s steps(1, end) infinite;
}

@keyframes wordmark-404-jolt {
  0%,
  92%,
  100% {
    transform: none;
  }

  93% {
    transform: translate(2px, -1px) skewX(-2deg);
  }

  94% {
    transform: translate(-1px, 1px) skewX(1deg);
  }
}

@keyframes wordmark-404-red-channel {
  0%,
  92%,
  100% {
    transform: translateX(clamp(3px, 0.55vw, 7px));
  }

  93% {
    transform: translate(13px, -2px) skewX(-2.5deg);
  }

  94% {
    transform: translate(6px, 1px);
  }
}

@keyframes wordmark-404-blue-channel {
  0%,
  92%,
  100% {
    transform: translateX(clamp(-6px, -0.45vw, -3px));
  }

  93% {
    transform: translate(-11px, 2px) skewX(2deg);
  }

  94% {
    transform: translate(-5px, -1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wordmark-frame,
  .wordmark-channel-red,
  .wordmark-channel-blue {
    animation: none;
  }
}

.wordmark-frame,
.wordmark-frame:focus,
.wordmark-frame:focus-visible,
.wordmark-frame img,
.wordmark-frame img:focus,
.wordmark-frame img:focus-visible {
  outline: 0;
  box-shadow: none;
}

.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background: #000;
}

.tab {
  position: relative;
  min-width: 112px;
  min-height: 42px;
  margin-left: -1px;
  padding: 8px 14px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}

.tab:first-child {
  margin-left: 0;
}

.tab:hover {
  background: #000;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.tab.is-active,
.tab.is-active:hover {
  background: #000;
  color: var(--active-red);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.tab:active {
  background: #000;
  color: var(--active-red);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  z-index: 3;
}

.tab:focus,
.tab:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

.tabs:has(.tab:not([data-filter="all"]):active) .tab.is-active:not(:active) {
  color: #fff;
  text-decoration: none;
}

.social-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  margin-top: 58px;
  padding: 0 clamp(18px, 3vw, 42px);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #000;
}

.social-email-link {
  grid-column: 1;
  justify-self: start;
  min-width: 0;
  overflow: hidden;
  color: #d6a21e;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-email-link:hover,
.social-email-link:focus-visible {
  color: #ffd54f;
  outline: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.social-email-link:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 4px;
}

.featured-track-widget {
  display: inline-flex;
  grid-column: 2;
  align-items: center;
  justify-self: center;
  gap: 8px;
  min-width: 0;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.featured-copy {
  display: grid;
  gap: 1px;
  width: 108px;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}

.featured-label {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.featured-current {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 10px;
  overflow: hidden;
  color: var(--active-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  text-overflow: clip;
  white-space: nowrap;
}

.featured-current-marquee {
  display: inline-flex;
  min-width: max-content;
  white-space: nowrap;
}

.featured-current-item {
  flex: 0 0 auto;
  padding-right: 16px;
  white-space: nowrap;
}

.featured-current.is-scrolling .featured-current-marquee {
  animation: featuredTicker 7.5s linear infinite;
}

@keyframes featuredTicker {
  0% {
    transform: translateX(0);
  }

  12% {
    transform: translateX(-6%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-current.is-scrolling .featured-current-marquee {
    animation: none;
  }
}

.featured-control {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.featured-control:hover,
.featured-control:focus-visible,
.featured-control.is-playing {
  color: var(--active-red);
  outline: 0;
}

.featured-control:focus {
  outline: 0;
  box-shadow: none;
}

.featured-control:focus-visible {
  outline: 0;
  box-shadow: none;
}

.featured-control svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.featured-play svg {
  width: 19px;
  height: 19px;
}

.featured-control .featured-icon-pause,
.featured-play.is-playing .featured-icon-play {
  display: none;
}

.featured-play.is-playing .featured-icon-pause {
  display: block;
}

.social-link-row {
  display: flex;
  grid-column: 3;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.social-link {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  transition: transform 140ms ease, filter 140ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  filter: brightness(1.15) saturate(1.08);
  outline: 0;
  transform: translateY(-1px);
}

.social-link:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 4px;
}

.social-link svg {
  display: block;
  width: 18px;
  height: 18px;
}

.social-link svg.social-icon-wide {
  width: 24px;
  height: 18px;
}

.footer-social-link-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-phoenix-trigger {
  display: block;
  width: max-content;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  line-height: 0;
  cursor: pointer;
}

.footer-phoenix-trigger:focus {
  outline: 0;
  box-shadow: none;
}

.footer-phoenix-trigger:hover .footer-phoenix,
.footer-phoenix-trigger:focus-visible .footer-phoenix {
  filter: drop-shadow(0 0 10px #d6a21e) drop-shadow(0 0 18px #ff2424);
}

.footer-phoenix-trigger:focus-visible {
  outline: 1px solid #d6a21e;
  outline-offset: 5px;
}

.footer-phoenix {
  display: block;
  width: clamp(72px, 8vw, 120px);
  height: auto;
  margin: 0 auto 2px;
  object-fit: contain;
  transform: translateY(4px);
}

body.is-phoenix-timewarp {
  overflow: hidden;
}

body.is-phoenix-timewarp #indigo-fire-page {
  animation: phoenix-page-meltdown 180ms steps(2, end) infinite;
  filter: contrast(1.35) saturate(1.8) hue-rotate(12deg);
}

.phoenix-timewarp-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(12px, 3vw, 34px);
  color: #00ff66;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 36, 36, 0.2), transparent 28%),
    radial-gradient(circle at 76% 68%, rgba(214, 162, 30, 0.24), transparent 30%),
    #030303;
  font-family: "Courier New", monospace;
  pointer-events: auto;
  overflow: hidden;
}

.phoenix-timewarp-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1) 1px,
    rgba(0, 0, 0, 0.25) 3px,
    rgba(0, 0, 0, 0.25) 5px
  );
  mix-blend-mode: screen;
  pointer-events: none;
  animation: phoenix-scanlines 420ms linear infinite;
}

.phoenix-timewarp-overlay::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 8px double rgba(255, 36, 36, 0.78);
  box-shadow: inset 0 0 40px rgba(0, 255, 255, 0.36), 0 0 55px rgba(255, 0, 255, 0.42);
  animation: phoenix-frame-jitter 120ms steps(2, end) infinite;
  pointer-events: none;
}

.phoenix-timewarp-banner {
  position: relative;
  z-index: 1;
  align-self: start;
  padding: 8px 10px;
  border: 2px solid #ff2424;
  background: #000;
  color: #ffdf5c;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.phoenix-timewarp-core {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
  width: min(820px, 100%);
  border: 2px solid #00ff66;
  background: rgba(0, 0, 0, 0.84);
  box-shadow: 0 0 24px rgba(0, 255, 102, 0.5);
}

.phoenix-timewarp-title {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 255, 102, 0.6);
  color: #fff;
  font-size: clamp(20px, 4vw, 42px);
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 2px 0 #ff2424, -2px 0 #00ffff;
  animation: phoenix-title-split 260ms steps(2, end) infinite;
}

.phoenix-timewarp-terminal {
  min-height: 210px;
  padding: 14px;
  color: #00ff66;
  font-size: clamp(12px, 1.7vw, 18px);
  line-height: 1.45;
  white-space: pre-wrap;
}

.phoenix-timewarp-warning {
  color: #ffdf5c;
}

.phoenix-timewarp-skip {
  position: relative;
  z-index: 1;
  justify-self: end;
  align-self: end;
  padding: 8px 10px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.phoenix-timewarp-skip:hover,
.phoenix-timewarp-skip:focus-visible {
  color: #ff2424;
}

.phoenix-timewarp-tear {
  position: absolute;
  z-index: 0;
  left: -10%;
  width: 120%;
  height: 16px;
  background: linear-gradient(90deg, transparent, #fff, #ff2424, #00ffff, transparent);
  opacity: 0.75;
  mix-blend-mode: screen;
  animation: phoenix-tear 520ms steps(3, end) infinite;
}

.phoenix-timewarp-tear:nth-child(1) {
  top: 22%;
}

.phoenix-timewarp-tear:nth-child(2) {
  top: 52%;
  animation-delay: 110ms;
}

.phoenix-timewarp-tear:nth-child(3) {
  top: 74%;
  animation-delay: 220ms;
}

@keyframes phoenix-page-meltdown {
  0% { transform: translate(0, 0) skewX(0deg); }
  25% { transform: translate(4px, -2px) skewX(0.4deg); }
  50% { transform: translate(-5px, 3px) skewX(-0.35deg); }
  75% { transform: translate(2px, 5px) skewX(0.25deg); }
  100% { transform: translate(-2px, -3px) skewX(-0.2deg); }
}

@keyframes phoenix-scanlines {
  from { transform: translateY(-8px); }
  to { transform: translateY(8px); }
}

@keyframes phoenix-frame-jitter {
  0% { transform: translate(0, 0); }
  50% { transform: translate(7px, -4px); }
  100% { transform: translate(-5px, 3px); }
}

@keyframes phoenix-title-split {
  0% { transform: translateX(0); }
  50% { transform: translateX(3px); }
  100% { transform: translateX(-2px); }
}

@keyframes phoenix-tear {
  0% { transform: translateX(-8%) scaleX(0.4); opacity: 0; }
  25% { opacity: 0.9; }
  100% { transform: translateX(14%) scaleX(1); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  body.is-phoenix-timewarp #indigo-fire-page,
  .phoenix-timewarp-overlay::before,
  .phoenix-timewarp-overlay::after,
  .phoenix-timewarp-title,
  .phoenix-timewarp-tear {
    animation: none;
  }
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
  align-content: end;
  align-items: center;
  justify-items: stretch;
  gap: 10px;
  min-height: 240px;
  padding: 0 16px calc(var(--actual-dock-height, clamp(52px, 5.25vw, 72px)) + 14px);
  background: #000;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.site-footer-inner {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.site-footer p {
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-top-button {
  display: grid;
  place-items: center;
  justify-self: start;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.footer-top-button-right {
  justify-self: end;
}

.footer-top-button:focus {
  outline: 0;
  box-shadow: none;
}

.footer-top-button:focus-visible,
.footer-top-button:active,
.footer-top-button.is-press-feedback {
  color: var(--active-red);
  outline: 0;
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .footer-top-button:hover {
    color: var(--active-red);
    outline: 0;
    box-shadow: none;
  }
}

.footer-top-button svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: miter;
  overflow: visible;
}

.site-page[hidden] {
  display: none;
}

.stack {
  display: grid;
  gap: 38px;
  margin-top: 0;
}

.panel {
  display: grid;
  gap: 14px;
  padding: 0;
  background: #000;
  color: #fff;
  border-top: 1px solid #fff;
  scroll-margin-top: 20px;
  scroll-margin-bottom: 120px;
}

.panel[hidden] {
  display: none;
}

.section-title {
  margin: 0;
  padding: 10px 0 0;
  color: var(--waveform-gold);
  font-family: Impact, "Arial Black", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(46px, 8vw, 98px);
  line-height: 0.88;
  text-transform: uppercase;
  font-weight: 900;
}

.static-page {
  display: grid;
  gap: 14px;
  border-top: 1px solid #fff;
  background: #000;
  color: #fff;
  scroll-margin-top: 20px;
}

.page-copy,
.contact-form {
  display: grid;
  gap: 18px;
  border: 1px solid #fff;
  padding: clamp(18px, 4vw, 42px);
  background: #000;
  color: #fff;
}

.page-copy h2,
.contact-form h2 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Black", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 0.95;
  text-transform: uppercase;
}

.page-copy p,
.contact-note,
.form-status {
  max-width: 74ch;
  margin: 0;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: clamp(13px, 1.45vw, 16px);
  line-height: 1.55;
  font-weight: 700;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 12px;
  background: #000;
  color: #fff;
  font: inherit;
  font-size: 16px;
}

.form-field textarea {
  min-height: 180px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--active-red);
  outline: 2px solid var(--active-red);
  outline-offset: 2px;
}

.contact-submit {
  justify-self: start;
  min-width: 160px;
  min-height: 46px;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  border-color: var(--active-red);
  color: var(--active-red);
  outline: 0;
}

.album {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 1fr);
  gap: 18px;
  border: 1px solid #fff;
  background: #000;
}

.latest-release .track-list {
  align-content: start;
}

.album-id {
  display: grid;
  align-content: space-between;
  gap: 16px;
  min-height: 260px;
  padding: 16px;
  border-right: 1px solid #fff;
  background: #000;
}

.album-cover {
  display: block;
  width: min(100%, 280px);
  aspect-ratio: 1;
  border: 1px solid #fff;
  background: #000;
  object-fit: cover;
  cursor: zoom-in;
}

.album-id h3 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Black", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 900;
}

.album-id span,
.year-label {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 15px;
  font-weight: 700;
}

.track-list,
.year-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #000;
}

.track-list li,
.year-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: stretch;
  background: #000;
}

.track-button {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 32px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--line-soft);
  background: #000;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.track-button.has-track-art {
  grid-template-columns: 52px 54px minmax(0, 1fr) 32px;
  min-height: 66px;
}

.track-art {
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  background: #000;
  object-fit: cover;
  cursor: zoom-in;
}

.track-button.is-missing {
  opacity: 0.52;
}

.track-list li:last-child .track-button,
.year-list li:last-child .track-button,
.track-list li:last-child .track-share,
.year-list li:last-child .track-share {
  border-bottom: 0;
}

.track-button:hover {
  background: #000;
  color: #fff;
}

.track-button:focus-visible {
  outline: 0;
}

.track-button.is-key-selected {
  background: #000;
  box-shadow: inset 5px 0 0 var(--waveform-gold);
  outline: 0;
}

.track-button.is-active {
  background: #000;
  color: var(--active-red);
}

.track-button.is-active:hover {
  color: var(--active-red);
}

.track-button.is-active.is-key-selected {
  box-shadow: inset 5px 0 0 var(--waveform-gold);
}

.track-share {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  min-width: 44px;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: #000;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.track-share:focus {
  outline: 0;
  box-shadow: none;
}

.track-share:hover,
.track-share:focus-visible,
.track-share:active,
.track-share.is-copied {
  color: var(--active-red);
}

.track-share:focus-visible {
  outline: 0;
  box-shadow: none;
}

.track-share svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.track-share-feedback {
  position: absolute;
  z-index: 2;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(4px);
  padding: 4px 7px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 140ms ease, transform 140ms ease;
}

.track-share.is-copied .track-share-feedback {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.track-number {
  color: inherit;
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
}

.track-name {
  color: inherit;
  overflow-wrap: anywhere;
  font-size: clamp(18px, 2.6vw, 29px);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.track-button::after {
  content: "▶";
  color: inherit;
  font-size: 14px;
  justify-self: end;
}

.track-button.is-active::after {
  content: "Ⅱ";
  font-weight: 900;
}

.year-block {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  border: 1px solid #fff;
  background: #000;
}

.year-label {
  margin: 0;
  padding: 12px;
  border-right: 1px solid #fff;
  font-size: 24px;
  font-family: Impact, "Arial Black", sans-serif;
  line-height: 1;
  text-align: center;
}

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

.loose-grid li {
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.loose-grid li:nth-child(2n) {
  border-right: 0;
}

.loose-grid li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.player-dock {
  --dock-height: clamp(52px, 5.25vw, 72px);
  --dock-art-cell: clamp(64px, 6.4vw, 88px);
  --dock-control-cell: clamp(38px, 3.25vw, 44px);
  --dock-controls: calc((var(--dock-control-cell) * 2) + 12px);
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: calc(0px - var(--dock-viewport-offset, 0px));
  width: 100vw;
  max-width: 100vw;
  display: grid;
  grid-template-columns: var(--dock-art-cell) var(--dock-controls) minmax(0, 1fr);
  gap: 0;
  min-height: var(--dock-height);
  border-top: 2px solid #fff;
  background: #000;
  color: #fff;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.player-dock::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  left: 0;
  height: calc(var(--dock-viewport-offset, 0px) + env(safe-area-inset-bottom) + 4px);
  background: #000;
  pointer-events: none;
}

.dock-art-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: var(--dock-art-cell);
  height: auto;
  min-height: var(--dock-height);
  align-self: stretch;
  border-right: 1px solid #fff;
  background: #000;
  overflow: hidden;
}

.dock-art {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  cursor: zoom-in;
}

.dock-art[hidden],
.dock-art-placeholder[hidden] {
  display: none;
}

.dock-art-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: var(--dock-height);
  padding: 6px;
  cursor: zoom-in;
}

.dock-art-placeholder img {
  display: block;
  width: min(82%, 64px);
  height: auto;
  object-fit: contain;
}

.dock-controls {
  --dock-play-color: #fff;
  --dock-shuffle-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 4px;
  width: var(--dock-controls);
  min-height: var(--dock-height);
  align-self: stretch;
  box-sizing: border-box;
  padding: 4px;
  border-right: 1px solid #fff;
  background: #000;
}

.dock-control {
  display: grid;
  place-items: center;
  min-width: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  align-self: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 2px;
  background: linear-gradient(180deg, #0b0b0b 0%, #000 100%);
  color: #fff;
  cursor: pointer;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.dock-control:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.dock-control:hover,
.dock-control:focus-visible {
  border-color: #fff;
  background: #070707;
}

.dock-control:active {
  transform: translateY(1px);
}

.dock-control:disabled {
  opacity: 0.42;
  cursor: default;
  border-color: rgba(255, 255, 255, 0.34);
  background: #000;
}

.dock-control:disabled:active {
  transform: none;
}

.dock-control:hover .dock-icon-play::before,
.dock-control:focus-visible .dock-icon-play::before {
  border-left-color: #fff;
}

.dock-play.has-active .dock-icon-play::before,
.dock-play.has-active:hover .dock-icon-play::before,
.dock-play.has-active:focus-visible .dock-icon-play::before {
  border-left-color: var(--active-red);
}

.dock-control:hover .dock-shuffle-icon,
.dock-control:focus-visible .dock-shuffle-icon,
.dock-control:hover .dock-skip-icon,
.dock-control:focus-visible .dock-skip-icon {
  stroke: #fff;
}

.dock-shuffle.is-shuffle-active {
  background: rgba(255, 36, 36, 0.08);
  border-color: var(--active-red);
}

.dock-shuffle.is-shuffle-active .dock-shuffle-icon,
.dock-shuffle.is-shuffle-active:hover .dock-shuffle-icon,
.dock-shuffle.is-shuffle-active:focus-visible .dock-shuffle-icon {
  stroke: var(--active-red);
}

.dock-controls:has(.dock-shuffle.is-shuffle-active) .dock-play.has-active .dock-icon-play::before,
.dock-controls:has(.dock-shuffle.is-shuffle-active) .dock-play.has-active:hover .dock-icon-play::before,
.dock-controls:has(.dock-shuffle.is-shuffle-active) .dock-play.has-active:focus-visible .dock-icon-play::before {
  border-left-color: #fff;
}

.dock-icon {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}

.dock-icon-play::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.dock-play.is-playing .dock-icon-play::before {
  top: 3px;
  left: 5px;
  width: 6px;
  height: 20px;
  border: 0;
  background: #fff;
  box-shadow: 10px 0 0 #fff;
}

.dock-play.has-active.is-playing .dock-icon-play::before,
.dock-play.has-active.is-playing:hover .dock-icon-play::before,
.dock-play.has-active.is-playing:focus-visible .dock-icon-play::before {
  background: var(--active-red);
  box-shadow: 10px 0 0 var(--active-red);
}

.dock-controls:has(.dock-shuffle.is-shuffle-active) .dock-play.has-active.is-playing .dock-icon-play::before,
.dock-controls:has(.dock-shuffle.is-shuffle-active) .dock-play.has-active.is-playing:hover .dock-icon-play::before,
.dock-controls:has(.dock-shuffle.is-shuffle-active) .dock-play.has-active.is-playing:focus-visible .dock-icon-play::before {
  background: #fff;
  box-shadow: 10px 0 0 #fff;
}

.dock-shuffle-icon {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: miter;
  overflow: visible;
}

.dock-skip-icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: miter;
  overflow: visible;
}

.dock-control:disabled .dock-skip-icon {
  stroke: rgba(255, 255, 255, 0.7);
}

.dock-prev:active:not(:disabled),
.dock-next:active:not(:disabled),
.dock-prev.is-press-feedback:not(:disabled),
.dock-next.is-press-feedback:not(:disabled) {
  border-color: var(--active-red);
  background: rgba(255, 36, 36, 0.16);
}

.dock-prev:active:not(:disabled) .dock-skip-icon,
.dock-next:active:not(:disabled) .dock-skip-icon,
.dock-prev.is-press-feedback:not(:disabled) .dock-skip-icon,
.dock-next.is-press-feedback:not(:disabled) .dock-skip-icon {
  stroke: var(--active-red);
}

.dock-controls.has-active-track:not(.is-shuffle-mode) {
  --dock-play-color: var(--active-red);
  --dock-shuffle-color: #fff;
}

.dock-controls.has-active-track:not(.is-shuffle-mode) .dock-play {
  border-color: var(--active-red);
  background: rgba(255, 36, 36, 0.08);
}

.dock-controls.is-shuffle-mode {
  --dock-play-color: #fff;
  --dock-shuffle-color: var(--active-red);
}

.dock-controls .dock-play .dock-icon-play::before,
.dock-controls .dock-play:hover .dock-icon-play::before,
.dock-controls .dock-play:focus-visible .dock-icon-play::before,
.dock-controls .dock-play.has-active .dock-icon-play::before,
.dock-controls .dock-play.has-active:hover .dock-icon-play::before,
.dock-controls .dock-play.has-active:focus-visible .dock-icon-play::before {
  border-left-color: var(--dock-play-color, #fff);
}

.dock-controls .dock-play.is-playing .dock-icon-play::before,
.dock-controls .dock-play.has-active.is-playing .dock-icon-play::before,
.dock-controls .dock-play.has-active.is-playing:hover .dock-icon-play::before,
.dock-controls .dock-play.has-active.is-playing:focus-visible .dock-icon-play::before {
  background: var(--dock-play-color, #fff);
  box-shadow: 10px 0 0 var(--dock-play-color, #fff);
}

.dock-controls.is-shuffle-mode .dock-play .dock-icon-play::before,
.dock-controls.is-shuffle-mode .dock-play:hover .dock-icon-play::before,
.dock-controls.is-shuffle-mode .dock-play:focus-visible .dock-icon-play::before,
.dock-controls.is-shuffle-mode .dock-play.has-active .dock-icon-play::before,
.dock-controls.is-shuffle-mode .dock-play.has-active:hover .dock-icon-play::before,
.dock-controls.is-shuffle-mode .dock-play.has-active:focus-visible .dock-icon-play::before {
  border-left-color: #fff;
}

.dock-controls.is-shuffle-mode .dock-play.is-playing .dock-icon-play::before,
.dock-controls.is-shuffle-mode .dock-play.has-active.is-playing .dock-icon-play::before,
.dock-controls.is-shuffle-mode .dock-play.has-active.is-playing:hover .dock-icon-play::before,
.dock-controls.is-shuffle-mode .dock-play.has-active.is-playing:focus-visible .dock-icon-play::before {
  background: #fff;
  box-shadow: 10px 0 0 #fff;
}

.dock-play.is-shuffle-peer .dock-icon-play::before,
.dock-play.is-shuffle-peer:hover .dock-icon-play::before,
.dock-play.is-shuffle-peer:focus-visible .dock-icon-play::before,
.dock-play.is-shuffle-peer.has-active .dock-icon-play::before,
.dock-play.is-shuffle-peer.has-active:hover .dock-icon-play::before,
.dock-play.is-shuffle-peer.has-active:focus-visible .dock-icon-play::before {
  border-left-color: #fff !important;
}

.dock-play.is-shuffle-peer.is-playing .dock-icon-play::before,
.dock-play.is-shuffle-peer.has-active.is-playing .dock-icon-play::before,
.dock-play.is-shuffle-peer.has-active.is-playing:hover .dock-icon-play::before,
.dock-play.is-shuffle-peer.has-active.is-playing:focus-visible .dock-icon-play::before {
  background: #fff !important;
  box-shadow: 10px 0 0 #fff !important;
}

.dock-controls .dock-shuffle .dock-shuffle-icon,
.dock-controls .dock-shuffle:hover .dock-shuffle-icon,
.dock-controls .dock-shuffle:focus-visible .dock-shuffle-icon,
.dock-controls .dock-shuffle.is-shuffle-active .dock-shuffle-icon,
.dock-controls .dock-shuffle.is-shuffle-active:hover .dock-shuffle-icon,
.dock-controls .dock-shuffle.is-shuffle-active:focus-visible .dock-shuffle-icon {
  stroke: var(--dock-shuffle-color, #fff);
}

.dock-track {
  display: grid;
  align-items: center;
  align-content: center;
  gap: 3px;
  min-width: 0;
  padding: 5px 14px;
}

.now-title {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(16px, 2.1vw, 28px);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

.now-title.can-open-lyrics {
  cursor: pointer;
}

.now-title.can-open-lyrics:hover,
.now-title.can-open-lyrics:focus-visible {
  color: var(--active-red);
  outline: 0;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.player-dock:has(.dock-play.is-playing) .now-title {
  color: var(--active-red);
}

.now-meta {
  display: flex;
  gap: 10px;
  align-items: baseline;
  min-width: 0;
}

.lyrics-toggle {
  flex: 0 0 auto;
  min-height: 19px;
  padding: 2px 8px;
  border: 1px solid var(--line);
  background: #000;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.lyrics-toggle:disabled {
  opacity: 0.35;
  cursor: default;
}

.lyrics-toggle:not(:disabled):hover,
.lyrics-toggle:not(:disabled):focus-visible,
.lyrics-toggle.is-open {
  border-color: var(--active-red);
  color: var(--active-red);
  outline: 0;
}

.lyrics-toggle:not(:disabled):not(.is-open) {
  animation: lyrics-pulse 1.85s ease-in-out infinite;
}

@keyframes lyrics-pulse {
  0%,
  100% {
    border-color: var(--line);
    color: #fff;
  }

  50% {
    border-color: var(--active-red);
    color: var(--active-red);
  }
}

.now-release,
.now-state {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.now-state {
  flex: 0 0 auto;
}

.dock-progress {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.time-readout {
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.waveform-wrap {
  --progress: 0%;
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  height: 18px;
  cursor: pointer;
}

.waveform {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 1px;
  overflow: hidden;
}

.waveform span {
  display: block;
  flex: 1 1 1px;
  min-width: 1px;
  height: var(--bar-height, 36%);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92) 0 8%, rgba(255, 255, 255, 0) 23%),
    linear-gradient(180deg, rgba(255, 241, 166, var(--bar-opacity, 0.44)) 0%, rgba(214, 162, 30, var(--bar-opacity, 0.44)) 52%, rgba(255, 213, 79, var(--bar-opacity, 0.44)) 100%);
  box-shadow: 0 0 4px rgba(214, 162, 30, 0.48);
  animation: waveform-glitter 1.45s linear infinite;
  transition: height 62ms ease-out, background-color 62ms linear, opacity 62ms linear, box-shadow 62ms linear;
}

.waveform span:nth-child(4n + 1) {
  animation-delay: -0.18s;
}

.waveform span:nth-child(4n + 2) {
  animation-delay: -0.52s;
}

.waveform span:nth-child(4n + 3) {
  animation-delay: -0.86s;
}

@keyframes waveform-glitter {
  0%,
  100% {
    filter: brightness(0.92) saturate(1);
  }

  38% {
    filter: brightness(1.45) saturate(1.28);
  }

  62% {
    filter: brightness(1.08) saturate(1.12);
  }
}

.waveform-wrap::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--progress);
  border-right: 1px solid #fff1a6;
  background: rgba(214, 162, 30, 0.28);
  pointer-events: none;
}

.progress-scrub {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.progress-scrub:focus-visible + .waveform {
  outline: 1px solid #fff;
  outline-offset: 3px;
}

.lyrics-panel[hidden] {
  display: none;
}

.lyrics-panel {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: calc(var(--actual-dock-height, clamp(52px, 5.25vw, 72px)) - var(--dock-viewport-offset, 0px));
  left: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: clamp(300px, 48vh, 540px);
  border-top: 2px solid #fff;
  background: #000;
  color: #fff;
  box-shadow: 0 -14px 24px rgba(0, 0, 0, 0.72);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 4px));
  transition:
    transform 280ms cubic-bezier(0.22, 0.85, 0.25, 1),
    opacity 180ms ease-out;
}

.lyrics-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lyrics-panel.is-closing {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 4px));
}

.lyrics-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 14px;
  align-items: center;
  padding: 12px 16px 10px;
  border-bottom: 1px solid var(--line);
  background: #000;
  cursor: pointer;
}

.lyrics-label {
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.lyrics-title {
  overflow: hidden;
  margin-top: 4px;
  color: var(--active-red);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(21px, 3vw, 34px);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

.lyrics-meta {
  margin-top: 5px;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.lyrics-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.lyrics-close:hover,
.lyrics-close:focus-visible,
.lyrics-close:active,
.lyrics-close.is-press-feedback {
  color: var(--active-red);
  outline: 0;
  box-shadow: none;
}

.lyrics-close svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: miter;
  overflow: visible;
}

.lyrics-copy {
  min-height: 0;
  margin: 0;
  padding: 14px 16px 22px;
  overflow: auto;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: clamp(12px, 1.25vw, 15px);
  line-height: 1.48;
  font-weight: 700;
  white-space: pre-wrap;
}

.art-lightbox[hidden] {
  display: none;
}

.art-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.92);
  cursor: zoom-out;
}

.art-lightbox.is-zooming {
  animation: artworkOverlayIn 260ms ease-out both;
}

.art-lightbox-image {
  display: block;
  max-width: min(100%, 1400px);
  max-height: calc(100vh - 48px);
  border: 1px solid #fff;
  background: #000;
  object-fit: contain;
  transform-origin: center center;
}

.art-lightbox.is-zooming .art-lightbox-image {
  animation: artworkZoomIn 420ms cubic-bezier(0.2, 0.92, 0.28, 1) both;
}

@keyframes artworkOverlayIn {
  from {
    background: rgba(0, 0, 0, 0);
  }

  to {
    background: rgba(0, 0, 0, 0.92);
  }
}

@keyframes artworkZoomIn {
  from {
    opacity: 0;
    transform: scale(0.62);
  }

  42% {
    opacity: 1;
    transform: scale(1.085);
  }

  64% {
    opacity: 1;
    transform: scale(0.965);
  }

  82% {
    opacity: 1;
    transform: scale(1.025);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .art-lightbox.is-zooming,
  .art-lightbox.is-zooming .art-lightbox-image {
    animation: none;
  }
}

.art-lightbox-close {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 21;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.is-art-lightbox-open {
  overflow: hidden;
}

@media (max-width: 979px) {
  .identity-frame {
    grid-template-columns: minmax(74px, 0.32fr) minmax(190px, 1fr) minmax(74px, 0.32fr);
    gap: 6px;
  }

  .content {
    padding-top: 12px;
  }

  .player-dock {
    --dock-height: 58px;
    --dock-art-cell: 72px;
    --dock-control-cell: 42px;
  }

  .lyrics-panel {
    bottom: calc(var(--actual-dock-height, 58px) - var(--dock-viewport-offset, 0px));
  }
}

@media (max-width: 720px) {
  .site-head {
    padding-bottom: 24px;
  }

  .identity-frame {
    grid-template-columns: minmax(48px, 0.26fr) minmax(190px, 1fr) minmax(48px, 0.26fr);
  }

  .side-bird img {
    width: min(100%, 118px);
  }

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

  .tab {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  .tab:first-child {
    grid-column: 1 / -1;
  }

  .tab:nth-child(n + 2) {
    margin-top: -1px;
  }

  .tab:nth-child(odd):not(:first-child) {
    margin-left: -1px;
  }

  .social-strip {
    margin-top: 44px;
    min-height: 42px;
    column-gap: 9px;
    padding-right: clamp(10px, 3vw, 18px);
  }

  .social-email-link {
    font-size: 10px;
  }

  .featured-track-widget {
    gap: 5px;
  }

  .featured-copy {
    width: 104px;
  }

  .featured-label {
    font-size: 10px;
  }

  .featured-current {
    font-size: 8px;
  }

  .featured-control {
    width: 21px;
    height: 21px;
  }

  .featured-control svg {
    width: 14px;
    height: 14px;
  }

  .featured-play svg {
    width: 16px;
    height: 16px;
  }

  .social-link-row {
    gap: 8px;
  }

  .social-link {
    width: 22px;
    height: 22px;
  }

  .social-link svg {
    width: 17px;
    height: 17px;
  }

  .social-link svg.social-icon-wide {
    width: 22px;
    height: 16px;
  }

  .album,
  .year-block,
  .loose-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    text-align: center;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .track-button {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
  }

  .track-button.has-track-art {
    grid-template-columns: 36px 48px minmax(0, 1fr) 24px;
  }

  .track-art {
    width: 48px;
    height: 48px;
  }

  .album-id,
  .year-label {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  .album-id {
    min-height: 150px;
    align-content: start;
    justify-items: center;
    text-align: center;
  }

  .album-cover {
    margin-inline: auto;
  }

  .album-id h3,
  .album-id span,
  .year-label {
    text-align: center;
  }

  .loose-grid li,
  .loose-grid li:nth-child(2n),
  .loose-grid li:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .loose-grid li:last-child {
    border-bottom: 0;
  }

  .track-button {
    gap: 6px;
  }

  .track-button::after {
    justify-self: end;
  }
}

@media (max-width: 460px) {
  .content {
    width: min(100% - 16px, 1360px);
  }

  .site-footer {
    grid-template-columns: 36px minmax(0, auto) 36px;
    gap: 8px;
    min-height: 190px;
    padding: 0 8px calc(var(--actual-dock-height, 48px) + 12px);
  }

  .site-footer p {
    font-size: 10px;
  }

  .footer-phoenix {
    width: clamp(58px, 18vw, 82px);
  }

  .footer-top-button {
    width: 34px;
    height: 34px;
  }

  .footer-top-button svg {
    width: 23px;
    height: 23px;
  }

  .site-head {
    gap: 12px;
    padding-top: 0;
  }

  .identity-frame {
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    gap: 2px;
  }

  .side-bird img {
    width: 62px;
  }

  .social-strip {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    margin-top: 34px;
    min-height: 58px;
    column-gap: 5px;
    row-gap: 2px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-email-link {
    grid-column: 1;
    grid-row: 2;
    max-width: 52%;
    font-size: 9px;
  }

  .featured-track-widget {
    grid-column: 1;
    grid-row: 1;
    gap: 4px;
    justify-self: center;
  }

  .featured-copy {
    width: 100px;
  }

  .featured-label {
    font-size: 9px;
  }

  .featured-current {
    min-height: 8px;
    font-size: 7px;
  }

  .featured-control {
    width: 19px;
    height: 19px;
  }

  .featured-control svg {
    width: 13px;
    height: 13px;
  }

  .featured-play svg {
    width: 15px;
    height: 15px;
  }

  .social-link-row {
    grid-column: 1;
    grid-row: 2;
    gap: 6px;
    justify-self: end;
  }

  .social-link {
    width: 21px;
    height: 21px;
  }

  .social-link svg {
    width: 16px;
    height: 16px;
  }

  .social-link svg.social-icon-wide {
    width: 21px;
    height: 15px;
  }

  .page-copy,
  .contact-form {
    padding: 16px 12px;
  }

  .player-dock {
    --dock-height: 48px;
    --dock-art-cell: 60px;
    --dock-control-cell: 40px;
  }

  .dock-controls {
    gap: 2px;
    padding: 3px;
  }

  .dock-icon,
  .dock-shuffle-icon,
  .dock-skip-icon {
    width: 18px;
    height: 18px;
  }

  .dock-icon-play::before {
    top: 3px;
    left: 6px;
    border-width: 8px 0 8px 13px;
  }

  .dock-play.is-playing .dock-icon-play::before {
    top: 3px;
    left: 5px;
    width: 5px;
    height: 16px;
    box-shadow: 8px 0 0 #fff;
  }

  .dock-play.has-active.is-playing .dock-icon-play::before,
  .dock-play.has-active.is-playing:hover .dock-icon-play::before,
  .dock-play.has-active.is-playing:focus-visible .dock-icon-play::before {
    box-shadow: 8px 0 0 var(--active-red);
  }

  .dock-controls:has(.dock-shuffle.is-shuffle-active) .dock-play.has-active.is-playing .dock-icon-play::before,
  .dock-controls:has(.dock-shuffle.is-shuffle-active) .dock-play.has-active.is-playing:hover .dock-icon-play::before,
  .dock-controls:has(.dock-shuffle.is-shuffle-active) .dock-play.has-active.is-playing:focus-visible .dock-icon-play::before {
    box-shadow: 8px 0 0 #fff;
  }

  .dock-controls.is-shuffle-mode .dock-play.has-active.is-playing .dock-icon-play::before,
  .dock-controls.is-shuffle-mode .dock-play.has-active.is-playing:hover .dock-icon-play::before,
  .dock-controls.is-shuffle-mode .dock-play.has-active.is-playing:focus-visible .dock-icon-play::before {
    box-shadow: 8px 0 0 #fff;
  }

  .dock-controls .dock-play.is-playing .dock-icon-play::before,
  .dock-controls .dock-play.has-active.is-playing .dock-icon-play::before,
  .dock-controls .dock-play.has-active.is-playing:hover .dock-icon-play::before,
  .dock-controls .dock-play.has-active.is-playing:focus-visible .dock-icon-play::before {
    box-shadow: 8px 0 0 var(--dock-play-color, #fff);
  }

  .dock-controls.is-shuffle-mode .dock-play.is-playing .dock-icon-play::before,
  .dock-controls.is-shuffle-mode .dock-play.has-active.is-playing .dock-icon-play::before,
  .dock-controls.is-shuffle-mode .dock-play.has-active.is-playing:hover .dock-icon-play::before,
  .dock-controls.is-shuffle-mode .dock-play.has-active.is-playing:focus-visible .dock-icon-play::before {
    background: #fff;
    box-shadow: 8px 0 0 #fff;
  }

  .dock-play.is-shuffle-peer.is-playing .dock-icon-play::before,
  .dock-play.is-shuffle-peer.has-active.is-playing .dock-icon-play::before,
  .dock-play.is-shuffle-peer.has-active.is-playing:hover .dock-icon-play::before,
  .dock-play.is-shuffle-peer.has-active.is-playing:focus-visible .dock-icon-play::before {
    background: #fff !important;
    box-shadow: 8px 0 0 #fff !important;
  }

  .dock-track {
    padding: 4px 8px;
  }

  .now-title {
    font-size: 15px;
  }

  .now-meta {
    gap: 6px;
  }

  .lyrics-toggle {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 9px;
  }

  .dock-progress {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 6px;
  }

  .time-readout {
    font-size: 9px;
  }

  .art-lightbox {
    padding: 12px;
  }

  .art-lightbox-image {
    max-height: calc(100vh - 24px);
  }

  .lyrics-panel {
    bottom: calc(var(--actual-dock-height, 48px) - var(--dock-viewport-offset, 0px));
    height: min(64vh, 520px);
  }

  .lyrics-panel-head {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 10px;
    padding: 10px 12px 8px;
  }

  .lyrics-close {
    width: 34px;
    height: 34px;
  }

  .lyrics-close svg {
    width: 23px;
    height: 23px;
  }

  .lyrics-copy {
    padding: 12px 12px 18px;
  }
}

#site-audio {
  display: none;
}
