.track.chuck-feedback-ready {
  grid-template-columns: 24px 52px minmax(0, 1fr) auto;
}

.track-feedback {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-left: 3px;
}

.track-feedback-button,
.playlist-feedback-button {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(159, 226, 238, .16);
  border-radius: 50%;
  background: rgba(9, 19, 24, .72);
  color: #7d949b;
  font: 600 18px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
  transition: color .14s ease, background .14s ease, border-color .14s ease, transform .14s ease;
}

.track-feedback-button:hover,
.track-feedback-button:focus-visible,
.playlist-feedback-button:hover,
.playlist-feedback-button:focus-visible {
  color: #dff8fb;
  border-color: rgba(190, 241, 249, .36);
}

.track-feedback-button:active,
.playlist-feedback-button:active { transform: scale(.94); }

.track-feedback-button.active-like,
.playlist-feedback-button.active-like {
  color: #e5fbff;
  background: rgba(110, 201, 219, .15);
  border-color: rgba(174, 239, 249, .54);
}

.track-feedback-button.active-dislike,
.playlist-feedback-button.active-dislike {
  color: #ffc6bd;
  background: rgba(184, 74, 61, .14);
  border-color: rgba(232, 132, 119, .42);
}

.track-detail-feedback {
  margin-top: 22px;
  padding: 16px 0 2px;
  border-top: 1px solid rgba(159, 226, 238, .10);
  gap: 7px;
}

.track-detail-feedback-label,
.track-detail-edit-label {
  margin-right: 4px;
  color: #8aa0a6;
  font: 600 12px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.track-detail-feedback .track-feedback-button {
  width: 38px;
  height: 38px;
  font-size: 20px;
}

.track-detail-edit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
  padding-top: 13px;
  border-top: 1px solid rgba(159, 226, 238, .08);
}

.track-edit-button {
  min-height: 36px;
  border: 1px solid rgba(159, 226, 238, .14);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(8, 18, 23, .72);
  color: #a9bec3;
  font: 600 12px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.track-edit-button:hover,
.track-edit-button:focus-visible {
  color: #e2f6f8;
  border-color: rgba(190, 241, 249, .32);
}

.track-edit-button:disabled {
  opacity: .34;
  cursor: default;
}

.track-edit-remove {
  color: #d9a49c;
  border-color: rgba(222, 116, 101, .19);
}

.track-edit-remove:hover,
.track-edit-remove:focus-visible {
  color: #ffd1ca;
  border-color: rgba(232, 132, 119, .40);
}

.playlist-conversation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 22px 0 8px;
  padding: 15px;
  border: 1px solid rgba(159, 226, 238, .12);
  border-radius: 20px;
  background: rgba(7, 15, 19, .72);
}

.playlist-vote {
  display: grid;
  grid-template-columns: repeat(2, 34px);
  gap: 5px;
  align-items: center;
  justify-items: center;
}

