.podcastPlayer{display:flex;align-items:center;gap:16px;background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(90,39,32,.18);border-radius:12px;padding:14px 20px;margin:0 0 36px;box-sizing:border-box;width:100%}.podcastPlayerPinned{position:-webkit-sticky;position:sticky;top:0;z-index:10;margin:0;border-radius:0 0 12px 12px;border-top:none;box-shadow:0 4px 20px rgba(0,0,0,.12)}.podcastCover{width:52px;height:52px;border-radius:6px;object-fit:cover;flex-shrink:0}.podcastInfo{flex-shrink:0;min-width:0;max-width:200px}.podcastTitle{font-family:var(--font-title);font-size:14px;font-weight:600;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgb(20,20,20)}.podcastLabel{font-family:var(--font-button);font-size:11px;letter-spacing:.06em;color:#5a2720;margin:0}.podcastControls{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}.podcastPlayBtn{width:40px;height:40px;border-radius:50%;border:2px solid #7fa989;background:transparent;color:#7FA989;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .12s,color .12s}.podcastPlayBtn:hover{background:#7FA989;color:rgb(20,20,20)}.podcastScrubber{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0}.podcastTime{font-family:var(--font-button);font-size:12px;color:#5a2720;white-space:nowrap;flex-shrink:0}.podcastRange{flex:1 1;min-width:0;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(90,39,32,.22);border-radius:2px;outline:none;cursor:pointer}.podcastRange::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#7FA989;cursor:pointer}.podcastRange::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#7FA989;border:none;cursor:pointer}@media (max-width:600px){.podcastPlayer{flex-wrap:wrap;padding:12px 16px}.podcastInfo{max-width:calc(100% - 68px)}.podcastControls{width:100%}}