.od1-music__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.od1-music__header h2 {
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  letter-spacing: -.06em;
  line-height: .95;
}

.od1-music__header p:last-child { max-width: 620px; margin: 16px 0 0; color: var(--od1-artist-muted); }
.od1-music__search input { width: min(280px, 70vw); padding: 13px 16px; border: 1px solid var(--od1-artist-border); border-radius: 999px; color: inherit; background: var(--od1-artist-panel); }

.od1-music__filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.od1-music__filters button {
  padding: 9px 15px;
  border: 1px solid var(--od1-artist-border);
  border-radius: 999px;
  color: var(--od1-artist-muted);
  background: transparent;
  cursor: pointer;
}
.od1-music__filters button.is-active { border-color: var(--od1-artist-accent); color: #08080b; background: var(--od1-artist-accent); }

.od1-music__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr)); gap: 16px; }
.od1-release {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--od1-artist-border);
  border-radius: 16px;
  background: var(--od1-artist-panel);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .14);
}
.od1-release[hidden] { display: none; }
.od1-release__cover { position: relative; min-height: 170px; background: var(--od1-artist-panel-strong); }
.od1-release__cover > img, .od1-release__placeholder { width: 100%; height: 100%; min-height: 170px; object-fit: cover; }
.od1-release__placeholder { display: grid; place-items: center; background: linear-gradient(145deg, color-mix(in srgb, var(--od1-artist-accent) 45%, #111), #09090d); }
.od1-release__placeholder span { font-size: 6rem; font-weight: 900; opacity: .65; }
.od1-release__cover-play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #08080b;
  background: var(--od1-artist-accent);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .4);
  cursor: pointer;
}
.od1-release__cover-play span { width: 0; height: 0; margin-left: 4px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.od1-release__cover-play.is-playing span { width: 10px; height: 14px; margin: 0; border: 0; border-left: 4px solid currentColor; border-right: 4px solid currentColor; }

.od1-release__body { min-width: 0; padding: 16px; }
.od1-release__type { margin: 0 0 6px; color: var(--od1-artist-accent); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.od1-release h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.035em; line-height: 1.05; }
.od1-release__subtitle { margin: 5px 0 0; color: var(--od1-artist-muted); font-size: .86rem; }
.od1-release__tracks { max-height: 124px; margin: 13px 0 0; padding: 0; overflow: auto; list-style: none; scrollbar-width: thin; }
.od1-release__tracks li { display: grid; grid-template-columns: 16px 1fr auto auto; gap: 6px; align-items: center; min-height: 31px; border-bottom: 1px solid rgba(255, 255, 255, .06); font-size: .78rem; }
.od1-release__track-number, .od1-release__duration { color: var(--od1-artist-muted); font-variant-numeric: tabular-nums; }
.od1-release__track-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.od1-release__track-title small { margin-left: 6px; padding: 1px 4px; border-radius: 2px; color: #08080b; background: var(--od1-artist-muted); font-size: .58rem; font-weight: 900; }
.od1-release__tracks button { border: 0; color: var(--od1-artist-accent); background: none; font-size: .78rem; cursor: pointer; }
.od1-release__notes { margin-top: 10px; color: var(--od1-artist-muted); font-size: .8rem; }
.od1-release__notes summary { color: var(--od1-artist-text); cursor: pointer; }
.od1-release__actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.od1-release__actions .od1-artist-button { min-height: 36px; padding-inline: 11px; font-size: .75rem; }
.od1-release__actions .od1-artist-button span { margin-left: 8px; font-weight: 900; }
.od1-release__support { display: grid; width: 100%; gap: 8px; }
.od1-release__support > label { display: flex; align-items: end; justify-content: space-between; gap: 10px; color: var(--od1-artist-text); font-size: .72rem; font-weight: 800; }
.od1-release__support > label > span:first-child { display: grid; gap: 2px; }
.od1-release__support small { color: var(--od1-artist-muted); font-size: .66rem; font-weight: 600; }
.od1-release__amount { display: flex; width: 96px; min-height: 34px; align-items: center; overflow: hidden; border: 1px solid var(--od1-artist-border); border-radius: 9px; background: rgba(255,255,255,.045); }
.od1-release__amount b { padding-left: 9px; color: var(--od1-artist-muted); font-size: .75rem; }
.od1-release__amount input { width: 100%; min-width: 0; padding: 7px 7px 7px 3px; border: 0; outline: 0; color: var(--od1-artist-text); background: transparent; font: inherit; }
.od1-release__support .od1-artist-button { width: 100%; }
.od1-support-dialog { width: min(92vw, 470px); max-width: none; padding: 0; border: 0; color: var(--od1-artist-text); background: transparent; }
.od1-support-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(8px); }
.od1-support-dialog__panel { position: relative; display: grid; gap: 16px; padding: clamp(24px, 5vw, 34px); border: 1px solid var(--od1-artist-border); border-radius: 20px; background: var(--od1-artist-panel-strong); box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.od1-support-dialog__panel h3 { margin: 0; font-size: clamp(1.65rem, 6vw, 2.25rem); letter-spacing: -.04em; line-height: 1; }
.od1-support-dialog__panel > p:not(.od1-artist-kicker):not(.od1-support-dialog__error) { margin: 0; color: var(--od1-artist-muted); line-height: 1.55; }
.od1-support-dialog__panel > label { display: grid; gap: 7px; font-size: .8rem; font-weight: 800; }
.od1-support-dialog__amount { display: flex; min-height: 48px; align-items: center; overflow: hidden; border: 1px solid var(--od1-artist-border); border-radius: 11px; background: rgba(255,255,255,.055); }
.od1-support-dialog__amount b { padding-left: 14px; color: var(--od1-artist-muted); }
.od1-support-dialog__amount input { width: 100%; min-width: 0; padding: 12px 14px 12px 5px; border: 0; outline: 0; color: var(--od1-artist-text); background: transparent; font: inherit; font-size: 1rem; font-weight: 800; }
.od1-support-dialog__close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--od1-artist-muted); background: rgba(255,255,255,.07); font-size: 1.25rem; cursor: pointer; }
.od1-support-dialog__error { min-height: 1.25em; margin: -7px 0 0; color: #ff9d9d; font-size: .76rem; }
.od1-support-dialog__actions { display: grid; grid-template-columns: auto 1fr; gap: 9px; }
.od1-release__listen { position: relative; }
.od1-release__listen summary { list-style: none; }
.od1-release__listen summary::-webkit-details-marker { display: none; }
.od1-release__listen > div { position: absolute; z-index: 5; right: 0; bottom: calc(100% + 8px); display: grid; min-width: 180px; padding: 8px; border: 1px solid var(--od1-artist-border); border-radius: 12px; background: #1a1a21; box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.od1-release__listen > div a { padding: 9px 10px; border-radius: 7px; color: inherit; text-decoration: none; }
.od1-release__listen > div a:hover { background: rgba(255,255,255,.07); }
.od1-music__empty { padding: 30px; border: 1px dashed var(--od1-artist-border); border-radius: var(--od1-artist-radius); color: var(--od1-artist-muted); text-align: center; }

.od1-player {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto 34px;
  width: min(calc(100% - 44px), 720px);
  margin: auto;
  padding: 12px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(18,18,24,.94);
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
  backdrop-filter: blur(20px);
}
.od1-player[hidden] { display: none; }
.od1-player > button { width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--od1-artist-text); background: rgba(255,255,255,.08); cursor: pointer; }
.od1-player > button:first-child { width: 42px; height: 42px; color: #08080b; background: var(--od1-artist-accent); }
.od1-player > button:first-child span { display: block; width: 0; height: 0; margin: auto; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid currentColor; }
.od1-player.is-playing > button:first-child span { width: 9px; height: 13px; border: 0; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.od1-player > div { display: grid; gap: 4px; min-width: 0; }
.od1-player strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .85rem; }
.od1-player input { width: 100%; accent-color: var(--od1-artist-accent); }
.od1-player > span { color: var(--od1-artist-muted); font-size: .78rem; font-variant-numeric: tabular-nums; }

@media (max-width: 680px) {
  .od1-music__header { align-items: stretch; flex-direction: column; }
  .od1-music__search input { width: 100%; }
  .od1-release { grid-template-columns: 104px minmax(0, 1fr); }
  .od1-release__cover, .od1-release__cover > img, .od1-release__placeholder { min-height: 150px; }
  .od1-release__body { padding: 14px; }
  .od1-release__duration { display: none; }
  .od1-player { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); }
}
