:root {
  color-scheme: dark;
  --paper: #e4ddcd;
  --muted: #99958a;
  --red: #d85e43;
  --serif: "Noto Serif SC", "Songti SC", "SimSun", serif;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
body {
  margin: 0;
  background: #0c0c0b;
  color: var(--paper);
  font:
    12px Arial,
    "Microsoft YaHei",
    sans-serif;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:hover,
a:hover {
  color: var(--red);
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 6px;
}
.site {
  position: relative;
  width: min(1440px, 94vw);
  margin: 5vh auto 0;
  background: #20201e;
  min-height: 88vh;
  overflow: hidden;
  border: 1px solid #272723;
}
header {
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
}
.small {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.home {
  border: 1px solid #817f75;
  padding: 6px 9px;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.brand:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
  border-radius: 4px;
}
.signature {
  color: var(--red);
  font: 700 27px var(--serif);
  letter-spacing: -3px;
  transform: rotate(-5deg);
}
.brand span:last-child {
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.edition {
  text-align: right;
  line-height: 1.8;
  color: var(--muted);
}
.intro {
  text-align: center;
  margin: 0 0 23px;
  color: var(--muted);
  font: 12px var(--serif);
  letter-spacing: 5px;
}
.toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 0 30px;
  flex-wrap: wrap;
}
.filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.filters button {
  border: 1px solid #666358;
  padding: 5px 10px;
  margin-left: -1px;
  font-size: 10px;
  min-height: 28px;
}
.filters button[aria-pressed="true"] {
  background: var(--paper);
  color: #242421;
}
.search {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #555248;
}
.search input {
  width: 102px;
  color: var(--paper);
  background: none;
  border: 0;
  font-size: 10px;
  padding: 6px;
  outline: none;
}
.search:focus,
.search:focus-within,
.search input:focus,
.search input:focus-visible {
  outline: none;
}
.search span {
  font-size: 16px;
}
.stage-wrap {
  position: relative;
  margin-top: 18px;
}
.stage {
  height: clamp(330px, 43vw, 515px);
  position: relative;
  touch-action: pan-y;
}
.stage canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.side {
  position: absolute;
  right: 19px;
  top: 44%;
  writing-mode: vertical-rl;
  color: #aaa599;
  font:
    11px Georgia,
    serif;
  letter-spacing: 3px;
  pointer-events: none;
}
.hint {
  position: absolute;
  left: 27px;
  top: 42%;
  writing-mode: vertical-rl;
  font-size: 8px;
  letter-spacing: 2px;
  color: #77756c;
  pointer-events: none;
}
.loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  letter-spacing: 3px;
  pointer-events: none;
}
.now {
  position: relative;
  text-align: center;
  padding: 0 80px 26px;
  min-height: 130px;
}
.now h1 {
  font: 400 clamp(23px, 2.7vw, 35px) var(--serif);
  margin: 0 0 8px;
  letter-spacing: 2px;
}
.feeling {
  font-size: 10px;
  color: var(--red);
  letter-spacing: 2px;
  min-height: 15px;
  margin: 0 0 9px;
}
.catalog {
  font-size: 9px;
  letter-spacing: 2px;
  color: #aaa599;
  margin: 0 0 15px;
}
.open {
  font-size: 10px;
  border-bottom: 1px solid #777164;
  padding: 6px 0;
  letter-spacing: 2px;
}
.arrow {
  position: absolute;
  top: 10px;
  font-size: 27px;
  padding: 15px;
}
.prev {
  left: 30px;
}
.next {
  right: 30px;
}
footer {
  border-top: 1px solid #30302b;
  margin: 0 40px;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  color: #a8a395;
  font-size: 8px;
  letter-spacing: 1px;
}
.foot-right {
  display: flex;
  gap: 20px;
}
.track-list {
  display: flex;
  gap: 10px;
  overflow: auto;
  margin: 0 40px 24px;
  padding: 8px 0 14px;
  scrollbar-width: thin;
}
.track-list button {
  flex-shrink: 0;
  border: 1px solid #48463e;
  padding: 10px 14px;
}
.track-list button[aria-current="true"] {
  border-color: var(--red);
  color: var(--red);
}
.no-results {
  text-align: center;
  padding: 40px 20px;
}
.flat-covers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 100%;
  overflow: hidden;
}
.flat-covers button {
  width: 220px;
  flex-shrink: 0;
}
.flat-covers img {
  width: 100%;
  display: block;
}
.flat-covers span {
  display: block;
  padding: 12px;
}
dialog {
  color: var(--paper);
  background: #242421;
  border: 1px solid #625d50;
  padding: 0;
  width: min(960px, 92vw);
  max-height: 88vh;
  box-shadow: 0 30px 100px #000b;
}
dialog::backdrop {
  background: #090909c9;
  backdrop-filter: blur(9px);
}
.close {
  position: absolute;
  right: 17px;
  top: 12px;
  font-size: 25px;
  z-index: 2;
}
.liner {
  display: grid;
  grid-template-columns: 43% 57%;
}
.sleeve-side {
  padding: 52px 28px;
  background: #1c1c1a;
}
.cover-preview {
  position: relative;
  aspect-ratio: 1;
  transform: rotate(-3deg);
  box-shadow:
    9px 12px 0 #111,
    10px 13px 0 #72604a;
}
.cover-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cover-title {
  position: absolute;
  top: 4%;
  left: 8%;
  right: 8%;
  color: #27261f;
  font: 700 clamp(15px, 2vw, 27px) var(--serif);
}
.cover-sign {
  position: absolute;
  bottom: 5%;
  left: 8%;
  color: #29271e;
  font: 700 16px var(--serif);
}
.cover-sub {
  position: absolute;
  bottom: 6%;
  right: 8%;
  color: #29271e;
  font:
    9px Georgia,
    serif;
  letter-spacing: 1px;
}
.sleeve-caption {
  margin-top: 40px;
  color: #9b9586;
  font: 11px/1.9 var(--serif);
}
.listen {
  display: inline-block;
  margin-top: 12px;
  border: 1px solid #6b6355;
  padding: 10px 15px;
  color: var(--paper);
}
.liner-copy {
  padding: 45px 38px;
  max-height: 85vh;
  overflow: auto;
}
.liner-copy h2 {
  font: 28px var(--serif);
  margin: 10px 0 15px;
}
.liner-copy h3 {
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--red);
  font-weight: normal;
  margin: 30px 0 12px;
}
.lyrics {
  white-space: pre-wrap;
  font: 14px/2.1 var(--serif);
  color: #d8d1c1;
}
.note {
  white-space: pre-wrap;
  font: 12px/1.9 var(--serif);
  color: #aaa594;
}
@media (max-width: 680px) {
  .site {
    width: 100%;
    margin: 0;
    border: 0;
    min-height: 100svh;
  }
  header {
    height: 100px;
    padding: 0 20px;
  }
  .edition {
    font-size: 8px;
  }
  .brand {
    gap: 8px;
  }
  .signature {
    font-size: 24px;
  }
  .intro {
    font-size: 11px;
    letter-spacing: 3px;
  }
  .toolbar {
    padding: 0 20px;
    gap: 15px;
  }
  .filters button {
    padding: 6px 8px;
  }
  .stage {
    height: 360px;
  }
  .hint {
    left: 12px;
  }
  .side {
    right: 12px;
  }
  .now {
    padding: 0 50px 25px;
  }
  .prev {
    left: 5px;
  }
  .next {
    right: 5px;
  }
  .now h1 {
    font-size: 26px;
  }
  footer {
    margin: 0 20px;
    gap: 15px;
    line-height: 1.8;
  }
  .foot-right {
    gap: 10px;
  }
  .liner {
    grid-template-columns: 1fr;
  }
  .sleeve-side {
    padding: 45px 45px 20px;
  }
  .cover-preview {
    max-width: 280px;
    margin: auto;
  }
  .sleeve-caption {
    margin-top: 26px;
  }
  .liner-copy {
    max-height: none;
    padding: 20px 28px 40px;
  }
  dialog {
    max-height: 90svh;
  }
  .track-list {
    margin: 0 20px 20px;
  }
  .cover-title {
    font-size: 23px;
  }
}
:root {
  --red: #78b7c8;
  --paper: #e8e9e6;
  --muted: #9b9fa1;
}
.site {
  background: #202326;
  border-color: #292d30;
}
.signature {
  color: #e7e8e6;
  font-family: "KaiTi", "STKaiti", var(--serif);
  letter-spacing: 0;
}
.cover-title {
  top: auto;
  bottom: 16%;
  color: #f0f0e9;
  font-weight: 400;
  text-shadow: 0 2px 8px #0009;
}
.cover-sign,
.cover-sub {
  color: #eeeee7;
  text-shadow: 0 2px 8px #0009;
}
.cover-sign {
  font-family: "KaiTi", "STKaiti", serif;
  font-weight: 400;
}
.cover-preview {
  box-shadow:
    6px 9px 0 #15181b,
    7px 10px 0 #60666b;
}
.cover-preview:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid #ffffff30;
  background:
    linear-gradient(
      123deg,
      transparent 6%,
      #ffffff25 6.3%,
      transparent 6.8%,
      transparent 90%,
      #ffffff28 90.3%,
      transparent 91%
    ),
    linear-gradient(15deg, transparent 86%, #ffffff1a 87%, transparent 89%);
  box-shadow: inset 0 0 2px 1px #ffffff26;
}
.stage {
  cursor: grab;
}
.liner-copy,
.sleeve-side {
  background: #202326;
}
.brand span:last-child {
  color: #adb8bf;
}
html,
body {
  width: 100%;
  min-height: 100%;
  background: #202326;
}
.site {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 100svh;
  border: 0;
  display: flex;
  flex-direction: column;
}
.stage-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 0;
}
.stage {
  width: 100%;
  height: clamp(330px, calc(100svh - 350px), 850px);
}
footer {
  margin-top: auto;
}
.signature,
.cover-sign {
  display: inline-block;
  width: 120px;
  height: 50px;
  background: url("assets/covers/signature.png") center/contain no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.cover-sign {
  width: 125px;
  height: 52px;
  bottom: 4%;
  left: 6%;
}
.static-shelf {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 5vw, 110px);
  padding: 25px;
  overflow: hidden;
}
.static-record {
  position: relative;
  width: min(28vw, 340px);
  margin: 0;
  transform: perspective(900px) rotateY(25deg);
  box-shadow: 10px 15px 24px #0005;
}
.static-record:nth-child(2) {
  transform: perspective(900px) rotateY(-7deg) scale(1.07);
}
.static-record:last-child {
  transform: perspective(900px) rotateY(-25deg);
}
.static-record > img {
  width: 100%;
  display: block;
}
.static-record figcaption {
  position: absolute;
  inset: 0;
}
.static-record .cover-sign {
  position: absolute;
  width: 37%;
  height: 18%;
}
.static-record small {
  position: absolute;
  bottom: 7%;
  right: 6%;
  font: 10px Georgia;
  color: white;
}
.script-note {
  text-align: center;
  font-size: 11px;
  color: #aaa;
}
.cover-preview img {
  object-fit: cover;
}
@media (max-width: 680px) {
  .stage {
    height: max(350px, calc(100svh - 380px));
  }
  .signature {
    width: 96px;
    height: 40px;
  }
  .static-record {
    width: 27vw;
  }
  .static-record .cover-sign {
    width: 52%;
    left: 3%;
  }
  .static-record small {
    display: none;
  }
}
/* Cinematography reference: full-bleed editorial pacing, retained modern covers. */
.cover-preview[data-3d="true"] {
  transform: none !important;
  animation: none !important;
  box-shadow: none;
  background: transparent;
}
.cover-preview[data-3d="true"] > img,
.cover-preview[data-3d="true"] > .cover-title,
.cover-preview[data-3d="true"] > .cover-sign,
.cover-preview[data-3d="true"] > .cover-sub {
  display: none;
}
.cover-preview[data-3d="true"]:after {
  display: none;
}
.detail-3d {
  width: 100%;
  aspect-ratio: 1;
  cursor: pointer;
  touch-action: pan-y;
}
.detail-3d canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.filters {
  max-width: 100%;
  gap: 4px;
}
.toolbar {
  padding-inline: 5vw;
}
.stage:focus,
.stage:focus-visible {
  outline: none;
}
.stage:focus-visible + .hint {
  color: var(--red);
}
:root {
  --red: #ed644c;
}
.toolbar {
  position: relative;
  z-index: 1;
}
.filters button {
  transition:
    background 0.25s,
    color 0.25s;
}
.open,
.back-to-shelf {
  transition:
    letter-spacing 0.3s,
    color 0.3s;
}
.open:hover {
  letter-spacing: 3px;
}
.arrow {
  transition: transform 0.3s;
}
.prev:hover {
  transform: translateX(-5px);
}
.next:hover {
  transform: translateX(5px);
}
dialog {
  inset: 0;
  width: 100%;
  height: 100svh;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  background: #e7e7e1;
  color: #252727;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  box-shadow: none;
  overscroll-behavior: contain;
}
dialog[open] {
  animation: page-unfold 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}
