.tp2-listening { padding-top: 48px; padding-bottom: 64px; }
.tp2-listening-intro { display: flex; align-items: center; gap: 32px; justify-content: space-between; margin-bottom: 40px; }
.tp2-listening-intro > div:first-child { min-width: 0; }
.tp2-listening h1 { color: var(--tp2-rose); font-size: 60px; line-height: 1.1; margin: 12px 0 20px; }
.tp2-listening-lede { color: var(--tp2-muted); font-size: 17px; max-width: 470px; }
.tp2-face-dj { --tp2-face-size: 132px; --tp2-face-tilt: -4deg; }
.tp2-stereo { border: 2px solid var(--tp2-ink); box-shadow: 6px 6px 0 var(--tp2-ink); padding: 24px; background: var(--tp2-soft); }
.tp2-stereo-top { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 22px; }
.tp2-stereo-top h2 { font: 600 13px/1.7 var(--tp2-mono); text-wrap: initial; }
.tp2-stereo-badge { flex-shrink: 0; font: 10px/1.5 var(--tp2-mono); color: var(--tp2-muted); }
.tp2-stereo-screen { padding: 20px 24px 14px; background: #e8f0e7; color: #233a30; border: 1px solid #41594b; box-shadow: inset 3px 3px 0 #cad7ca; }
.tp2-screen-label { display: flex; gap: 16px; justify-content: space-between; font: 10px/1.5 var(--tp2-mono); text-transform: uppercase; }
.tp2-screen-content { display: grid; grid-template-columns: 100px minmax(0,1fr); align-items: center; gap: 28px; min-height: 142px; padding-block: 22px; }
.tp2-record { width: 100px; height: 100px; border-radius: 50%; background: #28382f; border: 6px double #607565; outline: 1px solid #28382f; display: grid; place-items: center; }
.tp2-record-label { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: var(--tp2-rose); transform: rotate(-18deg); }
.tp2-record-label .tp2-icon { width: 21px; height: 21px; }
.tp2-stereo[data-state="playing"] .tp2-record-label { animation: tp2-record-turn 6s steps(24,end) infinite; }
.tp2-track-title { font: 600 28px/1.25 var(--tp2-mono); text-wrap: balance; }
.tp2-track-artist { font: 11px/1.6 var(--tp2-mono); margin-top: 10px; }
.tp2-track-note { font-size: 13px; line-height: 1.65; margin-top: 12px; min-height: 22px; }
.tp2-spectrum { display: block; width: 100%; height: 42px; image-rendering: pixelated; }
.tp2-seek-row { display: grid; grid-template-columns: 42px minmax(0,1fr) 42px; align-items: center; gap: 12px; padding-top: 22px; font: 11px/1.5 var(--tp2-mono); font-variant-numeric: tabular-nums; }
.tp2-seek-row > span:last-child { text-align: right; }
.tp2-listening input[type="range"] { appearance: none; -webkit-appearance: none; height: 28px; background: transparent; cursor: pointer; min-width: 0; width: 100%; accent-color: var(--tp2-rose); }
.tp2-listening input[type="range"]::-webkit-slider-runnable-track { height: 5px; border: 1px solid var(--tp2-ink); background: #dbdfd9; }
.tp2-listening input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 13px; height: 17px; margin-top: -7px; background: var(--tp2-rose); border: 1px solid var(--tp2-ink); border-radius: 0; box-shadow: 2px 2px 0 var(--tp2-ink); }
.tp2-listening input[type="range"]::-moz-range-track { height: 4px; border: 1px solid var(--tp2-ink); background: #dbdfd9; }
.tp2-listening input[type="range"]::-moz-range-thumb { width: 12px; height: 16px; background: var(--tp2-rose); border: 1px solid var(--tp2-ink); border-radius: 0; box-shadow: 2px 2px 0 var(--tp2-ink); }
.tp2-transport-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 16px; }
.tp2-transport, .tp2-volume { display: flex; align-items: center; gap: 12px; }
.tp2-audio-button { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; padding: 0; color: var(--tp2-ink); border: 1px solid var(--tp2-ink); border-radius: 0; box-shadow: 2px 2px 0 var(--tp2-ink); background: white; cursor: pointer; transition: transform 120ms steps(2,end); }
.tp2-audio-button > span { display: flex; }
.tp2-audio-button:hover { background: #fbe9ed; transform: translateY(-2px); }
.tp2-audio-button:active { transform: translate(2px,2px); box-shadow: none; }
.tp2-audio-play { width: 56px; height: 50px; flex-basis: 56px; color: white; background: var(--tp2-rose); }
.tp2-audio-play:hover { background: var(--tp2-rose-dark); }
.tp2-audio-button[aria-pressed="true"] { background: #f8dfe5; color: #8d2238; }
.tp2-audio-button:disabled, .tp2-listening input:disabled { opacity: .45; cursor: default; transform: none; }
.tp2-volume { width: 170px; gap: 15px; }
.tp2-volume .tp2-audio-button { box-shadow: none; border-color: transparent; background: transparent; }
.tp2-player-message { font: 11px/1.6 var(--tp2-mono); min-height: 18px; margin-top: 16px; }
.tp2-stereo[data-state="error"] .tp2-player-message { color: #98243b; }
.tp2-stereo-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; border-top: 1px solid #d5d8d1; padding-top: 14px; font: 9px/1.6 var(--tp2-mono); color: var(--tp2-muted); }
.tp2-speaker-grille { display: block; width: 100px; height: 10px; background: repeating-linear-gradient(90deg, #72786f 0 2px, transparent 2px 5px); }
.tp2-queue { margin-top: 48px; }
.tp2-queue-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tp2-queue h2, .tp2-song-invite h2 { font-size: 28px; }
.tp2-demo-disclosure { font-size: 13px; color: var(--tp2-muted); margin-top: 12px; max-width: 600px; }
.tp2-track-list { margin-top: 22px; list-style: none; }
.tp2-track-list > li { border-top: 1px solid var(--tp2-line); padding: 20px 8px; }
.tp2-track-list > li:last-child { border-bottom: 1px solid var(--tp2-line); }
.tp2-track-list > li[data-selected] { box-shadow: inset 3px 0 0 var(--tp2-rose); background: #fcf4f6; }
.tp2-track-row { display: grid; grid-template-columns: 30px minmax(0,1fr) 44px; align-items: center; gap: 16px; }
.tp2-track-index { font: 11px/1.5 var(--tp2-mono); color: var(--tp2-rose); text-align: center; }
.tp2-track-row h3 { font-size: 16px; }
.tp2-track-row p { font-size: 13px; margin-top: 4px; color: var(--tp2-muted); }
.tp2-track-credit { display: block; margin-top: 6px; font: 10px/1.5 var(--tp2-mono); color: var(--tp2-muted); }
.tp2-native-audio { width: 100%; margin-top: 12px; }
.tp2-transcript { font-size: 14px; margin: 12px 0 0 46px; }
.tp2-transcript summary { cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.tp2-transcript p { margin-top: 12px; }
.tp2-song-invite { border-top: 1px solid var(--tp2-line); margin-top: 54px; padding-top: 40px; }
.tp2-song-invite h2 { margin-top: 14px; }
.tp2-song-invite > p:not(.tp2-eyebrow) { margin-top: 14px; color: var(--tp2-muted); font-size: 15px; }
@keyframes tp2-record-turn { to { transform: rotate(342deg); } }
@media (max-width:680px) {
  .tp2-listening { padding-top: 32px; padding-bottom: 44px; }
  .tp2-listening-intro { gap: 14px; align-items: flex-start; margin-bottom: 28px; }
  .tp2-listening h1 { font-size: 42px; }
  .tp2-listening-lede { font-size: 15px; }
  .tp2-face-dj { --tp2-face-size: 64px; margin-top: 24px; }
  .tp2-stereo { padding: 16px; box-shadow: 4px 4px 0 var(--tp2-ink); }
  .tp2-stereo-top { align-items: flex-start; gap: 12px; margin-bottom: 16px; }
  .tp2-stereo-top h2 { font-size: 11px; max-width: 200px; }
  .tp2-stereo-badge { font-size: 8px; padding-top: 3px; }
  .tp2-stereo-screen { padding: 16px 14px 12px; }
  .tp2-screen-content { grid-template-columns: 56px minmax(0,1fr); gap: 16px; min-height: 158px; }
  .tp2-record { width: 56px; height: 56px; border-width: 4px; }
  .tp2-record-label { width: 26px; height: 26px; }
  .tp2-record-label .tp2-icon { width: 15px; height: 15px; }
  .tp2-track-title { font-size: 20px; }
  .tp2-track-artist { font-size: 10px; }
  .tp2-track-note { font-size: 12px; }
  .tp2-screen-label { font-size: 9px; gap: 8px; }
  .tp2-transport-row { flex-wrap: wrap; gap: 14px; }
  .tp2-transport { justify-content: space-between; width: 100%; gap: 10px; }
  .tp2-volume { width: 100%; gap: 16px; }
  .tp2-seek-row { grid-template-columns: 35px minmax(0,1fr) 35px; gap: 10px; }
  .tp2-stereo-bottom { font-size: 8px; }
  .tp2-speaker-grille { width: 68px; }
  .tp2-queue { margin-top: 36px; }
  .tp2-queue h2, .tp2-song-invite h2 { font-size: 25px; }
  .tp2-track-row { grid-template-columns: 22px minmax(0,1fr) 44px; gap: 10px; }
  .tp2-track-row h3 { font-size: 15px; }
  .tp2-track-row p { font-size: 12px; }
  .tp2-song-invite { margin-top: 40px; padding-top: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .tp2-stereo[data-state="playing"] .tp2-record-label { animation: none; }
}