.playlist-vote > span {
  grid-column: 1 / -1;
  color: #789097;
  font: 600 10px/1.1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.playlist-feedback-button {
  width: 34px;
  height: 34px;
  font-size: 19px;
}

.playlist-refine {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 7px;
  align-items: end;
  min-width: 0;
}

.playlist-refine textarea {
  width: 100%;
  min-height: 44px;
  max-height: 130px;
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid rgba(159, 226, 238, .13);
  border-radius: 15px;
  padding: 12px 13px;
  background: rgba(4, 11, 15, .82);
  color: #d9eaed;
  font: 500 14px/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  outline: none;
}

.playlist-refine textarea::placeholder { color: #60747b; }
.playlist-refine textarea:focus { border-color: rgba(184, 238, 247, .34); }

.playlist-refine-send {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(159, 226, 238, .18);
  border-radius: 50%;
  background: rgba(13, 28, 34, .92);
  color: #dff8fb;
  font: 700 21px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.result-actions {
  gap: 9px;
  flex-wrap: wrap;
  align-items: center;
}

.apple-export-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(159, 226, 238, .20);
  border-radius: 999px;
  padding: 11px 16px;
  background: rgba(8, 18, 23, .92);
  color: #e8f7f9;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .14s ease, background .14s ease, transform .14s ease;
}

.apple-export-button:hover,
.apple-export-button:focus-visible {
  border-color: rgba(190, 241, 249, .42);
  background: rgba(15, 31, 38, .96);
}

.apple-export-button:active { transform: scale(.98); }
.apple-export-button:disabled { opacity: .58; cursor: default; transform: none; }
.apple-export-button.exported { border-color: rgba(174, 239, 249, .48); }

.export-page-body {
  min-height: 100dvh;
  background: #08090b;
}

.export-page {
  width: min(680px, calc(100% - 32px));
  margin: 0 auto;
  padding: max(22px, env(safe-area-inset-top)) 0 max(46px, env(safe-area-inset-bottom));
  color: #e9f4f5;
}

.export-top {
  min-height: 42px;
  display: flex;
  align-items: center;
}

.export-back {
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: #8fa7ad;
  font: 600 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.export-heading {
  padding: 28px 0 24px;
}

.export-eyebrow {
  color: #7f9ba2;
  font: 700 11px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .16em;
}

.export-heading h1 {
  margin: 9px 0 8px;
  color: #f0f8f9;
  font: 650 clamp(32px, 8vw, 48px)/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.04em;
}

.export-heading p {
  margin: 0;
  color: #81979e;
  font-size: 14px;
}

.export-card {
  padding: 22px;
  border: 1px solid rgba(159, 226, 238, .13);
  border-radius: 24px;
  background: rgba(8, 17, 22, .88);
}

.export-service-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.export-service-head h2 {
  margin: 0;
  font: 650 23px/1.1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.export-service-head span {
  border: 1px solid rgba(159, 226, 238, .16);
  border-radius: 999px;
  padding: 5px 8px;
  color: #87a1a8;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.export-intro {
  margin: 15px 0 0;
  color: #a9bec3;
  font-size: 14px;
  line-height: 1.55;
}

.export-steps {
  display: grid;
  gap: 12px;
  margin: 19px 0 0;
  padding-left: 23px;
  color: #d4e3e5;
  font-size: 14px;
  line-height: 1.5;
}

.export-steps li::marker { color: #78959c; font-weight: 700; }

.export-privacy {
  margin-top: 22px;
  padding: 14px 15px;
  border-radius: 15px;
  background: rgba(14, 27, 32, .72);
  color: #9fb4b9;
  font-size: 12px;
  line-height: 1.5;
}

.export-privacy strong { color: #d9edef; }

.export-apple-button {
  width: 100%;
  margin-top: 18px;
  min-height: 48px;
}

.export-future {
  margin: 18px 0 0;
  color: #586b71;
  text-align: center;
  font-size: 11px;
}

.export-empty {
  color: #9eb1b6;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .track.chuck-feedback-ready {
    grid-template-columns: 21px 50px minmax(0, 1fr) auto;
  }

  .track-feedback { gap: 2px; }
  .track-feedback-button { width: 29px; height: 29px; font-size: 17px; }
}

@media (max-width: 520px) {
  .playlist-conversation {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .playlist-refine {
    grid-template-columns: minmax(0, 1fr) 38px;
  }

  .playlist-refine-send { width: 38px; height: 38px; }
  .export-card { padding: 19px; }
  .track-detail-edit-label { flex-basis: 100%; }
}

@media (max-width: 430px) {
  .track.chuck-feedback-ready {
    grid-template-columns: 18px 46px minmax(0, 1fr) auto;
    gap: 7px;
  }
  .track-art-shell { width: 46px; height: 46px; }
  .track-feedback-button { width: 27px; height: 27px; font-size: 16px; }
  .playlist-feedback-button { width: 31px; height: 31px; }
  .playlist-vote { grid-template-columns: repeat(2, 31px); }
  .export-page { width: min(100% - 24px, 680px); }
  .track-edit-button { padding: 8px 10px; font-size: 11px; }
}