dialog[data-closing="true"] {
  animation: page-fold 0.42s cubic-bezier(0.65, 0, 0.8, 0.3) both;
}
dialog::backdrop {
  background: #1e2022e0;
  backdrop-filter: blur(3px);
}
.close {
  position: fixed;
  right: 24px;
  top: 18px;
  color: #faf9ef;
  background: #292c2dcc;
  border: 1px solid #ffffff45;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 32px;
  backdrop-filter: blur(12px);
  z-index: 10;
}
.liner {
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 1fr);
  gap: 7vw;
  padding: 110px 8vw 95px;
  align-items: start;
}
.sleeve-side {
  padding: 0;
  position: sticky;
  top: 100px;
  background: none;
}
.cover-preview {
  transform: rotate(-2deg);
  max-width: 560px;
  margin: auto;
}
.sleeve-caption {
  margin: 34px 0;
  color: #555c5c;
}
.liner-copy {
  padding: 0;
  max-height: none;
  overflow: visible;
  background: none;
}
.liner-copy > .small {
  color: #737873;
}
.liner-copy h2 {
  font: 400 clamp(34px, 4.8vw, 74px)/1.15 var(--serif);
  letter-spacing: -1px;
  margin: 25px 0 18px;
}
.liner-copy h3 {
  color: #c65340;
  margin-top: 40px;
}
.liner-copy .lyrics {
  font: 16px/2.1 var(--serif);
  color: #303333;
}
.liner-copy .note {
  color: #555d58;
}
.liner-copy .feeling {
  color: #c65340;
}
.listen {
  color: #343737;
  border-color: #777c77;
}
.editorial-quote {
  background: #e7e7e1;
  text-align: center;
  padding: 6vw 13vw 0;
}
.editorial-quote blockquote {
  white-space: pre-line;
  font: 400 clamp(29px, 4.2vw, 64px)/1.25 var(--serif);
  max-width: 920px;
  margin: 30px auto 60px;
  letter-spacing: -1px;
}
.editorial-image {
  width: 100%;
  height: clamp(220px, 38vw, 620px);
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.editorial-sentiment {
  background: #ef654a;
  color: #262b29;
  padding: 9vw 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
}
.editorial-art {
  margin: 0;
  max-width: 530px;
}
.editorial-art img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.editorial-text {
  padding-top: 12vw;
}
.editorial-text h2 {
  font: 400 clamp(28px, 3.5vw, 52px)/1.3 var(--serif);
  margin: 28px 0;
}
.editorial-text p {
  white-space: pre-wrap;
  font: 16px/1.9 var(--serif);
  max-width: 440px;
}
.editorial-end {
  background: #202326;
  color: #e5e6df;
  padding: 11vw 9vw;
  min-height: 65svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.editorial-end h2 {
  white-space: pre-line;
  font: 400 clamp(38px, 6vw, 88px)/1.15 var(--serif);
  margin: 35px 0 50px;
}
.back-to-shelf {
  border: 1px solid #777e7f;
  min-height: 64px;
  padding: 20px 45px;
  font-size: 12px;
  letter-spacing: 2px;
}
.back-to-shelf:hover {
  background: #ef654a;
  color: #202326;
  border-color: #ef654a;
}
[data-reveal] {
  opacity: 0;
  transform: translateY(55px);
  transition:
    opacity 0.9s ease,
    transform 1.15s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-revealed="true"] {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal] img {
  clip-path: inset(14% 8% 12% 5% round 18%);
  filter: blur(10px);
  transition:
    clip-path 1.5s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.2s;
}
[data-revealed="true"] img {
  clip-path: inset(0 round 0);
  filter: blur(0);
}
dialog[open] .liner-copy > h2 {
  animation: type-rise 0.85s 0.18s cubic-bezier(0.16, 1, 0.3, 1) both;
}
dialog[open] .cover-preview {
  animation: art-unfold 1s 0.08s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes page-unfold {
  from {
    clip-path: inset(18% 34% 30% 34%);
    transform: translateY(30px);
  }
  to {
    clip-path: inset(0);
    transform: translateY(0);
  }
}
@keyframes page-fold {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(16vh);
  }
}
@keyframes type-rise {
  from {
    opacity: 0;
    transform: translateY(32px);
    clip-path: inset(100% 0 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0);
  }
}
@keyframes art-unfold {
  from {
    filter: blur(12px);
    clip-path: inset(35% 20% round 25%);
    transform: rotate(5deg) scale(0.92);
  }
  to {
    filter: blur(0);
    clip-path: inset(0 round 0);
    transform: rotate(-2deg) scale(1);
  }
}
@media (max-width: 680px) {
  .liner {
    grid-template-columns: 1fr;
    padding: 85px 7vw 55px;
    gap: 50px;
  }
  .sleeve-side {
    position: static;
  }
  .cover-preview {
    max-width: 380px;
  }
  .liner-copy h2 {
    font-size: 40px;
  }
  .editorial-quote {
    padding: 45px 7vw 0;
  }
  .editorial-quote blockquote {
    margin-bottom: 35px;
  }
  .editorial-sentiment {
    grid-template-columns: 1fr;
    padding: 55px 7vw;
    gap: 25px;
  }
  .editorial-text {
    padding-top: 0;
  }
  .editorial-art {
    max-width: 85%;
  }
  .editorial-end {
    padding: 75px 7vw;
  }
  .editorial-end h2 {
    font-size: 42px;
  }
  .close {
    right: 15px;
    top: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  [data-reveal] img {
    clip-path: none;
    filter: none;
  }
}
/* Compact emotion picker and direct manipulation. */
.toolbar {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 22px;
}
.toolbar .filters {
  flex-wrap: nowrap;
  min-width: 0;
  overflow-x: auto;
  justify-content: flex-start;
  white-space: nowrap;
}
.toolbar .filters button {
  flex: none;
}
.toolbar .filter-picker,
.toolbar .search {
  flex: none;
}
@media (max-width: 680px) {
  .toolbar {
    gap: 10px;
    padding-inline: 14px;
  }
  .filter-toggle {
    min-width: 105px !important;
    padding-inline: 5px !important;
  }
  .toolbar .filters {
    flex: 1;
    gap: 4px;
  }
  .toolbar .search input {
    width: 70px;
  }
  .filter-menu {
    left: 0;
    transform: none;
  }
}
.filter-picker {
  position: relative;
}
.filter-toggle {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #666;
  padding: 8px 12px;
  min-width: 145px;
  justify-content: space-between;
}
.chevron {
  display: inline-block;
  transition: transform 0.25s;
}
.filter-toggle[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}
.filter-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: min(360px, 88vw);
  max-height: 280px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding: 15px;
  background: #292d30;
  border: 1px solid #626668;
  box-shadow: 0 15px 45px #0006;
  z-index: 5;
}
.filter-menu button {
  padding: 10px 4px;
  border: 1px solid transparent;
}
.filter-menu button[aria-pressed="true"] {
  background: var(--paper);
  color: #202326;
}
.filters {
  gap: 9px;
}
.filters button {
  border: 0;
  border-bottom: 1px solid #63696a;
  padding: 5px 9px;
  color: #afb4b5;
}
.filters button[aria-pressed="true"] {
  background: transparent;
  color: #f18a72;
  border-color: #f18a72;
}
.stage canvas {
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
.export-cover {
  margin-left: 22px;
}
.stage-wrap {
  user-select: none;
}
.toolbar {
  z-index: 3;
}
/* Detail listening space: contrast for clear plastic, compact readable lyrics. */
.cover-preview[data-3d="true"] {
  isolation: isolate;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.detail-3d {
  position: relative;
  z-index: 1;
}
.detail-3d canvas {
  filter: none;
}
.cover-preview[data-3d="true"]:before {
  display: none;
}
.liner-copy .lyrics {
  max-height: clamp(220px, 38svh, 410px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #9daba5 transparent;
  line-height: 1.85;
  padding: 12px 20px 20px 0;
  border-top: 1px solid #bec5bd;
  border-bottom: 1px solid #bec5bd;
  white-space: pre-wrap;
}
.liner-copy .lyrics:focus-visible {
  outline: 1px solid #7e8c85;
  outline-offset: 5px;
}
@media (max-width: 680px) {
  .liner-copy .lyrics {
    max-height: 300px;
  }
  .sleeve-caption {
    margin-top: 24px;
  }
}
.audio-transport {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(380px, 85%);
  margin: 18px auto;
  font: 11px Arial;
  color: #a6b1b0;
  font-variant-numeric: tabular-nums;
}
.audio-transport input {
  flex: 1;
  min-width: 0;
  accent-color: #ed644c;
  cursor: pointer;
}
.stage-wrap {
  position: relative;
  isolation: isolate;
}
.audio-waveform {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.stage {
  position: relative;
  background: transparent;
}
.audio-transport {
  width: min(620px, 90%);
  gap: 15px;
  margin: 0 auto 30px;
  padding: 12px 20px;
  background: #ffffff04;
  border: 1px solid #ffffff12;
  border-radius: 40px;
  color: #b7c0bd;
}
.transport-play {
  order: -1;
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e7e5da;
  color: #262b2b;
  font-size: 13px;
  display: grid;
  place-items: center;
}
.transport-play:hover {
  background: #ed876d;
}
.audio-transport input {
  appearance: none;
  height: 3px;
  background: #66716d;
  border: 0;
  border-radius: 3px;
}
.audio-transport input::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e48a72;
  box-shadow: 0 0 0 4px #e48a7215;
}
.audio-transport input::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #e48a72;
}
.audio-transport span {
  font-size: 10px;
  letter-spacing: 1px;
}
.audio-transport:focus-within {
  border-color: #bdc5bc55;
}
/* The shelf is one viewport; only dedicated lists and lyrics scroll. */
html,
body {
  height: 100%;
  overflow: hidden;
}
.site {
  height: 100svh;
  min-height: 0;
  overflow: hidden;
}
header {
  height: clamp(58px, 9svh, 96px);
  flex: none;
}
.intro {
  margin: 0 0 12px;
  flex: none;
}
.toolbar {
  flex: none;
}
.stage-wrap {
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}
.stage {
  height: 100%;
  min-height: 0;
}
.now {
  flex: none;
  padding-top: 0;
  padding-bottom: 12px;
}
.now h1 {
  font-size: clamp(24px, 3.5svh, 40px);
  margin: 0 0 7px;
}
.now .feeling {
  margin: 5px 0;
}
.now .catalog {
  margin: 6px 0;
  font-size: 9px;
}
.now .open {
  margin-top: 5px;
}
.audio-transport {
  margin-bottom: 14px;
  padding: 7px 18px;
}
.site footer {
  flex: none;
  margin-top: 0;
  padding-block: 12px;
}
.track-list {
  position: fixed;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: min(650px, 90vw);
  max-height: 55svh;
  overflow-y: auto;
  margin: 0;
  padding: 20px;
  background: #272d30;
  border: 1px solid #69716c;
  z-index: 8;
}
.no-results {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
@media (max-height: 700px) {
  header {
    height: 58px;
  }
  .intro {
    display: none;
  }
  .now {
    padding-bottom: 5px;
  }
  .audio-transport {
    margin-bottom: 8px;
  }
  .site footer {
    padding-block: 7px;
  }
  .transport-play {
    width: 28px;
    height: 28px;
  }
  .now .catalog {
    margin: 3px 0;
  }
}
@media (max-width: 680px) {
  .now {
    padding-inline: 28px;
  }
  .audio-transport {
    width: min(440px, 100%);
  }
  .stage {
    height: 100%;
    min-height: 0;
  }
  .site footer {
    margin-inline: 14px;
  }
}
@media (max-width: 680px) {
  .now .arrow {
    top: auto;
    bottom: 105px;
  }
  .toolbar .filters {
    scrollbar-width: none;
  }
  .toolbar .filters::-webkit-scrollbar {
    display: none;
  }
}
/* Keep the sound behind the shelf, with a separate opaque transport surface. */
.stage-wrap {
  contain: paint;
}
.now {
  isolation: isolate;
  z-index: 2;
  background: #202326;
}
.audio-waveform {
  clip-path: inset(30% 0 30%);
}
.collection-tabs {
  display: flex;
  flex: none;
  gap: 3px;
  padding: 3px;
  border: 1px solid #ffffff1c;
  border-radius: 20px;
}
.collection-tabs button {
  padding: 6px 12px;
  border-radius: 16px;
  color: #919b98;
}
.collection-tabs button[aria-pressed="true"] {
  background: #e3e5dc;
  color: #252b29;
}
@media (max-width: 680px) {
  .toolbar {
    gap: 7px;
  }
  .collection-tabs button {
    padding: 6px 7px;
    font-size: 10px;
  }
  .toolbar .filters {
    display: none;
  }
  .toolbar .filter-picker {
    flex: 1;
  }
  .filter-toggle {
    width: 100%;
  }
  .toolbar .search input {
    width: 65px;
  }
}
#mindcard-page-navigation {
  display: none !important;
}

/* Lucide icons stay consistent across desktop and mobile. */
.ui-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.audio-transport[hidden], .now button[hidden] { display: none !important; }
