:root {
  --lpm-listener-ui-ready: 1;
}

/* Long Pause Media phone-first listener experience · 0.13.0 */
.mobile-app-header,
.mobile-bottom-nav,
.mobile-mini-player,
.mobile-now-playing,
.mobile-only-listener { display: none; }


@media (min-width: 1181px) {
  .listener-app-page { width: min(calc(100% - 36px), var(--content-width)); margin: 0 auto; }
  .mobile-app-page-head { margin-bottom: 28px; }
  .mobile-app-page-head > span { color: var(--ink-muted); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-app-page-head h1 { margin: 5px 0 0; font-size: 44px; }
  .mobile-discover-search { display: grid; grid-template-columns: 24px minmax(0,1fr) auto; gap: 10px; align-items: center; max-width: 640px; margin-top: 18px; }
  .mobile-discover-search svg { width: 20px; height: 20px; fill: none; stroke: currentColor; }
  .mobile-discover-search input { width: 100%; }
  .mobile-app-section { margin-top: 30px; }
  .mobile-section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 16px; }
  .mobile-section-head h2 { margin: 3px 0 0; }
  .mobile-section-head > div > span { color: var(--ink-muted); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
  .mobile-discover-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
  .mobile-show-card { display: grid; gap: 9px; color: var(--ink); }
  .mobile-show-art { aspect-ratio:1; overflow:hidden; border-radius:18px; background:var(--surface-soft); }
  .mobile-show-art img { width:100%; height:100%; object-fit:cover; }
  .mobile-show-card > span:last-child { color:var(--ink-muted); font-size:12px; }
  .mobile-library-signin,.mobile-app-empty { display:grid; justify-items:center; gap:12px; padding:42px; border:1px solid var(--line); border-radius:20px; background:var(--surface); text-align:center; }
  .mobile-horizontal-rail,.mobile-episode-feed { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
  .mobile-episode-card { display:grid; grid-template-columns:100px minmax(0,1fr); gap:14px; padding:14px; border:1px solid var(--line); border-radius:16px; background:var(--surface); }
  .mobile-episode-art { position:relative; width:100px; height:100px; }
  .mobile-episode-art > a,.mobile-episode-art img { width:100%; height:100%; display:block; object-fit:cover; border-radius:12px; }
  .mobile-episode-art button,
  .mobile-episode-art .mobile-episode-play-link { position:absolute; right:7px; bottom:7px; width:38px; height:38px; display:grid; place-items:center; border:0; border-radius:50%; color:#07111f; background:#fff; }
  .mobile-episode-card-copy { min-width:0; display:grid; align-content:center; gap:5px; }
  .mobile-episode-title { color:var(--ink); font-weight:800; }
  .mobile-episode-show,.mobile-episode-meta { color:var(--ink-muted); font-size:12px; }
}

/* PWA Library uses one-dimensional content rails, never stacked tile grids. */
@media (max-width: 1180px) {
  body.mobile-listener-enabled .mobile-library-page {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  body.mobile-listener-enabled .mobile-library-clean {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  body.mobile-listener-enabled .mobile-library-clean > *,
  body.mobile-listener-enabled .mobile-library-clean .mobile-app-section,
  body.mobile-listener-enabled .mobile-library-clean .mobile-section-head {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  body.mobile-listener-enabled .mobile-library-rail {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    align-items: start;
    gap: 14px;
    width: calc(100% + 28px);
    max-width: calc(100% + 28px);
    box-sizing: border-box;
    margin-right: -14px;
    margin-left: -14px;
    padding: 2px 14px 13px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
  body.mobile-listener-enabled .mobile-library-rail::-webkit-scrollbar { display: none; }
  body.mobile-listener-enabled .mobile-library-rail > * {
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
  body.mobile-listener-enabled .mobile-library-continue-rail {
    grid-auto-columns: minmax(152px, 44vw);
  }
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-card-list {
    position:relative;
    width:100%;
    min-width:0;
    height:auto;
    display:grid;
    grid-template-columns:minmax(0,1fr) 34px;
    align-items:start;
    gap:8px 4px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
  }
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-art {
    grid-column:1 / -1;
    width:100%;
    height:auto;
    aspect-ratio:1;
  }
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-art img,
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-art > a > span {
    border-radius:16px;
  }
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-art button,
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-art .mobile-episode-play-link {
    right:10px;
    bottom:10px;
    width:46px;
    height:46px;
  }
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-card-copy {
    grid-column:1;
    min-width:0;
    align-content:start;
    gap:4px;
  }
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-show {
    margin-top:1px;
  }
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-title {
    -webkit-line-clamp:2;
  }
  body.mobile-listener-enabled .mobile-library-continue-rail .mobile-episode-more {
    grid-column:2;
    align-self:end;
    justify-self:end;
    width:34px;
    height:34px;
  }
  body.mobile-listener-enabled .mobile-library-show-grid {
    grid-auto-columns: minmax(152px, 44vw);
  }
  body.mobile-listener-enabled .mobile-library-show-grid .mobile-show-card {
    width: 100%;
    min-width: 0;
  }
  body.mobile-listener-enabled .mobile-library-playlist-rail {
    grid-auto-columns: minmax(152px, 44vw);
  }
}

/* Network knowledge search · 0.15.106 */
.mobile-discover-search,
.mobile-home-search,
body.desktop-listener-app .desktop-stream-search {
  cursor: text;
}
.mobile-discover-search input,
.mobile-discover-search input:focus,
.mobile-discover-search input:focus-visible,
.mobile-home-search input,
.mobile-home-search input:focus,
.mobile-home-search input:focus-visible,
body.desktop-listener-app .desktop-stream-search input,
body.desktop-listener-app .desktop-stream-search input:focus,
body.desktop-listener-app .desktop-stream-search input:focus-visible {
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  appearance: none;
  color: #fff;
  background: transparent !important;
  box-shadow: none !important;
}
.mobile-discover-search:focus-within,
.mobile-home-search:focus-within {
  border-color: rgba(104, 231, 255, .42);
  box-shadow: 0 0 0 3px rgba(82, 194, 243, .07);
}

.listener-search-result-list {
  display: grid;
  gap: 10px;
}
.listener-search-result {
  min-width: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 13px;
  padding: 12px;
  border: 1px solid rgba(157, 204, 238, .12);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(14, 34, 57, .78), rgba(7, 20, 38, .72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.listener-search-result-art {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(173, 218, 247, .12);
  border-radius: 13px;
  color: rgba(227, 244, 255, .7);
  background: linear-gradient(145deg, #123253, #171a49);
}
.listener-search-result-art img { width: 100%; height: 100%; object-fit: cover; }
.listener-search-result-copy { min-width: 0; display: grid; align-content: start; gap: 5px; }
.listener-search-result-show {
  overflow: hidden;
  color: #69e7ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.listener-search-result-copy h3 { margin: 0; font-size: 15px; line-height: 1.25; }
.listener-search-result-copy h3 a { color: #fff; }
.listener-search-matches { min-width: 0; display: grid; gap: 6px; margin-top: 2px; }
.listener-search-match {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding-left: 9px;
  border-left: 2px solid rgba(94, 220, 255, .46);
}
.listener-search-match > div { min-width: 0; display: grid; gap: 3px; }
.listener-search-match > div > span {
  color: rgba(116, 228, 255, .82);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.listener-search-match p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(220, 235, 247, .68);
  font-size: 11px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.listener-search-match > button {
  min-width: 62px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 8px;
  border: 1px solid rgba(89, 220, 255, .24);
  border-radius: 9px;
  color: #eafcff;
  background: rgba(34, 111, 157, .24);
  font-size: 9px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
}
.listener-search-match > button:hover { border-color: rgba(104, 229, 255, .44); background: rgba(42, 139, 188, .34); }
.listener-search-match > button svg { width: 12px; height: 12px; }
.listener-search-match-list { min-width: 0; display: grid; gap: 6px; }
.listener-search-load-matches {
  width: max-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  color: rgba(113, 225, 255, .82);
  background: transparent;
  font-size: 10px;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  user-select: none;
}
.listener-search-load-matches:hover { color: #b9f7ff; }
.listener-search-load-matches:disabled { opacity: .55; cursor: wait; }
.listener-search-match-status { min-height: 0; color: rgba(205, 222, 237, .55); font-size: 9px; }
.listener-search-match-status:empty { display: none; }
.listener-search-result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 5px; }
.listener-search-result-actions button,
.listener-search-result-actions > a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 11px;
  border: 1px solid rgba(151, 204, 239, .15);
  border-radius: 10px;
  color: rgba(230, 242, 252, .78);
  background: rgba(18, 43, 69, .68);
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}
.listener-search-result-actions button {
  border-color: rgba(87, 220, 255, .25);
  color: #fff;
  background: linear-gradient(135deg, rgba(32, 177, 229, .88), rgba(55, 100, 229, .9));
}
.listener-search-result-actions button svg { width: 14px; height: 14px; }

@media (min-width: 1181px) {
  body.desktop-listener-app .listener-search-result-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  body.desktop-listener-app .listener-search-result {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    min-height: 138px;
    padding: 13px;
    border-radius: 16px;
  }
  body.desktop-listener-app .listener-search-result-art { width: 112px; height: 112px; border-radius: 12px; }
  body.desktop-listener-app .listener-search-result-copy h3 { font-size: 17px; }
  body.desktop-listener-app .listener-search-match p { font-size: 12px; }
}

@media (max-width: 420px) {
  .listener-search-result { grid-template-columns: 76px minmax(0, 1fr); gap: 11px; padding: 10px; }
  .listener-search-result-art { width: 76px; height: 76px; }
  .listener-search-result-actions { grid-column: 1 / -1; }
}

@media (max-width: 1180px) {
  :root { --mobile-nav-height: 72px; --mobile-mini-height: 68px; }
  html { background: #050b15; }
  .mobile-discover-search input,
  .mobile-home-search input,
  body.desktop-listener-app .desktop-stream-search input {
    font-size: 16px !important;
    line-height: 1.25;
  }
  body.mobile-listener-enabled {
    min-height: 100dvh;
    color: #f8fbff;
    background:
      radial-gradient(circle at 12% -10%, rgba(43, 186, 255, .18), transparent 34%),
      radial-gradient(circle at 98% 18%, rgba(105, 83, 255, .15), transparent 32%),
      #050b15;
    overscroll-behavior-y: none;
  }
  body.mobile-listener-enabled .site-header,
  body.mobile-listener-enabled .site-footer { display: none !important; }
  body.mobile-listener-enabled .public-shell { min-height: 100dvh; padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom)); }
  body.mobile-listener-enabled .public-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: calc(70px + env(safe-area-inset-top)) 0 calc(32px + var(--mobile-nav-height));
  }
  body.mobile-listener-enabled .public-main > .alert { margin: 10px 14px 0; }
  body.mobile-listener-enabled #mobile-app-page { min-height: calc(100dvh - 150px); }
  body.mobile-listener-enabled.mobile-page-loading #mobile-app-page { opacity: .58; pointer-events: none; }

  .mobile-app-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 90;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
    min-height: calc(64px + env(safe-area-inset-top));
    padding: calc(10px + env(safe-area-inset-top)) 14px 10px;
    border-bottom: 1px solid rgba(194, 222, 255, .10);
    background: rgba(5, 11, 21, .82);
    backdrop-filter: blur(24px) saturate(1.3);
  }
  .mobile-app-brand {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
  .mobile-app-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
  }
  .mobile-app-brand-mark { display: flex; align-items: center; gap: 5px; }
  .mobile-app-brand-mark::before,
  .mobile-app-brand-mark::after { content: ""; width: 3px; height: 25px; border-radius: 4px; background: #fff; }
  .mobile-app-brand-mark i { width: 5px; height: 15px; border-radius: 3px; background: #fff; }
  .mobile-app-header-copy { min-width: 0; display: grid; gap: 1px; }
  .mobile-app-header-copy span { color: rgba(218, 234, 249, .58); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-app-header-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; }
  .mobile-app-header-copy small { overflow: hidden; color: rgba(104, 231, 255, .66); font-size: 10px; font-weight: 600; letter-spacing: .025em; line-height: 1.15; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
  .mobile-install-button { grid-column: 3; }
  .mobile-app-avatar { grid-column: 4; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(120, 216, 255, .26); border-radius: 50%; color: #fff; background: linear-gradient(145deg, rgba(42, 172, 232, .45), rgba(92, 72, 210, .48)); font-size: 12px; font-weight: 900; }
  .mobile-app-avatar-signin { font-size: 17px; }
  .mobile-install-button { min-height: 34px; padding: 6px 10px; border: 1px solid rgba(111, 221, 255, .24); border-radius: 10px; color: #d9fbff; background: rgba(35, 167, 218, .14); font-size: 11px; font-weight: 850; }

  .mobile-bottom-nav {
    position: fixed;
    inset: auto 0 0;
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
    padding: 8px 8px env(safe-area-inset-bottom);
    border-top: 1px solid rgba(194, 222, 255, .12);
    background: rgba(4, 10, 20, .91);
    backdrop-filter: blur(26px) saturate(1.35);
  }
  .mobile-bottom-nav a { position: relative; min-width: 0; min-height: 54px; display: grid; place-items: center; align-content: center; gap: 3px; padding: 2px; color: rgba(218, 234, 249, .50); font-size: 9px; font-weight: 800; }
  .mobile-bottom-nav svg,
  .mobile-bottom-nav a > span { position: relative; z-index: 1; }
  .mobile-bottom-nav svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-bottom-nav a.active { color: #68e8ff; }
  .mobile-bottom-nav a.active::before { content: ""; position: absolute; width: 36px; height: 20px; border-radius: 999px; background: rgba(65, 202, 255, .12); filter: blur(7px); }

  .mobile-mini-player {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 6px);
    z-index: 101;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    min-height: var(--mobile-mini-height);
    overflow: hidden;
    border: 1px solid rgba(139, 220, 255, .20);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(11, 31, 56, .96), rgba(16, 19, 55, .96));
    box-shadow: 0 18px 45px rgba(0, 0, 0, .42);
    backdrop-filter: blur(22px);
  }
  .mobile-mini-player[hidden] { display: none; }
  .mobile-mini-open { min-width: 0; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 10px; align-items: center; padding: 8px; border: 0; color: inherit; background: transparent; text-align: left; }
  .mobile-mini-open img { width: 48px; height: 48px; object-fit: cover; border-radius: 11px; background: #0a1a2e; }
  .mobile-mini-copy { min-width: 0; display: grid; gap: 2px; }
  .mobile-mini-copy strong,
  .mobile-mini-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-mini-copy strong { font-size: 13px; }
  .mobile-mini-copy span { color: rgba(222, 238, 252, .57); font-size: 11px; }
  .mobile-mini-play { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #07111f; background: #f6fbff; }
  .mobile-mini-play svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; }
  .mobile-icon-pause { display: none; }
  .is-playing .mobile-icon-play { display: none; }
  .is-playing .mobile-icon-pause { display: block; }
  .mobile-mini-progress { position: absolute; inset: auto 0 0; height: 2px; background: rgba(255,255,255,.09); }
  .mobile-mini-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #63ebff, #7367ff); }

  .mobile-now-playing { position: fixed; inset: 0; z-index: 140; display: grid; grid-template-rows: auto 1fr; overflow: hidden; background: #06101e; }
  .mobile-now-playing[hidden] { display: none; }
  body.mobile-now-open { overflow: hidden; }
  .mobile-now-ambient { position: absolute; inset: -10%; opacity: .23; filter: blur(70px) saturate(1.4); background-position: center; background-size: cover; transform: scale(1.2); }
  .mobile-now-playing::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,10,19,.12), #06101e 70%); pointer-events: none; }
  .mobile-now-header { position: relative; z-index: 2; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 8px; padding: calc(14px + env(safe-area-inset-top)) 14px 12px; }
  .mobile-now-header > button,
  .mobile-now-header > a { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.07); }
  .mobile-now-header svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
  .mobile-now-header > div { display: grid; gap: 2px; text-align: center; }
  .mobile-now-header span { color: rgba(229,240,251,.58); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
  .mobile-now-header strong { font-size: 12px; }
  .mobile-now-body { position: relative; z-index: 2; display: grid; grid-template-rows: minmax(0, 1fr) auto auto auto auto; align-items: center; gap: 20px; padding: 6px 24px calc(24px + env(safe-area-inset-bottom)); }
  .mobile-now-art { width: min(78vw, 390px); aspect-ratio: 1; justify-self: center; object-fit: cover; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; box-shadow: 0 35px 90px rgba(0,0,0,.48); }
  .mobile-now-copy { min-width: 0; display: grid; gap: 5px; }
  .mobile-now-copy h2 { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: clamp(22px, 6vw, 30px); }
  .mobile-now-copy a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: rgba(218,234,249,.62); font-size: 14px; }
  .mobile-now-seek { display: grid; gap: 4px; }
  .mobile-now-seek input { width: 100%; accent-color: #66e8ff; }
  .mobile-now-seek > div { display: flex; justify-content: space-between; color: rgba(218,234,249,.54); font-size: 11px; }
  .mobile-now-controls { display: grid; grid-template-columns: 70px 82px 70px; justify-content: center; align-items: center; gap: 15px; }
  .mobile-now-controls button { position: relative; width: 64px; height: 64px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.07); }
  .mobile-now-controls button svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
  .mobile-now-controls button span { position: absolute; font-size: 9px; font-weight: 900; }
  .mobile-now-controls .mobile-now-main-play { width: 80px; height: 80px; color: #07111f; background: #f7fbff; box-shadow: 0 16px 45px rgba(255,255,255,.14); }
  .mobile-now-actions { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
  .mobile-now-actions button { min-width: 52px; min-height: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #fff; background: rgba(255,255,255,.05); font-weight: 850; }
  .mobile-now-actions span { color: rgba(218,234,249,.58); font-size: 11px; }

  .desktop-listener-home { display: none; }
  .mobile-only-listener { display: block; }
  .listener-app-page,
  .mobile-listener-home { padding: 14px 14px 26px; }
  .mobile-home-greeting,
  .mobile-app-page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-bottom: 24px; }
  .mobile-home-greeting > div,
  .mobile-app-page-head { min-width: 0; }
  .mobile-home-greeting span,
  .mobile-app-page-head > span { color: rgba(218,234,249,.55); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
  .mobile-home-greeting h1,
  .mobile-app-page-head h1 { margin: 3px 0 0; font-size: 31px; letter-spacing: -.04em; }
  .mobile-round-action { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 44px; border: 1px solid rgba(113,218,255,.22); border-radius: 50%; color: #dffaff; background: rgba(34,142,190,.13); }
  .mobile-round-action svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .mobile-app-section { margin-top: 28px; }
  .mobile-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 13px; }
  .mobile-section-head > div { min-width: 0; }
  .mobile-section-head span { color: rgba(218,234,249,.47); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-section-head h2 { margin: 3px 0 0; font-size: 20px; letter-spacing: -.025em; }
  .mobile-section-head > a { color: #69e8ff; font-size: 12px; font-weight: 800; }
  .mobile-horizontal-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 64vw); gap: 12px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; margin-inline: -14px; padding-inline: 14px; }
  .mobile-horizontal-rail::-webkit-scrollbar { display: none; }
  .mobile-horizontal-rail > * { scroll-snap-align: start; }
  .mobile-show-rail { grid-auto-columns: 148px; }
  .mobile-episode-feed { display: grid; gap: 12px; }
  .mobile-episode-card { min-width: 0; }
  .mobile-episode-card-list { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 12px; align-items: center; padding: 10px; border: 1px solid rgba(186,218,246,.10); border-radius: 16px; background: rgba(13,31,54,.62); }
  .mobile-episode-card-shelf,
  .mobile-episode-card-continue { display: grid; gap: 10px; padding: 10px; border: 1px solid rgba(186,218,246,.10); border-radius: 18px; background: linear-gradient(145deg, rgba(14,39,68,.80), rgba(13,20,51,.78)); }
  .mobile-episode-art { position: relative; display: block; min-width: 0; }
  .mobile-episode-card-list .mobile-episode-art { width: 78px; height: 78px; }
  .mobile-episode-card-shelf .mobile-episode-art,
  .mobile-episode-card-continue .mobile-episode-art { width: 100%; aspect-ratio: 1.45; }
  .mobile-episode-art > a { width: 100%; height: 100%; display: block; }
  .mobile-episode-art img,
  .mobile-episode-art > a > span { width: 100%; height: 100%; display: grid; place-items: center; object-fit: cover; border-radius: 12px; background: #0a1b31; }
  .mobile-episode-art button,
  .mobile-episode-art .mobile-episode-play-link { position: absolute; right: 7px; bottom: 7px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #06101e; background: #f8fcff; box-shadow: 0 8px 22px rgba(0,0,0,.38); }
  .mobile-episode-art button svg,
  .mobile-episode-art .mobile-episode-play-link svg { width: 19px; height: 19px; }
  .mobile-episode-card-copy { min-width: 0; display: grid; gap: 4px; }
  .mobile-episode-show { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #67e7ff; font-size: 10px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
  .mobile-episode-title { display: -webkit-box; overflow: hidden; color: #f8fbff; font-size: 14px; font-weight: 800; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .mobile-episode-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: rgba(218,234,249,.48); font-size: 10px; }
  .mobile-ce-chip { padding: 3px 6px; border: 1px solid rgba(88,232,255,.23); border-radius: 999px; color: #aaf7ff; background: rgba(40,174,213,.11); font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-ce-chip.is-scheduled { color: #ffd28a; border-color: rgba(255,199,100,.25); background: rgba(196,126,22,.12); }
  .mobile-card-progress-stack { display: grid; gap: 4px; margin-top: 5px; }
  .mobile-card-progress-row { display: grid; grid-template-columns: 34px minmax(0,1fr) 28px; align-items: center; gap: 7px; min-width: 0; color: rgba(218,234,249,.5); font-size: 8px; font-weight: 850; line-height: 1; text-transform: uppercase; }
  .mobile-card-progress-row > i { display: block; height: 3px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.09); }
  .mobile-card-progress-row > i > b { display: block; height: 100%; border-radius: inherit; }
  .mobile-card-progress-row > strong { color: rgba(235,244,252,.72); font-size: 8px; font-weight: 900; text-align: right; }
  .mobile-card-progress-row.is-casual > i > b { background: #52d68c; }
  .mobile-card-progress-row.is-ce > i > b { background: #ff6673; }
  .mobile-show-card { min-width: 0; display: grid; gap: 7px; color: #fff; }
  .mobile-show-art { position: relative; width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(186,218,246,.11); border-radius: 18px; background: linear-gradient(145deg,#102d50,#171a4c); box-shadow: 0 14px 32px rgba(0,0,0,.22); }
  .mobile-show-art img { width: 100%; height: 100%; object-fit: cover; }
  .mobile-show-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
  .mobile-show-card > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: rgba(218,234,249,.48); font-size: 10px; }
  .mobile-discover-search { width: 100%; display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 7px; margin-top: 16px; padding: 10px 12px; border: 1px solid rgba(171,215,249,.15); border-radius: 14px; background: rgba(8,23,43,.78); }
  .mobile-app-page-head { display: block; }
  .mobile-discover-search svg { width: 20px; height: 20px; fill: none; stroke: rgba(218,234,249,.53); stroke-width: 1.8; }
  .mobile-discover-search input { width: 100%; min-height: 32px; padding: 0; border: 0; color: #fff; background: transparent; box-shadow: none; }
  .mobile-discover-search a { color: #68e8ff; font-size: 11px; font-weight: 800; }
  .mobile-discover-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 12px; }
  .mobile-library-show-grid { margin-top: 4px; }
  .mobile-library-signin,
  .mobile-app-empty { display: grid; justify-items: center; gap: 10px; padding: 34px 24px; border: 1px solid rgba(180,218,248,.11); border-radius: 20px; background: rgba(11,28,51,.68); text-align: center; }
  .mobile-library-signin h2,
  .mobile-app-empty strong { margin: 0; font-size: 21px; }
  .mobile-library-signin p,
  .mobile-app-empty span { color: rgba(218,234,249,.56); line-height: 1.55; }
  .mobile-library-lock { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: #6ce9ff; background: rgba(45,177,226,.13); font-size: 26px; }

  body.mobile-listener-enabled .podcast-header { display: grid; grid-template-columns: 104px minmax(0,1fr); gap: 16px; align-items: end; margin: 0; padding: 20px 16px 18px; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(30,94,133,.38), rgba(5,11,21,0)); box-shadow: none; }
  body.mobile-listener-enabled .podcast-header .podcast-art { width: 104px; max-width: none; }
  body.mobile-listener-enabled .podcast-header .podcast-art img { border-radius: 16px; }
  body.mobile-listener-enabled .podcast-content-grid { display: block; }
  body.mobile-listener-enabled .podcast-title { font-size: 29px; line-height: 1; }
  body.mobile-listener-enabled .podcast-content-main > .eyebrow,
  body.mobile-listener-enabled .podcast-content-main > .hero-copy,
  body.mobile-listener-enabled .podcast-content-main > .podcast-description,
  body.mobile-listener-enabled .podcast-content-main > .button-row,
  body.mobile-listener-enabled .podcast-content-main > .podcast-copyright,
  body.mobile-listener-enabled .podcast-advisory-side { display: none; }
  body.mobile-listener-enabled .podcast-content-main .meta-row { margin-top: 9px; font-size: 10px; }
  body.mobile-listener-enabled .public-player-wrap { margin: 0; padding: 0 8px 12px; }
  body.mobile-listener-enabled .lpa-shell { border-radius: 24px; }
  body.mobile-listener-enabled .breadcrumbs { padding: 12px 16px 0; }

  body.mobile-listener-enabled:has(.mobile-mini-player:not([hidden])) .public-main { padding-bottom: calc(44px + var(--mobile-nav-height) + var(--mobile-mini-height)); }
}

@media (display-mode: standalone) and (max-width: 1180px) {
  .mobile-install-button { display: none !important; }
}

@media (max-width: 1180px) and (max-height: 720px) {
  .mobile-now-body { gap: 11px; padding-top: 0; padding-bottom: calc(14px + env(safe-area-inset-bottom)); }
  .mobile-now-art { width: min(60vw, 270px); border-radius: 20px; }
  .mobile-now-controls { grid-template-columns: 60px 72px 60px; gap: 12px; }
  .mobile-now-controls button { width: 56px; height: 56px; }
  .mobile-now-controls .mobile-now-main-play { width: 70px; height: 70px; }
}

/* Long Pause Media mobile listener refinement · 0.13.1 */
@media (max-width: 1180px) {
  body.mobile-listener-enabled {
    background: #050b15;
  }
  body.mobile-listener-enabled .public-main {
    padding-top: calc(64px + env(safe-area-inset-top));
  }
  .mobile-app-header {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    min-height: calc(58px + env(safe-area-inset-top));
    padding: calc(8px + env(safe-area-inset-top)) 14px 8px;
    background: rgba(5, 11, 21, .94);
  }
  .mobile-app-brand {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    box-shadow: none;
  }
  .mobile-app-header-copy { display: block; }
  .mobile-app-header-copy span { display: none; }
  .mobile-app-header-copy strong {
    font-size: 18px;
    letter-spacing: -.02em;
  }
  .mobile-app-avatar {
    grid-column: 3;
    width: 36px;
    height: 36px;
  }
  .mobile-install-button { display: none !important; }

  .listener-app-page,
  .mobile-listener-home {
    padding: 16px 16px 30px;
  }

  /* Home: one clear resume/start action, browsing, then fresh episodes. */
  .mobile-home-clean { display: grid; gap: 28px; }
  .mobile-home-topline {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
  }
  .mobile-home-topline > div { min-width: 0; }
  .mobile-home-topline > div > span {
    color: rgba(218, 234, 249, .54);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .mobile-home-topline h1 {
    margin: 4px 0 0;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.05;
    letter-spacing: -.045em;
  }
  .mobile-resume-feature {
    position: relative;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 52px;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(134, 211, 255, .18);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(18, 50, 80, .92), rgba(18, 22, 54, .92));
    box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
  }
  .mobile-resume-art {
    width: 104px;
    height: 104px;
    overflow: hidden;
    border-radius: 17px;
    background: #0b1c31;
  }
  .mobile-resume-art img,
  .mobile-resume-art > span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    object-fit: cover;
  }
  .mobile-resume-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
  }
  .mobile-resume-copy > span {
    color: #73e9ff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .mobile-resume-copy > a {
    overflow: hidden;
    color: rgba(226, 240, 252, .58);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-resume-copy h2 {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .mobile-resume-copy h2 a { color: #fff; }
  .mobile-resume-progress {
    height: 3px;
    margin-top: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
  }
  .mobile-resume-progress i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #5fe8ff, #7165ff);
  }
  .mobile-resume-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: rgba(226, 240, 252, .48);
    font-size: 9px;
  }
  .mobile-resume-play {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #06101e;
    background: #f8fcff;
    box-shadow: 0 9px 24px rgba(0,0,0,.32);
  }
  .mobile-resume-play svg { width: 22px; height: 22px; }

  .mobile-start-listening {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(134, 211, 255, .16);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(20, 57, 91, .84), rgba(18, 22, 53, .88));
  }
  .mobile-start-listening > div > span {
    color: #70e8ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .mobile-start-listening h2 {
    margin: 5px 0 7px;
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -.04em;
  }
  .mobile-start-listening p {
    margin: 0;
    color: rgba(226, 240, 252, .60);
    line-height: 1.5;
  }
  .mobile-home-search {
    display: grid;
    grid-template-columns: 24px minmax(0,1fr);
    gap: 9px;
    align-items: center;
    padding: 11px 13px;
    border: 1px solid rgba(190, 224, 250, .16);
    border-radius: 14px;
    background: rgba(3, 13, 26, .58);
  }
  .mobile-home-search svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: rgba(226, 240, 252, .55);
    stroke-width: 1.8;
  }
  .mobile-home-search input {
    min-height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .mobile-home-clean .mobile-app-section { margin-top: 0; }
  .mobile-home-show-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 13px;
  }
  .mobile-home-show-grid .mobile-show-card { gap: 6px; }
  .mobile-home-show-grid .mobile-show-art { border-radius: 16px; }
  .mobile-home-latest .mobile-episode-feed,
  .mobile-discover-latest .mobile-episode-feed { gap: 8px; }

  /* Flatter, more native episode rows. */
  .mobile-episode-card-list {
    grid-template-columns: 72px minmax(0,1fr);
    gap: 12px;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid rgba(186,218,246,.09);
    border-radius: 0;
    background: transparent;
  }
  .mobile-episode-card-list:last-child { border-bottom: 0; }
  .mobile-episode-card-list .mobile-episode-art { width: 72px; height: 72px; }
  .mobile-episode-card-list .mobile-episode-art img { border-radius: 12px; }
  .mobile-episode-card-list .mobile-episode-art button,
  .mobile-episode-card-list .mobile-episode-art .mobile-episode-play-link {
    width: 34px;
    height: 34px;
  }

  /* Discover prioritizes the podcast directory. */
  .mobile-discover-clean { display: grid; gap: 26px; }
  .mobile-discover-clean .mobile-app-section { margin-top: 0; }
  .mobile-discover-head { margin-bottom: 0; }
  .mobile-discover-grid { gap: 18px 13px; }

  /* Library is content-first, not a settings page. */
  .mobile-library-clean { display: grid; gap: 26px; }
  .mobile-library-clean .mobile-app-section { margin-top: 0; }

  /* Mobile-native podcast and episode pages. */
  .desktop-listener-page {
    display: block;
    width: 0;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .desktop-listener-page > .breadcrumbs,
  .desktop-listener-page .lpa-shell,
  .desktop-listener-page .lpa-mobile-dialog {
    display: none !important;
  }
  .desktop-listener-page .public-player-wrap,
  .desktop-listener-page [data-lpm-audio-player] {
    width: 0;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .desktop-listener-page .lpa-ce-dialog {
    pointer-events: auto;
  }
  .mobile-show-page,
  .mobile-episode-detail { padding: 16px 16px 30px; }
  .mobile-show-hero {
    display: grid;
    grid-template-columns: 112px minmax(0,1fr);
    gap: 16px;
    align-items: end;
    margin-bottom: 18px;
  }
  .mobile-show-hero-art {
    width: 112px;
    height: 112px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(145deg,#102d50,#171a4c);
    box-shadow: 0 18px 36px rgba(0,0,0,.28);
  }
  .mobile-show-hero-art img,
  .mobile-show-hero-art > span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    object-fit: cover;
  }
  .mobile-show-hero-copy { min-width: 0; }
  .mobile-show-hero-copy h1 {
    margin: 5px 0 8px;
    font-size: 29px;
    line-height: 1;
    letter-spacing: -.045em;
  }
  .mobile-show-hero-copy p {
    display: -webkit-box;
    margin: 0 0 7px;
    overflow: hidden;
    color: rgba(226,240,252,.58);
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .mobile-show-hero-copy > span:last-child {
    color: rgba(226,240,252,.44);
    font-size: 10px;
  }
  .mobile-member-chip {
    display: inline-flex;
    padding: 4px 7px;
    border: 1px solid rgba(190,145,255,.24);
    border-radius: 999px;
    color: #d5b9ff;
    background: rgba(127,79,196,.16);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .mobile-show-play-latest {
    width: 100%;
    display: grid;
    grid-template-columns: 46px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid rgba(121,218,255,.18);
    border-radius: 16px;
    color: #fff;
    background: rgba(13,36,62,.76);
    text-align: left;
  }
  .mobile-show-play-latest > svg {
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 50%;
    color: #06101e;
    background: #fff;
  }
  .mobile-show-play-latest > span { min-width: 0; display: grid; gap: 2px; }
  .mobile-show-play-latest small { overflow: hidden; color: rgba(226,240,252,.52); text-overflow: ellipsis; white-space: nowrap; }
  .mobile-show-episodes { margin-top: 28px; }

  .mobile-page-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
    color: rgba(226,240,252,.62);
    font-size: 12px;
    font-weight: 750;
  }
  .mobile-page-back svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .mobile-episode-detail-art {
    width: min(76vw, 310px);
    aspect-ratio: 1;
    margin: 0 auto 24px;
    overflow: hidden;
    border-radius: 24px;
    background: #0b1c31;
    box-shadow: 0 26px 54px rgba(0,0,0,.36);
  }
  .mobile-episode-detail-art img,
  .mobile-episode-detail-art > span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    object-fit: cover;
  }
  .mobile-episode-detail-copy > a {
    color: #67e7ff;
    font-size: 11px;
    font-weight: 850;
  }
  .mobile-episode-detail-copy h1 {
    margin: 7px 0 8px;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -.04em;
  }
  .mobile-episode-detail-meta { display: flex; gap: 8px; color: rgba(226,240,252,.48); font-size: 11px; }
  .mobile-episode-primary-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; margin-top: 22px; }
  .mobile-episode-primary-play,
  .mobile-episode-ce-action {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 999px;
    font-weight: 850;
  }
  .mobile-episode-primary-play { color: #06101e; background: #fff; }
  .mobile-episode-primary-play svg { width: 20px; height: 20px; }
  .mobile-episode-ce-action { padding: 0 18px; border: 1px solid rgba(101,231,255,.26); color: #8ef2ff; background: rgba(44,171,214,.12); }
  .mobile-episode-notes { margin-top: 30px; }
  .mobile-episode-notes h2 { font-size: 18px; }
  .mobile-episode-notes p { color: rgba(226,240,252,.62); line-height: 1.65; }
  .mobile-ce-page-intro { padding: 8px 0 16px; }
  .mobile-ce-page-intro > span { color: #72e8ff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-ce-page-intro h1 { margin: 5px 0 7px; font-size: 27px; }
  .mobile-ce-page-intro p { margin: 0; color: rgba(226,240,252,.56); }


  /* Mobile account becomes an app settings hub with native-style detail pages. */
  .desktop-account-root { display: none !important; }
  .mobile-account-root { padding: 16px 16px 30px; }
  .mobile-account-overview { display: grid; gap: 22px; }
  .mobile-account-profile-card {
    display: grid;
    grid-template-columns: 72px minmax(0,1fr);
    gap: 15px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(163,213,249,.14);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(17,48,78,.86), rgba(17,22,53,.86));
  }
  .mobile-account-large-avatar {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(145deg,#22c4ff,#6859ff);
    font-size: 21px;
    font-weight: 900;
  }
  .mobile-account-profile-card > div { min-width: 0; }
  .mobile-account-profile-card > div > span { color: #72e8ff; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-account-profile-card h1 { margin: 4px 0 3px; font-size: 24px; }
  .mobile-account-profile-card p,
  .mobile-account-profile-card small { display: block; overflow: hidden; margin: 0; color: rgba(226,240,252,.53); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-account-menu {
    overflow: hidden;
    border: 1px solid rgba(163,213,249,.12);
    border-radius: 18px;
    background: rgba(10,27,49,.70);
  }
  .mobile-account-menu > a {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) 20px;
    gap: 12px;
    align-items: center;
    min-height: 68px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(163,213,249,.09);
    color: #fff;
  }
  .mobile-account-menu > a:last-child { border-bottom: 0; }
  .mobile-account-menu-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #72e8ff;
    background: rgba(42,165,214,.13);
  }
  .mobile-account-menu-icon svg,
  .mobile-account-chevron,
  .mobile-account-action-row svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .mobile-account-menu > a > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
  .mobile-account-menu small { color: rgba(226,240,252,.48); font-size: 10px; }
  .mobile-account-chevron { width: 18px; color: rgba(226,240,252,.30); }
  .mobile-account-secondary-actions {
    display: grid;
    gap: 10px;
  }
  .mobile-account-action-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0,1fr) 22px;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(163,213,249,.12);
    border-radius: 15px;
    color: #fff;
    background: rgba(10,27,49,.65);
    text-align: left;
  }
  .mobile-account-action-row > span { display: grid; gap: 2px; }
  .mobile-account-action-row small { color: rgba(226,240,252,.48); font-size: 10px; }
  .mobile-account-signout {
    width: 100%;
    min-height: 46px;
    border: 0;
    color: #ff9cab;
    background: transparent;
    font-weight: 800;
  }
  .mobile-account-page-head {
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    gap: 10px;
    align-items: start;
    margin-bottom: 20px;
  }
  .mobile-account-back {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(163,213,249,.13);
    border-radius: 50%;
    color: #fff;
    background: rgba(10,27,49,.68);
  }
  .mobile-account-back svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .mobile-account-page-head > div > span { color: rgba(226,240,252,.46); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-account-page-head h1 { margin: 3px 0 0; font-size: 29px; letter-spacing: -.04em; }
  .mobile-account-page-head p { margin: 4px 0 0; color: rgba(226,240,252,.52); font-size: 11px; }
  .mobile-account-section-card {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(163,213,249,.12);
    border-radius: 18px;
    background: rgba(10,27,49,.70);
  }
  .mobile-account-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid rgba(163,213,249,.09);
  }
  .mobile-account-card-head h2 { margin: 0; font-size: 17px; }
  .mobile-account-card-head p { margin: 3px 0 0; color: rgba(226,240,252,.48); font-size: 10px; }
  .mobile-account-form-stack { display: grid; gap: 14px; padding: 16px; }
  .mobile-account-form-stack .form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .mobile-account-form-stack input,
  .mobile-account-form-stack select { min-height: 46px; }
  .mobile-account-help { margin: 0; color: rgba(226,240,252,.50); font-size: 11px; line-height: 1.5; }
  .mobile-text-action { padding: 0; border: 0; color: #72e8ff; background: transparent; font-size: 11px; font-weight: 800; }
  .mobile-session-list,
  .mobile-subscription-list,
  .mobile-access-list,
  .mobile-purchase-list,
  .mobile-document-list { display: grid; }
  .mobile-session-row {
    display: grid;
    grid-template-columns: 40px minmax(0,1fr) auto;
    gap: 11px;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(163,213,249,.08);
  }
  .mobile-session-row:last-child { border-bottom: 0; }
  .mobile-session-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #72e8ff;
    background: rgba(42,165,214,.12);
  }
  .mobile-session-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
  .mobile-session-row > div { min-width: 0; display: grid; gap: 2px; }
  .mobile-session-row small { color: rgba(226,240,252,.45); font-size: 9px; }
  .mobile-subscription-card { display: grid; gap: 13px; padding: 16px; border-bottom: 1px solid rgba(163,213,249,.09); }
  .mobile-subscription-card:last-child { border-bottom: 0; }
  .mobile-subscription-head { display: flex; justify-content: space-between; gap: 12px; }
  .mobile-subscription-head small { color: #72e8ff; font-size: 9px; font-weight: 850; text-transform: uppercase; }
  .mobile-subscription-head h3 { margin: 3px 0 0; font-size: 17px; }
  .mobile-subscription-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .mobile-subscription-facts > span { display: grid; gap: 3px; padding: 11px; border-radius: 12px; background: rgba(255,255,255,.035); }
  .mobile-subscription-facts small { color: rgba(226,240,252,.43); font-size: 9px; text-transform: uppercase; }
  .mobile-subscription-card > p { margin: 0; color: rgba(226,240,252,.50); font-size: 11px; }
  .mobile-subscription-actions { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
  .mobile-access-list > div,
  .mobile-purchase-list > article,
  .mobile-document-list > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid rgba(163,213,249,.08);
  }
  .mobile-access-list > div:last-child,
  .mobile-purchase-list > article:last-child,
  .mobile-document-list > div:last-child { border-bottom: 0; }
  .mobile-access-list > div,
  .mobile-purchase-list > article > div,
  .mobile-purchase-list > article > span,
  .mobile-document-list > div > span { display: grid; gap: 2px; }
  .mobile-access-list span,
  .mobile-purchase-list small,
  .mobile-document-list small { color: rgba(226,240,252,.46); font-size: 9px; }
  .mobile-document-list a { color: #72e8ff; font-size: 11px; font-weight: 800; }
  .mobile-account-empty-inline { display: grid; gap: 9px; padding: 18px 16px; color: rgba(226,240,252,.50); }
  .mobile-history-list,
  .mobile-private-account-list { display: grid; gap: 10px; }
  .mobile-history-row {
    display: grid;
    grid-template-columns: 64px minmax(0,1fr) 18px;
    gap: 11px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid rgba(163,213,249,.08);
    color: #fff;
  }
  .mobile-history-art { width: 64px; height: 64px; overflow: hidden; border-radius: 12px; background: #0b1c31; }
  .mobile-history-art img,
  .mobile-history-art > span { width: 100%; height: 100%; display: grid; place-items:center; object-fit:cover; }
  .mobile-history-copy { min-width:0; display:grid; gap:3px; }
  .mobile-history-copy small { color:#67e7ff; font-size:9px; font-weight:850; text-transform:uppercase; }
  .mobile-history-copy strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-history-copy > span { color:rgba(226,240,252,.47); font-size:9px; }
  .mobile-history-copy i { height:3px; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.09); }
  .mobile-history-copy i b { display:block; height:100%; background:linear-gradient(90deg,#5fe8ff,#7165ff); }
  .mobile-history-row > svg { width:17px; fill:none; stroke:rgba(226,240,252,.28); stroke-width:1.7; }
  .mobile-account-pagination { display:flex; justify-content:space-between; margin-top:18px; color:rgba(226,240,252,.50); font-size:11px; }
  .mobile-account-pagination a { color:#72e8ff; font-weight:800; }
  .mobile-private-account-card { overflow:hidden; border:1px solid rgba(163,213,249,.12); border-radius:17px; background:rgba(10,27,49,.70); }
  .mobile-private-account-main { display:grid; grid-template-columns:68px minmax(0,1fr) 18px; gap:12px; align-items:center; padding:12px; color:#fff; }
  .mobile-private-account-main > span { width:68px; height:68px; overflow:hidden; border-radius:13px; background:#0b1c31; }
  .mobile-private-account-main img,
  .mobile-private-account-main > span > span { width:100%; height:100%; display:grid; place-items:center; object-fit:cover; }
  .mobile-private-account-main > div { min-width:0; }
  .mobile-private-account-main small { color:#cbb2ff; font-size:8px; font-weight:900; text-transform:uppercase; }
  .mobile-private-account-main strong { display:block; overflow:hidden; margin-top:3px; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-private-account-main p { margin:3px 0 0; overflow:hidden; color:rgba(226,240,252,.48); font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-private-account-main > svg { width:17px; fill:none; stroke:rgba(226,240,252,.28); stroke-width:1.7; }
  .mobile-private-feed-details,
  .mobile-private-lpm-only { padding:12px 14px; border-top:1px solid rgba(163,213,249,.08); }
  .mobile-private-feed-details summary { color:#72e8ff; font-size:11px; font-weight:800; cursor:pointer; }
  .mobile-private-feed-details input { width:100%; margin:10px 0; font-size:10px; }
  .mobile-private-lpm-only { display:grid; gap:2px; }
  .mobile-private-lpm-only span { color:rgba(226,240,252,.48); font-size:10px; }
}

@media (min-width: 1181px) {
  .desktop-account-root { display: block; }
}

@media (max-width: 420px) {
  .mobile-resume-feature {
    grid-template-columns: 86px minmax(0, 1fr) 44px;
    gap: 11px;
    padding: 11px;
  }
  .mobile-resume-art { width: 86px; height: 86px; border-radius: 14px; }
  .mobile-resume-play { width: 42px; height: 42px; }
  .mobile-account-form-stack .form-grid,
  .mobile-subscription-facts { grid-template-columns: 1fr; }
  .mobile-episode-primary-actions { grid-template-columns: 1fr; }
}

@media (max-width: 1180px) {
  body.mobile-listener-enabled .account-blades-wrap { display: none !important; }
  body.mobile-listener-enabled .public-page-header {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 16px 16px 8px;
  }
  body.mobile-listener-enabled .public-page-header .page-title {
    font-size: 29px;
    letter-spacing: -.04em;
  }
  body.mobile-listener-enabled .public-page-header .page-subtitle {
    color: rgba(226,240,252,.54);
    font-size: 12px;
  }
  body.mobile-listener-enabled .public-page-header .page-actions,
  body.mobile-listener-enabled .public-page-header .page-actions .btn { width: 100%; }
  body.mobile-listener-enabled .payment-method-layout {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 8px 16px 26px;
  }
  body.mobile-listener-enabled .payment-method-layout .surface {
    border-radius: 18px;
  }
}


/* Long Pause Media mobile branding refinement · 0.13.2 */
@media (max-width: 1180px) {
  .mobile-app-brand {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .mobile-app-brand img {
    padding: 0;
  }
}


/* Long Pause Media exact mobile brand · 0.13.3 */
@media (max-width: 1180px) {
  .mobile-app-brand,
  body.mobile-listener-enabled .mobile-app-brand {
    background: #000 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }
  .mobile-app-brand img,
  body.mobile-listener-enabled .mobile-app-brand img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* Spotify-style podcast queue and independent listening states · 0.13.8 */
@media (max-width: 1180px) {
  .mobile-now-copy {
    gap: 4px;
  }
  .mobile-now-track-meta,
  .mobile-now-listening-state {
    display: block;
    overflow: hidden;
    color: rgba(218,234,249,.52);
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-now-listening-state {
    color: rgba(114, 224, 255, .76);
    font-weight: 750;
  }

  .mobile-now-controls {
    grid-template-columns: 42px 56px 78px 56px 42px;
    gap: 7px;
  }
  .mobile-now-controls button {
    justify-self: center;
  }
  .mobile-now-controls .mobile-now-track-skip {
    width: 42px;
    height: 42px;
    background: transparent;
  }
  .mobile-now-controls .mobile-now-track-skip svg {
    width: 23px;
    height: 23px;
  }
  .mobile-now-controls .mobile-now-time-skip {
    width: 56px;
    height: 56px;
  }
  .mobile-now-controls .mobile-now-time-skip svg {
    width: 31px;
    height: 31px;
  }
  .mobile-now-controls .mobile-now-time-skip span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    pointer-events: none;
  }
  .mobile-now-controls .mobile-now-main-play {
    width: 76px;
    height: 76px;
  }
  .mobile-now-controls button:disabled {
    opacity: .28;
    cursor: default;
  }

  .mobile-now-actions {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 9px;
    align-items: center;
  }
  .mobile-now-actions [data-mobile-now-listened] {
    min-width: 102px;
    padding-inline: 12px;
  }
  .mobile-now-actions [data-mobile-now-listened].is-listened {
    border-color: rgba(72, 213, 148, .28);
    color: #9aefc5;
    background: rgba(41, 170, 111, .11);
  }
  .mobile-now-actions [data-mobile-now-status] {
    min-width: 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-episode-states,
  .mobile-episode-detail-states {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
  }
  .mobile-listening-chip {
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    padding: 3px 7px;
    border: 1px solid rgba(126, 199, 235, .17);
    border-radius: 999px;
    color: rgba(218,234,249,.7);
    background: rgba(255,255,255,.045);
    font-size: 9px;
    font-weight: 850;
  }
  .mobile-listening-chip.is-listened {
    border-color: rgba(72, 213, 148, .24);
    color: #9aefc5;
    background: rgba(41, 170, 111, .10);
  }
  .mobile-listening-chip.is-progress {
    border-color: rgba(101, 207, 255, .21);
    color: #b9edff;
    background: rgba(48, 166, 220, .09);
  }
  .mobile-ce-chip.is-earned {
    border-color: rgba(244, 203, 67, .36);
    color: #ffe28a;
    background: rgba(182, 132, 18, .14);
  }
  .mobile-ce-chip.is-claimed {
    border-color: rgba(72, 213, 148, .24);
    color: #9aefc5;
    background: rgba(41, 170, 111, .10);
  }

  .mobile-episode-meta span + span::before,
  .mobile-episode-detail-meta span + span::before {
    content: "·";
    margin-right: 6px;
    color: rgba(218,234,249,.25);
  }
}

@media (max-width: 390px) {
  .mobile-now-controls {
    grid-template-columns: 36px 50px 70px 50px 36px;
    gap: 4px;
  }
  .mobile-now-controls .mobile-now-track-skip { width: 36px; height: 36px; }
  .mobile-now-controls .mobile-now-time-skip { width: 50px; height: 50px; }
  .mobile-now-controls .mobile-now-main-play { width: 68px; height: 68px; }
  .mobile-now-actions { grid-template-columns: auto auto; }
  .mobile-now-actions [data-mobile-now-status] { grid-column: 1 / -1; text-align: left; }
}


/* Mobile My Account app installation card · 0.13.9 */
@media (max-width: 1180px) {
  .mobile-account-overview > .account-app-install-card {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    margin: 0;
    padding: 16px;
    border-color: rgba(114, 232, 255, .19);
    border-radius: 20px;
    background:
      radial-gradient(circle at 0 0, rgba(43, 197, 245, .16), transparent 42%),
      linear-gradient(145deg, rgba(12, 38, 65, .94), rgba(14, 20, 48, .94));
    box-shadow: none;
  }
  .mobile-account-overview > .account-app-install-card::after { display: none; }
  .mobile-account-overview .account-app-install-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    border-color: rgba(255, 255, 255, .11);
  }
  .mobile-account-overview .account-app-install-copy .eyebrow {
    color: #72e8ff;
    font-size: 9px;
  }
  .mobile-account-overview .account-app-install-copy h2 {
    margin-bottom: 4px;
    color: #fff;
    font-size: 17px;
  }
  .mobile-account-overview .account-app-install-copy > p:not(.eyebrow) {
    color: rgba(226, 240, 252, .56);
    font-size: 10px;
    line-height: 1.5;
  }
  .mobile-account-overview .account-app-install-status {
    margin-top: 7px;
    color: rgba(226, 240, 252, .70);
    font-size: 10px;
  }
  .mobile-account-overview .account-app-install-button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 46px;
    min-width: 0;
    border-radius: 13px;
  }

  .pwa-install-sheet {
    place-items: end stretch;
    padding: 0;
  }
  .pwa-install-sheet-panel {
    width: 100%;
    max-height: min(88dvh, 760px);
    padding: 10px 18px calc(20px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
    background: #081321;
    box-shadow: 0 -22px 70px rgba(0, 0, 0, .45);
  }
  .pwa-install-sheet-handle {
    display: block;
    width: 42px;
    height: 4px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: rgba(226, 240, 252, .25);
  }
  .pwa-install-sheet-head {
    grid-template-columns: 52px minmax(0, 1fr) 34px;
  }
  .pwa-install-sheet-head h2 { color: #fff; font-size: 20px; }
  .pwa-install-sheet-head > div:nth-child(2) > span,
  .pwa-install-sheet-intro,
  .pwa-install-steps li > div > span { color: rgba(226, 240, 252, .56); }
  .pwa-install-sheet-close {
    color: rgba(226, 240, 252, .72);
    border-color: rgba(163, 213, 249, .15);
    background: rgba(19, 43, 68, .78);
  }
  .pwa-install-steps li {
    border-color: rgba(163, 213, 249, .12);
    background: rgba(13, 32, 53, .80);
  }
  .pwa-install-steps li strong { color: #fff; }
  .pwa-install-steps li > span {
    color: #72e8ff;
    background: rgba(42, 165, 214, .14);
  }
  .pwa-install-sheet-note {
    color: rgba(226, 240, 252, .72);
    background: rgba(160, 114, 35, .14);
  }
}

/* Mobile queue, sleep, speed, episode menus, and personal playlists · 0.14.0 */
@media (max-width: 1180px) {
  .mobile-now-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    min-height: 44px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.035);
  }
  .mobile-now-actions button {
    min-width: 0;
    width: 100%;
    min-height: 44px;
    padding: 7px 5px;
    overflow: hidden;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.11);
    border-radius: 0;
    background: transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
  }
  .mobile-now-actions button:nth-of-type(4) {
    border-right: 0;
  }
  .mobile-now-actions > span {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 0 8px;
    text-align: center;
  }
  .mobile-now-actions > span:empty { display: none; }
  .mobile-episode-detail-more {
    min-width: 48px;
    min-height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    color: rgba(234,246,255,.82);
    background: rgba(255,255,255,.04);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .08em;
  }
}



/* Now Playing action hierarchy cleanup · 0.14.1 */
@media (max-width: 1180px) {
  .mobile-now-header [data-listener-current-actions] svg {
    width: 23px;
    height: 23px;
  }

  .mobile-now-actions [data-mobile-now-listened].is-listened {
    background: rgba(67, 197, 151, .09);
  }

  .mobile-now-actions > span:not(:empty) {
    margin-top: 7px;
  }
}


/* Mobile Casual Mode / CE Mode presentation · 0.15.8 */
@media (max-width: 1180px) {
  .mobile-now-mode-gate {
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 8px;
  }
  .mobile-now-mode-gate[hidden] { display: none; }
  .mobile-now-mode-gate .listener-mode-switch {
    width: min(100%, 360px);
  }
  .mobile-episode-primary-actions .listener-mode-switch,
  .mobile-episode-primary-actions .listener-ce-membership-cta {
    width: 100%;
  }
  .mobile-ce-page-intro .listener-mode-switch {
    width: 100%;
    margin: 12px 0 4px;
  }
  .mobile-ce-page-intro > span {
    color: #ff7b70;
  }
}


/* One stable mobile mode UI · 0.15.9 */
@media (max-width: 1180px) {
  .mobile-episode-detail.is-ce-mode {
    background: inherit;
  }

  .mobile-episode-primary-actions {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .mobile-episode-play-compact {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(152,201,234,.18);
    border-radius: 50%;
    color: #08111d;
    background: #f4f8fc;
  }
  .mobile-episode-play-compact svg {
    width: 22px;
    height: 22px;
  }
  .mobile-episode-play-compact span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .mobile-episode-primary-actions .listener-mode-switch {
    min-width: 0;
    width: 100%;
  }

  .mobile-episode-primary-actions .mobile-episode-detail-more {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .mobile-now-ce-status-row {
    width: min(100%, 360px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 0;
  }
  .mobile-now-ce-status-row span {
    color: rgba(223,237,247,.7);
    font-size: 11px;
    font-weight: 800;
  }
  .mobile-now-ce-status-row button {
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid rgba(255,102,88,.35);
    border-radius: 999px;
    color: #fff;
    background: rgba(139,50,45,.18);
    font-size: 11px;
    font-weight: 850;
  }
  .mobile-now-ce-status-row:has([hidden]:first-child):has([hidden]:last-child) {
    display: none;
  }

}


/* Fixed CE connection status lanes · 0.15.10 */
@media (max-width: 1180px) {
  .mobile-page-ce-status {
    grid-column: 1 / -1;
    width: 100%;
    height: 18px;
    min-height: 18px;
    margin-top: -3px;
    overflow: hidden;
    color: rgba(220,235,246,.64);
    font-size: 11px;
    font-weight: 750;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0;
    transition: opacity .12s ease;
  }
  .mobile-page-ce-status.has-message { opacity: 1; }
  .mobile-page-ce-status.is-loading { color: #ffaaa2; }

  .mobile-now-ce-status-row {
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    overflow: hidden;
  }
  .mobile-now-ce-status-row span {
    min-height: 16px;
    line-height: 16px;
  }
  .mobile-now-ce-status-row span:empty { visibility: hidden; }
  .mobile-now-ce-status-row span.is-loading { color: #ffaaa2; }

  .mobile-now-actions [data-mobile-now-status]:empty { display: none; }
}


/* Episode actions return to the top-right utility position · 0.15.11 */
@media (max-width: 1180px) {
  .mobile-episode-detail-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
  }

  .mobile-episode-detail-topbar .mobile-page-back {
    min-width: 0;
    margin-bottom: 0;
  }

  .mobile-episode-detail-more-top {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
  }

  .mobile-episode-detail-more-top svg {
    width: 23px;
    height: 23px;
  }

  .mobile-episode-primary-actions {
    grid-template-columns: auto minmax(0, 1fr);
  }
}


/* Compact CE listen / quiz / claim state · 0.15.12 */
@media (max-width: 1180px) {
  .listener-mode-switch [data-mobile-mode-ce],
  .listener-mode-switch [data-mobile-page-mode-ce] {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-page-ce-status {
    height: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 0;
    line-height: 1.1;
  }
  .mobile-page-ce-status > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-page-ce-status button,
  .mobile-page-ce-status a,
  .mobile-now-ce-status-row button,
  .mobile-now-ce-status-row a {
    flex: 0 0 auto;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid rgba(126,199,236,.22);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.045);
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-now-ce-status-row {
    width: min(100%, 390px);
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    gap: 7px;
  }
  .mobile-now-ce-status-row > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Single mobile audio owner + unavailable CE state · 0.15.17 */
@media (max-width: 1180px) {
  .listener-mode-switch.is-ce-unavailable [data-mobile-mode-ce],
  .listener-mode-switch.is-ce-unavailable [data-mobile-page-mode-ce] {
    opacity: .38;
    cursor: not-allowed;
  }

  .listener-mode-switch.is-ce-unavailable [data-mobile-mode-ce]:disabled,
  .listener-mode-switch.is-ce-unavailable [data-mobile-page-mode-ce]:disabled {
    color: rgba(225,237,247,.52);
  }
}

/* Episode mode controls stay legible when CE is unavailable · 0.15.17 */
@media (max-width: 1180px) {
  .mobile-episode-primary-actions > .listener-ce-membership-cta,
  .mobile-episode-primary-actions > .listener-ce-scheduled-note {
    grid-column: 1 / -1;
  }
}


/* Prominent single-next-step CE CTA · 0.15.19 */
@media (max-width: 1180px) {
  .mobile-now-ce-status-row,
  .mobile-page-ce-status {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 10px;
    overflow: visible;
  }

  .mobile-now-ce-status-row {
    display: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .mobile-now-ce-status-row.has-message,
  .mobile-now-ce-status-row.has-action {
    display: grid;
  }

  .mobile-page-ce-status {
    display: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    line-height: normal;
    opacity: 1;
  }
  .mobile-page-ce-status.has-message,
  .mobile-page-ce-status.has-action {
    display: grid;
  }

  .mobile-now-ce-status-row.has-action > span,
  .mobile-page-ce-status.has-action > span,
  .mobile-now-ce-status-row > span:empty,
  .mobile-page-ce-status > span:empty {
    display: none;
  }

  .mobile-now-ce-status-row > span:not(:empty),
  .mobile-page-ce-status > span:not(:empty) {
    padding: 9px 12px;
    color: rgba(226,240,252,.72);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }

  .mobile-now-ce-status-row button,
  .mobile-now-ce-status-row a,
  .mobile-page-ce-status button,
  .mobile-page-ce-status a {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border: 1px solid #ffe17a;
    border-radius: 15px;
    background: linear-gradient(180deg, #ffd95a 0%, #f3bb28 100%);
    box-shadow: 0 10px 28px rgba(239,180,36,.20), inset 0 1px 0 rgba(255,255,255,.42);
    color: #15120a !important;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: .035em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-now-ce-status-row a[data-mobile-ce-certificate],
  .mobile-page-ce-status a[data-mobile-page-ce-certificate] {
    border-color: rgba(63, 213, 152, .42);
    background: rgba(41, 170, 111, .16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
    color: #ffffff !important;
  }

  .mobile-now-ce-status-row button[data-mobile-ce-objectives] {
    border-color: rgba(104, 235, 255, .35);
    background: rgba(5, 21, 39, .58);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    color: #dffaff !important;
  }

  .mobile-now-ce-status-row button:active,
  .mobile-now-ce-status-row a:active,
  .mobile-page-ce-status button:active,
  .mobile-page-ce-status a:active {
    transform: translateY(1px);
  }
}


/* Playback acknowledgement + completed CE workflow · 0.15.31 */
@media (max-width: 1180px) {
  [data-mobile-play].is-tap-feedback,
  [data-mobile-mini-toggle].is-tap-feedback,
  [data-mobile-now-toggle].is-tap-feedback {
    animation: lpm-play-tap .20s ease-out;
  }
  .listener-mode-switch button.is-tap-feedback {
    animation: lpm-mode-tap .20s ease-out;
  }
  @keyframes lpm-play-tap {
    0% { transform: scale(1); filter: brightness(1); box-shadow: inherit; }
    42% { transform: scale(.88); filter: brightness(1.45); box-shadow: 0 0 0 7px rgba(255,255,255,.14); }
    100% { transform: scale(1); filter: brightness(1); box-shadow: inherit; }
  }
  @keyframes lpm-mode-tap {
    0% { filter: brightness(1); }
    45% { filter: brightness(1.45); }
    100% { filter: brightness(1); }
  }
  .mobile-now-ce-status-row a.is-compact-ce-link,
  .mobile-page-ce-status a.is-compact-ce-link {
    width: auto;
    min-height: 0;
    justify-self: center;
    margin-top: 6px;
    padding: 4px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .01em;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: none;
  }
}

/* Strict CE workflow state presentation · 0.15.33 */
@media (max-width: 1180px) {
  .mobile-now-ce-status-row.is-claimed-state.has-action > span,
  .mobile-page-ce-status.is-claimed-state.has-action > span {
    display: block;
  }

  .mobile-now-ce-status-row.is-claimed-state,
  .mobile-page-ce-status.is-claimed-state {
    gap: 2px;
  }

  .mobile-now-ce-status-row.is-claimed-state > span,
  .mobile-page-ce-status.is-claimed-state > span {
    padding-bottom: 4px;
  }
}


/* Inline claimed-state Manage CE + playing page play button · 0.15.35 */
@media (max-width: 1180px) {
  .mobile-episode-play-compact.is-playing {
    background: linear-gradient(180deg, #f7fbff 0%, #dfeaf6 100%);
    color: #07111d;
    box-shadow: 0 10px 24px rgba(255,255,255,.16);
  }

  .mobile-now-ce-status-row.is-claimed-state,
  .mobile-page-ce-status.is-claimed-state {
    display: block !important;
    text-align: center;
  }

  .mobile-now-ce-status-row.is-claimed-state > span,
  .mobile-page-ce-status.is-claimed-state > span {
    display: inline !important;
    padding: 9px 0 0;
    text-align: center;
  }

  .mobile-now-ce-status-row.is-claimed-state a.is-compact-ce-link,
  .mobile-page-ce-status.is-claimed-state a.is-compact-ce-link {
    display: inline !important;
    width: auto;
    margin-top: 0;
    padding: 0;
    min-height: 0;
    vertical-align: baseline;
    line-height: 1.3;
  }
}

/* Desktop streaming listener shell · 0.15.40 */
.desktop-stream-sidebar,
.desktop-stream-topbar,
.desktop-player-controls,
.desktop-player-right,
.desktop-player-mode,
.desktop-stream-home { display: none; }

@media (min-width: 1181px) {
  body.desktop-listener-app {
    --desktop-sidebar-width: 292px;
    --desktop-player-height: 92px;
    --desktop-shell-gap: 8px;
    min-width: 900px;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    background: #000;
  }

  body.desktop-listener-app .site-header,
  body.desktop-listener-app .site-footer,
  body.desktop-listener-app .mobile-app-header,
  body.desktop-listener-app .mobile-bottom-nav { display: none !important; }

  body.desktop-listener-app .public-shell {
    min-height: 100vh;
    background: #000;
  }

  body.desktop-listener-app .public-main {
    position: fixed;
    z-index: 2;
    top: var(--desktop-shell-gap);
    left: calc(var(--desktop-sidebar-width) + (var(--desktop-shell-gap) * 2));
    right: var(--desktop-shell-gap);
    bottom: calc(var(--desktop-player-height) + var(--desktop-shell-gap));
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 10px;
    background: #121212;
    box-shadow: none;
    scrollbar-color: #5b5b5b transparent;
    scrollbar-width: thin;
    transition: right .2s ease;
  }

  body.desktop-listener-app .public-main::-webkit-scrollbar { width: 12px; }
  body.desktop-listener-app .public-main::-webkit-scrollbar-track { background: transparent; }
  body.desktop-listener-app .public-main::-webkit-scrollbar-thumb { border: 3px solid transparent; border-radius: 999px; background: #5b5b5b; background-clip: padding-box; }
  body.desktop-listener-app .public-main > .alert { margin: 10px 24px 0; }
  body.desktop-listener-app #mobile-app-page { width: 100%; min-height: calc(100% - 72px); }

  body.desktop-listener-app .desktop-stream-sidebar {
    position: fixed;
    z-index: 5;
    top: var(--desktop-shell-gap);
    left: var(--desktop-shell-gap);
    bottom: calc(var(--desktop-player-height) + var(--desktop-shell-gap));
    width: var(--desktop-sidebar-width);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: var(--desktop-shell-gap);
  }

  body.desktop-listener-app .desktop-stream-sidebar-panel {
    overflow: hidden;
    border-radius: 10px;
    background: #121212;
  }

  body.desktop-listener-app .desktop-stream-primary-nav { padding: 12px 12px 10px; }
  body.desktop-listener-app .desktop-stream-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0 8px 10px;
    color: #fff;
  }
  body.desktop-listener-app .desktop-stream-brand img { width: 38px; height: 38px; flex: 0 0 38px; object-fit: cover; border-radius: 4px; }
  body.desktop-listener-app .desktop-stream-brand strong { overflow: hidden; font-size: 14px; font-weight: 850; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; }
  body.desktop-listener-app .desktop-stream-primary-nav nav { display: grid; gap: 2px; }
  body.desktop-listener-app .desktop-stream-primary-nav nav a {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 46px;
    padding: 0 10px;
    border-radius: 6px;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 760;
    transition: color .14s ease, background .14s ease;
  }
  body.desktop-listener-app .desktop-stream-primary-nav nav a:hover,
  body.desktop-listener-app .desktop-stream-primary-nav nav a.active { color: #fff; background: #242424; }
  body.desktop-listener-app .desktop-stream-primary-nav nav svg { width: 23px; height: 23px; flex: 0 0 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  body.desktop-listener-app .desktop-stream-primary-nav nav a:first-child svg path { fill: currentColor; stroke: none; }

  body.desktop-listener-app .desktop-stream-library-nav { min-height: 0; padding: 9px 8px 10px; }
  body.desktop-listener-app .desktop-stream-library-nav > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 8px;
    color: #b3b3b3;
  }
  body.desktop-listener-app .desktop-stream-library-nav > header > div { display: flex; align-items: center; gap: 12px; }
  body.desktop-listener-app .desktop-stream-library-nav > header svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
  body.desktop-listener-app .desktop-stream-library-nav > header strong { font-size: 13px; }
  body.desktop-listener-app .desktop-stream-library-nav > header > a { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #b3b3b3; font-size: 18px; }
  body.desktop-listener-app .desktop-stream-library-nav > header > a:hover { color: #fff; background: #2a2a2a; }
  body.desktop-listener-app .desktop-stream-library-nav nav { display: grid; gap: 3px; }
  body.desktop-listener-app .desktop-stream-library-nav nav > a {
    display: grid;
    grid-template-columns: 50px minmax(0,1fr);
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 4px 8px;
    border-radius: 6px;
    color: #fff;
    transition: background .14s ease;
  }
  body.desktop-listener-app .desktop-stream-library-nav nav > a:hover,
  body.desktop-listener-app .desktop-stream-library-nav nav > a.active { background: #242424; }
  body.desktop-listener-app .desktop-stream-nav-tile {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: #d6d6d6;
    background: linear-gradient(145deg,#343434,#222);
  }
  body.desktop-listener-app .desktop-stream-nav-tile svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  body.desktop-listener-app .desktop-stream-library-nav nav > a:nth-child(2) .desktop-stream-nav-tile { color: #fff; background: linear-gradient(145deg,#43336b,#221c31); }
  body.desktop-listener-app .desktop-stream-library-nav nav > a:nth-child(3) .desktop-stream-nav-tile { background: linear-gradient(145deg,#23465a,#1a242a); }
  body.desktop-listener-app .desktop-stream-library-nav nav > a > span:last-child { min-width: 0; display: grid; gap: 2px; }
  body.desktop-listener-app .desktop-stream-library-nav nav strong { overflow: hidden; font-size: 12px; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }
  body.desktop-listener-app .desktop-stream-library-nav nav small { overflow: hidden; color: #a7a7a7; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

  body.desktop-listener-app .desktop-stream-user-panel { padding: 8px; }
  body.desktop-listener-app .desktop-stream-studio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 38px;
    margin-bottom: 5px;
    padding: 0 10px;
    border-radius: 6px;
    color: #b3b3b3;
    font-size: 11px;
    font-weight: 780;
  }
  body.desktop-listener-app .desktop-stream-studio:hover { color: #fff; background: #242424; }
  body.desktop-listener-app .desktop-stream-user { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 10px; align-items: center; min-height: 52px; padding: 6px 8px; border-radius: 6px; color: #fff; }
  body.desktop-listener-app .desktop-stream-user:hover { background: #242424; }
  body.desktop-listener-app .desktop-stream-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #2f2f2f; font-size: 11px; font-weight: 900; }
  body.desktop-listener-app .desktop-stream-user > span:last-child { min-width: 0; display: grid; gap: 2px; }
  body.desktop-listener-app .desktop-stream-user strong,
  body.desktop-listener-app .desktop-stream-user small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  body.desktop-listener-app .desktop-stream-user strong { font-size: 11px; }
  body.desktop-listener-app .desktop-stream-user small { color: #9f9f9f; font-size: 9px; }

  body.desktop-listener-app .desktop-stream-topbar {
    position: sticky;
    z-index: 40;
    top: 0;
    display: grid;
    grid-template-columns: auto minmax(260px, 430px) minmax(0,1fr);
    gap: 16px;
    align-items: center;
    min-height: 72px;
    padding: 10px 24px;
    background: rgba(18,18,18,.94);
    backdrop-filter: blur(18px);
  }
  body.desktop-listener-app .desktop-stream-history-controls { display: flex; gap: 8px; }
  body.desktop-listener-app .desktop-stream-history-controls button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.68);
    cursor: pointer;
  }
  body.desktop-listener-app .desktop-stream-history-controls svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
  body.desktop-listener-app .desktop-stream-search {
    display: grid;
    grid-template-columns: 22px minmax(0,1fr);
    gap: 10px;
    align-items: center;
    min-height: 44px;
    padding: 0 15px;
    border: 2px solid transparent;
    border-radius: 999px;
    background: #242424;
    transition: background .14s ease, border-color .14s ease;
  }
  body.desktop-listener-app .desktop-stream-search:focus-within { border-color: #fff; background: #2a2a2a; }
  body.desktop-listener-app .desktop-stream-search svg { width: 20px; height: 20px; fill: none; stroke: #b3b3b3; stroke-width: 1.9; }
  body.desktop-listener-app .desktop-stream-search input { width: 100%; padding: 0; border: 0; outline: 0; color: #fff; background: transparent; font-size: 13px; }
body.desktop-listener-app .desktop-stream-search input::placeholder { color: #b3b3b3; }

/* 0.18.8 — desktop listener pages swap inside the persistent player shell. */
  body.desktop-listener-app #mobile-app-page{position:relative}
  body.desktop-listener-app.desktop-page-loading #mobile-app-page::before{
    content:"";
    position:fixed;
    z-index:180;
    top:72px;
    left:var(--desktop-sidebar-width,280px);
    right:0;
    height:2px;
    background:linear-gradient(90deg,transparent 0%,#58d9ff 32%,#7067ff 56%,transparent 100%);
    background-size:220% 100%;
    box-shadow:0 0 18px rgba(88,217,255,.45);
    animation:desktop-listener-loading 1.1s linear infinite;
    pointer-events:none
  }
  body.desktop-listener-app.desktop-page-loading #mobile-app-page{cursor:progress}
  body.desktop-listener-app .desktop-navigation-status{
    position:fixed;
    z-index:190;
    top:90px;
    right:24px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto 28px;
    gap:14px;
    align-items:center;
    width:min(620px,calc(100vw - var(--desktop-sidebar-width,280px) - 48px));
    padding:15px 16px;
    border:1px solid rgba(240,113,132,.34);
    border-radius:14px;
    color:#f7fbff;
    background:rgba(13,29,49,.97);
    box-shadow:0 22px 60px rgba(0,0,0,.45),0 0 22px rgba(240,88,113,.09);
    backdrop-filter:blur(18px)
  }
  body.desktop-listener-app .desktop-navigation-status[hidden]{display:none!important}
  body.desktop-listener-app .desktop-navigation-status.is-warning{border-color:rgba(243,193,91,.36);box-shadow:0 22px 60px rgba(0,0,0,.45),0 0 22px rgba(243,193,91,.08)}
  body.desktop-listener-app .desktop-navigation-status>div:first-child{display:grid;gap:3px;min-width:0}
  body.desktop-listener-app .desktop-navigation-status strong{font-size:12px}
  body.desktop-listener-app .desktop-navigation-status span{color:rgba(198,216,235,.72);font-size:10px;line-height:1.45}
  body.desktop-listener-app .desktop-navigation-status>div:nth-child(2){display:flex;gap:7px;align-items:center}
  body.desktop-listener-app .desktop-navigation-status-close{width:28px;height:28px;padding:0;border:0;border-radius:8px;color:rgba(214,228,242,.7);background:transparent;font-size:20px;cursor:pointer}
  body.desktop-listener-app .desktop-navigation-status-close:hover{color:#fff;background:rgba(87,133,176,.15)}
@keyframes desktop-listener-loading{from{background-position:100% 0}to{background-position:-120% 0}}
  body.desktop-listener-app .desktop-stream-top-actions { display: flex; justify-content: flex-end; align-items: center; gap: 8px; min-width: 0; }
  body.desktop-listener-app .desktop-stream-top-studio { padding: 8px 13px; border: 1px solid #4c4c4c; border-radius: 999px; color: #fff; font-size: 11px; font-weight: 800; }
  body.desktop-listener-app .desktop-stream-top-studio:hover { border-color: #fff; transform: scale(1.02); }
  body.desktop-listener-app .desktop-stream-profile-pill { display: flex; align-items: center; gap: 8px; max-width: 200px; padding: 3px 10px 3px 3px; border-radius: 999px; color: #fff; background: #0a0a0a; }
  body.desktop-listener-app .desktop-stream-profile-pill > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #343434; font-size: 9px; font-weight: 900; }
  body.desktop-listener-app .desktop-stream-profile-pill strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

  body.desktop-listener-app .desktop-listener-home,
  body.desktop-listener-app .desktop-listener-page { display: none !important; }
  body.desktop-listener-app .mobile-listener-home { display: none !important; }
  body.desktop-listener-app .desktop-stream-home { display: block; padding: 0 28px 54px; }
  body.desktop-listener-app .mobile-only-listener { display: block; }

  body.desktop-listener-app .desktop-stream-hero {
    position: relative;
    isolation: isolate;
    min-height: 350px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(220px,300px);
    gap: 38px;
    align-items: end;
    overflow: hidden;
    margin: 0 -28px 34px;
    padding: 48px 46px 38px;
    background:
      linear-gradient(90deg, var(--home-hero-overlay, rgba(5,11,21,.78)) 0%, rgba(8,8,8,.64) 58%, rgba(8,8,8,.34) 100%),
      var(--home-hero-image, linear-gradient(135deg,#263648,#151515));
    background-position: center;
    background-size: cover;
  }
  body.desktop-listener-app .desktop-stream-hero::after { content:""; position:absolute; z-index:-1; left:0; right:0; bottom:-1px; height:120px; background:linear-gradient(180deg,transparent,#121212); pointer-events:none; }
  body.desktop-listener-app .desktop-stream-hero-backdrop { position:absolute; z-index:-2; inset:-45px; opacity:.18; background-image:var(--home-hero-feature, none); background-position:center; background-size:cover; filter:blur(36px) saturate(1.4); transform:scale(1.08); }
  body.desktop-listener-app .desktop-stream-hero.has-background-image .desktop-stream-hero-backdrop { display:none; }
  body.desktop-listener-app .desktop-stream-hero-copy { position:relative; z-index:2; max-width: 1180px; padding-bottom:16px; }
  body.desktop-listener-app .desktop-stream-kicker { display:block; margin-bottom:10px; color:rgba(255,255,255,.84); font-size:10px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
  body.desktop-listener-app .desktop-stream-hero h1 { max-width: 1180px; margin:0; font-size:clamp(42px,4.25vw,70px); line-height:.96; letter-spacing:-.055em; text-wrap:balance; }
  body.desktop-listener-app .desktop-stream-hero p { max-width:680px; margin:18px 0 0; color:rgba(255,255,255,.76); font-size:14px; line-height:1.55; }
  body.desktop-listener-app .desktop-stream-hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
  body.desktop-listener-app .desktop-stream-primary,
  body.desktop-listener-app .desktop-stream-secondary { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 18px; border-radius:999px; font-size:12px; font-weight:880; }
  body.desktop-listener-app .desktop-stream-primary { color:#000; background:#fff; }
  body.desktop-listener-app .desktop-stream-primary:hover { transform:scale(1.03); }
  body.desktop-listener-app .desktop-stream-secondary { border:1px solid rgba(255,255,255,.5); color:#fff; background:rgba(0,0,0,.18); }
  body.desktop-listener-app .desktop-stream-secondary:hover { border-color:#fff; }
  body.desktop-listener-app .desktop-stream-hero-feature { position:relative; z-index:2; align-self:end; justify-self:end; width:min(26vw,280px); aspect-ratio:1; overflow:hidden; margin-bottom:18px; border-radius:10px; background:#222; box-shadow:0 28px 70px rgba(0,0,0,.48); transform:rotate(1.25deg); }
  body.desktop-listener-app .desktop-stream-hero-feature img { width:100%; height:100%; object-fit:cover; }

  body.desktop-listener-app .desktop-stream-section { margin-top:34px; }
  body.desktop-listener-app .desktop-stream-section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:13px; }
  body.desktop-listener-app .desktop-stream-section-head > div { min-width:0; }
  body.desktop-listener-app .desktop-stream-section-head span { display:block; margin-bottom:3px; color:#a7a7a7; font-size:9px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
  body.desktop-listener-app .desktop-stream-section-head h2 { margin:0; color:#fff; font-size:22px; line-height:1.1; letter-spacing:-.035em; }
  body.desktop-listener-app .desktop-stream-section-head > a { flex:0 0 auto; color:#b3b3b3; font-size:10px; font-weight:800; }
  body.desktop-listener-app .desktop-stream-section-head > a:hover { color:#fff; text-decoration:underline; }

  body.desktop-listener-app .desktop-stream-quick-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
  body.desktop-listener-app .desktop-stream-quick-card { position:relative; min-width:0; height:72px; overflow:hidden; border-radius:5px; background:#2a2a2a; transition:background .16s ease; }
  body.desktop-listener-app .desktop-stream-quick-card:hover { background:#3a3a3a; }
  body.desktop-listener-app .desktop-stream-quick-main { height:100%; display:grid; grid-template-columns:72px minmax(0,1fr); align-items:center; color:#fff; }
  body.desktop-listener-app .desktop-stream-quick-art { width:72px; height:72px; display:grid; place-items:center; overflow:hidden; background:#1b1b1b; }
  body.desktop-listener-app .desktop-stream-quick-art img { width:100%; height:100%; object-fit:cover; }
  body.desktop-listener-app .desktop-stream-quick-copy { min-width:0; display:grid; gap:2px; padding:0 48px 0 12px; }
  body.desktop-listener-app .desktop-stream-quick-copy strong,
  body.desktop-listener-app .desktop-stream-quick-copy small { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .desktop-stream-quick-copy strong { font-size:12px; }
  body.desktop-listener-app .desktop-stream-quick-copy small { color:#b3b3b3; font-size:9px; }
  body.desktop-listener-app .desktop-stream-quick-progress { width:100%; max-width:150px; height:2px; overflow:hidden; margin-top:3px; border-radius:999px; background:#5a5a5a; }
  body.desktop-listener-app .desktop-stream-quick-progress i { display:block; height:100%; background:#fff; }

  body.desktop-listener-app .desktop-stream-play { width:38px; height:38px; display:grid; place-items:center; border:0; border-radius:50%; color:#000; background:#fff; box-shadow:0 9px 18px rgba(0,0,0,.34); cursor:pointer; transition:transform .14s ease, opacity .14s ease; }
  body.desktop-listener-app .desktop-stream-play svg { width:18px; height:18px; }
  body.desktop-listener-app .desktop-stream-quick-card > .desktop-stream-play { position:absolute; right:9px; top:50%; transform:translateY(-50%); opacity:0; }
  body.desktop-listener-app .desktop-stream-quick-card:hover > .desktop-stream-play { opacity:1; transform:translateY(-50%) scale(1.04); }

  body.desktop-listener-app .desktop-stream-card-rail { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(154px,184px); gap:8px; overflow-x:auto; padding-bottom:4px; scroll-snap-type:x proximity; scrollbar-width:none; }
  body.desktop-listener-app .desktop-stream-card-rail::-webkit-scrollbar { display:none; }
  body.desktop-listener-app .desktop-stream-media-card,
  body.desktop-listener-app .desktop-stream-episode-card { position:relative; min-width:0; scroll-snap-align:start; border-radius:7px; background:transparent; transition:background .16s ease; }
  body.desktop-listener-app .desktop-stream-media-card { display:grid; gap:6px; padding:10px; color:#fff; }
  body.desktop-listener-app .desktop-stream-media-card:hover,
  body.desktop-listener-app .desktop-stream-episode-card:hover { background:#242424; }
  body.desktop-listener-app .desktop-stream-card-art { position:relative; aspect-ratio:1; display:grid; place-items:center; overflow:hidden; border-radius:6px; color:#888; background:#222; box-shadow:0 10px 24px rgba(0,0,0,.24); }
  body.desktop-listener-app .desktop-stream-card-art img { width:100%; height:100%; object-fit:cover; }
  body.desktop-listener-app .desktop-stream-media-card strong { overflow:hidden; margin-top:2px; font-size:12px; line-height:1.3; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .desktop-stream-media-card small { overflow:hidden; color:#a7a7a7; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }

  body.desktop-listener-app .desktop-stream-episode-rail { grid-auto-columns:minmax(188px,216px); }
  body.desktop-listener-app .desktop-stream-episode-card { display:grid; align-content:start; gap:5px; padding:10px 10px 12px; }
  body.desktop-listener-app .desktop-stream-episode-card .desktop-stream-card-art { margin-bottom:3px; }
  body.desktop-listener-app .desktop-stream-episode-show,
  body.desktop-listener-app .desktop-stream-episode-title { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .desktop-stream-episode-show { color:#a7a7a7; font-size:9px; font-weight:700; }
  body.desktop-listener-app .desktop-stream-episode-show:hover { color:#fff; text-decoration:underline; }
  body.desktop-listener-app .desktop-stream-episode-title { color:#fff; font-size:12px; font-weight:760; }
  body.desktop-listener-app .desktop-stream-episode-meta { overflow:hidden; color:#8f8f8f; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .desktop-stream-episode-card > .desktop-stream-play { position:absolute; right:18px; top:calc(100% - 92px); opacity:0; transform:translateY(4px); }
  body.desktop-listener-app .desktop-stream-episode-card:hover > .desktop-stream-play { opacity:1; transform:translateY(0); }
  body.desktop-listener-app .desktop-stream-ce-badge { position:absolute; left:7px; top:7px; padding:4px 6px; border-radius:4px; color:#111; background:#fff; font-size:8px; font-weight:950; letter-spacing:.06em; }
  body.desktop-listener-app .desktop-stream-ce-action { width:max-content; margin-top:3px; padding:5px 8px; border-radius:999px; color:#fff; background:#333; font-size:8px; font-weight:850; }
  body.desktop-listener-app .desktop-stream-ce-action:hover { background:#fff; color:#000; }

  /* Discover and library inherit the same desktop app language. */
  body.desktop-listener-app .listener-app-page { width:auto; max-width:none; margin:0; padding:24px 28px 54px; }
  body.desktop-listener-app .mobile-app-page-head { margin:0 0 28px; }
  body.desktop-listener-app .mobile-app-page-head > span { color:#a7a7a7; font-size:9px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
  body.desktop-listener-app .mobile-app-page-head h1 { margin:3px 0 0; color:#fff; font-size:40px; letter-spacing:-.045em; }
  body.desktop-listener-app .mobile-discover-search { display:none; }
  body.desktop-listener-app .mobile-app-section { margin-top:32px; }
  body.desktop-listener-app .mobile-section-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:14px; }
  body.desktop-listener-app .mobile-section-head > div > span { color:#a7a7a7; font-size:9px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
  body.desktop-listener-app .mobile-section-head h2 { margin:2px 0 0; color:#fff; font-size:22px; letter-spacing:-.03em; }
  body.desktop-listener-app .mobile-section-head > a,
  body.desktop-listener-app .mobile-section-head > span { color:#a7a7a7; font-size:10px; font-weight:780; }
  body.desktop-listener-app .mobile-discover-grid,
  body.desktop-listener-app .mobile-home-show-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:8px; }
  body.desktop-listener-app .mobile-show-card { min-width:0; display:grid; gap:7px; padding:10px; border-radius:7px; color:#fff; background:transparent; transition:background .16s ease; }
  body.desktop-listener-app .mobile-show-card:hover { background:#242424; }
  body.desktop-listener-app .mobile-show-art { aspect-ratio:1; overflow:hidden; border-radius:6px; background:#222; box-shadow:0 10px 22px rgba(0,0,0,.22); }
  body.desktop-listener-app .mobile-show-art img { width:100%; height:100%; object-fit:cover; }
  body.desktop-listener-app .mobile-show-card strong { overflow:hidden; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .mobile-show-card > span:last-child { overflow:hidden; color:#a7a7a7; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .mobile-library-signin,
  body.desktop-listener-app .mobile-app-empty { display:grid; justify-items:center; gap:10px; padding:40px; border:0; border-radius:10px; color:#fff; background:#1b1b1b; text-align:center; }
  body.desktop-listener-app .mobile-library-signin p,
  body.desktop-listener-app .mobile-app-empty span { color:#aaa; }

  body.desktop-listener-app .mobile-episode-feed { display:grid; grid-template-columns:1fr; gap:1px; }
  body.desktop-listener-app .mobile-episode-card { position:relative; min-width:0; display:grid; grid-template-columns:62px minmax(0,1fr) 36px; gap:12px; align-items:center; padding:8px; border:0; border-radius:5px; background:transparent; transition:background .14s ease; }
  body.desktop-listener-app .mobile-episode-card:hover { background:#2a2a2a; }
  body.desktop-listener-app .mobile-episode-art { position:relative; width:62px; height:62px; }
  body.desktop-listener-app .mobile-episode-art > a,
  body.desktop-listener-app .mobile-episode-art img { width:100%; height:100%; display:block; object-fit:cover; border-radius:4px; }
  body.desktop-listener-app .mobile-episode-art button,
  body.desktop-listener-app .mobile-episode-art .mobile-episode-play-link { position:absolute; inset:0; width:62px; height:62px; display:grid; place-items:center; border:0; border-radius:4px; color:#fff; background:rgba(0,0,0,.55); opacity:0; transition:opacity .14s ease; }
  body.desktop-listener-app .mobile-episode-card:hover .mobile-episode-art button,
  body.desktop-listener-app .mobile-episode-card:hover .mobile-episode-art .mobile-episode-play-link { opacity:1; }
  body.desktop-listener-app .mobile-episode-art button svg,
  body.desktop-listener-app .mobile-episode-art .mobile-episode-play-link svg { width:23px; }
  body.desktop-listener-app .mobile-episode-card-copy { min-width:0; display:grid; gap:2px; }
  body.desktop-listener-app .mobile-episode-title { overflow:hidden; color:#fff; font-size:12px; font-weight:760; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .mobile-episode-show { overflow:hidden; color:#a7a7a7; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .mobile-episode-meta { display:flex; flex-wrap:wrap; gap:7px; color:#8c8c8c; font-size:8px; }
  body.desktop-listener-app .mobile-episode-states { display:flex; flex-wrap:wrap; gap:5px; margin-top:2px; }
  body.desktop-listener-app .mobile-listening-chip,
  body.desktop-listener-app .mobile-ce-chip { padding:2px 5px; border-radius:999px; color:#d5d5d5; background:#313131; font-size:7px; font-weight:800; }
  body.desktop-listener-app .mobile-card-progress-stack { display:none; }
  body.desktop-listener-app .mobile-episode-more { width:32px; height:32px; border:0; border-radius:50%; color:#aaa; background:transparent; opacity:0; cursor:pointer; }
  body.desktop-listener-app .mobile-episode-card:hover .mobile-episode-more { opacity:1; }
  body.desktop-listener-app .mobile-episode-more:hover { color:#fff; background:#383838; }

  /* Podcast page: oversized cover, gradient header, compact episode table. */
  body.desktop-listener-app .mobile-show-page { position:relative; width:auto; max-width:none; margin:0; padding:0 28px 54px; }
  body.desktop-listener-app .mobile-show-page > .mobile-page-back { margin:18px 0 0; }
  body.desktop-listener-app .mobile-page-back { display:inline-flex; align-items:center; gap:6px; color:#b3b3b3; font-size:10px; font-weight:760; }
  body.desktop-listener-app .mobile-page-back:hover { color:#fff; }
  body.desktop-listener-app .mobile-page-back svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:2; }
  body.desktop-listener-app .mobile-show-hero { position:relative; isolation:isolate; display:grid; grid-template-columns:220px minmax(0,1fr); gap:24px; align-items:end; overflow:hidden; margin:14px -28px 0; padding:46px 40px 34px; min-height:300px; }
  body.desktop-listener-app .mobile-show-hero::before { content:""; position:absolute; z-index:-2; inset:-60px; background-image:var(--desktop-show-art, none); background-position:center; background-size:cover; filter:blur(46px) saturate(1.25); opacity:.44; transform:scale(1.15); }
  body.desktop-listener-app .mobile-show-hero::after { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(180deg,rgba(8,8,8,.18),#121212 96%); }
  body.desktop-listener-app .mobile-show-hero-art { width:220px; height:220px; overflow:hidden; border-radius:7px; background:#222; box-shadow:0 25px 58px rgba(0,0,0,.5); }
  body.desktop-listener-app .mobile-show-hero-art img { width:100%; height:100%; object-fit:cover; }
  body.desktop-listener-app .mobile-show-hero-copy { min-width:0; padding-bottom:6px; }
  body.desktop-listener-app .mobile-member-chip { display:inline-flex; margin-bottom:8px; padding:4px 7px; border-radius:999px; color:#fff; background:rgba(0,0,0,.35); font-size:8px; font-weight:850; }
  body.desktop-listener-app .mobile-show-hero-copy h1 { margin:0; color:#fff; font-size:clamp(40px,5vw,68px); line-height:.98; letter-spacing:-.055em; }
  body.desktop-listener-app .mobile-show-hero-copy p { max-width: 1180px; margin:12px 0 8px; color:rgba(255,255,255,.72); font-size:12px; line-height:1.5; }
  body.desktop-listener-app .mobile-show-hero-copy > span:last-child { color:#b3b3b3; font-size:9px; }
  body.desktop-listener-app .mobile-show-play-latest { display:flex; align-items:center; gap:10px; width:max-content; max-width:650px; margin:20px 0 18px; padding:8px 15px 8px 8px; border:0; border-radius:999px; color:#000; background:#fff; cursor:pointer; }
  body.desktop-listener-app .mobile-show-play-latest > svg { width:34px; height:34px; padding:8px; border-radius:50%; color:#fff; background:#000; }
  body.desktop-listener-app .mobile-show-play-latest span { min-width:0; display:grid; text-align:left; }
  body.desktop-listener-app .mobile-show-play-latest strong { font-size:10px; }
  body.desktop-listener-app .mobile-show-play-latest small { max-width:520px; overflow:hidden; color:#5f5f5f; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .mobile-show-episodes { margin-top:0; }

  /* Episode detail mirrors a streaming album/detail page. */
  body.desktop-listener-app .mobile-episode-detail { width:auto; max-width:1100px; display:grid; grid-template-columns:250px minmax(0,1fr); gap:28px; margin:0; padding:24px 28px 60px; }
  body.desktop-listener-app .mobile-episode-detail-topbar { grid-column:1/-1; display:flex; align-items:center; justify-content:space-between; }
  body.desktop-listener-app .mobile-episode-detail-art { width:250px; height:250px; overflow:hidden; border-radius:7px; background:#222; box-shadow:0 24px 52px rgba(0,0,0,.42); }
  body.desktop-listener-app .mobile-episode-detail-art img { width:100%; height:100%; object-fit:cover; }
  body.desktop-listener-app .mobile-episode-detail-copy { align-self:end; min-width:0; padding-bottom:4px; }
  body.desktop-listener-app .mobile-episode-detail-copy > a { color:#b3b3b3; font-size:10px; font-weight:760; }
  body.desktop-listener-app .mobile-episode-detail-copy > a:hover { color:#fff; text-decoration:underline; }
  body.desktop-listener-app .mobile-episode-detail-copy h1 { margin:7px 0 12px; color:#fff; font-size:clamp(34px,4vw,56px); line-height:1; letter-spacing:-.05em; }
  body.desktop-listener-app .mobile-episode-detail-meta,
  body.desktop-listener-app .mobile-episode-detail-states { display:flex; flex-wrap:wrap; gap:7px; color:#a7a7a7; font-size:9px; }
  body.desktop-listener-app .mobile-episode-primary-actions { grid-column:2; display:grid; gap:12px; align-content:start; }
  body.desktop-listener-app .mobile-episode-play-compact { width:max-content; display:flex; align-items:center; gap:8px; min-height:42px; padding:0 17px; border:0; border-radius:999px; color:#000; background:#fff; font-size:10px; font-weight:900; cursor:pointer; }
  body.desktop-listener-app .mobile-episode-play-compact svg { width:18px; }
  body.desktop-listener-app .mobile-episode-notes { grid-column:2; max-width:780px; margin-top:8px; padding-top:18px; border-top:1px solid #2d2d2d; color:#b3b3b3; font-size:11px; line-height:1.65; }
  body.desktop-listener-app .mobile-episode-detail-more { width:34px; height:34px; display:grid; place-items:center; border:0; border-radius:50%; color:#b3b3b3; background:#242424; }
  body.desktop-listener-app .mobile-episode-detail-more svg { width:18px; }

  /* Persistent desktop player. */
  body.desktop-listener-app .mobile-mini-player {
    position:fixed;
    z-index:150;
    inset:auto 0 0 0;
    height:var(--desktop-player-height);
    display:grid;
    grid-template-columns:minmax(220px,1fr) minmax(420px,620px) minmax(220px,1fr);
    align-items:center;
    gap:14px;
    padding:10px 16px;
    border:0;
    border-radius:0;
    color:#fff;
    background:#000;
    box-shadow:none;
  }

  body.desktop-listener-app .mobile-mini-player[hidden] { display:grid !important; }
  body.desktop-listener-app .mobile-mini-open { min-width:0; display:grid; grid-template-columns:58px minmax(0,1fr); gap:10px; align-items:center; padding:0; border:0; color:#fff; background:transparent; text-align:left; cursor:pointer; }
  body.desktop-listener-app .mobile-mini-open img { width:58px; height:58px; object-fit:cover; border-radius:4px; background:#222; }
  body.desktop-listener-app .mobile-mini-copy { min-width:0; display:grid; gap:1px; }
  body.desktop-listener-app .mobile-mini-copy strong,
  body.desktop-listener-app .mobile-mini-copy span,
  body.desktop-listener-app .desktop-player-mode { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  body.desktop-listener-app .mobile-mini-copy strong { font-size:11px; font-weight:760; }
  body.desktop-listener-app .mobile-mini-copy span { color:#a7a7a7; font-size:9px; }
  body.desktop-listener-app .desktop-player-mode { display:block; margin-top:2px; color:#7f7f7f; font-size:8px; }
  body.desktop-listener-app .mobile-mini-play,
  body.desktop-listener-app .mobile-mini-progress { display:none !important; }
  body.desktop-listener-app .desktop-player-controls { display:grid; gap:5px; min-width:0; }
  body.desktop-listener-app .desktop-player-buttons { display:flex; justify-content:center; align-items:center; gap:12px; }
  body.desktop-listener-app .desktop-player-buttons button { position:relative; width:28px; height:28px; display:grid; place-items:center; padding:0; border:0; color:#b3b3b3; background:transparent; cursor:pointer; }
  body.desktop-listener-app .desktop-player-buttons button:hover:not(:disabled) { color:#fff; }
  body.desktop-listener-app .desktop-player-buttons button:disabled { opacity:.3; cursor:default; }
  body.desktop-listener-app .desktop-player-buttons svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
  body.desktop-listener-app .desktop-player-buttons button > span { position:absolute; font-size:6px; font-weight:900; }
  body.desktop-listener-app .desktop-player-toggle { width:34px !important; height:34px !important; border-radius:50% !important; color:#000 !important; background:#fff !important; transition:transform .12s ease; }
  body.desktop-listener-app .desktop-player-toggle:hover { transform:scale(1.05); }
  body.desktop-listener-app .desktop-player-toggle svg { width:18px; height:18px; stroke:#000; }
  body.desktop-listener-app .desktop-player-toggle .mobile-icon-pause,
  body.desktop-listener-app .desktop-player-toggle.is-playing .mobile-icon-play { display:none; }
  body.desktop-listener-app .desktop-player-toggle.is-playing .mobile-icon-pause { display:block; }
  body.desktop-listener-app .desktop-player-timeline { display:grid; grid-template-columns:34px minmax(0,1fr) 34px; gap:7px; align-items:center; color:#8c8c8c; font-size:8px; }
  body.desktop-listener-app .desktop-player-timeline span:first-child { text-align:right; }
  body.desktop-listener-app .desktop-player-timeline input,
  body.desktop-listener-app .desktop-player-right input { width:100%; height:3px; accent-color:#fff; cursor:pointer; }
  body.desktop-listener-app .desktop-player-right { display:grid; grid-template-columns:30px 30px 30px minmax(64px,100px); gap:5px; align-items:center; justify-self:end; width:min(100%,240px); }
  body.desktop-listener-app .desktop-player-right button { width:30px; height:30px; display:grid; place-items:center; padding:0; border:0; color:#b3b3b3; background:transparent; cursor:pointer; }
  body.desktop-listener-app .desktop-player-right button:hover { color:#fff; }
  body.desktop-listener-app .desktop-player-right button.is-muted { color:#777; }
  body.desktop-listener-app .desktop-player-right svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }

  /* Now Playing becomes Spotify-style right context rail on wide screens. */
  body.desktop-listener-app .mobile-now-playing:not([hidden]) {
    position:fixed;
    z-index:120;
    top:var(--desktop-shell-gap);
    right:var(--desktop-shell-gap);
    bottom:calc(var(--desktop-player-height) + var(--desktop-shell-gap));
    left:auto;
    width:370px;
    display:grid;
    grid-template-rows:auto minmax(0,1fr);
    padding:0;
    overflow:hidden;
    border-radius:10px;
    color:#fff;
    background:#121212;
    box-shadow:0 14px 50px rgba(0,0,0,.34);
    backdrop-filter:none;
  }
  body.desktop-listener-app .mobile-now-ambient { display:none; }
  body.desktop-listener-app .mobile-now-header { width:auto; display:flex; align-items:center; justify-content:space-between; padding:14px 14px 8px; background:#121212; }
  body.desktop-listener-app .mobile-now-header > button { width:32px; height:32px; display:grid; place-items:center; border:0; border-radius:50%; color:#b3b3b3; background:transparent; }
  body.desktop-listener-app .mobile-now-header > button:hover { color:#fff; background:#242424; }
  body.desktop-listener-app .mobile-now-header svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2; }
  body.desktop-listener-app .mobile-now-header > div { display:grid; text-align:center; }
  body.desktop-listener-app .mobile-now-header span { color:#8c8c8c; font-size:7px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
  body.desktop-listener-app .mobile-now-header strong { font-size:10px; }
  body.desktop-listener-app .mobile-now-body { width:auto; max-height:none; overflow-y:auto; display:grid; grid-template-columns:1fr; gap:14px; align-content:start; padding:8px 14px 22px; border-radius:0; background:#121212; box-shadow:none; }
  body.desktop-listener-app .mobile-now-art { width:100%; height:auto; aspect-ratio:1; object-fit:cover; border-radius:8px; box-shadow:0 16px 34px rgba(0,0,0,.35); }
  body.desktop-listener-app .mobile-now-copy { min-width:0; }
  body.desktop-listener-app .mobile-now-copy h2 { margin:0 0 4px; font-size:18px; letter-spacing:-.025em; }
  body.desktop-listener-app .mobile-now-copy a { color:#b3b3b3; font-size:10px; }
  body.desktop-listener-app .mobile-now-track-meta,
  body.desktop-listener-app .mobile-now-listening-state { display:block; margin-top:4px; color:#858585; font-size:8px; }
  body.desktop-listener-app .mobile-now-mode-gate,
  body.desktop-listener-app .mobile-now-seek,
  body.desktop-listener-app .mobile-now-controls,
  body.desktop-listener-app .mobile-now-actions { grid-column:auto; }
  body.desktop-listener-app .mobile-now-controls { display:flex; justify-content:center; align-items:center; gap:10px; }
  body.desktop-listener-app .mobile-now-controls button { border:0; color:#b3b3b3; background:transparent; }
  body.desktop-listener-app .mobile-now-controls svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.8; }
  body.desktop-listener-app .mobile-now-main-play { width:44px !important; height:44px !important; display:grid; place-items:center; border-radius:50% !important; color:#000 !important; background:#fff !important; }
  body.desktop-listener-app .mobile-now-main-play svg { width:20px; }
  body.desktop-listener-app .mobile-now-seek input { width:100%; accent-color:#fff; }
  body.desktop-listener-app .mobile-now-seek > div { display:flex; justify-content:space-between; color:#777; font-size:8px; }
  body.desktop-listener-app .mobile-now-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:6px; }
  body.desktop-listener-app .mobile-now-actions button { padding:6px 8px; border:0; border-radius:999px; color:#b3b3b3; background:#242424; font-size:8px; }
}

@media (min-width: 1280px) {
  body.desktop-listener-app.mobile-now-open .public-main { right:386px; }
}

@media (min-width: 1181px) and (max-width: 1180px) {
  body.desktop-listener-app { --desktop-sidebar-width: 240px; }
  body.desktop-listener-app .desktop-stream-library-nav nav > a { grid-template-columns:44px minmax(0,1fr); }
  body.desktop-listener-app .desktop-stream-nav-tile { width:42px; height:42px; }
  body.desktop-listener-app .desktop-stream-topbar { grid-template-columns:auto minmax(220px,1fr) auto; }
  body.desktop-listener-app .desktop-stream-profile-pill strong { display:none; }
  body.desktop-listener-app .desktop-stream-quick-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body.desktop-listener-app .mobile-discover-grid,
  body.desktop-listener-app .mobile-home-show-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
  body.desktop-listener-app .desktop-stream-hero { grid-template-columns:minmax(0,1fr) 220px; padding-left:34px; padding-right:34px; }
  body.desktop-listener-app .desktop-stream-hero-feature { width:220px; }
  body.desktop-listener-app .mobile-mini-player { grid-template-columns:minmax(190px,1fr) minmax(360px,500px) minmax(150px,.7fr); }
  body.desktop-listener-app .desktop-player-right { grid-template-columns:30px 30px; width:auto; }
  body.desktop-listener-app .desktop-player-right [data-desktop-player-mute],
  body.desktop-listener-app .desktop-player-right [data-desktop-player-volume] { display:none; }
}

/* LPM identity pass over the desktop streaming shell · 0.15.41
   Keep the useful streaming-app structure, but restore Long Pause Media's
   cyan / blue / violet glass language instead of a Spotify clone. */
@media (min-width: 1181px) {
  body.desktop-listener-app {
    --lpm-cyan: #63e8ff;
    --lpm-blue: #347cff;
    --lpm-violet: #7064ff;
    --lpm-ink: #f7fbff;
    --lpm-muted: rgba(194, 216, 239, .64);
    --lpm-line: rgba(136, 204, 246, .14);
    --lpm-line-strong: rgba(114, 219, 255, .28);
    --lpm-panel: rgba(8, 21, 39, .90);
    --lpm-panel-soft: rgba(15, 34, 59, .76);
    color: var(--lpm-ink);
    background:
      radial-gradient(circle at 4% -4%, rgba(45, 196, 255, .16), transparent 31rem),
      radial-gradient(circle at 98% 0%, rgba(107, 92, 255, .15), transparent 35rem),
      linear-gradient(180deg, #07111f 0%, #050b15 58%, #030811 100%);
  }

  body.desktop-listener-app .public-shell {
    background:
      linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px);
    background-size: 48px 48px;
  }

  body.desktop-listener-app .public-main {
    border: 1px solid var(--lpm-line);
    border-radius: 18px;
    background:
      radial-gradient(circle at 84% -12%, rgba(82, 76, 215, .12), transparent 28rem),
      radial-gradient(circle at 12% -6%, rgba(49, 185, 242, .10), transparent 25rem),
      linear-gradient(180deg, rgba(9, 24, 43, .97), rgba(5, 13, 26, .985));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 22px 68px rgba(0,0,0,.30);
    scrollbar-color: rgba(93, 184, 230, .40) transparent;
  }
  body.desktop-listener-app .public-main::-webkit-scrollbar-thumb { background: rgba(91, 181, 227, .42); background-clip: padding-box; }

  body.desktop-listener-app .desktop-stream-sidebar-panel {
    border: 1px solid var(--lpm-line);
    border-radius: 16px;
    background:
      radial-gradient(circle at 18% 0%, rgba(49, 191, 255, .085), transparent 17rem),
      linear-gradient(145deg, rgba(13, 31, 54, .92), rgba(5, 15, 29, .94));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 48px rgba(0,0,0,.24);
    backdrop-filter: blur(22px) saturate(1.15);
  }

  body.desktop-listener-app .desktop-stream-brand {
    gap: 12px;
    min-height: 58px;
    padding: 4px 8px 14px;
  }
  body.desktop-listener-app .desktop-stream-brand-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(117, 224, 255, .20);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(22, 64, 98, .95), rgba(49, 43, 112, .92));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 8px 28px rgba(38, 166, 255, .18);
  }
  body.desktop-listener-app .desktop-stream-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
  }
  body.desktop-listener-app .desktop-stream-brand.has-custom-logo .desktop-stream-brand-mark {
    width: 50px;
    flex-basis: 50px;
    padding: 4px;
    background: rgba(2, 10, 21, .54);
  }
  body.desktop-listener-app .desktop-stream-brand-copy { min-width: 0; display: grid; gap: 1px; }
  body.desktop-listener-app .desktop-stream-brand-copy strong { overflow: hidden; font-size: 14px; font-weight: 900; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
  body.desktop-listener-app .desktop-stream-brand-copy small { overflow: hidden; color: rgba(128, 221, 251, .65); font-size: 8px; font-weight: 800; letter-spacing: .055em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

  body.desktop-listener-app .desktop-stream-primary-nav nav a {
    border: 1px solid transparent;
    border-radius: 11px;
    color: rgba(211, 228, 246, .70);
  }
  body.desktop-listener-app .desktop-stream-primary-nav nav a:hover {
    color: #fff;
    border-color: rgba(124, 202, 244, .10);
    background: rgba(65, 119, 170, .16);
  }
  body.desktop-listener-app .desktop-stream-primary-nav nav a.active {
    color: #fff;
    border-color: rgba(102, 213, 255, .16);
    background: linear-gradient(90deg, rgba(36, 166, 235, .24), rgba(78, 80, 195, .18));
    box-shadow: inset 3px 0 0 var(--lpm-cyan), inset 0 1px 0 rgba(255,255,255,.035), 0 8px 24px rgba(0,0,0,.13);
  }
  body.desktop-listener-app .desktop-stream-primary-nav nav a.active svg { color: #86edff; filter: drop-shadow(0 0 7px rgba(99,232,255,.22)); }

  body.desktop-listener-app .desktop-stream-library-nav > header { color: rgba(205, 224, 244, .70); }
  body.desktop-listener-app .desktop-stream-library-nav > header > a:hover { color: #9ceeff; background: rgba(70, 142, 198, .16); }
  body.desktop-listener-app .desktop-stream-library-nav nav > a { border: 1px solid transparent; border-radius: 12px; }
  body.desktop-listener-app .desktop-stream-library-nav nav > a:hover {
    border-color: rgba(122, 195, 237, .08);
    background: rgba(53, 101, 146, .15);
  }
  body.desktop-listener-app .desktop-stream-library-nav nav > a.active {
    border-color: rgba(110, 215, 255, .14);
    background: linear-gradient(90deg, rgba(31, 129, 185, .20), rgba(54, 58, 143, .13));
  }
  body.desktop-listener-app .desktop-stream-library-nav nav small { color: rgba(170, 197, 223, .58); }
  body.desktop-listener-app .desktop-stream-nav-tile {
    border: 1px solid rgba(132, 199, 239, .12);
    border-radius: 11px;
    color: #dff7ff;
    background: linear-gradient(145deg, rgba(25, 68, 99, .90), rgba(19, 35, 63, .94));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
  }
  body.desktop-listener-app .desktop-stream-library-nav nav > a:nth-child(2) .desktop-stream-nav-tile { color: #eae6ff; background: linear-gradient(145deg, rgba(80, 59, 151, .86), rgba(30, 31, 79, .92)); }
  body.desktop-listener-app .desktop-stream-library-nav nav > a:nth-child(3) .desktop-stream-nav-tile { color: #ddfbff; background: linear-gradient(145deg, rgba(30, 103, 128, .84), rgba(19, 47, 72, .92)); }

  body.desktop-listener-app .desktop-stream-studio,
  body.desktop-listener-app .desktop-stream-user { border-radius: 11px; }
  body.desktop-listener-app .desktop-stream-studio { color: rgba(178, 214, 239, .68); }
  body.desktop-listener-app .desktop-stream-studio:hover,
  body.desktop-listener-app .desktop-stream-user:hover { color: #fff; background: rgba(57, 113, 164, .17); }
  body.desktop-listener-app .desktop-stream-avatar,
  body.desktop-listener-app .desktop-stream-profile-pill > span {
    border: 1px solid rgba(127, 218, 255, .18);
    background: linear-gradient(145deg, rgba(39, 114, 164, .95), rgba(71, 62, 157, .94));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 7px 22px rgba(36, 153, 241, .15);
  }

  body.desktop-listener-app .desktop-stream-topbar {
    border-bottom: 1px solid rgba(125, 190, 230, .09);
    background: linear-gradient(180deg, rgba(7, 18, 34, .94), rgba(7, 18, 34, .80));
    box-shadow: 0 10px 30px rgba(0,0,0,.11);
    backdrop-filter: blur(24px) saturate(1.18);
  }
  body.desktop-listener-app .desktop-stream-history-controls button {
    border: 1px solid rgba(127, 196, 236, .10);
    color: rgba(220, 237, 251, .80);
    background: rgba(3, 12, 24, .56);
  }
  body.desktop-listener-app .desktop-stream-history-controls button:hover { color: #fff; border-color: rgba(109, 218, 255, .22); background: rgba(30, 81, 122, .38); }
  body.desktop-listener-app .desktop-stream-search {
    border: 1px solid rgba(136, 201, 240, .15);
    background: linear-gradient(145deg, rgba(21, 43, 70, .76), rgba(10, 25, 44, .78));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  }
  body.desktop-listener-app .desktop-stream-search:focus-within {
    border-color: rgba(102, 226, 255, .58);
    background: linear-gradient(145deg, rgba(25, 55, 87, .90), rgba(12, 30, 54, .92));
    box-shadow: 0 0 0 3px rgba(78, 198, 255, .08), 0 0 28px rgba(70, 190, 255, .08);
  }
  body.desktop-listener-app .desktop-stream-search svg { stroke: rgba(154, 223, 248, .72); }
  body.desktop-listener-app .desktop-stream-search input::placeholder { color: rgba(181, 205, 228, .55); }
  body.desktop-listener-app .desktop-stream-top-studio {
    border: 1px solid rgba(110, 214, 255, .18);
    color: #dff9ff;
    background: rgba(32, 110, 158, .14);
  }
  body.desktop-listener-app .desktop-stream-top-studio:hover { color: #fff; border-color: rgba(112, 220, 255, .32); background: rgba(42, 133, 184, .24); }
  body.desktop-listener-app .desktop-stream-profile-pill { border: 1px solid rgba(134, 194, 230, .11); background: rgba(4, 14, 28, .56); }

  /* Hero: configurable content, unmistakably LPM treatment. */
  body.desktop-listener-app .desktop-stream-home { background: transparent; }
  body.desktop-listener-app .desktop-stream-hero {
    overflow: hidden;
    margin: 18px 24px 8px;
    border: 1px solid rgba(126, 211, 250, .18);
    border-radius: 25px;
    background:
      linear-gradient(rgba(104, 213, 255, .042) 1px, transparent 1px),
      linear-gradient(90deg, rgba(104, 213, 255, .042) 1px, transparent 1px),
      radial-gradient(circle at 12% 18%, rgba(47, 198, 255, .22), transparent 38%),
      radial-gradient(circle at 85% 0%, rgba(105, 85, 255, .20), transparent 42%),
      linear-gradient(135deg, rgba(8, 31, 52, .98), rgba(17, 17, 61, .96));
    background-size: 44px 44px, 44px 44px, auto, auto, auto;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 26px 66px rgba(0,0,0,.26), 0 0 48px rgba(57, 187, 255, .07);
  }
  body.desktop-listener-app .desktop-stream-hero::after {
    background: linear-gradient(180deg, transparent 56%, rgba(4, 13, 25, .22));
  }
  body.desktop-listener-app .desktop-stream-hero-backdrop {
    background:
      linear-gradient(var(--home-hero-overlay, rgba(5,11,21,.64)), var(--home-hero-overlay, rgba(5,11,21,.64))),
      var(--home-hero-image);
    background-size: cover;
    background-position: center;
    opacity: 0;
  }
  body.desktop-listener-app .desktop-stream-hero.has-background-image .desktop-stream-hero-backdrop { opacity: 1; }
  body.desktop-listener-app .desktop-stream-hero.has-background-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(rgba(104, 213, 255, .04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(104, 213, 255, .04) 1px, transparent 1px),
      radial-gradient(circle at 10% 15%, rgba(47, 198, 255, .15), transparent 38%),
      radial-gradient(circle at 90% 0%, rgba(105, 85, 255, .14), transparent 44%);
    background-size: 44px 44px, 44px 44px, auto, auto;
  }
  body.desktop-listener-app .desktop-stream-hero-copy,
  body.desktop-listener-app .desktop-stream-hero-feature { position: relative; z-index: 2; }
  body.desktop-listener-app .desktop-stream-kicker {
    width: fit-content;
    padding: 5px 9px;
    border: 1px solid rgba(109, 220, 255, .20);
    border-radius: 999px;
    color: #9befff;
    background: rgba(22, 103, 144, .16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  }
  body.desktop-listener-app .desktop-stream-hero h1 { text-shadow: 0 10px 40px rgba(0,0,0,.28); }
  body.desktop-listener-app .desktop-stream-hero p { color: rgba(224, 237, 250, .76); }
  body.desktop-listener-app .desktop-stream-primary {
    border: 1px solid rgba(132, 230, 255, .28);
    color: #fff;
    background: linear-gradient(135deg, #25c6ff 0%, #347cff 54%, #655fff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.23), 0 12px 30px rgba(37, 137, 255, .25);
  }
  body.desktop-listener-app .desktop-stream-primary:hover {
    color: #fff;
    background: linear-gradient(135deg, #51d7ff 0%, #4b91ff 54%, #756cff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 16px 36px rgba(39, 157, 255, .30);
  }
  body.desktop-listener-app .desktop-stream-secondary {
    border: 1px solid rgba(145, 200, 235, .18);
    color: #eef9ff;
    background: rgba(8, 24, 42, .58);
    backdrop-filter: blur(12px);
  }
  body.desktop-listener-app .desktop-stream-secondary:hover { color: #fff; border-color: rgba(112, 218, 255, .36); background: rgba(25, 61, 94, .65); }
  body.desktop-listener-app .desktop-stream-hero-feature {
    border: 1px solid rgba(132, 226, 255, .26);
    border-radius: 24px;
    background: rgba(7, 23, 41, .48);
    box-shadow: 0 24px 62px rgba(0,0,0,.34), 0 0 50px rgba(57, 191, 255, .11);
    backdrop-filter: blur(18px) saturate(1.14);
  }
  body.desktop-listener-app .desktop-stream-hero-feature img { border-radius: 23px; }

  body.desktop-listener-app .desktop-stream-section-head span,
  body.desktop-listener-app .mobile-app-page-head > span { color: rgba(105, 225, 255, .76); }
  body.desktop-listener-app .desktop-stream-section-head > a { color: #77e2ff; }
  body.desktop-listener-app .desktop-stream-section-head > a:hover { color: #c5f6ff; }

  body.desktop-listener-app .desktop-stream-quick-card {
    overflow: hidden;
    border: 1px solid rgba(132, 198, 238, .12);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(19, 43, 70, .76), rgba(8, 22, 42, .82));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  }
  body.desktop-listener-app .desktop-stream-quick-card:hover {
    border-color: rgba(105, 218, 255, .24);
    background: linear-gradient(145deg, rgba(25, 57, 90, .88), rgba(12, 30, 55, .90));
    box-shadow: 0 15px 34px rgba(0,0,0,.20), 0 0 30px rgba(47, 184, 244, .055);
  }
  body.desktop-listener-app .desktop-stream-quick-art { border-radius: 12px; }
  body.desktop-listener-app .desktop-stream-quick-progress { background: rgba(130, 180, 218, .12); }
  body.desktop-listener-app .desktop-stream-quick-progress i { background: linear-gradient(90deg, var(--lpm-cyan), var(--lpm-blue) 58%, var(--lpm-violet)); box-shadow: 0 0 9px rgba(88, 218, 255, .20); }

  body.desktop-listener-app .desktop-stream-media-card,
  body.desktop-listener-app .desktop-stream-episode-card {
    border: 1px solid rgba(137, 198, 238, .10);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(17, 38, 64, .66), rgba(7, 20, 38, .76));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 12px 32px rgba(0,0,0,.12);
  }
  body.desktop-listener-app .desktop-stream-media-card:hover,
  body.desktop-listener-app .desktop-stream-episode-card:hover {
    border-color: rgba(104, 216, 255, .22);
    background: linear-gradient(145deg, rgba(23, 51, 82, .82), rgba(10, 27, 49, .86));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 18px 42px rgba(0,0,0,.22), 0 0 34px rgba(54, 185, 247, .055);
    transform: translateY(-2px);
  }
  body.desktop-listener-app .desktop-stream-card-art { border-radius: 12px; background: linear-gradient(145deg, #12304b, #171942); }
  body.desktop-listener-app .desktop-stream-card-art img { border-radius: 12px; }
  body.desktop-listener-app .desktop-stream-media-card small,
  body.desktop-listener-app .desktop-stream-episode-meta { color: rgba(179, 203, 227, .56); }
  body.desktop-listener-app .desktop-stream-episode-show { color: #73e4ff; }
  body.desktop-listener-app .desktop-stream-episode-show:hover { color: #c1f5ff; }
  body.desktop-listener-app .desktop-stream-play,
  body.desktop-listener-app .mobile-episode-art .mobile-episode-play-link,
  body.desktop-listener-app .mobile-episode-art button,
  body.desktop-listener-app .mobile-episode-play-compact {
    border: 1px solid rgba(132, 228, 255, .23);
    color: #fff;
    background: linear-gradient(145deg, #2bc7ff, #397dff 58%, #6d62ff);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 25px rgba(45, 145, 255, .26);
  }
  body.desktop-listener-app .desktop-stream-ce-badge {
    border: 1px solid rgba(255, 218, 105, .34);
    color: #fff6d1;
    background: linear-gradient(145deg, rgba(181, 119, 18, .92), rgba(109, 70, 19, .94));
    box-shadow: 0 7px 20px rgba(211, 144, 28, .20);
  }
  body.desktop-listener-app .desktop-stream-ce-action {
    border: 1px solid rgba(255, 214, 97, .25);
    color: #ffe7a0;
    background: rgba(155, 100, 20, .14);
  }
  body.desktop-listener-app .desktop-stream-ce-action:hover { color: #fff3c8; border-color: rgba(255, 218, 105, .42); background: rgba(174, 112, 18, .22); }

  /* Non-home listener pages keep the same app structure but use LPM glass surfaces. */
  body.desktop-listener-app .listener-app-page { color: var(--lpm-ink); }
  body.desktop-listener-app .mobile-discover-search,
  body.desktop-listener-app .mobile-app-empty,
  body.desktop-listener-app .mobile-library-signin,
  body.desktop-listener-app .mobile-episode-card,
  body.desktop-listener-app .mobile-episode-detail {
    border-color: rgba(132, 199, 239, .12);
    background: linear-gradient(145deg, rgba(18, 40, 67, .72), rgba(7, 21, 40, .78));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 46px rgba(0,0,0,.17);
  }
  body.desktop-listener-app .mobile-episode-card:hover { border-color: rgba(107, 216, 255, .22); background: linear-gradient(145deg, rgba(24, 52, 84, .84), rgba(10, 28, 51, .87)); }
  body.desktop-listener-app .mobile-show-art { border-color: rgba(126, 205, 245, .13); background: linear-gradient(145deg,#102d50,#171a4c); box-shadow: 0 14px 32px rgba(0,0,0,.22), 0 0 26px rgba(55, 186, 246, .04); }
  body.desktop-listener-app .mobile-episode-show { color: #6fe5ff; }
  body.desktop-listener-app .mobile-episode-meta,
  body.desktop-listener-app .mobile-episode-detail-meta,
  body.desktop-listener-app .mobile-episode-notes { color: rgba(180, 205, 230, .58); border-color: rgba(132, 199, 239, .10); }
  body.desktop-listener-app .mobile-ce-chip { border-color: rgba(94, 229, 255, .22); color: #aaf7ff; background: rgba(40, 174, 213, .11); }
  body.desktop-listener-app .mobile-listening-chip { border-color: rgba(132, 200, 239, .13); background: rgba(23, 55, 83, .38); }
  body.desktop-listener-app .mobile-episode-detail-more { border: 1px solid rgba(131, 200, 241, .12); color: rgba(218, 235, 249, .75); background: rgba(29, 63, 94, .42); }

  /* Persistent player stays streaming-app practical, but looks like LPM. */
  body.desktop-listener-app .mobile-mini-player {
    border-top: 1px solid rgba(111, 211, 255, .17);
    background:
      radial-gradient(circle at 28% -60%, rgba(45, 186, 255, .12), transparent 25rem),
      radial-gradient(circle at 72% -80%, rgba(105, 88, 255, .10), transparent 25rem),
      linear-gradient(180deg, rgba(6, 18, 34, .985), rgba(3, 10, 20, .995));
    box-shadow: 0 -16px 42px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.025);
    backdrop-filter: blur(24px) saturate(1.18);
  }
  body.desktop-listener-app .mobile-mini-open img { border: 1px solid rgba(128, 201, 241, .14); border-radius: 10px; background: #0b1c31; box-shadow: 0 8px 22px rgba(0,0,0,.25); }
  body.desktop-listener-app .mobile-mini-copy span { color: rgba(181, 207, 230, .60); }
  body.desktop-listener-app .desktop-player-mode { color: rgba(104, 224, 255, .68); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
  body.desktop-listener-app .desktop-player-buttons button,
  body.desktop-listener-app .desktop-player-right button { color: rgba(196, 218, 237, .66); }
  body.desktop-listener-app .desktop-player-buttons button:hover:not(:disabled),
  body.desktop-listener-app .desktop-player-right button:hover { color: #9ceeff; }
  body.desktop-listener-app .desktop-player-toggle {
    border: 1px solid rgba(132, 230, 255, .28) !important;
    color: #fff !important;
    background: linear-gradient(145deg, #2bc8ff, #397cff 58%, #6b61ff) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.23), 0 8px 22px rgba(47, 143, 255, .24);
  }
  body.desktop-listener-app .desktop-player-toggle svg { stroke: #fff; }
  body.desktop-listener-app .desktop-player-timeline { color: rgba(162, 190, 216, .55); }
  body.desktop-listener-app .desktop-player-timeline input,
  body.desktop-listener-app .desktop-player-right input { accent-color: var(--lpm-cyan); }

  /* Now Playing context rail uses the artwork-centric layout, but LPM glass. */
  body.desktop-listener-app .mobile-now-playing:not([hidden]) {
    border: 1px solid rgba(131, 203, 243, .14);
    border-radius: 18px;
    background:
      radial-gradient(circle at 50% -10%, rgba(46, 188, 255, .10), transparent 24rem),
      linear-gradient(145deg, rgba(12, 31, 54, .97), rgba(5, 16, 31, .98));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 20px 58px rgba(0,0,0,.34);
    backdrop-filter: blur(24px) saturate(1.15);
  }
  body.desktop-listener-app .mobile-now-header,
  body.desktop-listener-app .mobile-now-body { background: transparent; }
  body.desktop-listener-app .mobile-now-header { border-bottom: 1px solid rgba(131, 199, 239, .08); }
  body.desktop-listener-app .mobile-now-header > button { color: rgba(196, 218, 238, .65); }
  body.desktop-listener-app .mobile-now-header > button:hover { color: #fff; background: rgba(53, 112, 163, .18); }
  body.desktop-listener-app .mobile-now-header span { color: rgba(103, 225, 255, .68); }
  body.desktop-listener-app .mobile-now-art { border: 1px solid rgba(126, 211, 250, .14); border-radius: 15px; box-shadow: 0 18px 44px rgba(0,0,0,.34), 0 0 35px rgba(49, 186, 246, .055); }
  body.desktop-listener-app .mobile-now-copy a { color: #76e2ff; }
  body.desktop-listener-app .mobile-now-track-meta,
  body.desktop-listener-app .mobile-now-listening-state { color: rgba(174, 202, 227, .56); }
  body.desktop-listener-app .mobile-now-controls button { color: rgba(198, 219, 237, .66); }
  body.desktop-listener-app .mobile-now-controls button:hover { color: #9ceeff; }
  body.desktop-listener-app .mobile-now-main-play {
    border: 1px solid rgba(132, 229, 255, .25) !important;
    color: #fff !important;
    background: linear-gradient(145deg, #2bc7ff, #397cff 58%, #6d62ff) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 27px rgba(45, 145, 255, .25);
  }
  body.desktop-listener-app .mobile-now-seek input { accent-color: var(--lpm-cyan); }
  body.desktop-listener-app .mobile-now-actions button { border: 1px solid rgba(135, 200, 239, .10); color: rgba(205, 225, 242, .70); background: rgba(29, 64, 95, .38); }
  body.desktop-listener-app .mobile-now-actions button:hover { color: #fff; border-color: rgba(106, 216, 255, .20); background: rgba(38, 88, 129, .48); }
}

/* LPM Desktop · natural desktop evolution of the listener PWA · 0.15.42
   One quiet application shell, four primary destinations, no permanent
   context rail, and desktop power without turning the listener into an LMS. */
@media (min-width: 1181px) {
  body.desktop-listener-app {
    --desktop-sidebar-width: 232px;
    --desktop-player-height: 90px;
    --desktop-topbar-height: 70px;
    --lpm-desktop-bg: #07111d;
    --lpm-desktop-panel: #0a1726;
    --lpm-desktop-raised: #0e1d2e;
    --lpm-desktop-hover: rgba(126, 211, 255, .065);
    --lpm-desktop-line: rgba(154, 204, 238, .10);
    --lpm-desktop-line-strong: rgba(111, 221, 255, .24);
    --lpm-desktop-text: #f4f9fd;
    --lpm-desktop-muted: rgba(194, 216, 233, .57);
    --lpm-desktop-cyan: #68e7ff;
    --lpm-desktop-blue: #4d8cff;
    --lpm-desktop-violet: #8074ff;
    min-width: 860px;
    height: 100vh;
    overflow: hidden;
    color: var(--lpm-desktop-text);
    background: var(--lpm-desktop-bg);
  }

  body.desktop-listener-app .public-shell {
    min-height: 100vh;
    background:
      radial-gradient(circle at 62% -18%, rgba(77, 140, 255, .10), transparent 38rem),
      radial-gradient(circle at 98% 2%, rgba(128, 116, 255, .07), transparent 34rem),
      var(--lpm-desktop-bg);
  }

  body.desktop-listener-app .site-header,
  body.desktop-listener-app .site-footer,
  body.desktop-listener-app .mobile-app-header,
  body.desktop-listener-app .mobile-bottom-nav { display: none !important; }

  /* The shell is intentionally flat. The content, not the chrome, is the visual focus. */
  body.desktop-listener-app .public-main,
  body.desktop-listener-app.mobile-now-open .public-main {
    position: fixed;
    z-index: 2;
    inset: 0 0 var(--desktop-player-height) var(--desktop-sidebar-width) !important;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 74% -12%, rgba(68, 126, 237, .075), transparent 34rem),
      linear-gradient(180deg, #091523 0%, #07111d 52%, #06101b 100%);
    box-shadow: none;
    scrollbar-color: rgba(126, 187, 224, .26) transparent;
    scrollbar-width: thin;
  }
  body.desktop-listener-app .public-main::-webkit-scrollbar { width: 10px; }
  body.desktop-listener-app .public-main::-webkit-scrollbar-track { background: transparent; }
  body.desktop-listener-app .public-main::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 999px;
    background: rgba(126, 187, 224, .28);
    background-clip: padding-box;
  }
  body.desktop-listener-app .public-main > .alert { margin: 12px 32px 0; }
  body.desktop-listener-app #mobile-app-page { width: 100%; min-height: calc(100% - var(--desktop-topbar-height)); }

  /* Simple desktop navigation: the same mental model as the PWA, plus CE. */
  body.desktop-listener-app .desktop-stream-sidebar {
    position: fixed;
    z-index: 100;
    inset: 0 auto var(--desktop-player-height) 0;
    width: var(--desktop-sidebar-width);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 14px 16px;
    overflow: hidden;
    border-right: 1px solid var(--lpm-desktop-line);
    color: var(--lpm-desktop-text);
    background: rgba(5, 15, 26, .96);
    box-shadow: none;
    backdrop-filter: blur(22px) saturate(1.08);
  }
  body.desktop-listener-app .desktop-stream-sidebar-panel { display: contents; }
  body.desktop-listener-app .desktop-stream-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 3px 8px 4px;
    color: #fff;
  }
  body.desktop-listener-app .desktop-stream-brand-mark {
    width: 40px;
    height: 40px;
    display: grid;
    flex: 0 0 40px;
    place-items: center;
    overflow: hidden;
    border-radius: 10px;
  }
  body.desktop-listener-app .desktop-stream-brand-mark img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border: 0;
    border-radius: inherit;
    background: transparent;
    box-shadow: none;
  }
  body.desktop-listener-app .desktop-stream-brand-copy { min-width: 0; display: grid; gap: 1px; }
  body.desktop-listener-app .desktop-stream-brand-copy strong {
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: -.025em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-stream-brand-copy small {
    overflow: hidden;
    color: rgba(104, 231, 255, .62);
    font-size: 7px;
    font-weight: 850;
    letter-spacing: .08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.desktop-listener-app .desktop-stream-main-nav {
    display: grid;
    gap: 4px;
    margin-top: 28px;
  }
  body.desktop-listener-app .desktop-stream-main-nav a {
    position: relative;
    min-height: 46px;
    display: grid;
    grid-template-columns: 24px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    padding: 0 12px;
    overflow: hidden;
    border: 0;
    border-radius: 11px;
    color: rgba(203, 220, 234, .66);
    background: transparent;
    font-size: 12px;
    font-weight: 760;
    transition: color .16s ease, background .16s ease, transform .16s ease;
  }
  body.desktop-listener-app .desktop-stream-main-nav a svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body.desktop-listener-app .desktop-stream-main-nav a:hover {
    color: #fff;
    background: rgba(255,255,255,.035);
  }
  body.desktop-listener-app .desktop-stream-main-nav a.active {
    color: #fff;
    background: linear-gradient(90deg, rgba(76, 183, 255, .13), rgba(111, 102, 255, .055));
  }
  body.desktop-listener-app .desktop-stream-main-nav a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--lpm-desktop-cyan), var(--lpm-desktop-violet));
    box-shadow: 0 0 12px rgba(104, 231, 255, .38);
  }
  body.desktop-listener-app .desktop-stream-sidebar-spacer { flex: 1 1 auto; }
  body.desktop-listener-app .desktop-stream-studio {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 4px;
    padding: 0 11px;
    border: 1px solid var(--lpm-desktop-line);
    border-radius: 11px;
    color: rgba(212, 228, 241, .74);
    background: rgba(255,255,255,.018);
    font-size: 10px;
    font-weight: 780;
  }
  body.desktop-listener-app .desktop-stream-studio > span { display: inline-flex; align-items: center; gap: 8px; }
  body.desktop-listener-app .desktop-stream-studio svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body.desktop-listener-app .desktop-stream-studio:hover {
    color: #fff;
    border-color: rgba(104, 231, 255, .22);
    background: rgba(80, 175, 235, .055);
  }

  /* Sticky utility bar. Search is useful; everything else stays out of the way. */
  body.desktop-listener-app .desktop-stream-topbar {
    position: sticky;
    z-index: 80;
    top: 0;
    min-height: var(--desktop-topbar-height);
    display: grid;
    grid-template-columns: 76px minmax(260px, 620px) minmax(180px,1fr);
    gap: 14px;
    align-items: center;
    padding: 0 30px;
    border-bottom: 1px solid rgba(150, 202, 236, .075);
    background: rgba(7, 17, 29, .82);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    backdrop-filter: blur(22px) saturate(1.15);
  }
  body.desktop-listener-app .desktop-stream-history-controls { display: flex; gap: 6px; }
  body.desktop-listener-app .desktop-stream-history-controls button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: rgba(203, 220, 234, .54);
    background: transparent;
    cursor: pointer;
  }
  body.desktop-listener-app .desktop-stream-history-controls button:hover { color: #fff; background: rgba(255,255,255,.045); }
  body.desktop-listener-app .desktop-stream-history-controls svg,
  body.desktop-listener-app .desktop-stream-search svg,
  body.desktop-listener-app .desktop-stream-profile-pill svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body.desktop-listener-app .desktop-stream-search {
    width: min(100%, 620px);
    min-height: 40px;
    display: grid;
    grid-template-columns: 20px minmax(0,1fr);
    gap: 9px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(146, 197, 232, .12);
    border-radius: 12px;
    color: rgba(177, 209, 230, .56);
    background: rgba(14, 29, 46, .70);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
  }
  body.desktop-listener-app .desktop-stream-search:focus-within {
    border-color: rgba(104, 231, 255, .31);
    background: rgba(16, 34, 53, .90);
    box-shadow: 0 0 0 3px rgba(82, 194, 243, .055);
  }
  body.desktop-listener-app .desktop-stream-search input {
    width: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 12px;
  }
  body.desktop-listener-app .desktop-stream-search input::placeholder { color: rgba(183, 207, 226, .44); }
  body.desktop-listener-app .desktop-stream-top-actions { display: flex; justify-content: flex-end; align-items: center; }

  body.desktop-listener-app .desktop-stream-profile-menu { position: relative; }
  body.desktop-listener-app .desktop-stream-profile-menu > summary { list-style: none; }
  body.desktop-listener-app .desktop-stream-profile-menu > summary::-webkit-details-marker { display: none; }
  body.desktop-listener-app .desktop-stream-profile-pill {
    min-height: 38px;
    display: grid;
    grid-template-columns: 30px minmax(0,1fr) 16px;
    gap: 8px;
    align-items: center;
    max-width: 190px;
    padding: 3px 8px 3px 3px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    user-select: none;
  }
  body.desktop-listener-app .desktop-stream-profile-pill:hover,
  body.desktop-listener-app .desktop-stream-profile-menu[open] .desktop-stream-profile-pill,
  body.desktop-listener-app .desktop-stream-profile-menu.is-active .desktop-stream-profile-pill {
    border-color: rgba(142, 199, 235, .10);
    background: rgba(255,255,255,.04);
  }
  body.desktop-listener-app .desktop-stream-profile-pill > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(130, 219, 255, .18);
    border-radius: 10px;
    color: #eefdff;
    background: linear-gradient(145deg, rgba(44, 177, 229, .38), rgba(95, 85, 226, .48));
    font-size: 8px;
    font-weight: 900;
  }
  body.desktop-listener-app .desktop-stream-profile-pill strong {
    overflow: hidden;
    font-size: 10px;
    font-weight: 780;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-stream-profile-pill > svg { width: 15px; color: rgba(196, 216, 231, .42); }
  body.desktop-listener-app .desktop-stream-profile-menu[open] .desktop-stream-profile-pill > svg { transform: rotate(180deg); }
  body.desktop-listener-app .desktop-stream-profile-popover {
    position: absolute;
    z-index: 300;
    top: calc(100% + 9px);
    right: 0;
    width: 292px;
    overflow: hidden;
    border: 1px solid rgba(144, 202, 238, .14);
    border-radius: 16px;
    background: rgba(8, 21, 36, .985);
    box-shadow: 0 22px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.025);
    backdrop-filter: blur(24px) saturate(1.12);
  }
  body.desktop-listener-app .desktop-stream-profile-popover > header {
    display: grid;
    gap: 2px;
    padding: 16px 16px 13px;
    border-bottom: 1px solid var(--lpm-desktop-line);
  }
  body.desktop-listener-app .desktop-stream-profile-popover > header strong { font-size: 12px; }
  body.desktop-listener-app .desktop-stream-profile-popover > header small {
    overflow: hidden;
    color: var(--lpm-desktop-muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-stream-profile-popover nav { display: grid; padding: 7px; }
  body.desktop-listener-app .desktop-stream-profile-popover nav a {
    display: grid;
    gap: 1px;
    padding: 10px 10px;
    border-radius: 9px;
    color: rgba(228, 239, 247, .86);
  }
  body.desktop-listener-app .desktop-stream-profile-popover nav a:hover { color: #fff; background: rgba(255,255,255,.045); }
  body.desktop-listener-app .desktop-stream-profile-popover nav span { font-size: 10px; font-weight: 760; }
  body.desktop-listener-app .desktop-stream-profile-popover nav small { color: rgba(185, 208, 225, .46); font-size: 8px; }
  body.desktop-listener-app .desktop-stream-profile-popover form { padding: 7px; border-top: 1px solid var(--lpm-desktop-line); }
  body.desktop-listener-app .desktop-stream-profile-popover form button {
    width: 100%;
    min-height: 36px;
    padding: 0 10px;
    border: 0;
    border-radius: 9px;
    color: rgba(220, 234, 244, .72);
    background: transparent;
    text-align: left;
    font-size: 10px;
    font-weight: 760;
    cursor: pointer;
  }
  body.desktop-listener-app .desktop-stream-profile-popover form button:hover { color: #fff; background: rgba(255,255,255,.045); }

  /* Home: one intentional hero, then open content sections. */
  body.desktop-listener-app .desktop-listener-home,
  body.desktop-listener-app .desktop-listener-page { display: none !important; }
  body.desktop-listener-app .mobile-listener-home { display: none !important; }
  body.desktop-listener-app .desktop-stream-home {
    display: block;
    padding: 18px 34px 72px;
  }
  body.desktop-listener-app .desktop-stream-hero {
    position: relative;
    isolation: isolate;
    min-height: 350px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(190px,270px);
    gap: 42px;
    align-items: end;
    overflow: hidden;
    margin: 0 0 42px;
    padding: 46px 48px 40px;
    border: 1px solid rgba(147, 207, 242, .11);
    border-radius: 24px;
    background:
      linear-gradient(90deg, var(--home-hero-overlay, rgba(4,13,24,.84)) 0%, rgba(6,16,29,.68) 56%, rgba(8,17,31,.34) 100%),
      var(--home-hero-image, linear-gradient(125deg,#15324f 0%,#17254d 54%,#241b4d 100%));
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 24px 70px rgba(0,0,0,.18);
  }
  body.desktop-listener-app .desktop-stream-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
      radial-gradient(circle at 15% 20%, rgba(94, 229, 255, .13), transparent 28rem),
      radial-gradient(circle at 88% 10%, rgba(125, 105, 255, .15), transparent 28rem);
    pointer-events: none;
  }
  body.desktop-listener-app .desktop-stream-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto 0 0;
    height: 100px;
    background: linear-gradient(180deg, transparent, rgba(4,12,22,.30));
    pointer-events: none;
  }
  body.desktop-listener-app .desktop-stream-hero-backdrop { display: none; }
  body.desktop-listener-app .desktop-stream-hero-copy { position: relative; z-index: 2; max-width: 1180px; padding: 0; }
  body.desktop-listener-app .desktop-stream-kicker {
    display: block;
    margin-bottom: 11px;
    color: rgba(117, 233, 255, .78);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  body.desktop-listener-app .desktop-stream-hero h1 {
    max-width: 1180px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4vw, 62px);
    line-height: .99;
    letter-spacing: -.052em;
    text-wrap: balance;
  }
  body.desktop-listener-app .desktop-stream-hero p {
    max-width: 650px;
    margin: 17px 0 0;
    color: rgba(223, 236, 246, .68);
    font-size: 13px;
    line-height: 1.6;
  }
  body.desktop-listener-app .desktop-stream-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
  body.desktop-listener-app .desktop-stream-primary,
  body.desktop-listener-app .desktop-stream-secondary {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 11px;
    font-size: 10px;
    font-weight: 850;
    transition: transform .14s ease, border-color .14s ease, background .14s ease;
  }
  body.desktop-listener-app .desktop-stream-primary {
    border: 1px solid rgba(145, 234, 255, .22);
    color: #fff;
    background: linear-gradient(135deg, #27bee8, #4d81f3 58%, #7568ed);
    box-shadow: 0 10px 28px rgba(45, 131, 233, .22), inset 0 1px 0 rgba(255,255,255,.18);
  }
  body.desktop-listener-app .desktop-stream-secondary {
    border: 1px solid rgba(219, 237, 249, .16);
    color: rgba(237, 246, 252, .86);
    background: rgba(4, 13, 23, .26);
  }
  body.desktop-listener-app .desktop-stream-primary:hover,
  body.desktop-listener-app .desktop-stream-secondary:hover { transform: translateY(-1px); }
  body.desktop-listener-app .desktop-stream-secondary:hover { border-color: rgba(220, 238, 250, .28); background: rgba(255,255,255,.05); }
  body.desktop-listener-app .desktop-stream-hero-feature {
    position: relative;
    z-index: 2;
    align-self: end;
    justify-self: end;
    width: min(22vw, 250px);
    aspect-ratio: 1;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(187, 226, 249, .14);
    border-radius: 18px;
    background: #0b1827;
    box-shadow: 0 24px 65px rgba(0,0,0,.34);
    transform: none;
  }
  body.desktop-listener-app .desktop-stream-hero-feature img { width: 100%; height: 100%; object-fit: cover; }

  body.desktop-listener-app .desktop-stream-section { margin-top: 38px; }
  body.desktop-listener-app .desktop-stream-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 15px;
  }
  body.desktop-listener-app .desktop-stream-section-head > div { min-width: 0; }
  body.desktop-listener-app .desktop-stream-section-head span {
    display: block;
    margin-bottom: 4px;
    color: rgba(113, 229, 255, .58);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  body.desktop-listener-app .desktop-stream-section-head h2 {
    margin: 0;
    color: #f8fbfe;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -.035em;
  }
  body.desktop-listener-app .desktop-stream-section-head > a {
    flex: 0 0 auto;
    color: rgba(188, 211, 228, .54);
    font-size: 9px;
    font-weight: 780;
  }
  body.desktop-listener-app .desktop-stream-section-head > a:hover { color: var(--lpm-desktop-cyan); }

  /* Continue listening is compact and glanceable, not another stack of cards. */
  body.desktop-listener-app .desktop-stream-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 9px;
  }
  body.desktop-listener-app .desktop-stream-quick-card {
    position: relative;
    min-width: 0;
    height: 78px;
    overflow: hidden;
    border: 0;
    border-radius: 13px;
    background: rgba(255,255,255,.032);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
    transition: background .16s ease, transform .16s ease;
  }
  body.desktop-listener-app .desktop-stream-quick-card:hover { background: rgba(110, 194, 242, .075); transform: translateY(-1px); }
  body.desktop-listener-app .desktop-stream-quick-main {
    height: 100%;
    display: grid;
    grid-template-columns: 78px minmax(0,1fr);
    align-items: center;
    color: #fff;
  }
  body.desktop-listener-app .desktop-stream-quick-art {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #0c1928;
  }
  body.desktop-listener-app .desktop-stream-quick-art img { width: 100%; height: 100%; object-fit: cover; }
  body.desktop-listener-app .desktop-stream-quick-copy { min-width: 0; display: grid; gap: 2px; padding: 0 48px 0 12px; }
  body.desktop-listener-app .desktop-stream-quick-copy strong,
  body.desktop-listener-app .desktop-stream-quick-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  body.desktop-listener-app .desktop-stream-quick-copy strong { font-size: 10px; font-weight: 780; }
  body.desktop-listener-app .desktop-stream-quick-copy small { color: rgba(183, 207, 226, .48); font-size: 8px; }
  body.desktop-listener-app .desktop-stream-quick-progress { width: 100%; max-width: 135px; height: 3px; overflow: hidden; margin-top: 4px; border-radius: 999px; background: rgba(255,255,255,.085); }
  body.desktop-listener-app .desktop-stream-quick-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--lpm-desktop-cyan), var(--lpm-desktop-violet)); }
  body.desktop-listener-app .desktop-stream-play {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(132, 229, 255, .20);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #2bc7ec, #4a81ef 58%, #7368ee);
    box-shadow: 0 8px 20px rgba(43, 128, 219, .20), inset 0 1px 0 rgba(255,255,255,.18);
    cursor: pointer;
    transition: transform .14s ease, opacity .14s ease;
  }
  body.desktop-listener-app .desktop-stream-play svg { width: 16px; height: 16px; }
  body.desktop-listener-app .desktop-stream-quick-card > .desktop-stream-play {
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: .82;
    transform: translateY(-50%);
  }
  body.desktop-listener-app .desktop-stream-quick-card:hover > .desktop-stream-play { opacity: 1; transform: translateY(-50%) scale(1.04); }

  /* Podcast artwork can carry the personality without boxing every item. */
  body.desktop-listener-app .desktop-stream-card-rail {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    grid-auto-flow: row;
    gap: 18px 16px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }
  body.desktop-listener-app .desktop-stream-media-card {
    min-width: 0;
    display: grid;
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    transition: transform .16s ease;
  }
  body.desktop-listener-app .desktop-stream-media-card:hover { border: 0; background: transparent; box-shadow: none; transform: translateY(-2px); }
  body.desktop-listener-app .desktop-stream-card-art {
    position: relative;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(156, 205, 237, .09);
    border-radius: 14px;
    color: rgba(194, 216, 232, .42);
    background: #0d1c2c;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    transition: border-color .16s ease, box-shadow .16s ease;
  }
  body.desktop-listener-app .desktop-stream-media-card:hover .desktop-stream-card-art { border-color: rgba(105, 220, 255, .19); box-shadow: 0 16px 38px rgba(0,0,0,.24), 0 0 26px rgba(68, 173, 235, .04); }
  body.desktop-listener-app .desktop-stream-card-art img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
  body.desktop-listener-app .desktop-stream-media-card strong { overflow: hidden; margin-top: 2px; font-size: 10px; font-weight: 780; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
  body.desktop-listener-app .desktop-stream-media-card small { overflow: hidden; color: rgba(183, 207, 226, .47); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }

  /* Episodes use the extra desktop width as a clean two-column feed. */
  body.desktop-listener-app .desktop-stream-episode-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 4px 18px;
  }
  body.desktop-listener-app .desktop-stream-episode-card {
    position: relative;
    min-width: 0;
    min-height: 88px;
    display: grid;
    grid-template-columns: 76px minmax(0,1fr) 42px;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    align-items: center;
    padding: 6px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    transition: background .14s ease;
  }
  body.desktop-listener-app .desktop-stream-episode-card:hover { border: 0; background: rgba(255,255,255,.035); box-shadow: none; transform: none; }
  body.desktop-listener-app .desktop-stream-episode-card .desktop-stream-card-art {
    grid-column: 1;
    grid-row: 1 / 4;
    width: 76px;
    height: 76px;
    margin: 0;
    border-radius: 10px;
  }
  body.desktop-listener-app .desktop-stream-episode-show {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    overflow: hidden;
    color: rgba(105, 226, 255, .72);
    font-size: 8px;
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-stream-episode-title {
    grid-column: 2;
    grid-row: 2;
    overflow: hidden;
    color: #f4f8fb;
    font-size: 10px;
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-stream-episode-meta {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    overflow: hidden;
    color: rgba(181, 205, 222, .43);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-stream-episode-card > .desktop-stream-play {
    position: static;
    grid-column: 3;
    grid-row: 1 / 4;
    justify-self: center;
    opacity: .18;
    transform: none;
  }
  body.desktop-listener-app .desktop-stream-episode-card:hover > .desktop-stream-play { opacity: 1; transform: none; }
  body.desktop-listener-app .desktop-stream-ce-badge {
    position: absolute;
    left: 6px;
    top: 6px;
    padding: 4px 5px;
    border: 1px solid rgba(255, 218, 105, .26);
    border-radius: 6px;
    color: #fff1bb;
    background: rgba(116, 76, 17, .88);
    box-shadow: 0 5px 14px rgba(0,0,0,.18);
    font-size: 7px;
    font-weight: 950;
    letter-spacing: .06em;
  }
  body.desktop-listener-app .desktop-stream-ce-action {
    position: static;
    grid-column: 3;
    grid-row: 1 / 4;
    justify-self: center;
    width: max-content;
    margin: 0;
    padding: 7px 9px;
    border: 1px solid rgba(255, 214, 97, .20);
    border-radius: 9px;
    color: #ffe6a1;
    background: rgba(155, 100, 20, .12);
    font-size: 7px;
    font-weight: 850;
  }
  body.desktop-listener-app .desktop-stream-ce-action:hover { color: #fff4cf; border-color: rgba(255, 218, 105, .34); background: rgba(174, 112, 18, .19); }

  /* The reused PWA pages become wider, not fundamentally different. */
  body.desktop-listener-app .listener-app-page {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 30px 34px 72px;
    color: var(--lpm-desktop-text);
  }
  body.desktop-listener-app .mobile-app-page-head { margin: 0 0 28px; }
  body.desktop-listener-app .mobile-app-page-head > span { color: rgba(103, 229, 255, .56); font-size: 8px; font-weight: 900; letter-spacing: .10em; text-transform: uppercase; }
  body.desktop-listener-app .mobile-app-page-head h1 { margin: 3px 0 0; color: #fff; font-size: 34px; letter-spacing: -.045em; }
  body.desktop-listener-app .mobile-discover-search { display: none; }
  body.desktop-listener-app .mobile-app-section { margin-top: 34px; }
  body.desktop-listener-app .mobile-section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 15px; }
  body.desktop-listener-app .mobile-section-head > div > span { color: rgba(103, 229, 255, .54); font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
  body.desktop-listener-app .mobile-section-head h2 { margin: 3px 0 0; color: #fff; font-size: 20px; letter-spacing: -.03em; }
  body.desktop-listener-app .mobile-section-head > a,
  body.desktop-listener-app .mobile-section-head > span { color: rgba(185, 207, 225, .50); font-size: 9px; font-weight: 760; }

  body.desktop-listener-app .mobile-discover-grid,
  body.desktop-listener-app .mobile-home-show-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 18px 16px;
  }
  body.desktop-listener-app .mobile-show-card { min-width: 0; display: grid; gap: 6px; padding: 0; border: 0; border-radius: 0; color: #fff; background: transparent; box-shadow: none; }
  body.desktop-listener-app .mobile-show-card:hover { background: transparent; transform: translateY(-2px); }
  body.desktop-listener-app .mobile-show-art { aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(150, 203, 236, .09); border-radius: 14px; background: #0d1b2b; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
  body.desktop-listener-app .mobile-show-art img { width: 100%; height: 100%; object-fit: cover; }
  body.desktop-listener-app .mobile-show-card > strong { overflow: hidden; margin-top: 2px; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  body.desktop-listener-app .mobile-show-card > span:last-child { overflow: hidden; color: rgba(181, 205, 223, .45); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }

  body.desktop-listener-app .mobile-episode-feed { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 3px 18px; }
  body.desktop-listener-app .mobile-episode-card {
    min-height: 88px;
    display: grid;
    grid-template-columns: 76px minmax(0,1fr) 28px;
    gap: 12px;
    align-items: center;
    padding: 6px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
  }
  body.desktop-listener-app .mobile-episode-card:hover { border: 0; background: rgba(255,255,255,.035); box-shadow: none; }
  body.desktop-listener-app .mobile-episode-art { width: 76px; height: 76px; border-radius: 10px; }
  body.desktop-listener-app .mobile-episode-art > a { width: 100%; height: 100%; }
  body.desktop-listener-app .mobile-episode-art img { width: 100%; height: 100%; object-fit: cover; }
  body.desktop-listener-app .mobile-episode-card-copy { min-width: 0; gap: 2px; }
  body.desktop-listener-app .mobile-episode-show { color: rgba(105, 226, 255, .72); font-size: 8px; }
  body.desktop-listener-app .mobile-episode-title { font-size: 10px; line-height: 1.35; }
  body.desktop-listener-app .mobile-episode-meta { color: rgba(181, 205, 223, .43); font-size: 8px; }
  body.desktop-listener-app .mobile-episode-states { margin-top: 3px; }
  body.desktop-listener-app .mobile-card-progress-stack { margin-top: 4px; }
  body.desktop-listener-app .mobile-episode-more { align-self: center; }
  body.desktop-listener-app .mobile-episode-art .mobile-episode-play-link,
  body.desktop-listener-app .mobile-episode-art button { opacity: 0; }
  body.desktop-listener-app .mobile-episode-card:hover .mobile-episode-art .mobile-episode-play-link,
  body.desktop-listener-app .mobile-episode-card:hover .mobile-episode-art button { opacity: 1; }

  /* Podcast / episode detail pages stay content-first. */
  body.desktop-listener-app .mobile-show-page,
  body.desktop-listener-app .mobile-episode-detail-page { padding-top: 24px; }
  body.desktop-listener-app .mobile-show-hero {
    display: grid;
    grid-template-columns: 210px minmax(0,1fr);
    gap: 30px;
    align-items: end;
    margin: 0 0 34px;
    padding: 24px 0 28px;
    border: 0;
    border-bottom: 1px solid var(--lpm-desktop-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.desktop-listener-app .mobile-show-hero-art { width: 210px; height: 210px; border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.26); }
  body.desktop-listener-app .mobile-show-hero-copy h1 { margin: 5px 0 10px; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; }
  body.desktop-listener-app .mobile-show-hero-copy p { max-width: 1180px; color: rgba(195, 216, 232, .58); font-size: 11px; line-height: 1.6; }

  /* Account: desktop uses the same information architecture without exposing the mobile page at the same time. */
  body.desktop-listener-app .mobile-account-root { display: none !important; }
  body.desktop-listener-app .desktop-account-root { display: block !important; }
  body.desktop-listener-app .listener-account-shell {
    width: min(100%, 1220px);
    margin: 0;
    padding: 34px 42px 72px;
  }
  body.desktop-listener-app .listener-account-hero {
    display: block;
    margin: 0 0 25px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  body.desktop-listener-app .listener-account-identity { display: flex; align-items: center; gap: 16px; }
  body.desktop-listener-app .listener-account-avatar {
    width: 58px;
    height: 58px;
    display: grid;
    flex: 0 0 58px;
    place-items: center;
    border: 1px solid rgba(130, 220, 255, .18);
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, rgba(41, 181, 232, .52), rgba(100, 87, 228, .62));
    box-shadow: 0 12px 30px rgba(0,0,0,.17);
    font-size: 15px;
    font-weight: 900;
  }
  body.desktop-listener-app .listener-account-hero .eyebrow { margin: 0 0 3px; color: rgba(104, 231, 255, .58); font-size: 8px; letter-spacing: .10em; }
  body.desktop-listener-app .listener-account-hero .page-title { margin: 0; font-size: 31px; line-height: 1; letter-spacing: -.045em; }
  body.desktop-listener-app .listener-account-meta { display: flex; flex-wrap: wrap; gap: 6px 15px; margin-top: 7px; color: rgba(184, 207, 224, .52); font-size: 9px; }
  body.desktop-listener-app .account-blades-wrap {
    margin: 0 0 26px;
    padding: 0;
    overflow-x: auto;
    border-bottom: 1px solid var(--lpm-desktop-line);
  }
  body.desktop-listener-app .account-blades,
  body.desktop-listener-app .settings-tabs.account-blades,
  body.desktop-listener-app .settings-blades.account-blades {
    width: max-content;
    min-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
  body.desktop-listener-app .account-blades .account-blade,
  body.desktop-listener-app .settings-blades .account-blade {
    position: relative;
    min-width: 0 !important;
    min-height: 42px;
    display: inline-flex;
    flex: 0 0 auto !important;
    align-items: center;
    gap: 7px;
    padding: 0 1px 11px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: rgba(190, 211, 227, .53) !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }
  body.desktop-listener-app .account-blades .account-blade:hover { color: rgba(235, 245, 251, .86) !important; background: transparent !important; }
  body.desktop-listener-app .account-blades .account-blade.active { color: #fff !important; }
  body.desktop-listener-app .account-blades .account-blade.active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--lpm-desktop-cyan), var(--lpm-desktop-violet));
  }
  body.desktop-listener-app .account-blades .settings-blade-icon { width: 16px; height: 16px; display: grid; place-items: center; color: currentColor; }
  body.desktop-listener-app .account-blades .settings-blade-icon svg { width: 15px; height: 15px; }
  body.desktop-listener-app .account-blades .account-blade strong { font-size: 9px; font-weight: 780; white-space: nowrap; }
  body.desktop-listener-app .account-blades .settings-blade-indicator { display: none !important; }
  body.desktop-listener-app .account-section-panel { min-height: 220px; }
  body.desktop-listener-app .account-section-status { margin: 0 0 18px; border-color: var(--lpm-desktop-line); background: rgba(255,255,255,.025); }
  body.desktop-listener-app .listener-account-single-page { margin-bottom: 0; }
  body.desktop-listener-app .listener-account-single-page > .surface,
  body.desktop-listener-app .listener-account-card,
  body.desktop-listener-app .listener-history-page {
    border-color: rgba(146, 201, 235, .10);
    border-radius: 16px;
    background: rgba(11, 27, 44, .64);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.018), 0 14px 40px rgba(0,0,0,.10);
  }

  /* Player remains persistent, but visually belongs to the same quiet shell. */
  body.desktop-listener-app .mobile-mini-player {
    position: fixed;
    z-index: 150;
    inset: auto 0 0 0;
    height: var(--desktop-player-height);
    display: grid;
    grid-template-columns: minmax(220px,1fr) minmax(420px,620px) minmax(200px,1fr);
    align-items: center;
    gap: 14px;
    padding: 9px 16px;
    border: 0;
    border-top: 1px solid rgba(132, 202, 239, .11);
    border-radius: 0;
    color: #fff;
    background: rgba(4, 13, 23, .985);
    box-shadow: 0 -14px 34px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.015);
    backdrop-filter: blur(24px) saturate(1.08);
  }
  body.desktop-listener-app .mobile-mini-player[hidden] { display: grid !important; }
  body.desktop-listener-app .mobile-mini-open img { width: 58px; height: 58px; border: 1px solid rgba(140, 200, 235, .10); border-radius: 10px; background: #0b1b2b; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
  body.desktop-listener-app .mobile-mini-copy strong { font-size: 10px; }
  body.desktop-listener-app .mobile-mini-copy span { color: rgba(182, 207, 225, .51); font-size: 8px; }
  body.desktop-listener-app .desktop-player-mode { color: rgba(104, 224, 255, .58); font-size: 7px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
  body.desktop-listener-app .desktop-player-buttons button,
  body.desktop-listener-app .desktop-player-right button { color: rgba(196, 218, 236, .54); }
  body.desktop-listener-app .desktop-player-buttons button:hover:not(:disabled),
  body.desktop-listener-app .desktop-player-right button:hover { color: #fff; }
  body.desktop-listener-app .desktop-player-toggle {
    border: 1px solid rgba(132, 230, 255, .22) !important;
    color: #fff !important;
    background: linear-gradient(145deg, #2bc6ea, #4a80ee 58%, #7166eb) !important;
    box-shadow: 0 7px 20px rgba(47, 132, 223, .21), inset 0 1px 0 rgba(255,255,255,.19);
  }
  body.desktop-listener-app .desktop-player-toggle svg { stroke: #fff; }
  body.desktop-listener-app .desktop-player-timeline { color: rgba(164, 193, 214, .45); }
  body.desktop-listener-app .desktop-player-timeline input,
  body.desktop-listener-app .desktop-player-right input { accent-color: var(--lpm-desktop-cyan); }

  /* Now Playing is an on-demand drawer. It never permanently steals content width. */
  body.desktop-listener-app .mobile-now-playing:not([hidden]) {
    position: fixed;
    z-index: 220;
    top: 14px;
    right: 14px;
    bottom: calc(var(--desktop-player-height) + 14px);
    left: auto;
    width: min(400px, calc(100vw - var(--desktop-sidebar-width) - 44px));
    display: grid;
    grid-template-rows: auto minmax(0,1fr);
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(142, 204, 240, .14);
    border-radius: 18px;
    color: #fff;
    background: rgba(8, 22, 37, .985);
    box-shadow: 0 24px 80px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.025);
    backdrop-filter: blur(26px) saturate(1.10);
  }
  body.desktop-listener-app .mobile-now-ambient { display: none; }
  body.desktop-listener-app .mobile-now-header { width: auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 14px 9px; border-bottom: 1px solid rgba(145, 201, 236, .08); background: transparent; }
  body.desktop-listener-app .mobile-now-header > button { width: 32px; height: 32px; display: grid; place-items: center; border: 0; border-radius: 9px; color: rgba(196, 218, 236, .58); background: transparent; }
  body.desktop-listener-app .mobile-now-header > button:hover { color: #fff; background: rgba(255,255,255,.045); }
  body.desktop-listener-app .mobile-now-body { width: auto; max-height: none; overflow-y: auto; display: grid; grid-template-columns: 1fr; gap: 14px; align-content: start; padding: 14px 18px 24px; border-radius: 0; background: transparent; box-shadow: none; }
  body.desktop-listener-app .mobile-now-art { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(142, 205, 240, .10); border-radius: 14px; box-shadow: 0 16px 42px rgba(0,0,0,.27); }
  body.desktop-listener-app .mobile-now-copy h2 { margin: 0 0 4px; font-size: 18px; letter-spacing: -.025em; }
  body.desktop-listener-app .mobile-now-copy a { color: rgba(105, 226, 255, .72); font-size: 9px; }
  body.desktop-listener-app .mobile-now-controls { display: flex; justify-content: center; align-items: center; gap: 10px; }
  body.desktop-listener-app .mobile-now-main-play {
    border: 1px solid rgba(132, 229, 255, .22) !important;
    color: #fff !important;
    background: linear-gradient(145deg, #2bc6ea, #4a80ee 58%, #7166eb) !important;
    box-shadow: 0 8px 22px rgba(45, 134, 225, .20), inset 0 1px 0 rgba(255,255,255,.18);
  }
  body.desktop-listener-app .mobile-now-seek input { accent-color: var(--lpm-desktop-cyan); }
}

@media (min-width: 1181px) and (max-width: 1160px) {
  body.desktop-listener-app { --desktop-sidebar-width: 208px; }
  body.desktop-listener-app .desktop-stream-brand-copy small { display: none; }
  body.desktop-listener-app .desktop-stream-main-nav a { padding-left: 10px; }
  body.desktop-listener-app .desktop-stream-topbar { grid-template-columns: 76px minmax(220px, 520px) minmax(80px,1fr); padding-right: 22px; padding-left: 24px; }
  body.desktop-listener-app .desktop-stream-profile-pill strong { display: none; }
  body.desktop-listener-app .desktop-stream-profile-pill { grid-template-columns: 30px 14px; width: 54px; }
  body.desktop-listener-app .desktop-stream-quick-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.desktop-listener-app .desktop-stream-episode-rail,
  body.desktop-listener-app .mobile-episode-feed { grid-template-columns: 1fr; }
  body.desktop-listener-app .desktop-stream-hero { grid-template-columns: minmax(0,1fr) 210px; padding: 38px 38px 34px; }
  body.desktop-listener-app .desktop-stream-hero-feature { width: 210px; }
  body.desktop-listener-app .mobile-mini-player { grid-template-columns: minmax(185px,1fr) minmax(360px,500px) minmax(110px,.55fr); }
  body.desktop-listener-app .desktop-player-right { grid-template-columns: 30px 30px; width: auto; }
  body.desktop-listener-app .desktop-player-right [data-desktop-player-mute],
  body.desktop-listener-app .desktop-player-right [data-desktop-player-volume] { display: none; }
}


/* LPM Desktop · admin visual parity + account breathing room · 0.15.43 */
@media (min-width: 1181px) {
  body.desktop-listener-app {
    --desktop-sidebar-width: 272px;
    --desktop-player-height: 90px;
  }

  /* Use the same canvas as Creator/Admin so switching contexts feels native. */
  body.desktop-listener-app .public-main,
  body.desktop-listener-app.mobile-now-open .public-main {
    background-image:
      radial-gradient(circle at 8% -8%, rgba(50, 188, 255, .18), transparent 31rem),
      radial-gradient(circle at 98% 1%, rgba(102, 83, 255, .16), transparent 37rem),
      radial-gradient(circle at 55% 110%, rgba(21, 111, 183, .13), transparent 40rem),
      linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
      linear-gradient(180deg, #07111f 0%, #050b15 55%, #030811 100%);
    background-size: auto, auto, auto, 48px 48px, 48px 48px, auto;
    background-attachment: fixed;
  }

  /* Sidebar mirrors the admin rail instead of behaving like a streaming clone. */
  body.desktop-listener-app .desktop-stream-sidebar {
    width: var(--desktop-sidebar-width);
    padding: 16px 14px 12px;
    border-right: 1px solid rgba(153,191,230,.10);
    background: rgba(5,14,28,.94);
    box-shadow: none;
  }
  body.desktop-listener-app .desktop-stream-brand {
    min-height: 52px;
    gap: 11px;
    padding: 0 8px 10px;
    overflow: visible;
  }
  body.desktop-listener-app .desktop-stream-brand-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.desktop-listener-app .desktop-stream-brand-mark img {
    width: auto;
    max-width: 100%;
    height: 42px;
    max-height: 42px;
    object-fit: contain;
    object-position: left center;
  }
  body.desktop-listener-app .desktop-stream-brand.logo-only .desktop-stream-brand-mark {
    width: 100%;
    height: 42px;
    flex: 1 1 auto;
    justify-content: start;
  }
  body.desktop-listener-app .desktop-stream-brand.logo-only .desktop-stream-brand-mark img {
    width: auto;
    max-width: 218px;
    height: 42px;
  }
  body.desktop-listener-app .desktop-stream-brand-copy strong { font-size: 14px; }
  body.desktop-listener-app .desktop-stream-brand-copy small { font-size: 8px; }

  body.desktop-listener-app .desktop-stream-main-nav {
    gap: 1px;
    margin-top: 18px;
  }
  body.desktop-listener-app .desktop-stream-main-nav a {
    min-height: 38px;
    grid-template-columns: 20px minmax(0,1fr);
    gap: 10px;
    padding: 7px 10px;
    border-radius: 9px;
    color: #aebbd0;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 700;
  }
  body.desktop-listener-app .desktop-stream-main-nav a svg { width: 17px; height: 17px; }
  body.desktop-listener-app .desktop-stream-main-nav a:hover {
    color: #fff;
    background: rgba(37,67,104,.34);
  }
  body.desktop-listener-app .desktop-stream-main-nav a.active {
    color: #fff;
    background: #1d304c;
    box-shadow: inset 3px 0 0 #42c8ff;
  }
  body.desktop-listener-app .desktop-stream-main-nav a.active::before { display: none; }
  body.desktop-listener-app .desktop-stream-studio {
    min-height: 38px;
    margin: 0 4px;
    padding: 6px 10px;
    border-color: rgba(153,191,230,.12);
    border-radius: 9px;
    color: #aebbd0;
    background: transparent;
    font-size: 11px;
  }

  /* Utility bar floats over the same admin canvas instead of creating a second header theme. */
  body.desktop-listener-app .desktop-stream-topbar {
    min-height: 72px;
    padding: 0 32px;
    border-bottom: 1px solid rgba(153,191,230,.08);
    background: rgba(5,11,21,.46);
    box-shadow: none;
    backdrop-filter: blur(18px) saturate(1.1);
  }
  body.desktop-listener-app .desktop-stream-search {
    min-height: 42px;
    border-color: var(--line);
    border-radius: 12px;
    background: rgba(13,28,49,.64);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  }

  /* Common listener pages now share the admin content width and spacing rhythm. */
  body.desktop-listener-app .desktop-stream-home,
  body.desktop-listener-app .mobile-show-page,
  body.desktop-listener-app .mobile-episode-detail-page,
  body.desktop-listener-app .listener-account-shell,
  body.desktop-listener-app .mobile-library-page,
  body.desktop-listener-app .mobile-discover-page {
    width: min(calc(100% - 64px), 1420px);
    max-width: 1420px;
    margin-right: auto;
    margin-left: auto;
  }
  body.desktop-listener-app .desktop-stream-home { padding: 34px 0 72px; }
  body.desktop-listener-app .desktop-stream-section { margin-top: 34px; }
  body.desktop-listener-app .desktop-stream-section-head { margin-bottom: 16px; }
  body.desktop-listener-app .desktop-stream-section-head h2 {
    font-size: 22px;
    letter-spacing: -.025em;
  }
  body.desktop-listener-app .desktop-stream-section-head > div > span {
    color: rgba(174,195,221,.58);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  /* Hero keeps its listener personality, but uses the same surface language as admin. */
  body.desktop-listener-app .desktop-stream-hero {
    min-height: 330px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(20,42,71,.74), rgba(8,21,40,.82));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 22px 58px rgba(0,0,0,.24);
  }
  body.desktop-listener-app .desktop-stream-hero.has-background-image {
    background-image: linear-gradient(90deg, var(--home-hero-overlay), rgba(5,11,21,.36)), var(--home-hero-image);
  }
  body.desktop-listener-app .desktop-stream-primary {
    border: 1px solid rgba(128,224,255,.26);
    color: #fff;
    background: linear-gradient(135deg,#25c6ff 0%,#347cff 54%,#655fff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22),0 10px 26px rgba(35,137,255,.23);
  }
  body.desktop-listener-app .desktop-stream-secondary {
    border-color: var(--line-strong);
    color: var(--ink);
    background: rgba(16,35,59,.66);
  }

  /* Content surfaces and rows deliberately match the admin panel. */
  body.desktop-listener-app .desktop-stream-quick-card,
  body.desktop-listener-app .desktop-stream-media-card,
  body.desktop-listener-app .desktop-stream-episode-card,
  body.desktop-listener-app .listener-account-card,
  body.desktop-listener-app .listener-history-page,
  body.desktop-listener-app .account-section-status {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(20,42,71,.70), rgba(8,21,40,.77));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 16px 38px rgba(0,0,0,.18);
  }
  body.desktop-listener-app .desktop-stream-media-card:hover,
  body.desktop-listener-app .desktop-stream-episode-card:hover,
  body.desktop-listener-app .desktop-stream-quick-card:hover {
    border-color: rgba(111,206,255,.21);
    background: linear-gradient(145deg, rgba(24,49,82,.78), rgba(10,26,48,.84));
  }

  /* My Account: more room, stronger hierarchy, and real submenu tiles. */
  body.desktop-listener-app .listener-account-shell {
    padding: 40px 0 76px;
  }
  body.desktop-listener-app .listener-account-hero {
    margin: 0 0 28px;
  }
  body.desktop-listener-app .listener-account-identity { gap: 18px; }
  body.desktop-listener-app .listener-account-avatar {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 14px;
    background: #33445e;
    box-shadow: none;
  }
  body.desktop-listener-app .listener-account-hero .eyebrow {
    margin-bottom: 6px;
    color: var(--accent);
    font-size: 11px;
    font-weight: 850;
  }
  body.desktop-listener-app .listener-account-hero .page-title {
    font-size: clamp(32px,3vw,42px);
    letter-spacing: -.035em;
  }
  body.desktop-listener-app .listener-account-meta {
    gap: 8px 18px;
    margin-top: 9px;
    color: var(--ink-muted);
    font-size: 12px;
  }
  body.desktop-listener-app .account-blades-wrap {
    margin: 0 0 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(20,42,71,.62), rgba(8,21,40,.72));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 16px 38px rgba(0,0,0,.15);
  }
  body.desktop-listener-app .account-blades,
  body.desktop-listener-app .settings-tabs.account-blades,
  body.desktop-listener-app .settings-blades.account-blades {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0,1fr));
    gap: 0;
    overflow: visible;
  }
  body.desktop-listener-app .account-blades .account-blade,
  body.desktop-listener-app .settings-blades .account-blade {
    min-height: 82px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 14px 12px 16px !important;
    border-right: 1px solid var(--line) !important;
    color: var(--ink-soft) !important;
    text-align: center;
  }
  body.desktop-listener-app .account-blades .account-blade:last-child { border-right: 0 !important; }
  body.desktop-listener-app .account-blades .account-blade:hover {
    color: #fff !important;
    background: rgba(37,67,104,.28) !important;
  }
  body.desktop-listener-app .account-blades .account-blade.active {
    color: #fff !important;
    background: linear-gradient(180deg, rgba(45,112,176,.34), rgba(15,39,72,.18)) !important;
    box-shadow: inset 0 3px 0 #42c8ff !important;
  }
  body.desktop-listener-app .account-blades .account-blade.active::after { display: none; }
  body.desktop-listener-app .account-blades .settings-blade-icon {
    width: 22px;
    height: 22px;
    color: currentColor;
  }
  body.desktop-listener-app .account-blades .settings-blade-icon svg { width: 20px; height: 20px; }
  body.desktop-listener-app .account-blades .account-blade strong {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    white-space: normal;
    text-wrap: balance;
  }
  body.desktop-listener-app .listener-account-card,
  body.desktop-listener-app .listener-history-page {
    overflow: hidden;
    border-radius: 14px;
  }
  body.desktop-listener-app .listener-account-card .surface-header,
  body.desktop-listener-app .listener-history-page .surface-header {
    padding: 20px 24px;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(27,52,83,.34), rgba(11,27,49,.12));
  }
  body.desktop-listener-app .listener-account-card .surface-body,
  body.desktop-listener-app .listener-history-page .surface-body { padding: 24px; }
  body.desktop-listener-app .listener-account-card .surface-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--line);
    background: rgba(5,16,31,.42);
  }

  /* Persistent player remains the listener-only power layer, with admin styling. */
  body.desktop-listener-app .mobile-mini-player {
    border-top: 1px solid rgba(153,191,230,.14);
    background: rgba(5,14,28,.97);
    box-shadow: 0 -16px 40px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.025);
  }
  body.desktop-listener-app .desktop-player-toggle {
    border: 1px solid rgba(128,224,255,.26) !important;
    color: #fff !important;
    background: linear-gradient(135deg,#25c6ff 0%,#347cff 54%,#655fff 100%) !important;
    box-shadow: 0 8px 22px rgba(35,137,255,.23) !important;
  }
  body.desktop-listener-app .desktop-player-toggle svg { stroke: #fff !important; }
}

@media (min-width: 1181px) and (max-width: 1120px) {
  body.desktop-listener-app { --desktop-sidebar-width: 224px; }
  body.desktop-listener-app .desktop-stream-home,
  body.desktop-listener-app .mobile-show-page,
  body.desktop-listener-app .mobile-episode-detail-page,
  body.desktop-listener-app .listener-account-shell,
  body.desktop-listener-app .mobile-library-page,
  body.desktop-listener-app .mobile-discover-page { width: min(calc(100% - 40px), 1420px); }
  body.desktop-listener-app .account-blades,
  body.desktop-listener-app .settings-tabs.account-blades,
  body.desktop-listener-app .settings-blades.account-blades { grid-template-columns: repeat(3, minmax(0,1fr)); }
  body.desktop-listener-app .account-blades .account-blade:nth-child(3n) { border-right: 0 !important; }
  body.desktop-listener-app .account-blades .account-blade:nth-child(-n+3) { border-bottom: 1px solid var(--line) !important; }
}

@media (min-width: 1181px) {
  body.desktop-listener-app .desktop-stream-brand.has-custom-logo .desktop-stream-brand-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  body.desktop-listener-app .desktop-stream-brand.has-custom-logo.logo-only .desktop-stream-brand-mark {
    width: 100%;
    height: 42px;
    flex: 1 1 auto;
  }
  body.desktop-listener-app .desktop-stream-nav-label {
    margin: 18px 10px 4px;
    color: #8190a6;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  body.desktop-listener-app .desktop-stream-nav-label + .desktop-stream-main-nav { margin-top: 0; }
}

/* LPM Desktop · full-size listener website pass · 0.15.44
   The listener surface is a consumer site, not a compressed admin console.
   Keep admin visual DNA, but scale navigation, content and playback for reading
   and listening across a full desktop canvas. */
@media (min-width: 1181px) {
  body.desktop-listener-app {
    --desktop-sidebar-width: 296px;
    --desktop-player-height: 118px;
    --desktop-topbar-height: 84px;
    font-size: 16px;
  }

  /* Full desktop canvas: broad gutters, no artificial content ceiling. */
  body.desktop-listener-app .desktop-stream-home,
  body.desktop-listener-app .mobile-show-page,
  body.desktop-listener-app .mobile-episode-detail-page,
  body.desktop-listener-app .listener-account-shell,
  body.desktop-listener-app .mobile-library-page,
  body.desktop-listener-app .mobile-discover-page,
  body.desktop-listener-app .listener-app-page {
    width: calc(100% - 96px);
    max-width: none;
    margin-right: 48px;
    margin-left: 48px;
  }
  body.desktop-listener-app .desktop-stream-home { padding: 42px 0 88px; }
  body.desktop-listener-app .listener-app-page { padding-top: 42px; padding-bottom: 88px; }
  body.desktop-listener-app .listener-account-shell { padding-top: 48px; padding-bottom: 92px; }

  /* Sidebar still belongs to the admin family, but is sized for a listener site. */
  body.desktop-listener-app .desktop-stream-sidebar {
    width: var(--desktop-sidebar-width);
    padding: 22px 18px 18px;
  }
  body.desktop-listener-app .desktop-stream-brand {
    min-height: 64px;
    gap: 14px;
    padding: 2px 10px 12px;
  }
  body.desktop-listener-app .desktop-stream-brand-mark,
  body.desktop-listener-app .desktop-stream-brand.has-custom-logo .desktop-stream-brand-mark {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    overflow: visible;
  }
  body.desktop-listener-app .desktop-stream-brand-mark img,
  body.desktop-listener-app .desktop-stream-brand.has-custom-logo .desktop-stream-brand-mark img {
    width: auto;
    max-width: 100%;
    height: 50px;
    max-height: 50px;
    object-fit: contain;
    object-position: left center;
  }
  body.desktop-listener-app .desktop-stream-brand.logo-only .desktop-stream-brand-mark,
  body.desktop-listener-app .desktop-stream-brand.has-custom-logo.logo-only .desktop-stream-brand-mark {
    width: 100%;
    height: 52px;
    flex: 1 1 auto;
  }
  body.desktop-listener-app .desktop-stream-brand.logo-only .desktop-stream-brand-mark img,
  body.desktop-listener-app .desktop-stream-brand.has-custom-logo.logo-only .desktop-stream-brand-mark img {
    width: auto;
    max-width: 244px;
    height: 52px;
    max-height: 52px;
  }
  body.desktop-listener-app .desktop-stream-brand-copy strong { font-size: 17px; }
  body.desktop-listener-app .desktop-stream-brand-copy small {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: none;
  }
  body.desktop-listener-app .desktop-stream-nav-label {
    margin: 24px 12px 8px;
    font-size: 10px;
  }
  body.desktop-listener-app .desktop-stream-main-nav { gap: 4px; }
  body.desktop-listener-app .desktop-stream-main-nav a {
    min-height: 50px;
    grid-template-columns: 23px minmax(0,1fr);
    gap: 13px;
    padding: 10px 13px;
    border-radius: 11px;
    font-size: 15px;
    line-height: 1.25;
  }
  body.desktop-listener-app .desktop-stream-main-nav a svg { width: 20px; height: 20px; }
  body.desktop-listener-app .desktop-stream-studio {
    min-height: 48px;
    padding: 9px 13px;
    border-radius: 11px;
    font-size: 13px;
  }

  /* Site header / utility bar. */
  body.desktop-listener-app .desktop-stream-topbar {
    min-height: var(--desktop-topbar-height);
    padding: 0 48px;
    grid-template-columns: 88px minmax(360px, 620px) minmax(160px,1fr);
    gap: 20px;
  }
  body.desktop-listener-app .desktop-stream-history-controls { gap: 10px; }
  body.desktop-listener-app .desktop-stream-history-controls button { width: 40px; height: 40px; }
  body.desktop-listener-app .desktop-stream-history-controls svg { width: 20px; height: 20px; }
  body.desktop-listener-app .desktop-stream-search {
    min-height: 50px;
    grid-template-columns: 24px minmax(0,1fr);
    gap: 12px;
    padding: 0 18px;
    border-radius: 14px;
  }
  body.desktop-listener-app .desktop-stream-search svg { width: 21px; height: 21px; }
  body.desktop-listener-app .desktop-stream-search input { font-size: 15px; }
  body.desktop-listener-app .desktop-stream-profile-pill {
    min-height: 44px;
    gap: 10px;
    padding: 4px 12px 4px 4px;
  }
  body.desktop-listener-app .desktop-stream-profile-pill > span { width: 36px; height: 36px; font-size: 11px; }
  body.desktop-listener-app .desktop-stream-profile-pill strong { font-size: 13px; }
  body.desktop-listener-app .desktop-stream-profile-popover { width: 330px; }
  body.desktop-listener-app .desktop-stream-profile-popover header { padding: 18px; }
  body.desktop-listener-app .desktop-stream-profile-popover header strong { font-size: 15px; }
  body.desktop-listener-app .desktop-stream-profile-popover header small { margin-top: 3px; font-size: 11px; }
  body.desktop-listener-app .desktop-stream-profile-popover nav a { padding: 13px 16px; }
  body.desktop-listener-app .desktop-stream-profile-popover nav a span { font-size: 13px; }
  body.desktop-listener-app .desktop-stream-profile-popover nav a small { font-size: 11px; }
  body.desktop-listener-app .desktop-stream-profile-popover form button { min-height: 46px; font-size: 13px; }

  /* Home hero reads like a real website feature, not a dashboard module. */
  body.desktop-listener-app .desktop-stream-hero {
    min-height: 420px;
    grid-template-columns: minmax(0,1fr) minmax(250px, 330px);
    gap: 56px;
    padding: 58px 60px 52px;
    border-radius: 20px;
  }
  body.desktop-listener-app .desktop-stream-hero-copy { max-width: 900px; }
  body.desktop-listener-app .desktop-stream-kicker { margin-bottom: 14px; font-size: 11px; }
  body.desktop-listener-app .desktop-stream-hero h1 {
    max-width: 900px;
    font-size: clamp(50px, 4.4vw, 76px);
    line-height: 1;
  }
  body.desktop-listener-app .desktop-stream-hero p {
    max-width: 780px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.65;
  }
  body.desktop-listener-app .desktop-stream-hero-actions { gap: 12px; margin-top: 28px; }
  body.desktop-listener-app .desktop-stream-primary,
  body.desktop-listener-app .desktop-stream-secondary {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 12px;
    font-size: 14px;
  }
  body.desktop-listener-app .desktop-stream-hero-feature { width: min(25vw, 320px); border-radius: 18px; }

  /* Content needs readable scale and room. */
  body.desktop-listener-app .desktop-stream-section { margin-top: 48px; }
  body.desktop-listener-app .desktop-stream-section-head { margin-bottom: 20px; }
  body.desktop-listener-app .desktop-stream-section-head h2 { font-size: 30px; }
  body.desktop-listener-app .desktop-stream-section-head > div > span,
  body.desktop-listener-app .desktop-stream-section-head span { font-size: 11px; }
  body.desktop-listener-app .desktop-stream-section-head > a { font-size: 13px; }

  body.desktop-listener-app .desktop-stream-quick-grid { gap: 14px; }
  body.desktop-listener-app .desktop-stream-quick-card { height: 104px; border-radius: 15px; }
  body.desktop-listener-app .desktop-stream-quick-main { grid-template-columns: 104px minmax(0,1fr); }
  body.desktop-listener-app .desktop-stream-quick-art { width: 104px; height: 104px; }
  body.desktop-listener-app .desktop-stream-quick-copy { gap: 4px; padding: 0 62px 0 16px; }
  body.desktop-listener-app .desktop-stream-quick-copy strong { font-size: 15px; }
  body.desktop-listener-app .desktop-stream-quick-copy small { font-size: 11px; }
  body.desktop-listener-app .desktop-stream-quick-progress { max-width: 200px; height: 4px; margin-top: 7px; }
  body.desktop-listener-app .desktop-stream-play { width: 44px; height: 44px; }
  body.desktop-listener-app .desktop-stream-play svg { width: 19px; height: 19px; }
  body.desktop-listener-app .desktop-stream-quick-card > .desktop-stream-play { right: 14px; }

  body.desktop-listener-app .desktop-stream-card-rail {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 28px 22px;
  }
  body.desktop-listener-app .desktop-stream-media-card { gap: 9px; }
  body.desktop-listener-app .desktop-stream-card-art { border-radius: 16px; }
  body.desktop-listener-app .desktop-stream-media-card strong { font-size: 15px; }
  body.desktop-listener-app .desktop-stream-media-card small { font-size: 12px; }

  body.desktop-listener-app .desktop-stream-episode-rail { gap: 10px 24px; }
  body.desktop-listener-app .desktop-stream-episode-card {
    min-height: 116px;
    grid-template-columns: 96px minmax(0,1fr) 50px;
    column-gap: 16px;
    padding: 10px;
    border-radius: 14px;
  }
  body.desktop-listener-app .desktop-stream-episode-card .desktop-stream-card-art { width: 96px; height: 96px; border-radius: 12px; }
  body.desktop-listener-app .desktop-stream-episode-show { font-size: 11px; }
  body.desktop-listener-app .desktop-stream-episode-title { font-size: 15px; }
  body.desktop-listener-app .desktop-stream-episode-meta { font-size: 11px; }
  body.desktop-listener-app .desktop-stream-ce-badge { padding: 5px 7px; font-size: 9px; }

  /* PWA-derived list/detail views gain desktop scale instead of retaining mobile typography. */
  body.desktop-listener-app .mobile-app-page-head { margin-bottom: 34px; }
  body.desktop-listener-app .mobile-app-page-head > span { font-size: 11px; }
  body.desktop-listener-app .mobile-app-page-head h1 { font-size: clamp(42px, 3.6vw, 56px); }
  body.desktop-listener-app .mobile-app-section { margin-top: 42px; }
  body.desktop-listener-app .mobile-section-head { margin-bottom: 18px; }
  body.desktop-listener-app .mobile-section-head > div > span { font-size: 11px; }
  body.desktop-listener-app .mobile-section-head h2 { font-size: 28px; }
  body.desktop-listener-app .mobile-section-head > a,
  body.desktop-listener-app .mobile-section-head > span { font-size: 13px; }
  body.desktop-listener-app .mobile-discover-grid,
  body.desktop-listener-app .mobile-home-show-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 26px 20px;
  }
  body.desktop-listener-app .mobile-show-card { gap: 9px; padding: 0; }
  body.desktop-listener-app .mobile-show-art { border-radius: 15px; }
  body.desktop-listener-app .mobile-show-card strong { font-size: 15px; }
  body.desktop-listener-app .mobile-show-card > span:last-child { font-size: 12px; }
  body.desktop-listener-app .mobile-episode-feed { gap: 6px; }
  body.desktop-listener-app .mobile-episode-card {
    grid-template-columns: 84px minmax(0,1fr) 44px;
    gap: 16px;
    min-height: 104px;
    padding: 10px;
    border-radius: 12px;
  }
  body.desktop-listener-app .mobile-episode-art,
  body.desktop-listener-app .mobile-episode-art > a,
  body.desktop-listener-app .mobile-episode-art img,
  body.desktop-listener-app .mobile-episode-art button,
  body.desktop-listener-app .mobile-episode-art .mobile-episode-play-link { width: 84px; height: 84px; border-radius: 10px; }
  body.desktop-listener-app .mobile-episode-card-copy { gap: 5px; }
  body.desktop-listener-app .mobile-episode-title { font-size: 15px; }
  body.desktop-listener-app .mobile-episode-show { font-size: 11px; }
  body.desktop-listener-app .mobile-episode-meta { gap: 9px; font-size: 11px; }
  body.desktop-listener-app .mobile-listening-chip,
  body.desktop-listener-app .mobile-ce-chip { padding: 4px 7px; font-size: 9px; }
  body.desktop-listener-app .mobile-episode-more { width: 40px; height: 40px; }

  /* Podcast/show pages become genuine desktop landing pages. */
  body.desktop-listener-app .mobile-show-page { padding-bottom: 88px; }
  body.desktop-listener-app .mobile-show-page > .mobile-page-back { margin-top: 26px; }
  body.desktop-listener-app .mobile-page-back { font-size: 13px; }
  body.desktop-listener-app .mobile-show-hero {
    grid-template-columns: 280px minmax(0,1fr);
    gap: 36px;
    margin-top: 20px;
    padding: 56px 56px 44px;
    min-height: 380px;
  }
  body.desktop-listener-app .mobile-show-hero-art { width: 280px; height: 280px; border-radius: 16px; }
  body.desktop-listener-app .mobile-show-hero h1 { font-size: clamp(42px, 4vw, 64px); }
  body.desktop-listener-app .mobile-show-hero p { font-size: 16px; line-height: 1.6; }

  /* My Account: broad page, readable controls and a full-width section navigator. */
  body.desktop-listener-app .listener-account-hero { margin-bottom: 34px; }
  body.desktop-listener-app .listener-account-identity { gap: 22px; }
  body.desktop-listener-app .listener-account-avatar {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    border-radius: 16px;
    font-size: 18px;
  }
  body.desktop-listener-app .listener-account-hero .eyebrow { margin-bottom: 8px; font-size: 12px; }
  body.desktop-listener-app .listener-account-hero .page-title { font-size: clamp(42px, 3.7vw, 54px); }
  body.desktop-listener-app .listener-account-meta { gap: 10px 22px; margin-top: 11px; font-size: 14px; }
  body.desktop-listener-app .account-blades-wrap { margin-bottom: 34px; border-radius: 16px; }
  body.desktop-listener-app .account-blades,
  body.desktop-listener-app .settings-tabs.account-blades,
  body.desktop-listener-app .settings-blades.account-blades { grid-template-columns: repeat(6, minmax(0,1fr)); }
  body.desktop-listener-app .account-blades .account-blade,
  body.desktop-listener-app .settings-blades .account-blade {
    min-height: 104px !important;
    gap: 10px;
    padding: 18px 14px 20px !important;
  }
  body.desktop-listener-app .account-blades .settings-blade-icon { width: 26px; height: 26px; }
  body.desktop-listener-app .account-blades .settings-blade-icon svg { width: 23px; height: 23px; }
  body.desktop-listener-app .account-blades .account-blade strong { font-size: 14px; line-height: 1.3; }
  body.desktop-listener-app .listener-account-card,
  body.desktop-listener-app .listener-history-page { border-radius: 16px; }
  body.desktop-listener-app .listener-account-card .surface-header,
  body.desktop-listener-app .listener-history-page .surface-header { padding: 28px 32px; }
  body.desktop-listener-app .listener-account-card .surface-header h2,
  body.desktop-listener-app .listener-history-page .surface-header h2 { font-size: 25px; }
  body.desktop-listener-app .listener-account-card .surface-header .eyebrow,
  body.desktop-listener-app .listener-history-page .surface-header .eyebrow { font-size: 12px; }
  body.desktop-listener-app .listener-account-card .field-hint,
  body.desktop-listener-app .listener-history-page .field-hint { font-size: 15px; line-height: 1.6; }
  body.desktop-listener-app .listener-account-card .surface-body,
  body.desktop-listener-app .listener-history-page .surface-body { padding: 30px 32px; }
  body.desktop-listener-app .listener-account-card .surface-footer { padding: 20px 32px; }
  body.desktop-listener-app .listener-account-card .field label,
  body.desktop-listener-app .listener-history-page .field label { margin-bottom: 8px; font-size: 14px; }
  body.desktop-listener-app .listener-account-card input,
  body.desktop-listener-app .listener-account-card select,
  body.desktop-listener-app .listener-account-card textarea {
    min-height: 54px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 16px;
  }
  body.desktop-listener-app .listener-account-card .btn,
  body.desktop-listener-app .listener-history-page .btn {
    min-height: 48px;
    padding: 0 20px;
    border-radius: 11px;
    font-size: 14px;
  }
  body.desktop-listener-app .listener-account-card .badge,
  body.desktop-listener-app .listener-history-page .badge { padding: 6px 10px; font-size: 11px; }
  body.desktop-listener-app .listener-account-card .empty-state h3 { font-size: 21px; }
  body.desktop-listener-app .listener-account-card .empty-state p { font-size: 15px; line-height: 1.6; }

  /* CE account content gets the same readable website scale. */
  body.desktop-listener-app .account-ce-stack { gap: 28px; }
  body.desktop-listener-app .account-ce-profile-disclosure > summary { min-height: 86px; padding: 20px 28px; }
  body.desktop-listener-app .account-ce-profile-disclosure-copy { gap: 5px; }
  body.desktop-listener-app .account-ce-profile-disclosure-copy strong { font-size: 17px; }
  body.desktop-listener-app .account-ce-profile-disclosure-copy small { font-size: 13px; }
  body.desktop-listener-app .account-ce-profile-disclosure-toggle { min-height: 42px; padding: 0 15px; font-size: 13px; }
  body.desktop-listener-app .account-ce-certificate-list { gap: 14px; }
  body.desktop-listener-app .account-ce-certificate-row {
    grid-template-columns: minmax(0,1fr) auto auto;
    gap: 20px;
    align-items: center;
    padding: 20px 22px;
    border-radius: 14px;
  }
  body.desktop-listener-app .account-ce-certificate-copy { gap: 5px; }
  body.desktop-listener-app .account-ce-certificate-copy strong { font-size: 17px; }
  body.desktop-listener-app .account-ce-certificate-copy span { font-size: 14px; }
  body.desktop-listener-app .account-ce-certificate-copy small { font-size: 12px; }
  body.desktop-listener-app .account-ce-certificate-button { min-width: 190px; }

  /* The player is a full-width desktop transport, not a tiny mobile strip. */
  body.desktop-listener-app .mobile-mini-player {
    height: var(--desktop-player-height);
    grid-template-columns: minmax(300px, 1fr) minmax(520px, 760px) minmax(250px, 1fr);
    gap: 24px;
    padding: 14px 24px;
    border-top: 1px solid rgba(153,191,230,.16);
    background:
      radial-gradient(circle at 50% 0%, rgba(43, 139, 219, .08), transparent 38rem),
      rgba(4, 13, 23, .985);
  }
  body.desktop-listener-app .mobile-mini-open {
    min-width: 0;
    display: grid;
    grid-template-columns: 74px minmax(0,1fr);
    gap: 15px;
    align-items: center;
  }
  body.desktop-listener-app .mobile-mini-open img {
    width: 74px;
    height: 74px;
    border-radius: 12px;
  }
  body.desktop-listener-app .mobile-mini-copy { gap: 3px; }
  body.desktop-listener-app .mobile-mini-copy strong { font-size: 15px; }
  body.desktop-listener-app .mobile-mini-copy span { font-size: 12px; }
  body.desktop-listener-app .desktop-player-mode { margin-top: 4px; font-size: 9px; }
  body.desktop-listener-app .desktop-player-controls { gap: 8px; }
  body.desktop-listener-app .desktop-player-buttons { gap: 16px; }
  body.desktop-listener-app .desktop-player-buttons button {
    width: 36px;
    height: 36px;
  }
  body.desktop-listener-app .desktop-player-buttons svg { width: 22px; height: 22px; }
  body.desktop-listener-app .desktop-player-buttons button > span { font-size: 8px; }
  body.desktop-listener-app .desktop-player-toggle {
    width: 48px !important;
    height: 48px !important;
  }
  body.desktop-listener-app .desktop-player-toggle svg { width: 22px; height: 22px; }
  body.desktop-listener-app .desktop-player-timeline {
    grid-template-columns: 44px minmax(0,1fr) 44px;
    gap: 10px;
    font-size: 10px;
  }
  body.desktop-listener-app .desktop-player-timeline input,
  body.desktop-listener-app .desktop-player-right input { height: 4px; }
  body.desktop-listener-app .desktop-player-right {
    grid-template-columns: 38px 38px 38px minmax(90px, 150px);
    gap: 8px;
    width: min(100%, 300px);
  }
  body.desktop-listener-app .desktop-player-right button { width: 38px; height: 38px; }
  body.desktop-listener-app .desktop-player-right svg { width: 21px; height: 21px; }

  /* Now Playing remains optional, but no longer looks like a narrow phone sheet. */
  body.desktop-listener-app .mobile-now-playing:not([hidden]) {
    top: 18px;
    right: 18px;
    bottom: calc(var(--desktop-player-height) + 18px);
    width: min(460px, calc(100vw - var(--desktop-sidebar-width) - 56px));
    border-radius: 20px;
  }
  body.desktop-listener-app .mobile-now-header { padding: 18px 20px 12px; }
  body.desktop-listener-app .mobile-now-header span { font-size: 9px; }
  body.desktop-listener-app .mobile-now-header strong { font-size: 13px; }
  body.desktop-listener-app .mobile-now-body { gap: 18px; padding: 12px 20px 26px; }
  body.desktop-listener-app .mobile-now-copy h2 { font-size: 22px; }
  body.desktop-listener-app .mobile-now-copy a { font-size: 13px; }
  body.desktop-listener-app .mobile-now-track-meta,
  body.desktop-listener-app .mobile-now-listening-state { font-size: 11px; }
}

@media (min-width: 1181px) and (max-width: 1280px) {
  body.desktop-listener-app {
    --desktop-sidebar-width: 244px;
    --desktop-player-height: 108px;
  }
  body.desktop-listener-app .desktop-stream-home,
  body.desktop-listener-app .mobile-show-page,
  body.desktop-listener-app .mobile-episode-detail-page,
  body.desktop-listener-app .listener-account-shell,
  body.desktop-listener-app .mobile-library-page,
  body.desktop-listener-app .mobile-discover-page,
  body.desktop-listener-app .listener-app-page {
    width: calc(100% - 64px);
    margin-right: 32px;
    margin-left: 32px;
  }
  body.desktop-listener-app .desktop-stream-topbar {
    padding-right: 32px;
    padding-left: 32px;
    grid-template-columns: 82px minmax(300px, 1fr) auto;
  }
  body.desktop-listener-app .desktop-stream-main-nav a { font-size: 14px; }
  body.desktop-listener-app .desktop-stream-hero {
    grid-template-columns: minmax(0,1fr) 230px;
    gap: 36px;
    padding: 46px 44px 42px;
  }
  body.desktop-listener-app .desktop-stream-hero-feature { width: 230px; }
  body.desktop-listener-app .desktop-stream-quick-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.desktop-listener-app .desktop-stream-episode-rail { grid-template-columns: 1fr; }
  body.desktop-listener-app .account-blades,
  body.desktop-listener-app .settings-tabs.account-blades,
  body.desktop-listener-app .settings-blades.account-blades { grid-template-columns: repeat(3, minmax(0,1fr)); }
  body.desktop-listener-app .account-blades .account-blade:nth-child(3n) { border-right: 0 !important; }
  body.desktop-listener-app .account-blades .account-blade:nth-child(-n+3) { border-bottom: 1px solid var(--line) !important; }
  body.desktop-listener-app .mobile-mini-player {
    grid-template-columns: minmax(220px, .8fr) minmax(420px, 1.4fr) minmax(150px, .65fr);
    padding-right: 18px;
    padding-left: 18px;
  }
  body.desktop-listener-app .mobile-mini-open { grid-template-columns: 64px minmax(0,1fr); gap: 12px; }
  body.desktop-listener-app .mobile-mini-open img { width: 64px; height: 64px; }
  body.desktop-listener-app .desktop-player-right { grid-template-columns: 36px 36px; width: auto; }
  body.desktop-listener-app .desktop-player-right [data-desktop-player-mute],
  body.desktop-listener-app .desktop-player-right [data-desktop-player-volume] { display: none; }
}

/* Center configurable homepage artwork at every listener breakpoint. */
.home-hero.has-background-image,
body.desktop-listener-app .desktop-stream-home > .desktop-stream-hero.has-background-image {
  background-position: center center, center center !important;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat !important;
}

/* Podcast publication hero · final desktop cascade · 0.19.63 */
@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-show-page > .mobile-page-back { z-index: 8; }
  body.desktop-listener-app .mobile-show-hero {
    position: relative;
    isolation: isolate;
    display: block;
    width: 100%;
    min-height: clamp(590px, 52vw, 760px);
    overflow: hidden;
    margin: 0;
    padding: 106px clamp(48px, 6vw, 104px) 98px;
    border: 0;
    border-radius: 0;
    background: #071524;
    box-shadow: none;
  }
  body.desktop-listener-app .mobile-show-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: -48px;
    background: var(--desktop-show-art, linear-gradient(145deg, #102d50, #171a4c)) center / cover no-repeat;
    filter: blur(28px) saturate(1.08);
    opacity: .58;
    transform: scale(1.08);
    -webkit-mask-image: none;
    mask-image: none;
  }
  body.desktop-listener-app .mobile-show-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(3,12,23,.96) 0%, rgba(3,12,23,.84) 48%, rgba(4,12,24,.62) 100%);
    opacity: 1;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
  }
  body.desktop-listener-app .mobile-show-hero-copy {
    display: grid;
    width: min(900px, 72%);
    max-width: 900px;
    justify-items: start;
    gap: 14px;
    padding: 0;
  }
  body.desktop-listener-app .mobile-show-hero-art {
    width: 132px;
    height: 132px;
    aspect-ratio: 1;
    margin: 2px 0 5px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(0,0,0,.38);
  }
  body.desktop-listener-app .mobile-show-hero-copy h1 {
    margin: 0;
    font-size: clamp(48px, 5vw, 78px);
    line-height: .98;
  }
  body.desktop-listener-app .mobile-show-hero-copy p {
    max-width: 820px;
    margin: 0;
    color: rgba(220, 234, 246, .76);
    font-size: 16px;
    line-height: 1.65;
  }
  body.desktop-listener-app .mobile-show-hero-copy > .mobile-show-hero-meta {
    color: rgba(197, 217, 232, .62);
    font-size: 12px;
  }
  body.desktop-listener-app .desktop-show-hero-play { margin-top: 8px; }
}

@media (min-width: 1181px) and (max-width: 1360px) {
  body.desktop-listener-app .mobile-show-hero { padding-right: 44px; padding-left: 44px; }
  body.desktop-listener-app .mobile-show-hero-copy { width: min(880px, 78%); }
  body.desktop-listener-app .mobile-show-hero-art { width: 118px; height: 118px; }
}

/* Authoritative desktop CE action controls · 0.20.07 */
@media (min-width: 1181px) {
  body.desktop-listener-app .listener-ce-action-row {
    width: min(100%, 380px) !important;
    margin: 4px auto 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
    box-sizing: border-box !important;
  }
  body.desktop-listener-app .listener-ce-action-row:has(.listener-ce-action:not([hidden])) {
    display: grid !important;
  }
  body.desktop-listener-app .listener-ce-action-row:has(.listener-ce-action:not([hidden])) > [data-mobile-ce-status]:empty {
    display: none !important;
  }
  body.desktop-listener-app .listener-ce-action-row .listener-ce-action:not([hidden]) {
    appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 13px 20px !important;
    border: 1px solid #ffe17a !important;
    border-radius: 15px !important;
    background: linear-gradient(180deg,#ffd95a 0%,#f3bb28 100%) !important;
    box-shadow: 0 10px 28px rgba(239,180,36,.2),inset 0 1px 0 rgba(255,255,255,.42) !important;
    color: #15120a !important;
    font: inherit !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .025em !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
  }
  body.desktop-listener-app .listener-ce-action-row .listener-ce-action-secondary:not([hidden]) {
    border-color: rgba(104,235,255,.38) !important;
    background: linear-gradient(145deg,rgba(15,46,72,.88),rgba(7,24,43,.92)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09),0 10px 24px rgba(0,0,0,.18) !important;
    color: #e8fbff !important;
  }
  body.desktop-listener-app .listener-ce-action-row .listener-ce-action-success:not([hidden]) {
    border-color: rgba(63,213,152,.44) !important;
    background: linear-gradient(145deg,rgba(35,139,94,.38),rgba(10,49,39,.72)) !important;
    color: #fff !important;
  }
  body.desktop-listener-app .listener-ce-action-row .listener-ce-action:hover {
    transform: translateY(-1px) !important;
    filter: brightness(1.07) !important;
  }
}

/* Authoritative PWA podcast scroll container · 0.19.98 */
@media (max-width: 1180px) {
  body.mobile-listener-enabled.mobile-podcast-page-active {
    min-height: 100dvh;
    height: 100dvh !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  body.mobile-listener-enabled.mobile-podcast-page-active .public-shell {
    min-height: 0 !important;
    height: 100dvh !important;
    padding-bottom: 0;
    overflow: hidden !important;
  }

  body.mobile-listener-enabled.mobile-podcast-page-active .public-main {
    position: relative;
    flex: 0 0 100dvh;
    width: 100%;
    min-height: 0 !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-x: none;
    overscroll-behavior-y: contain;
    touch-action: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.mobile-listener-enabled.mobile-podcast-page-active .public-main::-webkit-scrollbar {
    display: none;
  }

  body.mobile-listener-enabled.mobile-podcast-page-active #mobile-app-page {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-page {
    position: relative;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    touch-action: auto;
  }

  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hero,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hero-copy,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hero-eyebrow,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hero-art,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hosts,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hero-facts,
  body.mobile-listener-enabled.mobile-podcast-page-active .podcast-follow-hero-control,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-episodes,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-episodes .mobile-episode-feed,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-episodes .mobile-episode-card {
    touch-action: auto;
  }

  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hero::before,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hero::after,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hero-art::before,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-hero-art::after {
    pointer-events: none !important;
  }

  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-horizontal-rail,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-product-rail,
  body.mobile-listener-enabled.mobile-podcast-page-active .mobile-show-ce-rail {
    touch-action: auto !important;
  }
}

/* Artwork play treatment · 0.19.95 */
.mobile-episode-art {
  isolation: isolate;
  background: linear-gradient(145deg, rgba(17, 40, 64, .96), rgba(8, 19, 35, .98));
}

.mobile-episode-art button,
.mobile-episode-art .mobile-episode-play-link {
  overflow: hidden;
  border: 1px solid rgba(156, 226, 255, .34) !important;
  color: #f7fcff !important;
  background: linear-gradient(145deg, rgba(16, 33, 51, .76), rgba(5, 14, 27, .66)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 8px 22px rgba(0,0,0,.34) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.25);
  backdrop-filter: blur(12px) saturate(1.25);
}

.mobile-episode-art button svg,
.mobile-episode-art .mobile-episode-play-link svg {
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.55));
}

@media (hover: hover) and (pointer: fine) {
  .mobile-episode-art::after,
  body.desktop-listener-app .desktop-stream-art-shell::after {
    content: '';
    position: absolute;
    inset: -35% -65%;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(216, 247, 255, .06) 46%, rgba(255,255,255,.28) 50%, rgba(112, 224, 255, .08) 55%, transparent 63%);
    transform: translateX(-72%) skewX(-10deg);
  }

  .mobile-episode-card:hover .mobile-episode-art::after,
  .mobile-episode-art:focus-within::after,
  body.desktop-listener-app .desktop-stream-episode-card:hover .desktop-stream-art-shell::after,
  body.desktop-listener-app .desktop-stream-art-shell:focus-within::after {
    animation: lpm-artwork-shimmer .72s ease-out both;
  }
}

@keyframes lpm-artwork-shimmer {
  0% { opacity: 0; transform: translateX(-72%) skewX(-10deg); }
  22% { opacity: 1; }
  100% { opacity: 0; transform: translateX(72%) skewX(-10deg); }
}

/* The hover shimmer belongs to the artwork only, never the episode row. */
.mobile-episode-art,
body.desktop-listener-app .desktop-stream-art-shell {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-episode-art button,
  body.desktop-listener-app .mobile-episode-art .mobile-episode-play-link {
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    border-radius: inherit !important;
    background: linear-gradient(145deg, rgba(3, 11, 21, .02), rgba(3, 13, 25, .24)) !important;
    box-shadow: inset 0 0 0 1px rgba(132, 220, 255, .15) !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.desktop-listener-app .mobile-episode-art button::before,
  body.desktop-listener-app .mobile-episode-art .mobile-episode-play-link::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    z-index: 2;
    border: 1px solid rgba(170, 231, 255, .38);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(20, 41, 61, .78), rgba(4, 13, 25, .66));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.19), 0 10px 28px rgba(0,0,0,.38), 0 0 22px rgba(77, 211, 255, .08);
    transform: translate(-50%, -50%);
    -webkit-backdrop-filter: blur(12px) saturate(1.25);
    backdrop-filter: blur(12px) saturate(1.25);
  }

  body.desktop-listener-app .mobile-episode-art button:hover::before,
  body.desktop-listener-app .mobile-episode-art .mobile-episode-play-link:hover::before {
    border-color: rgba(186, 238, 255, .58);
    background: linear-gradient(145deg, rgba(28, 54, 76, .84), rgba(7, 18, 32, .72));
  }

  body.desktop-listener-app .desktop-stream-play {
    border: 1px solid rgba(160, 226, 255, .32) !important;
    color: #f8fdff !important;
    background: linear-gradient(145deg, rgba(18, 38, 58, .78), rgba(5, 15, 28, .72)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 10px 26px rgba(0,0,0,.32), 0 0 20px rgba(70, 207, 255, .07) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
  }

  body.desktop-listener-app .desktop-stream-play:hover {
    border-color: rgba(184, 237, 255, .52) !important;
    background: linear-gradient(145deg, rgba(28, 55, 77, .84), rgba(8, 20, 35, .78)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-episode-art::after,
  body.desktop-listener-app .desktop-stream-art-shell::after {
    animation: none !important;
  }
}

/* Complete podcast archives · 0.19.94 */
.mobile-show-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 28px 0 0;
}

.mobile-show-pagination .pagination-ellipsis {
  color: rgba(190, 211, 230, .5);
}

.mobile-episode-description {
  display: none;
  overflow: hidden;
  margin: 2px 0 0;
  color: rgba(194, 214, 232, .62);
  font-size: 13px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-show-episodes .mobile-episode-feed {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  body.desktop-listener-app .mobile-show-episodes .mobile-episode-card {
    grid-template-columns: 104px minmax(0, 1fr) 48px;
    gap: 18px;
    min-height: 126px;
    padding: 11px 14px;
  }

  body.desktop-listener-app .mobile-show-episodes .mobile-episode-art,
  body.desktop-listener-app .mobile-show-episodes .mobile-episode-art > a,
  body.desktop-listener-app .mobile-show-episodes .mobile-episode-art img,
  body.desktop-listener-app .mobile-show-episodes .mobile-episode-art button,
  body.desktop-listener-app .mobile-show-episodes .mobile-episode-art .mobile-episode-play-link {
    width: 104px;
    height: 104px;
  }

  body.desktop-listener-app .mobile-show-episodes .mobile-episode-description {
    display: -webkit-box;
    max-width: 960px;
  }
}

/* Keep Exclusive Access geometry authoritative after the legacy account cascade. */
@media (min-width: 1401px) {
  body.desktop-listener-app .private-podcast-account-art {
    width: 112px;
    height: 112px;
    min-width: 112px;
    max-width: 112px;
    min-height: 112px;
    max-height: 112px;
  }
}

/* Exclusive Access account section · 0.19.74 */
@media (min-width: 1181px) {
  body.desktop-listener-app .exclusive-access-surface {
    overflow: hidden;
    border: 1px solid rgba(146, 201, 235, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(14, 35, 58, .78), rgba(8, 22, 42, .72));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 18px 46px rgba(0,0,0,.12);
  }

  body.desktop-listener-app .exclusive-access-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(146, 201, 235, .10);
    background: linear-gradient(180deg, rgba(28, 55, 88, .30), rgba(10, 27, 48, .08));
  }

  body.desktop-listener-app .exclusive-access-heading-copy {
    min-width: 0;
    display: grid;
    gap: 7px;
  }

  body.desktop-listener-app .exclusive-access-heading-copy .eyebrow,
  body.desktop-listener-app .exclusive-access-heading-copy h2,
  body.desktop-listener-app .exclusive-access-heading-copy > p:last-child { margin: 0; }
  body.desktop-listener-app .exclusive-access-heading-copy h2 { font-size: 25px; }
  body.desktop-listener-app .exclusive-access-heading-copy > p:last-child {
    max-width: 720px;
    color: var(--ink-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  body.desktop-listener-app .exclusive-access-count {
    min-width: 92px;
    display: grid;
    justify-items: center;
    gap: 2px;
    padding: 11px 16px;
    border: 1px solid rgba(108, 228, 255, .18);
    border-radius: 14px;
    color: var(--ink-muted);
    background: rgba(31, 106, 145, .12);
  }
  body.desktop-listener-app .exclusive-access-count strong { color: #fff; font-size: 20px; line-height: 1; }
  body.desktop-listener-app .exclusive-access-count span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
  body.desktop-listener-app .exclusive-access-body { padding: 32px; }

  body.desktop-listener-app .exclusive-access-empty {
    min-height: 220px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(146, 201, 235, .10);
    border-radius: 16px;
    background: rgba(255,255,255,.018);
  }
  body.desktop-listener-app .exclusive-access-empty-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(108, 228, 255, .18);
    border-radius: 16px;
    color: #72e8ff;
    background: rgba(42, 165, 214, .10);
  }
  body.desktop-listener-app .exclusive-access-empty-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body.desktop-listener-app .exclusive-access-empty h3 { margin: 0 0 7px; font-size: 20px; }
  body.desktop-listener-app .exclusive-access-empty p { max-width: 620px; margin: 0; color: var(--ink-muted); line-height: 1.55; }
  body.desktop-listener-app .exclusive-access-actions { display: flex; flex-wrap: wrap; gap: 10px; }

  body.desktop-listener-app .private-podcast-account-list { gap: 14px; }
  body.desktop-listener-app .private-podcast-account-card {
    grid-template-columns: 112px minmax(0, 1fr) minmax(260px, 340px);
    gap: 22px;
    padding: 20px;
    border-color: rgba(146, 201, 235, .11);
    background: rgba(255,255,255,.018);
  }
  body.desktop-listener-app .private-podcast-account-art {
    width: 112px;
    height: 112px;
    min-width: 112px;
    max-width: 112px;
    min-height: 112px;
    max-height: 112px;
    border-radius: 15px;
  }
  body.desktop-listener-app .private-podcast-account-main { gap: 9px; }
  body.desktop-listener-app .private-podcast-account-main h3 { font-size: 20px; }
  body.desktop-listener-app .private-podcast-account-main > p { margin: 0; line-height: 1.5; }
  body.desktop-listener-app .private-podcast-feed-card { min-height: 112px; align-content: center; padding: 17px; }
  body.desktop-listener-app .private-podcast-feed-card p { margin: 0; }

  body.desktop-listener-app .exclusive-access-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 14px;
    margin-top: 20px;
    padding: 16px 18px;
    border: 1px solid rgba(146, 201, 235, .09);
    border-radius: 14px;
    color: var(--ink-muted);
    background: rgba(5, 16, 31, .28);
    font-size: 13px;
    line-height: 1.5;
  }
  body.desktop-listener-app .exclusive-access-note strong { color: var(--ink); }
}

@media (min-width: 1181px) and (max-width: 1400px) {
  body.desktop-listener-app .exclusive-access-empty { grid-template-columns: 58px minmax(0, 1fr); }
  body.desktop-listener-app .exclusive-access-actions { grid-column: 2; }
  body.desktop-listener-app .private-podcast-account-card { grid-template-columns: 96px minmax(0, 1fr); }
  body.desktop-listener-app .private-podcast-account-art {
    width: 96px;
    height: 96px;
    min-width: 96px;
    max-width: 96px;
    min-height: 96px;
    max-height: 96px;
  }
  body.desktop-listener-app .private-podcast-feed-card { grid-column: 1 / -1; }
}

@media (max-width: 1180px) {
  body.mobile-listener-enabled .mobile-exclusive-access {
    display: grid;
    gap: 16px;
    padding-bottom: 24px;
  }
  body.mobile-listener-enabled .mobile-exclusive-empty {
    display: grid;
    justify-items: start;
    gap: 11px;
    padding: 20px;
    border: 1px solid rgba(163, 213, 249, .13);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(17, 48, 78, .76), rgba(11, 24, 48, .76));
  }
  body.mobile-listener-enabled .mobile-exclusive-empty-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 3px;
    border-radius: 14px;
    color: #72e8ff;
    background: rgba(42, 165, 214, .13);
  }
  body.mobile-listener-enabled .mobile-exclusive-empty-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body.mobile-listener-enabled .mobile-exclusive-empty h2 { margin: 0; font-size: 19px; line-height: 1.25; }
  body.mobile-listener-enabled .mobile-exclusive-empty p { margin: 0; color: rgba(226,240,252,.56); font-size: 12px; line-height: 1.55; }
  body.mobile-listener-enabled .mobile-exclusive-actions { width: 100%; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 5px; }
  body.mobile-listener-enabled .mobile-exclusive-actions .btn { min-height: 44px; }
  body.mobile-listener-enabled .mobile-exclusive-list { display: grid; gap: 10px; }
  body.mobile-listener-enabled .mobile-exclusive-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 18px;
    gap: 13px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(163, 213, 249, .13);
    border-radius: 18px;
    color: #fff;
    background: rgba(10, 27, 49, .72);
  }
  body.mobile-listener-enabled .mobile-exclusive-art {
    width: 76px;
    height: 76px;
    display: grid;
    overflow: hidden;
    place-items: center;
    border-radius: 14px;
    background: #0b1c31;
  }
  body.mobile-listener-enabled .mobile-exclusive-art img,
  body.mobile-listener-enabled .mobile-exclusive-art .art-placeholder { width: 100%; height: 100%; display: grid; object-fit: cover; place-items: center; }
  body.mobile-listener-enabled .mobile-exclusive-copy { min-width: 0; display: grid; gap: 4px; }
  body.mobile-listener-enabled .mobile-exclusive-copy small { color: #cbb2ff; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
  body.mobile-listener-enabled .mobile-exclusive-copy strong { overflow: hidden; font-size: 15px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
  body.mobile-listener-enabled .mobile-exclusive-copy > span { overflow: hidden; color: rgba(226,240,252,.50); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  body.mobile-listener-enabled .mobile-exclusive-card > svg { width: 18px; fill: none; stroke: rgba(226,240,252,.34); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  body.mobile-listener-enabled .mobile-exclusive-note {
    display: grid;
    gap: 4px;
    padding: 15px 16px;
    border: 1px solid rgba(163, 213, 249, .09);
    border-radius: 15px;
    color: rgba(226,240,252,.50);
    background: rgba(10, 27, 49, .44);
    font-size: 11px;
    line-height: 1.5;
  }
  body.mobile-listener-enabled .mobile-exclusive-note strong { color: rgba(241,248,253,.88); }
}

@media (max-width: 480px) {
  body.mobile-listener-enabled .mobile-exclusive-actions { display: grid; grid-template-columns: 1fr; }
  body.mobile-listener-enabled .mobile-exclusive-actions .btn { width: 100%; }
}

/* Podcast flow and five-destination PWA navigation · 0.19.66 */
@media (max-width: 1180px) {
  body.mobile-listener-enabled .mobile-show-episodes {
    margin-top: 34px;
    padding-bottom: 18px;
  }
  body.mobile-listener-enabled .mobile-show-content-rail + .mobile-show-episodes {
    margin-top: 38px;
  }
  body.mobile-listener-enabled .mobile-bottom-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-right: 6px;
    padding-left: 6px;
  }
  body.mobile-listener-enabled .mobile-bottom-nav a {
    min-width: 0;
    min-height: 54px;
    padding: 2px 1px;
    font-size: 9px;
  }
  body.mobile-listener-enabled .mobile-bottom-nav svg { width: 22px; height: 22px; }
}
@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-show-content-rail + .mobile-show-episodes,
  body.desktop-listener-app .mobile-show-play-latest-mobile + .mobile-show-episodes,
  body.desktop-listener-app .mobile-show-hero + .mobile-show-episodes {
    margin-top: 48px;
  }
}

/* Podcast publication information and content rails · 0.19.65 */
.mobile-show-hosts {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  margin-top: 2px;
}
.mobile-show-host-avatars { display: flex; padding-left: 3px; }
.mobile-show-host-avatars > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-left: -4px;
  border: 2px solid #071524;
  border-radius: 50%;
  color: #dff8ff;
  background: #173e60;
  font-size: 10px;
  font-weight: 800;
}
.mobile-show-host-avatars img { width: 100%; height: 100%; object-fit: cover; }
.mobile-show-hosts > span:last-child { min-width: 0; display: grid; gap: 1px; }
.mobile-show-hosts small { color: rgba(197,217,232,.58); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.mobile-show-hosts strong { overflow-wrap: anywhere; color: #f5fbff; font-size: 12px; font-weight: 700; }
.mobile-show-hero-facts { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.mobile-show-hero-facts span {
  padding: 5px 8px;
  border: 1px solid rgba(126,205,241,.14);
  border-radius: 999px;
  color: rgba(218,233,245,.72);
  background: rgba(4,17,32,.34);
  font-size: 10px;
}
.mobile-show-content-rail { min-width: 0; }
.mobile-show-product-rail,
.mobile-show-ce-rail {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-auto-columns: minmax(180px, 68vw);
  align-items: start;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 3px 1px 12px;
}
.mobile-show-product-rail::-webkit-scrollbar,
.mobile-show-ce-rail::-webkit-scrollbar { display: none; }
.mobile-show-product-rail > *,
.mobile-show-ce-rail > * { min-width: 0; scroll-snap-align: start; }
.mobile-show-ce-rail .mobile-episode-card-shelf { height: 100%; }

@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-show-host-avatars > span { width: 38px; height: 38px; font-size: 11px; }
  body.desktop-listener-app .mobile-show-hosts small { font-size: 10px; }
  body.desktop-listener-app .mobile-show-hosts strong { font-size: 14px; }
  body.desktop-listener-app .mobile-show-hero-facts span { padding: 6px 10px; font-size: 11px; }
  body.desktop-listener-app .mobile-show-content-rail { margin-top: 44px; }
  body.desktop-listener-app .mobile-show-product-rail,
  body.desktop-listener-app .mobile-show-ce-rail {
    grid-template-columns: none;
    grid-auto-columns: minmax(200px, 230px);
    gap: 20px;
    padding-bottom: 16px;
  }
  body.desktop-listener-app .mobile-show-ce-rail { grid-auto-columns: minmax(260px, 310px); }
  body.desktop-listener-app .mobile-show-ce-rail .mobile-episode-card {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 10px;
    height: 100%;
    padding: 12px;
    border: 1px solid rgba(148,205,239,.12);
    border-radius: 16px;
    background: rgba(12,30,52,.72);
  }
  body.desktop-listener-app .mobile-show-ce-rail .mobile-episode-art,
  body.desktop-listener-app .mobile-show-ce-rail .mobile-episode-art > a,
  body.desktop-listener-app .mobile-show-ce-rail .mobile-episode-art img,
  body.desktop-listener-app .mobile-show-ce-rail .mobile-episode-art button,
  body.desktop-listener-app .mobile-show-ce-rail .mobile-episode-art .mobile-episode-play-link {
    width: 100%; height: auto; aspect-ratio: 16/10; border-radius: 12px;
  }
  body.desktop-listener-app .mobile-show-ce-rail .mobile-episode-more { position: absolute; right: 16px; bottom: 14px; }
}

/* PWA podcast hero · full-width readable content · 0.19.64 */
@media (max-width: 1180px) {
  body.mobile-listener-enabled .mobile-show-page {
    padding-right: 18px;
    padding-left: 18px;
  }
  body.mobile-listener-enabled .mobile-show-page > .mobile-page-back {
    margin: 6px 2px 22px;
  }
  body.mobile-listener-enabled .mobile-show-hero {
    width: 100%;
    margin: 0 0 24px;
    padding: 22px 20px 28px;
    box-sizing: border-box;
  }
  body.mobile-listener-enabled .podcast-follow-hero-control {
    position: static;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 20px;
  }
  body.mobile-listener-enabled .podcast-follow-hero-control .lpm-podcast-follow-strip,
  body.mobile-listener-enabled .podcast-follow-hero-control form,
  body.mobile-listener-enabled .podcast-follow-hero-control .lpm-notification-follow-button {
    width: auto;
  }
  body.mobile-listener-enabled .mobile-show-hero-copy {
    width: 100%;
    max-width: none;
    justify-items: stretch;
    gap: 13px;
  }
  body.mobile-listener-enabled .mobile-show-hero-eyebrow,
  body.mobile-listener-enabled .mobile-show-hero-art,
  body.mobile-listener-enabled .mobile-show-hero-copy h1,
  body.mobile-listener-enabled .mobile-show-hero-meta {
    justify-self: start;
  }
  body.mobile-listener-enabled .mobile-show-hero-art {
    width: 104px;
    height: 104px;
    margin: 1px 0 3px;
  }
  body.mobile-listener-enabled .mobile-show-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 44px);
  }
  body.mobile-listener-enabled .mobile-show-hero-copy p {
    display: block;
    width: 100%;
    max-width: none;
    margin: 1px 0 0;
    overflow: visible;
    color: rgba(220, 234, 246, .72);
    font-size: 14px;
    line-height: 1.6;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
  }
  body.mobile-listener-enabled .mobile-show-play-latest-mobile {
    width: 100%;
    margin: 0 0 34px;
    box-sizing: border-box;
  }
  body.mobile-listener-enabled .mobile-show-episodes { margin-top: 0; }
}

@media (max-width: 520px) {
  body.mobile-listener-enabled .mobile-show-hero { padding: 20px 18px 26px; }
}

/* Podcast publication hero · unified foreground hierarchy · 0.19.63 */
.mobile-show-hero-eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.mobile-show-hero-meta { color: rgba(218, 233, 245, .62); font-size: 11px; }

@media (max-width: 1180px) {
  body.mobile-listener-enabled .mobile-show-hero {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: 0;
    overflow: hidden;
    margin: 0 0 22px;
    padding: 28px 22px 30px;
    border: 1px solid rgba(126, 205, 241, .13);
    border-radius: 20px;
    background: #071524;
  }
  body.mobile-listener-enabled .mobile-show-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: -28px;
    background-image: var(--desktop-show-art, none);
    background-position: center;
    background-size: cover;
    filter: blur(22px) saturate(1.1);
    opacity: .48;
    transform: scale(1.08);
  }
  body.mobile-listener-enabled .mobile-show-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 12, 23, .94), rgba(4, 14, 27, .76) 70%, rgba(4, 14, 27, .62));
  }
  body.mobile-listener-enabled .mobile-show-hero-copy {
    display: grid;
    justify-items: start;
    gap: 12px;
    min-width: 0;
  }
  body.mobile-listener-enabled .mobile-show-hero-art {
    width: 92px;
    height: 92px;
    margin: 2px 0 1px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px;
    box-shadow: 0 16px 34px rgba(0,0,0,.34);
  }
  body.mobile-listener-enabled .mobile-show-hero-copy h1 {
    margin: 0;
    font-size: clamp(30px, 9vw, 44px);
  }
  body.mobile-listener-enabled .mobile-show-hero-copy p {
    display: block;
    max-width: 680px;
    margin: 0;
    overflow: visible;
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-show-page > .mobile-page-back { z-index: 8; }
  body.desktop-listener-app .mobile-show-hero {
    display: block;
    min-height: clamp(590px, 52vw, 760px);
    padding: 106px clamp(48px, 6vw, 104px) 98px;
  }
  body.desktop-listener-app .mobile-show-hero::before {
    inset: -48px;
    background: var(--desktop-show-art, linear-gradient(145deg, #102d50, #171a4c)) center / cover no-repeat;
    filter: blur(28px) saturate(1.08);
    opacity: .58;
    transform: scale(1.08);
    -webkit-mask-image: none;
    mask-image: none;
  }
  body.desktop-listener-app .mobile-show-hero::after {
    inset: 0;
    background: linear-gradient(90deg, rgba(3,12,23,.96) 0%, rgba(3,12,23,.84) 48%, rgba(4,12,24,.62) 100%);
    background-image: linear-gradient(90deg, rgba(3,12,23,.96) 0%, rgba(3,12,23,.84) 48%, rgba(4,12,24,.62) 100%);
    opacity: 1;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
  }
  body.desktop-listener-app .mobile-show-hero-copy {
    display: grid;
    justify-items: start;
    gap: 14px;
    width: min(900px, 72%);
    max-width: 900px;
  }
  body.desktop-listener-app .mobile-show-hero-art {
    width: 132px;
    height: 132px;
    margin: 2px 0 5px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(0,0,0,.38);
  }
  body.desktop-listener-app .mobile-show-hero-copy h1 {
    margin: 0;
    font-size: clamp(48px, 5vw, 78px);
  }
  body.desktop-listener-app .mobile-show-hero-copy p {
    max-width: 820px;
    margin: 0;
    color: rgba(220, 234, 246, .76);
    font-size: 16px;
    line-height: 1.65;
  }
  body.desktop-listener-app .mobile-show-hero-copy > .mobile-show-hero-meta {
    color: rgba(197, 217, 232, .62);
    font-size: 12px;
  }
  body.desktop-listener-app .desktop-show-hero-play { margin-top: 8px; }
}

@media (min-width: 1181px) and (max-width: 1360px) {
  body.desktop-listener-app .mobile-show-hero { padding-right: 44px; padding-left: 44px; }
  body.desktop-listener-app .mobile-show-hero-copy { width: min(880px, 78%); }
  body.desktop-listener-app .mobile-show-hero-art { width: 118px; height: 118px; }
}
/* Desktop episode detail · wide listener workspace · 0.15.46 */
.desktop-episode-sidecar,
.desktop-episode-section-label,
.desktop-episode-notes-empty {
  display: none;
}

@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page {
    position: relative;
    isolation: isolate;
    width: calc(100% - 96px);
    max-width: none;
    margin: 0 48px;
    padding: 28px 0 96px;
    display: grid;
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr) minmax(300px, 360px);
    grid-template-areas:
      "top top top"
      "art copy copy"
      "art actions actions"
      "notes notes side";
    column-gap: clamp(34px, 3vw, 58px);
    row-gap: 28px;
    align-items: start;
  }

  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page::before,
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page::after {
    content: "";
    grid-column: 1 / -1;
    grid-row: 2 / 4;
    align-self: stretch;
    justify-self: stretch;
    min-width: 0;
    border-radius: 22px;
    pointer-events: none;
  }
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page::before {
    z-index: 0;
    border: 1px solid rgba(140, 205, 244, .13);
    background:
      radial-gradient(circle at 12% 18%, rgba(62, 205, 255, .14), transparent 29rem),
      radial-gradient(circle at 88% 14%, rgba(111, 92, 255, .16), transparent 31rem),
      linear-gradient(145deg, rgba(18, 43, 72, .92), rgba(7, 20, 39, .94));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 28px 70px rgba(0,0,0,.22);
  }
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page::after {
    z-index: 0;
    opacity: .10;
    background-image:
      linear-gradient(90deg, rgba(4,14,27,.92) 0%, rgba(4,14,27,.54) 46%, rgba(4,14,27,.78) 100%),
      var(--desktop-episode-artwork, none);
    background-position: center, right 14% center;
    background-repeat: no-repeat;
    background-size: cover, min(48vw, 760px);
    filter: saturate(1.18);
  }

  body.desktop-listener-app .mobile-episode-detail-topbar {
    grid-area: top;
    position: relative;
    z-index: 2;
    min-height: 42px;
    margin: 0;
  }
  body.desktop-listener-app .mobile-episode-detail-topbar .mobile-page-back {
    font-size: 14px;
  }
  body.desktop-listener-app .mobile-episode-detail-topbar .mobile-episode-detail-more {
    width: 42px;
    height: 42px;
  }

  body.desktop-listener-app .mobile-episode-detail-art {
    grid-area: art;
    position: relative;
    z-index: 2;
    align-self: center;
    width: min(100%, 340px);
    height: auto;
    aspect-ratio: 1;
    margin: 38px 0 38px 38px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: #10243a;
    box-shadow: 0 28px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.05);
  }
  body.desktop-listener-app .mobile-episode-detail-art img {
    border-radius: inherit;
  }

  body.desktop-listener-app .mobile-episode-detail-copy {
    grid-area: copy;
    position: relative;
    z-index: 2;
    align-self: end;
    min-width: 0;
    margin: 42px 42px 0 0;
    padding: 0;
  }
  body.desktop-listener-app .mobile-episode-detail-copy > a {
    color: rgba(112, 229, 255, .86);
    font-size: 13px;
    font-weight: 820;
    letter-spacing: .015em;
  }
  body.desktop-listener-app .mobile-episode-detail-copy h1 {
    max-width: 1100px;
    margin: 12px 0 18px;
    font-size: clamp(48px, 4.25vw, 76px);
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
  }
  body.desktop-listener-app .mobile-episode-detail-meta,
  body.desktop-listener-app .mobile-episode-detail-states {
    gap: 10px;
    font-size: 13px;
  }
  body.desktop-listener-app .mobile-episode-detail-states {
    margin-top: 12px;
  }
  body.desktop-listener-app .mobile-episode-detail-states .mobile-listening-chip,
  body.desktop-listener-app .mobile-episode-detail-states .mobile-ce-chip {
    padding: 6px 10px;
    font-size: 10px;
  }

  body.desktop-listener-app .mobile-episode-primary-actions {
    grid-area: actions;
    position: relative;
    z-index: 2;
    min-width: 0;
    display: grid;
    grid-template-columns: max-content minmax(390px, 620px);
    gap: 14px 18px;
    align-items: center;
    align-content: start;
    margin: 0 42px 38px 0;
  }
  body.desktop-listener-app .mobile-episode-play-compact {
    min-height: 56px;
    padding: 0 24px;
    gap: 10px;
    border-radius: 15px;
    font-size: 14px;
  }
  body.desktop-listener-app .mobile-episode-play-compact svg {
    width: 21px;
    height: 21px;
  }
  body.desktop-listener-app .mobile-episode-primary-actions .listener-mode-switch {
    width: 100%;
    min-height: 58px;
    padding: 5px;
    border-radius: 16px;
  }
  body.desktop-listener-app .mobile-episode-primary-actions .listener-mode-switch button {
    min-height: 46px;
    padding: 0 22px;
    font-size: 14px;
  }
  body.desktop-listener-app .mobile-episode-primary-actions .mobile-page-ce-status,
  body.desktop-listener-app .mobile-episode-primary-actions .listener-ce-membership-cta,
  body.desktop-listener-app .mobile-episode-primary-actions .listener-ce-scheduled-note {
    grid-column: 1 / -1;
    width: min(100%, 820px);
    justify-self: start;
  }

  body.desktop-listener-app .mobile-episode-notes {
    grid-area: notes;
    display: block;
    max-width: none;
    min-height: 280px;
    margin: 0;
    padding: 32px 36px 38px;
    border: 1px solid rgba(139, 202, 241, .12);
    border-radius: 18px;
    color: rgba(207, 225, 239, .70);
    background: linear-gradient(145deg, rgba(18, 41, 68, .76), rgba(7, 21, 40, .82));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 44px rgba(0,0,0,.14);
    font-size: 16px;
    line-height: 1.78;
  }
  body.desktop-listener-app .desktop-episode-section-label {
    display: block;
    margin: 0 0 7px;
    color: rgba(107, 226, 255, .72);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  body.desktop-listener-app .mobile-episode-notes h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 26px;
    letter-spacing: -.025em;
  }
  body.desktop-listener-app .mobile-episode-notes > p:last-child {
    max-width: 1050px;
    margin: 0;
  }
  body.desktop-listener-app .desktop-episode-empty-notes {
    color: rgba(180, 204, 222, .48);
  }

  body.desktop-listener-app .desktop-episode-sidecar {
    grid-area: side;
    display: grid;
    gap: 16px;
    position: sticky;
    top: calc(var(--desktop-topbar-height) + 20px);
    align-self: start;
  }
  body.desktop-listener-app .desktop-episode-panel,
  body.desktop-listener-app .desktop-episode-quick-actions {
    overflow: hidden;
    border: 1px solid rgba(139, 202, 241, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(18, 41, 68, .78), rgba(7, 21, 40, .84));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 44px rgba(0,0,0,.14);
  }
  body.desktop-listener-app .desktop-episode-panel {
    padding: 22px;
  }
  body.desktop-listener-app .desktop-episode-panel-head {
    display: grid;
    gap: 3px;
    margin-bottom: 18px;
  }
  body.desktop-listener-app .desktop-episode-panel-head span {
    color: rgba(112, 229, 255, .70);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
  }
  body.desktop-listener-app .desktop-episode-panel-head strong {
    color: #fff;
    font-size: 18px;
    letter-spacing: -.02em;
  }
  body.desktop-listener-app .desktop-episode-panel-copy {
    margin: 0;
    color: rgba(190, 214, 231, .58);
    font-size: 13px;
    line-height: 1.55;
  }
  body.desktop-listener-app .desktop-episode-progress-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 9px 12px;
    align-items: center;
  }
  body.desktop-listener-app .desktop-episode-progress-row + .desktop-episode-progress-row {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(139, 202, 241, .10);
  }
  body.desktop-listener-app .desktop-episode-progress-row > div {
    min-width: 0;
    display: grid;
    gap: 2px;
  }
  body.desktop-listener-app .desktop-episode-progress-row strong {
    color: #fff;
    font-size: 13px;
  }
  body.desktop-listener-app .desktop-episode-progress-row span,
  body.desktop-listener-app .desktop-episode-progress-row em {
    color: rgba(185, 209, 227, .56);
    font-size: 10px;
    font-style: normal;
  }
  body.desktop-listener-app .desktop-episode-progress-row em {
    color: rgba(235, 244, 250, .82);
    font-size: 12px;
    font-weight: 900;
    text-align: right;
  }
  body.desktop-listener-app .desktop-episode-progress-row > i {
    grid-column: 1 / -1;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(135, 181, 216, .12);
  }
  body.desktop-listener-app .desktop-episode-progress-row > i > b {
    display: block;
    height: 100%;
    border-radius: inherit;
  }
  body.desktop-listener-app .desktop-episode-progress-row.is-casual > i > b {
    background: linear-gradient(90deg, #54d692, #46c9ae);
  }
  body.desktop-listener-app .desktop-episode-progress-row.is-ce > i > b {
    background: linear-gradient(90deg, #ff6a78, #ff9a6a);
  }

  body.desktop-listener-app .desktop-episode-facts-panel dl {
    display: grid;
    gap: 0;
    margin: 0;
  }
  body.desktop-listener-app .desktop-episode-facts-panel dl > div {
    display: grid;
    grid-template-columns: 92px minmax(0,1fr);
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(139, 202, 241, .09);
  }
  body.desktop-listener-app .desktop-episode-facts-panel dl > div:last-child {
    border-bottom: 0;
  }
  body.desktop-listener-app .desktop-episode-facts-panel dt {
    color: rgba(176, 201, 220, .48);
    font-size: 11px;
    font-weight: 780;
  }
  body.desktop-listener-app .desktop-episode-facts-panel dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: rgba(235, 244, 250, .82);
    font-size: 12px;
  }

  body.desktop-listener-app .desktop-episode-quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 1px;
    background: rgba(139, 202, 241, .12);
  }
  body.desktop-listener-app .desktop-episode-quick-actions a,
  body.desktop-listener-app .desktop-episode-quick-actions button {
    min-width: 0;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 0;
    color: rgba(229, 239, 247, .82);
    background: rgba(7, 21, 40, .96);
    font-size: 11px;
    font-weight: 820;
    cursor: pointer;
  }
  body.desktop-listener-app .desktop-episode-quick-actions a:hover,
  body.desktop-listener-app .desktop-episode-quick-actions button:hover {
    color: #fff;
    background: rgba(22, 49, 78, .98);
  }
  body.desktop-listener-app .desktop-episode-quick-actions svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

@media (min-width: 1181px) and (max-width: 1280px) {
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page {
    width: calc(100% - 64px);
    margin-right: 32px;
    margin-left: 32px;
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    grid-template-areas:
      "top top"
      "art copy"
      "art actions"
      "notes notes"
      "side side";
    column-gap: 34px;
  }
  body.desktop-listener-app .mobile-episode-detail-art {
    width: min(100%, 280px);
    margin: 30px 0 30px 30px;
  }
  body.desktop-listener-app .mobile-episode-detail-copy {
    margin: 34px 32px 0 0;
  }
  body.desktop-listener-app .mobile-episode-detail-copy h1 {
    font-size: clamp(40px, 4.6vw, 58px);
  }
  body.desktop-listener-app .mobile-episode-primary-actions {
    grid-template-columns: max-content minmax(300px, 1fr);
    margin: 0 32px 30px 0;
  }
  body.desktop-listener-app .desktop-episode-sidecar {
    position: static;
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  body.desktop-listener-app .desktop-episode-quick-actions {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1181px) and (max-width: 980px) {
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page {
    grid-template-columns: 220px minmax(0,1fr);
    column-gap: 26px;
  }
  body.desktop-listener-app .mobile-episode-detail-art {
    width: 210px;
    margin: 26px 0 26px 26px;
  }
  body.desktop-listener-app .mobile-episode-detail-copy {
    margin: 28px 26px 0 0;
  }
  body.desktop-listener-app .mobile-episode-detail-copy h1 {
    font-size: clamp(34px, 4.8vw, 48px);
  }
  body.desktop-listener-app .mobile-episode-primary-actions {
    grid-template-columns: 1fr;
    margin: 0 26px 26px 0;
  }
  body.desktop-listener-app .mobile-episode-play-compact {
    width: max-content;
  }
  body.desktop-listener-app .desktop-episode-sidecar {
    grid-template-columns: 1fr;
  }
  body.desktop-listener-app .desktop-episode-quick-actions {
    grid-column: auto;
  }
}

/* Desktop media-card refresh · 0.15.47 */
@media (min-width: 1181px) {
  body.desktop-listener-app .desktop-stream-section {
    margin-top: 58px;
  }

  body.desktop-listener-app .desktop-stream-section-head {
    margin-bottom: 24px;
  }

  body.desktop-listener-app .desktop-stream-section-head h2 {
    font-size: 32px;
  }

  body.desktop-listener-app .desktop-stream-card-rail {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
    justify-content: start;
    gap: 34px 28px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  body.desktop-listener-app .desktop-stream-podcast-rail {
    grid-template-columns: repeat(auto-fit, minmax(190px, 230px));
    gap: 36px 30px;
  }

  body.desktop-listener-app .desktop-stream-media-card {
    display: grid;
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    transition: transform .18s ease;
  }

  body.desktop-listener-app .desktop-stream-media-card:hover {
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-4px);
  }

  body.desktop-listener-app .desktop-stream-media-card .desktop-stream-card-art {
    border: 1px solid rgba(137, 198, 238, .14);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0,0,0,.26);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  }

  body.desktop-listener-app .desktop-stream-media-card:hover .desktop-stream-card-art {
    border-color: rgba(105, 220, 255, .28);
    box-shadow: 0 24px 54px rgba(0,0,0,.34), 0 0 28px rgba(68, 173, 235, .06);
  }

  body.desktop-listener-app .desktop-stream-media-card strong {
    margin: 0;
    font-size: 16px;
    font-weight: 820;
    line-height: 1.25;
  }

  body.desktop-listener-app .desktop-stream-media-card small {
    font-size: 12px;
    line-height: 1.3;
  }

  body.desktop-listener-app .desktop-stream-episode-rail {
    grid-template-columns: repeat(auto-fit, minmax(210px, 232px));
    gap: 38px 28px;
  }

  body.desktop-listener-app .desktop-stream-episode-card {
    position: relative;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 7px;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: transform .18s ease;
  }

  body.desktop-listener-app .desktop-stream-episode-card:hover {
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-4px);
  }

  body.desktop-listener-app .desktop-stream-art-shell {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
  }

  body.desktop-listener-app .desktop-stream-episode-card .desktop-stream-card-art {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin: 0;
    border: 1px solid rgba(137, 198, 238, .13);
    border-radius: 17px;
    box-shadow: 0 18px 42px rgba(0,0,0,.26);
    transition: border-color .18s ease, box-shadow .18s ease;
  }

  body.desktop-listener-app .desktop-stream-episode-card:hover .desktop-stream-card-art {
    border-color: rgba(105, 220, 255, .27);
    box-shadow: 0 24px 54px rgba(0,0,0,.34), 0 0 28px rgba(68, 173, 235, .055);
  }

  body.desktop-listener-app .desktop-stream-episode-show {
    margin-top: 2px;
    color: #73e4ff;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
  }

  body.desktop-listener-app .desktop-stream-episode-title {
    display: -webkit-box;
    overflow: hidden;
    color: #f7fbff;
    font-size: 16px;
    font-weight: 830;
    line-height: 1.28;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.desktop-listener-app .desktop-stream-episode-meta {
    color: rgba(179, 203, 227, .58);
    font-size: 11px;
    line-height: 1.35;
    white-space: normal;
  }

  body.desktop-listener-app .desktop-stream-art-shell > .desktop-stream-play {
    position: absolute;
    right: 12px;
    bottom: 12px;
    top: auto;
    width: 48px;
    height: 48px;
    opacity: 0;
    transform: translateY(5px) scale(.96);
    z-index: 3;
  }

  body.desktop-listener-app .desktop-stream-episode-card:hover .desktop-stream-art-shell > .desktop-stream-play,
  body.desktop-listener-app .desktop-stream-art-shell > .desktop-stream-play:focus-visible,
  body.desktop-listener-app .desktop-stream-art-shell > .desktop-stream-play.is-playing {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  body.desktop-listener-app .desktop-stream-art-shell > .desktop-stream-play:hover {
    transform: scale(1.06);
  }

  body.desktop-listener-app .desktop-stream-ce-badge {
    left: 10px;
    top: 10px;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 9px;
  }

  body.desktop-listener-app .desktop-stream-ce-action {
    width: 100%;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 218, 105, .38);
    border-radius: 10px;
    color: #15120a;
    background: linear-gradient(180deg, #ffe06a 0%, #efbd31 100%);
    box-shadow: 0 9px 22px rgba(208, 148, 30, .12);
    font-size: 11px;
    font-weight: 900;
  }

  body.desktop-listener-app .desktop-stream-ce-action:hover {
    color: #0a0d13;
    border-color: #ffe994;
    background: linear-gradient(180deg, #ffea8a 0%, #f5cb4a 100%);
  }

}

@media (min-width: 1181px) and (max-width: 1180px) {
  body.desktop-listener-app .desktop-stream-card-rail,
  body.desktop-listener-app .desktop-stream-podcast-rail,
  body.desktop-listener-app .desktop-stream-episode-rail {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 30px 22px;
  }
}

/* Desktop listener home and storefront refresh · 0.15.48 */
@media (min-width: 1181px) {
  body.desktop-listener-app .desktop-home-section {
    margin-top: 58px;
  }

  body.desktop-listener-app .desktop-home-podcast-grid,
  body.desktop-listener-app .desktop-home-episode-grid,
  body.desktop-listener-app .desktop-home-product-grid {
    display: grid;
    align-items: stretch;
    gap: 24px;
  }

  body.desktop-listener-app .desktop-home-podcast-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }

  body.desktop-listener-app .desktop-home-podcast-card,
  body.desktop-listener-app .desktop-home-episode-card,
  body.desktop-listener-app .desktop-home-product-card {
    min-width: 0;
    color: #fff;
    border: 1px solid rgba(126, 199, 236, .13);
    border-radius: 19px;
    background: linear-gradient(155deg, rgba(18, 42, 70, .82), rgba(8, 21, 39, .82));
    box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
  }

  body.desktop-listener-app .desktop-home-podcast-card:hover,
  body.desktop-listener-app .desktop-home-episode-card:hover,
  body.desktop-listener-app .desktop-home-product-card:hover {
    border-color: rgba(104, 224, 255, .28);
    background: linear-gradient(155deg, rgba(24, 55, 90, .92), rgba(11, 27, 49, .92));
    box-shadow: 0 24px 58px rgba(0, 0, 0, .28), 0 0 30px rgba(52, 181, 239, .05);
    transform: translateY(-3px);
  }

  body.desktop-listener-app .desktop-home-podcast-card {
    display: grid;
    gap: 13px;
    padding: 14px 14px 16px;
  }

  body.desktop-listener-app .desktop-home-card-art,
  body.desktop-listener-app .desktop-home-product-art {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(163, 213, 245, .12);
    background: linear-gradient(145deg, #153654, #171a48);
  }

  body.desktop-listener-app .desktop-home-card-art {
    aspect-ratio: 1;
    border-radius: 14px;
  }

  body.desktop-listener-app .desktop-home-art-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(222, 241, 255, .58);
    background: radial-gradient(circle at 30% 22%, rgba(81, 210, 255, .18), transparent 45%), linear-gradient(145deg, #12304d, #171943);
    font-size: clamp(30px, 3vw, 54px);
    font-weight: 900;
    letter-spacing: -.04em;
  }

  body.desktop-listener-app .desktop-home-card-art img,
  body.desktop-listener-app .desktop-home-product-art img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  body.desktop-listener-app .desktop-home-card-copy {
    min-width: 0;
    display: grid;
    gap: 6px;
  }

  body.desktop-listener-app .desktop-home-podcast-card .desktop-home-card-copy strong {
    overflow: hidden;
    color: #f7fbff;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.desktop-listener-app .desktop-home-podcast-card .desktop-home-card-copy small {
    overflow: hidden;
    color: rgba(187, 210, 229, .55);
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.desktop-listener-app .desktop-home-episode-grid {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  }

  body.desktop-listener-app .desktop-home-episode-card {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 14px 14px 17px;
  }

  body.desktop-listener-app .desktop-home-episode-art {
    position: relative;
    min-width: 0;
  }

  body.desktop-listener-app .desktop-home-play {
    position: absolute;
    right: 13px;
    bottom: 13px;
    z-index: 4;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 50%;
    color: #07111d;
    background: linear-gradient(145deg, #55ddff, #6572ff);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .36);
    opacity: .88;
    transform: scale(.96);
    transition: opacity .16s ease, transform .16s ease, filter .16s ease;
  }

  body.desktop-listener-app .desktop-home-play:hover,
  body.desktop-listener-app .desktop-home-play:focus-visible,
  body.desktop-listener-app .desktop-home-play.is-playing,
  body.desktop-listener-app .desktop-home-episode-card:hover .desktop-home-play {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1.08);
  }

  body.desktop-listener-app .desktop-home-play svg {
    width: 22px;
    height: 22px;
  }

  body.desktop-listener-app .desktop-home-play > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  body.desktop-listener-app .desktop-home-card-kicker {
    overflow: hidden;
    color: #74e5ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .045em;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.desktop-listener-app .desktop-home-card-title {
    display: -webkit-box;
    overflow: hidden;
    color: #f8fbff;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.desktop-listener-app .desktop-home-card-meta {
    color: rgba(184, 207, 227, .58);
    font-size: 11px;
    line-height: 1.35;
  }

  body.desktop-listener-app .desktop-home-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  body.desktop-listener-app .desktop-home-product-card {
    display: grid;
    grid-template-columns: minmax(140px, 38%) minmax(0, 1fr);
    gap: 18px;
    padding: 15px;
  }

  body.desktop-listener-app .desktop-home-product-art {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    align-self: start;
    border-radius: 14px;
  }

  body.desktop-listener-app .desktop-home-product-featured {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
    padding: 5px 8px;
    border-radius: 999px;
    color: #071321;
    background: #8de9c4;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  body.desktop-listener-app .desktop-home-product-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }

  body.desktop-listener-app .desktop-home-product-copy > small {
    color: #75e3ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  body.desktop-listener-app .desktop-home-product-copy > strong {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.16;
  }

  body.desktop-listener-app .desktop-home-product-copy > span {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(203, 220, 235, .67);
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.desktop-listener-app .desktop-home-product-copy > em {
    margin-top: auto;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
  }

  .storefront-catalog-page {
    width: min(100%, 1480px);
    margin: 0 auto;
    padding: 42px 44px 96px;
  }

  .storefront-catalog-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
    margin-bottom: 34px;
    padding: 32px 34px;
    border: 1px solid rgba(126, 199, 236, .14);
    border-radius: 24px;
    background: radial-gradient(circle at 84% 0%, rgba(81, 98, 255, .16), transparent 39%), linear-gradient(145deg, rgba(18, 43, 72, .94), rgba(7, 20, 38, .94));
    box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
  }

  .storefront-catalog-header .page-title {
    max-width: 900px;
    margin-top: 8px;
    font-size: clamp(42px, 4.5vw, 72px);
    line-height: .98;
    letter-spacing: -.055em;
  }

  .storefront-catalog-header .page-subtitle {
    max-width: 780px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
  }

  .storefront-catalog-count {
    min-width: 150px;
    display: grid;
    gap: 2px;
    padding: 16px 18px;
    border: 1px solid rgba(114, 223, 255, .18);
    border-radius: 16px;
    background: rgba(5, 17, 32, .48);
    text-align: right;
  }

  .storefront-catalog-count strong {
    color: #fff;
    font-size: 28px;
    line-height: 1;
  }

  .storefront-catalog-count span {
    color: rgba(188, 211, 229, .58);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .storefront-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 26px;
  }

  .storefront-product-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 17px;
    padding: 15px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(155deg, rgba(18, 43, 72, .9), rgba(8, 21, 39, .9));
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .storefront-product-card:hover {
    border-color: rgba(104, 224, 255, .30);
    box-shadow: 0 26px 60px rgba(0, 0, 0, .30), 0 0 34px rgba(52, 181, 239, .05);
    transform: translateY(-4px);
  }

  .storefront-product-card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(145deg, #153654, #171a48);
  }

  .storefront-product-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(222, 241, 255, .58);
    font-size: 58px;
    font-weight: 900;
  }

  .storefront-product-card-media img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .storefront-featured-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 3;
  }

  .storefront-product-card-body {
    min-width: 0;
    display: grid;
    gap: 8px;
    padding: 0 3px;
  }

  .storefront-product-card-body > small {
    color: #74e5ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .storefront-product-card-body > strong {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
  }

  .storefront-product-card-body > span {
    color: rgba(199, 217, 233, .65);
    font-size: 13px;
    line-height: 1.55;
  }

  .storefront-product-card-footer {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 3px 14px;
    padding: 16px 4px 3px;
    border-top: 1px solid rgba(132, 188, 226, .13);
  }

  .storefront-product-card-footer > span,
  .storefront-product-card-footer > small {
    color: rgba(184, 207, 227, .56);
    font-size: 10px;
  }

  .storefront-product-card-footer > strong {
    grid-row: 1 / span 2;
    grid-column: 2;
    color: #fff;
    font-size: 21px;
  }

  .storefront-product-card-footer > em {
    grid-column: 1 / -1;
    margin-top: 10px;
    color: #83e8ff;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
  }

  .storefront-empty-state,
  .storefront-catalog-notice {
    max-width: 920px;
    margin: 0 auto;
  }
}

@media (min-width: 1181px) and (max-width: 1180px) {
  body.desktop-listener-app .desktop-home-podcast-grid,
  body.desktop-listener-app .desktop-home-episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.desktop-listener-app .desktop-home-product-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .storefront-catalog-page {
    padding-inline: 28px;
  }
}


/* PWA Store and universal square product media · 0.15.49 */
.storefront-product-card-media,
.desktop-home-product-art,
.mobile-home-product-art {
  aspect-ratio: 1 / 1;
}

.storefront-product-card-media img,
.desktop-home-product-art img,
.mobile-home-product-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.storefront-detail-nav {
  display: flex;
  align-items: center;
}

.storefront-detail-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}

.storefront-detail-nav a:hover {
  color: #8eeaff;
}

@media (min-width: 1181px) {
  .storefront-catalog-section + .storefront-catalog-section {
    margin-top: 58px;
  }

  .storefront-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 22px;
  }

  .storefront-section-head > div {
    display: grid;
    gap: 5px;
  }

  .storefront-section-head span {
    color: #75e3ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
  }

  .storefront-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 2.7vw, 42px);
    letter-spacing: -.035em;
  }

  .storefront-section-head p {
    max-width: 540px;
    margin: 0;
    color: rgba(198, 217, 234, .62);
    line-height: 1.55;
    text-align: right;
  }

  .storefront-product-detail {
    padding: 36px 32px 96px;
  }
}

@media (max-width: 1180px) {
  .mobile-home-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mobile-home-product-card {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 9px;
    border: 1px solid rgba(135, 205, 242, .13);
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(155deg, rgba(18, 43, 72, .82), rgba(7, 20, 38, .9));
    box-shadow: 0 15px 34px rgba(0, 0, 0, .16);
  }

  .mobile-home-product-art {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(145deg, #153654, #171a48);
  }

  .mobile-home-product-art > span {
    color: rgba(225, 242, 255, .58);
    font-size: 44px;
    font-weight: 950;
  }

  .mobile-home-product-art img {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .mobile-home-product-art em {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 2;
    padding: 4px 7px;
    border-radius: 999px;
    color: #081421;
    background: #8de9c4;
    font-size: 8px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .mobile-home-product-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding: 0 2px 3px;
  }

  .mobile-home-product-copy small {
    overflow: hidden;
    color: #75e3ff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .045em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-home-product-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mobile-home-product-copy > span {
    color: rgba(211, 228, 242, .62);
    font-size: 11px;
    font-weight: 800;
  }

  .storefront-catalog-page {
    width: 100%;
    margin: 0;
    padding: 12px 14px 34px;
  }

  .storefront-catalog-header {
    display: grid;
    gap: 13px;
    margin: 0 0 22px;
    padding: 20px;
    border: 1px solid rgba(126, 199, 236, .14);
    border-radius: 20px;
    background: radial-gradient(circle at 88% 0%, rgba(81, 98, 255, .18), transparent 42%), linear-gradient(145deg, rgba(18, 43, 72, .94), rgba(7, 20, 38, .94));
    box-shadow: 0 22px 52px rgba(0, 0, 0, .22);
  }

  .storefront-catalog-header .page-title {
    margin: 5px 0 0;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -.045em;
  }

  .storefront-catalog-header .page-subtitle {
    margin: 10px 0 0;
    color: rgba(207, 226, 242, .66);
    font-size: 13px;
    line-height: 1.55;
  }

  .storefront-catalog-count {
    width: fit-content;
    display: flex;
    align-items: baseline;
    gap: 7px;
    padding: 8px 10px;
    border: 1px solid rgba(114, 223, 255, .17);
    border-radius: 11px;
    background: rgba(5, 17, 32, .44);
  }

  .storefront-catalog-count strong {
    color: #fff;
    font-size: 20px;
  }

  .storefront-catalog-count span {
    color: rgba(197, 217, 233, .58);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .storefront-catalog-notice {
    margin: 0 0 20px;
  }

  .storefront-catalog-section + .storefront-catalog-section {
    margin-top: 34px;
  }

  .storefront-section-head {
    display: grid;
    gap: 7px;
    margin: 0 2px 14px;
  }

  .storefront-section-head > div {
    display: grid;
    gap: 3px;
  }

  .storefront-section-head span {
    color: #75e3ff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .065em;
    text-transform: uppercase;
  }

  .storefront-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -.025em;
  }

  .storefront-section-head p {
    margin: 0;
    color: rgba(198, 217, 234, .58);
    font-size: 12px;
    line-height: 1.45;
  }

  .storefront-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .storefront-product-card {
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 10px;
    padding: 9px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(155deg, rgba(18, 43, 72, .86), rgba(7, 20, 38, .92));
  }

  .storefront-product-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(145deg, #153654, #171a48);
  }

  .storefront-product-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(225, 242, 255, .58);
    font-size: 44px;
    font-weight: 950;
  }

  .storefront-product-card-media img {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .storefront-featured-badge {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 2;
    padding: 4px 7px;
    font-size: 8px;
  }

  .storefront-product-card-body {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 5px;
    padding: 0 2px;
  }

  .storefront-product-card-body > small {
    overflow: hidden;
    color: #75e3ff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .045em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .storefront-product-card-body > strong {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .storefront-product-card-body > span {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(199, 217, 233, .61);
    font-size: 11px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .storefront-product-card-footer {
    min-width: 0;
    display: grid;
    align-content: end;
    gap: 2px;
    padding: 10px 2px 2px;
    border-top: 1px solid rgba(132, 188, 226, .12);
  }

  .storefront-product-card-footer > span,
  .storefront-product-card-footer > small {
    color: rgba(184, 207, 227, .55);
    font-size: 9px;
  }

  .storefront-product-card-footer > strong {
    color: #fff;
    font-size: 16px;
  }

  .storefront-product-card-footer > em {
    margin-top: 6px;
    color: #83e8ff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
  }

  .storefront-empty-state {
    margin: 0;
  }

  .storefront-product-detail {
    width: 100%;
    max-width: none;
    gap: 16px;
    margin: 0;
    padding: 10px 14px 36px;
  }

  .storefront-detail-nav {
    min-height: 34px;
  }

  .storefront-detail-nav a {
    min-height: 34px;
    font-size: 12px;
  }

  .storefront-product-detail .commerce-product-showcase {
    gap: 20px;
    padding: 16px;
    border-radius: 20px;
  }

  .storefront-product-detail .commerce-product-main-media {
    border-radius: 14px;
  }

  .storefront-product-detail .commerce-product-copy h1 {
    margin: 6px 0 11px;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.035em;
  }

  .storefront-product-detail .commerce-product-lead {
    font-size: 15px;
    line-height: 1.5;
  }

  .storefront-product-detail .commerce-description {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6;
  }

  .storefront-product-detail > .surface:not(.commerce-product-showcase),
  .storefront-product-detail .commerce-existing-membership-notice {
    border-radius: 18px;
  }

  .storefront-product-detail .surface-header,
  .storefront-product-detail .surface-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .storefront-product-detail .commerce-price-option {
    gap: 14px;
    padding: 16px;
  }

  .storefront-product-detail .commerce-price-action {
    width: 100%;
    grid-template-columns: auto 1fr;
    justify-content: stretch;
    text-align: left;
  }

  .storefront-product-detail .commerce-price-action .btn,
  .storefront-product-detail .commerce-price-action .badge,
  .storefront-product-detail .commerce-price-action .commerce-preview-link,
  .storefront-product-detail .commerce-price-action .commerce-preview-note {
    grid-column: 1 / -1;
  }

  .storefront-product-detail .commerce-price-action .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Simplified categorized Store and compact product merchandising · 0.15.51 */
.storefront-simple-header {
  display: grid;
  gap: 18px;
  margin: 0 0 32px;
}

.storefront-simple-header h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 920;
  line-height: 1;
  letter-spacing: -.045em;
}

.storefront-category-nav {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  overflow-x: auto;
  padding: 1px 1px 5px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.storefront-category-nav::-webkit-scrollbar {
  display: none;
}

.storefront-category-nav a {
  flex: 0 0 auto;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border: 1px solid rgba(126, 205, 241, .17);
  border-radius: 999px;
  color: rgba(220, 235, 247, .72);
  background: rgba(11, 27, 47, .58);
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

.storefront-category-nav a:hover,
.storefront-category-nav a:focus-visible {
  color: #07121e;
  border-color: #79e2ff;
  background: #79e2ff;
}

.storefront-category-list {
  display: grid;
  gap: 52px;
}

.storefront-catalog-section {
  min-width: 0;
  scroll-margin-top: 110px;
}

.storefront-catalog-section + .storefront-catalog-section {
  margin-top: 0;
}

.storefront-section-head {
  display: block;
  margin: 0 0 18px;
}

.storefront-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.storefront-product-grid {
  display: grid;
  align-items: start;
}

.storefront-product-card {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: 11px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  transition: transform .18s ease;
}

.storefront-product-card:hover {
  color: #fff;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-3px);
}

.storefront-product-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(148, 205, 239, .14);
  border-radius: 13px;
  background: linear-gradient(145deg, #153654, #171a48);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
  transition: border-color .18s ease, box-shadow .18s ease;
}

.storefront-product-card:hover .storefront-product-card-media {
  border-color: rgba(111, 225, 255, .30);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .31), 0 0 24px rgba(74, 190, 244, .05);
}

.storefront-product-card-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.storefront-product-card-body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 0 2px;
}

.storefront-product-card-body > strong {
  display: -webkit-box;
  overflow: hidden;
  color: #f8fbff;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.storefront-product-card-price {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 7px;
}

.storefront-product-card-price b {
  color: rgba(221, 235, 246, .78);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.25;
}

.storefront-product-card-price small {
  color: rgba(180, 204, 224, .52);
  font-size: 11px;
  line-height: 1.25;
}

.storefront-related-section {
  min-width: 0;
  margin-top: 16px;
  padding-top: 34px;
  border-top: 1px solid rgba(130, 185, 220, .14);
}

.storefront-related-heading {
  margin: 0 0 18px;
}

.storefront-related-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.storefront-related-list {
  display: grid;
  gap: 10px;
}

.storefront-related-product {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #fff;
  background: rgba(13, 30, 50, .36);
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.storefront-related-product:hover {
  color: #fff;
  border-color: rgba(116, 217, 250, .18);
  background: rgba(18, 42, 68, .62);
  transform: translateY(-2px);
}

.storefront-related-product-media {
  position: relative;
  width: 72px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  color: rgba(224, 240, 252, .55);
  background: linear-gradient(145deg, #153654, #171a48);
  font-size: 24px;
  font-weight: 900;
}

.storefront-related-product-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.storefront-related-product-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.storefront-related-product-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #f8fbff;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.storefront-related-product-copy small {
  color: rgba(188, 211, 229, .58);
  font-size: 12px;
  line-height: 1.3;
}

@media (min-width: 1181px) {
  .storefront-catalog-page {
    width: min(100%, 1480px);
    margin: 0 auto;
    padding: 42px 44px 104px;
  }

  .storefront-simple-header {
    margin-bottom: 42px;
  }

  .storefront-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 240px));
    justify-content: start;
    gap: 38px 26px;
  }

  .storefront-product-card {
    width: 100%;
    max-width: 240px;
  }

  .storefront-related-list {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 12px;
  }

  body.desktop-listener-app .desktop-home-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(205px, 240px));
    justify-content: start;
    align-items: start;
    gap: 34px 26px;
  }

  body.desktop-listener-app .desktop-home-product-card {
    width: 100%;
    max-width: 240px;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 11px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
  }

  body.desktop-listener-app .desktop-home-product-card:hover {
    color: #fff;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-3px);
  }

  body.desktop-listener-app .desktop-home-product-art {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(148, 205, 239, .14);
    border-radius: 13px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
    transition: border-color .18s ease, box-shadow .18s ease;
  }

  body.desktop-listener-app .desktop-home-product-card:hover .desktop-home-product-art {
    border-color: rgba(111, 225, 255, .30);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .31), 0 0 24px rgba(74, 190, 244, .05);
  }

  body.desktop-listener-app .desktop-home-product-copy {
    min-width: 0;
    display: grid;
    align-content: start;
    justify-content: stretch;
    gap: 5px;
    padding: 0 2px;
  }

  body.desktop-listener-app .desktop-home-product-copy > small {
    overflow: hidden;
    color: #75e3ff;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .045em;
    line-height: 1.25;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.desktop-listener-app .desktop-home-product-copy > strong {
    display: -webkit-box;
    overflow: hidden;
    color: #f8fbff;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.desktop-listener-app .desktop-home-product-copy > em {
    margin: 0;
    color: rgba(221, 235, 246, .72);
    font-size: 12px;
    font-style: normal;
    font-weight: 780;
    line-height: 1.3;
  }
}

@media (max-width: 1180px) {
  .storefront-catalog-page {
    width: 100%;
    margin: 0;
    padding: 8px 16px 42px;
  }

  .storefront-simple-header {
    gap: 14px;
    margin-bottom: 28px;
  }

  .storefront-simple-header h1 {
    font-size: 36px;
  }

  .storefront-category-list {
    gap: 38px;
  }

  .storefront-section-head {
    margin-bottom: 15px;
  }

  .storefront-section-head h2 {
    font-size: 24px;
  }

  .storefront-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: start;
    gap: 28px 14px;
  }

  .storefront-product-card {
    width: 100%;
    gap: 9px;
  }

  .storefront-product-card-media {
    border-radius: 11px;
    box-shadow: 0 13px 28px rgba(0, 0, 0, .22);
  }

  .storefront-product-card-body > strong {
    font-size: 15px;
  }

  .storefront-product-card-price {
    display: grid;
    gap: 2px;
  }

  .storefront-product-card-price b {
    font-size: 12px;
  }

  .storefront-related-section {
    margin-top: 8px;
    padding-top: 28px;
  }

  .storefront-related-heading {
    margin-bottom: 8px;
  }

  .storefront-related-heading h2 {
    font-size: 24px;
  }

  .storefront-related-list {
    gap: 0;
  }

  .storefront-related-product {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(130, 185, 220, .11);
    border-radius: 0;
    background: transparent;
  }

  .storefront-related-product:hover {
    border-color: rgba(130, 185, 220, .11);
    background: transparent;
    transform: none;
  }

  .storefront-related-product-media {
    width: 68px;
    border-radius: 8px;
  }

  .mobile-home-product-card {
    gap: 9px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .mobile-home-product-art {
    border: 1px solid rgba(148, 205, 239, .13);
    border-radius: 11px;
    box-shadow: 0 13px 28px rgba(0, 0, 0, .20);
  }

  .mobile-home-product-copy {
    padding: 0 2px;
  }
}


/* Desktop public navigation unification + Channel rail · 0.15.56 */
@media (min-width: 1181px) {
  body.desktop-listener-app .desktop-stream-sidebar {
    overflow: hidden;
  }
  body.desktop-listener-app .desktop-stream-channel-section {
    min-height: 0;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    gap: 7px;
    margin: 20px 4px 0;
    padding-top: 14px;
    overflow: hidden;
    border-top: 1px solid rgba(153,191,230,.10);
  }
  body.desktop-listener-app .desktop-stream-channel-section > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 8px;
  }
  body.desktop-listener-app .desktop-stream-channel-section > header span {
    color: #8190a6;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  body.desktop-listener-app .desktop-stream-channel-section > header a,
  body.desktop-listener-app .desktop-stream-channel-empty {
    color: #65ddff;
    font-size: 10px;
    font-weight: 780;
  }
  body.desktop-listener-app .desktop-stream-channel-nav {
    display: grid;
    gap: 3px;
    max-height: min(38vh, 390px);
    padding: 2px 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(126,187,224,.24) transparent;
  }
  body.desktop-listener-app .desktop-stream-channel-nav a {
    min-width: 0;
    min-height: 48px;
    display: grid;
    grid-template-columns: 36px minmax(0,1fr);
    gap: 10px;
    align-items: center;
    padding: 6px 8px;
    border-radius: 10px;
    color: rgba(213,228,241,.78);
  }
  body.desktop-listener-app .desktop-stream-channel-nav a:hover,
  body.desktop-listener-app .desktop-stream-channel-nav a.active {
    color: #fff;
    background: rgba(255,255,255,.045);
  }
  body.desktop-listener-app .desktop-stream-channel-mark {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(117,199,255,.16);
    border-radius: 8px;
    color: #74dfff;
    background: rgba(45,93,145,.16);
    font-size: 15px;
    font-weight: 900;
  }
  body.desktop-listener-app .desktop-stream-channel-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.desktop-listener-app .desktop-stream-channel-copy {
    min-width: 0;
    display: grid;
    gap: 1px;
  }
  body.desktop-listener-app .desktop-stream-channel-copy strong,
  body.desktop-listener-app .desktop-stream-channel-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-stream-channel-copy strong { font-size: 12px; font-weight: 780; }
  body.desktop-listener-app .desktop-stream-channel-copy small { color: #78879a; font-size: 9px; }
  body.desktop-listener-app .desktop-stream-channel-empty {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 8px;
  }
  body.desktop-listener-app .desktop-stream-sidebar-footer {
    display: grid;
    gap: 7px;
  }
  body.desktop-listener-app .desktop-stream-guest-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }
  body.desktop-listener-app .desktop-stream-guest-actions a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #d3dfeb;
    font-size: 11px;
    font-weight: 800;
  }
  body.desktop-listener-app .desktop-stream-guest-actions a:hover { color: #fff; background: rgba(255,255,255,.045); }
  body.desktop-listener-app .desktop-stream-guest-actions a.is-primary {
    color: #03101a;
    background: linear-gradient(135deg,#64e4ff,#58a8ff 58%,#7770ff);
  }
  body.desktop-listener-app .lpm-channels-home { margin: 0; }
  body.desktop-listener-app .desktop-stream-home > .lpm-feature { margin-bottom: 34px; }
}

/* Listener chapters + unobtrusive Now Playing status · 0.15.101 */
.mobile-now-chapters {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 18px;
  gap: 11px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(135, 200, 239, .14);
  border-radius: 14px;
  color: #f4f8fc;
  background: rgba(27, 56, 82, .34);
  text-align: left;
  cursor: pointer;
}
.mobile-now-chapters[hidden] { display: none !important; }
.mobile-now-chapters:hover { border-color: rgba(108, 224, 255, .24); background: rgba(31, 69, 101, .42); }
.mobile-now-chapters-label {
  color: rgba(106, 224, 255, .82);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mobile-now-chapters-current {
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
}
.mobile-now-chapters-current strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-now-chapters-current small {
  flex: 0 0 auto;
  color: rgba(205, 225, 242, .52);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}
.mobile-now-chapters > svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: rgba(211, 231, 248, .48);
}

/* Status/errors stay available without consuming a grid row or moving controls. */
.mobile-now-status-region {
  position: absolute;
  z-index: 4;
  left: 24px;
  right: 24px;
  bottom: calc(5px + env(safe-area-inset-bottom));
  width: auto;
  min-height: 0;
  padding: 0;
  color: rgba(207, 224, 239, .66);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
  pointer-events: none;
}
.mobile-now-status-region > span:empty { display: none; }

@media (max-width: 1180px) {
  .mobile-now-chapters {
    min-height: 42px;
    padding: 7px 11px;
    border-radius: 13px;
  }
  .mobile-now-chapters-current strong { font-size: 11px; }
  .mobile-now-status-region {
    left: 20px;
    right: 20px;
    bottom: calc(4px + env(safe-area-inset-bottom));
    font-size: 10px;
  }
}

@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-now-chapters {
    min-height: 44px;
    border-color: rgba(135, 200, 239, .11);
    background: rgba(29, 64, 95, .34);
  }
  body.desktop-listener-app .mobile-now-chapters:hover {
    border-color: rgba(106, 216, 255, .20);
    background: rgba(38, 88, 129, .46);
  }
  body.desktop-listener-app .mobile-now-status-region {
    left: 18px;
    right: 18px;
    color: rgba(196, 218, 236, .58);
    font-size: 10px;
  }
}


/* Casual completion control · 0.15.102 */
@media (max-width: 1180px) {
  .mobile-now-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile-now-actions.has-finish-control {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile-now-actions:not(.has-finish-control) button:nth-of-type(3) {
    border-right: 0;
  }
  .mobile-now-actions [data-mobile-now-listened] {
    min-width: 0;
    display: grid;
    place-content: center;
    gap: 1px;
    padding: 5px 4px;
    line-height: 1.02;
    text-overflow: clip;
    white-space: normal;
  }
  .mobile-now-actions [data-mobile-now-listened] > span {
    display: block;
  }
}

/* Running transcript artwork face · 0.15.110 */
.mobile-now-visual {
  position: relative;
  width: min(78vw, 390px);
  aspect-ratio: 1;
  justify-self: center;
  perspective: 1200px;
}
.mobile-now-visual-flip {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform .42s cubic-bezier(.2,.72,.2,1);
}
.mobile-now-visual.is-transcript .mobile-now-visual-flip { transform: rotateY(180deg); }
.mobile-now-visual-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: #091829;
  box-shadow: 0 35px 90px rgba(0,0,0,.48);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.mobile-now-visual-art { transform: rotateY(0deg); }
.mobile-now-art {
  width: 100% !important;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0 !important;
  border-radius: inherit !important;
  box-shadow: none !important;
}
.mobile-now-transcript-tab {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px 8px 13px;
  border: 0;
  border-bottom: 1px solid rgba(156, 231, 255, .24);
  border-left: 1px solid rgba(156, 231, 255, .24);
  border-radius: 0 22px 0 15px;
  color: #eafbff;
  background: rgba(5, 20, 35, .88);
  box-shadow: -8px 8px 22px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
  cursor: pointer;
}
.mobile-now-transcript-tab svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mobile-now-transcript-tab span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.mobile-now-transcript-tab[hidden] { display: none; }
.mobile-now-transcript {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  transform: rotateY(180deg);
  color: #f3f9ff;
  background:
    radial-gradient(circle at 10% 0, rgba(75, 208, 255, .14), transparent 38%),
    linear-gradient(160deg, #10263b, #071421 72%);
}
.mobile-now-transcript > header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  padding: 13px 13px 10px 15px;
  border-bottom: 1px solid rgba(174, 220, 248, .10);
  background: rgba(6, 19, 32, .70);
  backdrop-filter: blur(14px);
}
.mobile-now-transcript > header > div { min-width: 0; display: grid; gap: 2px; }
.mobile-now-transcript > header span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.mobile-now-transcript > header small { color: rgba(207, 228, 244, .57); font-size: 9px; }
.mobile-now-transcript > header button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(171, 219, 248, .13);
  border-radius: 9px;
  color: rgba(231, 246, 255, .78);
  background: rgba(255,255,255,.045);
  cursor: pointer;
}
.mobile-now-transcript > header button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mobile-now-transcript-scroll {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(104, 226, 255, .28) transparent;
  -webkit-overflow-scrolling: touch;
}
.mobile-now-transcript-state {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 26px;
  color: rgba(211, 231, 246, .62);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}
.mobile-now-transcript-state[hidden] { display: none; }
.mobile-now-transcript-lines {
  display: grid;
  gap: 4px;
  padding: 36% 12px 38%;
}
.mobile-now-transcript-lines:empty { display: none; }
.mobile-now-transcript-line {
  width: 100%;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 9px 10px;
  border: 0;
  border-radius: 11px;
  color: rgba(215, 231, 244, .56);
  background: transparent;
  font: inherit;
  line-height: 1.42;
  text-align: left;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}
.mobile-now-transcript-line > time {
  padding-top: 2px;
  color: rgba(99, 226, 255, .60);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
  font-weight: 850;
}
.mobile-now-transcript-line > span { font-size: 12px; }
.mobile-now-transcript-line.is-current {
  color: #fff;
  background: rgba(70, 191, 230, .16);
  box-shadow: inset 3px 0 0 #65e5ff;
  transform: translateX(2px);
}
.mobile-now-transcript-line.is-current > time { color: #8bedff; }
.mobile-now-transcript-line:disabled { opacity: 1; cursor: default; }
.mobile-now-transcript.is-ce-readonly .mobile-now-transcript-line:not(.is-current) { color: rgba(215, 231, 244, .48); }
.mobile-now-transcript-follow {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 12px;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(105, 227, 255, .28);
  border-radius: 999px;
  color: #e9fbff;
  background: rgba(9, 35, 54, .94);
  box-shadow: 0 8px 24px rgba(0,0,0,.30);
  font-size: 9px;
  font-weight: 900;
  transform: translateX(-50%);
  cursor: pointer;
}
.mobile-now-transcript-follow[hidden] { display: none; }

@media (max-width: 1180px) and (max-height: 720px) {
  .mobile-now-visual { width: min(60vw, 270px); }
  .mobile-now-visual-face { border-radius: 20px; }
  .mobile-now-transcript-tab { border-radius: 0 18px 0 14px; }
  .mobile-now-transcript > header { padding: 10px 10px 8px 12px; }
  .mobile-now-transcript-lines { padding-top: 30%; padding-bottom: 32%; }
  .mobile-now-transcript-line { padding: 7px 8px; }
  .mobile-now-transcript-line > span { font-size: 11px; }
}

@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-now-visual { width: 100%; }
  body.desktop-listener-app .mobile-now-visual-face {
    border-color: rgba(142, 205, 240, .10);
    border-radius: 14px;
    box-shadow: 0 16px 42px rgba(0,0,0,.27);
  }
  body.desktop-listener-app .mobile-now-transcript-tab { border-radius: 0 13px 0 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-now-visual-flip { transition-duration: .01ms; }
  .mobile-now-transcript-line { transition: none; }
}

/* Desktop Now Playing · true full-screen listening surface · 0.18.9 */
@media (min-width: 1181px) {
  body.desktop-listener-app.mobile-now-open { overflow: hidden; }

  body.desktop-listener-app .mobile-now-playing:not([hidden]) {
    position: fixed;
    z-index: 300;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    display: grid;
    grid-template-rows: 82px minmax(0, 1fr);
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    color: #f5f9ff;
    background:
      radial-gradient(circle at 12% 5%, rgba(37, 179, 229, .16), transparent 33rem),
      radial-gradient(circle at 88% 8%, rgba(105, 83, 238, .18), transparent 38rem),
      linear-gradient(145deg, #071421 0%, #08101f 54%, #060b16 100%);
    box-shadow: none;
    backdrop-filter: none;
  }

  body.desktop-listener-app .mobile-now-playing::after {
    z-index: 0;
    background:
      linear-gradient(90deg, rgba(3, 10, 18, .26), rgba(3, 10, 18, .60)),
      linear-gradient(180deg, rgba(4, 11, 20, .16), rgba(4, 10, 18, .72));
  }

  body.desktop-listener-app .mobile-now-ambient {
    display: block;
    inset: -18%;
    opacity: .16;
    filter: blur(105px) saturate(1.25);
    transform: scale(1.18);
  }

  body.desktop-listener-app .mobile-now-header {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    align-items: center;
    gap: 18px;
    padding: 15px clamp(24px, 3.2vw, 58px);
    border: 0;
    border-bottom: 1px solid rgba(151, 204, 238, .09);
    background: rgba(4, 12, 22, .28);
    backdrop-filter: blur(22px);
  }

  body.desktop-listener-app .mobile-now-header > button {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(153, 211, 246, .12);
    border-radius: 14px;
    color: rgba(224, 239, 250, .78);
    background: rgba(19, 43, 66, .58);
    cursor: pointer;
  }

  body.desktop-listener-app .mobile-now-header > button:hover,
  body.desktop-listener-app .mobile-now-header > button:focus-visible {
    border-color: rgba(104, 224, 255, .30);
    color: #fff;
    background: rgba(34, 76, 110, .68);
  }

  body.desktop-listener-app .mobile-now-header svg { width: 22px; height: 22px; }
  body.desktop-listener-app .mobile-now-header > div { display: grid; gap: 3px; text-align: center; }
  body.desktop-listener-app .mobile-now-header span { color: rgba(105, 228, 255, .70); font-size: 10px; }
  body.desktop-listener-app .mobile-now-header strong { font-size: 14px; }

  body.desktop-listener-app .mobile-now-body {
    position: relative;
    z-index: 2;
    width: min(100%, 1450px);
    max-height: none;
    min-height: 0;
    margin: 0 auto;
    overflow: auto;
    display: grid;
    grid-template-columns: minmax(330px, 620px) minmax(390px, 610px);
    grid-template-areas:
      "art copy"
      "art mode"
      "art chapters"
      "art seek"
      "art controls"
      "art actions"
      "art status";
    grid-template-rows: repeat(7, auto);
    column-gap: clamp(52px, 7vw, 118px);
    row-gap: 18px;
    align-content: center;
    align-items: center;
    padding: clamp(28px, 4vh, 58px) clamp(32px, 5vw, 86px);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.desktop-listener-app .mobile-now-visual {
    grid-area: art;
    align-self: center;
    justify-self: center;
    width: min(100%, 62vh, 620px);
  }

  body.desktop-listener-app .mobile-now-visual-face {
    border-color: rgba(172, 220, 246, .14);
    border-radius: clamp(18px, 2vw, 28px);
    box-shadow: 0 38px 100px rgba(0, 0, 0, .46), 0 0 0 1px rgba(255, 255, 255, .025);
  }

  body.desktop-listener-app .mobile-now-transcript-tab { border-radius: 0 26px 0 16px; }
  body.desktop-listener-app .mobile-now-copy { grid-area: copy; gap: 7px; align-self: end; }
  body.desktop-listener-app .mobile-now-copy h2 {
    margin: 0;
    overflow: visible;
    color: #fff;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.06;
    letter-spacing: -.045em;
    text-overflow: clip;
    white-space: normal;
  }
  body.desktop-listener-app .mobile-now-copy a { color: #74e4ff; font-size: 16px; }
  body.desktop-listener-app .mobile-now-track-meta,
  body.desktop-listener-app .mobile-now-listening-state { margin-top: 1px; font-size: 12px; }
  body.desktop-listener-app .mobile-now-listening-state { color: rgba(115, 228, 255, .76); }

  body.desktop-listener-app .mobile-now-mode-gate { grid-area: mode; width: 100%; }
  body.desktop-listener-app .mobile-now-chapters { grid-area: chapters; }
  body.desktop-listener-app .mobile-now-seek { grid-area: seek; width: 100%; gap: 7px; }
  body.desktop-listener-app .mobile-now-seek input { width: 100%; accent-color: var(--lpm-desktop-cyan); }

  body.desktop-listener-app .mobile-now-controls {
    grid-area: controls;
    display: grid;
    grid-template-columns: 46px 62px 86px 62px 46px;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  body.desktop-listener-app .mobile-now-controls button {
    position: relative;
    justify-self: center;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: rgba(223, 238, 249, .72);
    background: rgba(255, 255, 255, .055);
    cursor: pointer;
  }
  body.desktop-listener-app .mobile-now-controls button:hover:not(:disabled) { color: #fff; background: rgba(255,255,255,.10); }
  body.desktop-listener-app .mobile-now-controls button:disabled { opacity: .28; cursor: default; }
  body.desktop-listener-app .mobile-now-controls .mobile-now-track-skip { width: 46px; height: 46px; background: transparent; }
  body.desktop-listener-app .mobile-now-controls .mobile-now-time-skip { width: 62px; height: 62px; }
  body.desktop-listener-app .mobile-now-controls .mobile-now-main-play { width: 84px; height: 84px; }
  body.desktop-listener-app .mobile-now-controls svg { width: 27px; height: 27px; }
  body.desktop-listener-app .mobile-now-controls .mobile-now-time-skip svg { width: 32px; height: 32px; }

  body.desktop-listener-app .mobile-now-actions {
    grid-area: actions;
    width: min(100%, 520px);
    min-height: 48px;
    justify-self: center;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(146, 202, 237, .12);
    border-radius: 999px;
    background: rgba(10, 30, 48, .62);
  }
  body.desktop-listener-app .mobile-now-actions button {
    min-height: 46px;
    padding: 7px 12px;
    border: 0;
    border-right: 1px solid rgba(146, 202, 237, .10);
    border-radius: 0;
    color: rgba(219, 235, 247, .74);
    background: transparent;
    font-size: 11px;
    cursor: pointer;
  }
  body.desktop-listener-app .mobile-now-actions button:last-of-type { border-right: 0; }
  body.desktop-listener-app .mobile-now-actions button:hover { color: #fff; background: rgba(64, 145, 199, .12); }
  body.desktop-listener-app .mobile-now-actions > span { grid-column: 1 / -1; text-align: center; }
  body.desktop-listener-app .mobile-now-status-region {
    grid-area: status;
    position: static;
    align-self: start;
    min-height: 16px;
    color: rgba(196, 218, 236, .58);
    font-size: 11px;
  }
}

@media (min-width: 1181px) and (max-width: 1050px) {
  body.desktop-listener-app .mobile-now-playing:not([hidden]) { grid-template-rows: 72px minmax(0, 1fr); }
  body.desktop-listener-app .mobile-now-header { padding: 11px 24px; }
  body.desktop-listener-app .mobile-now-body {
    grid-template-columns: minmax(260px, 42vw) minmax(340px, 1fr);
    column-gap: 36px;
    row-gap: 13px;
    padding: 24px 32px;
  }
  body.desktop-listener-app .mobile-now-visual { width: min(100%, 55vh, 470px); }
  body.desktop-listener-app .mobile-now-copy h2 { font-size: clamp(26px, 3.4vw, 38px); }
  body.desktop-listener-app .mobile-now-controls { transform: scale(.90); }
}

@media (min-width: 1181px) and (max-height: 720px) {
  body.desktop-listener-app .mobile-now-playing:not([hidden]) { grid-template-rows: 68px minmax(0, 1fr); }
  body.desktop-listener-app .mobile-now-header { padding-top: 9px; padding-bottom: 9px; }
  body.desktop-listener-app .mobile-now-body { row-gap: 10px; padding-top: 18px; padding-bottom: 18px; }
  body.desktop-listener-app .mobile-now-visual { width: min(100%, 66vh, 500px); }
  body.desktop-listener-app .mobile-now-copy h2 { font-size: clamp(25px, 2.7vw, 38px); }
  body.desktop-listener-app .mobile-now-controls .mobile-now-main-play { width: 70px; height: 70px; }
  body.desktop-listener-app .mobile-now-controls .mobile-now-time-skip { width: 54px; height: 54px; }
  body.desktop-listener-app .mobile-now-actions,
  body.desktop-listener-app .mobile-now-actions button { min-height: 40px; }
}

/* Expanded desktop player workspace · 0.19.5
   The persistent bottom transport remains the sole audio owner. This surface
   is pinned directly to the viewport so the player, rail, and transport read
   as one continuous application surface. */
.desktop-now-player-column { display: contents; }
.desktop-now-sidebar { display: none; }
.desktop-now-description { display: none; }
@keyframes desktop-suggestion-spin { to { transform: rotate(360deg); } }
@keyframes desktop-now-slide-in {
  from { opacity: .72; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 1181px) {
  body.desktop-listener-app.mobile-now-open { overflow: hidden; }

  body.desktop-listener-app .mobile-now-playing:not([hidden]) {
    position: fixed;
    z-index: 140;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    min-height: 0;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 12% 4%, rgba(37, 179, 229, .14), transparent 29rem),
      radial-gradient(circle at 86% 7%, rgba(105, 83, 238, .16), transparent 34rem),
      linear-gradient(145deg, #071421 0%, #08101f 54%, #060b16 100%);
    box-shadow: none;
    animation: desktop-now-slide-in .22s cubic-bezier(.2, .8, .2, 1) both;
  }

  body.desktop-listener-app .mobile-now-header {
    position: absolute;
    z-index: 4;
    inset: 0 0 auto 0;
    width: 100%;
    height: 70px;
    min-height: 70px;
    padding: 11px clamp(22px, 2.4vw, 42px);
    border-bottom: 1px solid rgba(135, 201, 239, .09);
    background: linear-gradient(180deg, rgba(4, 13, 24, .94), rgba(4, 13, 24, .58));
    box-sizing: border-box;
    backdrop-filter: blur(18px);
  }

  body.desktop-listener-app .mobile-now-body {
    position: absolute;
    z-index: 2;
    inset: 0 0 var(--desktop-player-height) 0;
    width: auto;
    max-width: none;
    min-height: 0;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(310px, 1fr);
    grid-template-areas: "player sidebar";
    gap: 0;
    align-items: stretch;
    align-content: stretch;
    box-sizing: border-box;
  }

  body.desktop-listener-app .desktop-now-player-column {
    grid-area: player;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(260px, 46%) minmax(300px, 1fr);
    grid-template-areas:
      "art copy"
      "art mode"
      "art chapters"
      "art description"
      "art status";
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    column-gap: clamp(28px, 3vw, 60px);
    row-gap: 13px;
    align-content: stretch;
    align-items: center;
    box-sizing: border-box;
    padding: 88px clamp(30px, 3vw, 58px) clamp(22px, 2.4vw, 38px);
    border: 0;
    border-radius: 0;
    background: linear-gradient(145deg, rgba(13, 38, 61, .56), rgba(7, 19, 35, .72));
    box-shadow: none;
  }

  body.desktop-listener-app .desktop-now-player-column .mobile-now-visual {
    width: min(100%, calc(100dvh - var(--desktop-player-height) - 116px), 650px);
    max-height: 100%;
  }

  body.desktop-listener-app .desktop-now-player-column .mobile-now-copy h2 {
    font-size: clamp(25px, 2.35vw, 40px);
  }

  body.desktop-listener-app .desktop-now-player-column > .mobile-now-seek,
  body.desktop-listener-app .desktop-now-player-column > .mobile-now-controls,
  body.desktop-listener-app .desktop-now-player-column > .mobile-now-actions {
    display: none !important;
  }

  body.desktop-listener-app .desktop-now-description {
    grid-area: description;
    min-height: 0;
    align-self: stretch;
    overflow-y: auto;
    display: block;
    overscroll-behavior: contain;
    padding: 20px 4px 12px 0;
    border-top: 1px solid rgba(135, 201, 239, .10);
    color: rgba(211, 229, 243, .68);
    scrollbar-width: thin;
  }
  body.desktop-listener-app .desktop-now-description[hidden] { display: none; }
  body.desktop-listener-app .desktop-now-description h3 {
    margin: 0 0 10px;
    color: rgba(106, 227, 255, .78);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  body.desktop-listener-app .desktop-now-description > div {
    font-size: 13px;
    line-height: 1.65;
    white-space: pre-line;
  }

  body.desktop-listener-app .desktop-now-sidebar {
    grid-area: sidebar;
    min-width: 0;
    min-height: 0;
    display: grid;
    height: 100%;
    grid-template-rows: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: 0;
    padding-top: 70px;
    border-left: 1px solid rgba(135, 201, 239, .11);
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(10, 29, 48, .76), rgba(5, 16, 30, .90));
    overflow: hidden;
  }

  body.desktop-listener-app .desktop-now-panel {
    min-height: 0;
    height: 100%;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.desktop-listener-app .desktop-now-recommendations {
    border-top: 1px solid rgba(135, 201, 239, .11);
  }

  body.desktop-listener-app .desktop-now-panel > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 17px 13px;
    border-bottom: 1px solid rgba(148, 203, 237, .09);
  }
  body.desktop-listener-app .desktop-now-panel > header > div { display: grid; gap: 3px; min-width: 0; }
  body.desktop-listener-app .desktop-now-panel > header span {
    color: rgba(100, 224, 255, .72);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  body.desktop-listener-app .desktop-now-panel > header strong {
    overflow: hidden;
    color: #f4f9ff;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-now-panel > header button {
    flex: 0 0 auto;
    padding: 7px 9px;
    border: 1px solid rgba(137, 204, 243, .13);
    border-radius: 10px;
    color: rgba(220, 237, 249, .68);
    background: rgba(255,255,255,.035);
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
  }
  body.desktop-listener-app .desktop-now-panel > header button:hover { color: #fff; background: rgba(80, 178, 228, .10); }

  body.desktop-listener-app .desktop-now-show-notes {
    grid-template-rows: auto minmax(0, 1fr);
  }
  body.desktop-listener-app .desktop-now-show-notes .listener-link-dump-list {
    min-height: 0;
    max-height: none;
    padding: 7px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body.desktop-listener-app .desktop-now-show-notes .listener-link-dump-list > a {
    align-items: flex-start;
    gap: 9px;
    padding: 12px 10px;
    border-radius: 12px;
  }
  body.desktop-listener-app .desktop-now-show-notes .listener-link-dump-list strong { font-size: 12px; }
  body.desktop-listener-app .desktop-now-show-notes .listener-link-dump-list small { font-size: 10px; }
  body.desktop-listener-app .desktop-now-show-notes .listener-link-dump-list em { font-size: 9px; }

  body.desktop-listener-app .desktop-now-recommendations { grid-template-rows: auto minmax(0, 1fr); }
  body.desktop-listener-app .desktop-recommendation-list {
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    display: grid;
    align-content: start;
    gap: 5px;
    padding: 7px;
  }
  body.desktop-listener-app .desktop-recommendation-state {
    align-self: center;
    padding: 24px 16px;
    color: rgba(205, 226, 242, .52);
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
  }
  body.desktop-listener-app .desktop-recommendation-state.is-loading::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto 10px;
    border: 2px solid rgba(99, 225, 255, .18);
    border-top-color: #64dfff;
    border-radius: 50%;
    animation: desktop-suggestion-spin .8s linear infinite;
  }
  body.desktop-listener-app .desktop-recommendation-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    padding: 7px;
    border-radius: 12px;
  }
  body.desktop-listener-app .desktop-recommendation-row:hover { background: rgba(61, 164, 218, .075); }
  body.desktop-listener-app .desktop-recommendation-art {
    width: 44px;
    height: 44px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: rgba(115, 226, 255, .75);
    background: #0c2033;
  }
  body.desktop-listener-app .desktop-recommendation-art img { width: 100%; height: 100%; object-fit: cover; }
  body.desktop-listener-app .desktop-recommendation-copy { min-width: 0; display: grid; gap: 3px; }
  body.desktop-listener-app .desktop-recommendation-copy strong {
    overflow: hidden;
    color: #f2f8ff;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-recommendation-copy small {
    overflow: hidden;
    color: rgba(205, 226, 242, .48);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.desktop-listener-app .desktop-recommendation-actions { display: flex; gap: 3px; }
  body.desktop-listener-app .desktop-recommendation-actions button {
    min-height: 26px;
    padding: 0 7px;
    border: 1px solid rgba(137, 204, 243, .13);
    border-radius: 8px;
    color: rgba(226, 240, 250, .76);
    background: rgba(255,255,255,.035);
    font-size: 8px;
    font-weight: 850;
    cursor: pointer;
  }
  body.desktop-listener-app .desktop-recommendation-actions button:hover:not(:disabled) { color: #fff; border-color: rgba(99,225,255,.28); }
  body.desktop-listener-app .desktop-recommendation-actions button:disabled { opacity: .32; cursor: default; }

  body.desktop-listener-app .desktop-player-right {
    width: min(100%, 300px);
    display: grid;
    grid-template-columns: auto 38px 38px minmax(90px, 150px);
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  body.desktop-listener-app .desktop-player-right .desktop-player-speed {
    width: auto;
    min-width: 48px;
    padding: 0 10px;
    border: 1px solid rgba(137, 204, 243, .14);
    border-radius: 10px;
    color: rgba(222, 239, 250, .76);
    background: rgba(255,255,255,.035);
    font-size: 11px;
    font-weight: 850;
  }
  body.desktop-listener-app .desktop-player-right .desktop-player-speed:hover:not(:disabled) {
    color: #fff;
    border-color: rgba(99, 225, 255, .30);
    background: rgba(73, 184, 232, .10);
  }
  body.desktop-listener-app .desktop-player-right .desktop-player-speed.is-ce-link {
    min-width: 64px;
    color: #8aebff;
    border-color: rgba(99, 225, 255, .24);
    background: rgba(73, 184, 232, .10);
    cursor: pointer;
  }
  body.desktop-listener-app .desktop-player-right [data-desktop-player-mute] { display: grid; }
  body.desktop-listener-app .desktop-player-right [data-desktop-player-volume] { display: block; }

  body.desktop-listener-app .desktop-player-right [data-mobile-now-open].is-active {
    color: #86ebff;
    background: rgba(73, 184, 232, .12);
  }
}

@media (max-width: 1180px) {
  .mobile-now-actions [data-mobile-now-speed].is-ce-link {
    color: #a6f1ff;
    border-color: rgba(99, 225, 255, .22);
    background: rgba(56, 179, 221, .10);
  }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  body.desktop-listener-app .mobile-now-body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "player";
    padding: 0;
  }
  body.desktop-listener-app .desktop-now-sidebar { display: none; }
  body.desktop-listener-app .desktop-now-player-column {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: minmax(250px, 43%) minmax(280px, 1fr);
    padding: clamp(18px, 2.4vw, 30px);
    column-gap: clamp(22px, 3vw, 44px);
  }
}

@media (min-width: 1181px) and (max-width: 900px) {
  body.desktop-listener-app .desktop-now-player-column {
    overflow-y: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "art"
      "copy"
      "mode"
      "chapters"
      "description"
      "status";
    grid-template-rows: repeat(6, auto);
    align-content: start;
    padding-top: 84px;
  }
  body.desktop-listener-app .desktop-now-player-column .mobile-now-visual {
    width: min(100%, 48vh, 430px);
    justify-self: center;
  }
  body.desktop-listener-app .desktop-now-description { overflow: visible; }
}

@media (min-width: 1181px) and (max-height: 720px) {
  body.desktop-listener-app .mobile-now-header { height: 62px; min-height: 62px; padding-top: 8px; padding-bottom: 8px; }
  body.desktop-listener-app .mobile-now-body { padding: 0; gap: 0; }
  body.desktop-listener-app .desktop-now-player-column { overflow-y: auto; padding: 74px 24px 18px; row-gap: 8px; align-content: start; }
  body.desktop-listener-app .desktop-now-player-column .mobile-now-visual { width: min(100%, 54vh, 420px); }
  body.desktop-listener-app .desktop-now-sidebar { padding-top: 62px; grid-template-rows: minmax(0, 1.12fr) minmax(0, .88fr); gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  body.desktop-listener-app .mobile-now-playing:not([hidden]) { animation: none; }
}

/* Desktop Now Playing CE actions · 0.20.06 */
@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-now-mode-gate {
    display: grid;
    justify-items: center;
    gap: 12px;
  }

  body.desktop-listener-app .mobile-now-mode-gate .listener-mode-switch,
  body.desktop-listener-app .mobile-now-ce-status-row,
  body.desktop-listener-app .mobile-page-ce-status {
    width: min(100%, 360px);
    justify-self: center;
    box-sizing: border-box;
  }

  body.desktop-listener-app .mobile-now-ce-status-row,
  body.desktop-listener-app .mobile-page-ce-status {
    display: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    margin: 0;
  }

  body.desktop-listener-app .mobile-now-ce-status-row.has-message,
  body.desktop-listener-app .mobile-now-ce-status-row.has-action,
  body.desktop-listener-app .mobile-page-ce-status.has-message,
  body.desktop-listener-app .mobile-page-ce-status.has-action {
    display: grid;
  }

  body.desktop-listener-app .mobile-now-ce-status-row.has-action > span,
  body.desktop-listener-app .mobile-page-ce-status.has-action > span,
  body.desktop-listener-app .mobile-now-ce-status-row > span:empty,
  body.desktop-listener-app .mobile-page-ce-status > span:empty {
    display: none;
  }

  body.desktop-listener-app .mobile-now-ce-status-row > span:not(:empty),
  body.desktop-listener-app .mobile-page-ce-status > span:not(:empty) {
    padding: 9px 12px;
    color: rgba(226, 240, 252, .72);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.35;
    text-align: center;
  }

  body.desktop-listener-app .mobile-now-ce-status-row button,
  body.desktop-listener-app .mobile-now-ce-status-row a,
  body.desktop-listener-app .mobile-page-ce-status button,
  body.desktop-listener-app .mobile-page-ce-status a {
    appearance: none;
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border: 1px solid #ffe17a;
    border-radius: 15px;
    background: linear-gradient(180deg, #ffd95a 0%, #f3bb28 100%);
    box-shadow: 0 10px 28px rgba(239, 180, 36, .20), inset 0 1px 0 rgba(255, 255, 255, .42);
    color: #15120a;
    font: inherit;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: .035em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
  }

  body.desktop-listener-app .mobile-now-ce-status-row button[data-mobile-ce-objectives] {
    border-color: rgba(104, 235, 255, .35);
    background: rgba(5, 21, 39, .58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    color: #dffaff;
  }

  body.desktop-listener-app .mobile-now-ce-status-row a[data-mobile-ce-certificate],
  body.desktop-listener-app .mobile-page-ce-status a[data-mobile-page-ce-certificate],
  body.desktop-listener-app .mobile-now-ce-status-row a.is-compact-ce-link,
  body.desktop-listener-app .mobile-page-ce-status a.is-compact-ce-link {
    border-color: rgba(63, 213, 152, .42);
    background: rgba(41, 170, 111, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    color: #ffffff;
    text-decoration: none;
  }

  body.desktop-listener-app .mobile-now-ce-status-row button:hover,
  body.desktop-listener-app .mobile-now-ce-status-row a:hover,
  body.desktop-listener-app .mobile-page-ce-status button:hover,
  body.desktop-listener-app .mobile-page-ce-status a:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
  }
}
/* Shared episode content with mobile-native PWA composition · 0.19.21 */
.desktop-episode-content,
.desktop-episode-ce-availability { display: none; }

@media (max-width: 1180px) {
  .mobile-episode-detail-copy .desktop-episode-ce-availability {
    width: max-content;
    display: inline-flex;
    align-items: center;
    margin-top: 11px;
    padding: 6px 9px;
    border: 1px solid rgba(92, 225, 255, .22);
    border-radius: 999px;
    color: rgba(148, 239, 255, .92);
    background: rgba(45, 191, 231, .10);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
  }
  .mobile-episode-primary-actions {
    display: block;
    margin-top: 20px;
  }
  .mobile-episode-primary-actions .mobile-episode-play-compact {
    width: 100%;
    height: auto;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border-radius: 999px;
  }
  .mobile-episode-primary-actions .mobile-episode-play-compact span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    color: inherit;
    font-size: 14px;
    font-weight: 900;
    white-space: normal;
  }
  .mobile-episode-primary-actions .mobile-episode-play-compact:disabled {
    opacity: .42;
  }
  .mobile-episode-detail .desktop-episode-content {
    min-width: 0;
    display: grid;
    gap: 14px;
    margin-top: 30px;
  }
  .mobile-episode-detail .desktop-episode-content-card {
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(139, 202, 241, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(18, 41, 68, .72), rgba(7, 21, 40, .80));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  }
  .mobile-episode-detail .desktop-episode-content-card .eyebrow {
    margin: 0 0 5px;
    color: rgba(107, 226, 255, .74);
    font-size: 9px;
  }
  .mobile-episode-detail .desktop-episode-content-card > h2 {
    margin: 0 0 14px;
    font-size: 20px;
    letter-spacing: -.025em;
  }
  .mobile-episode-detail .desktop-episode-content-card.is-notes > p:last-child {
    margin: 0;
    color: rgba(207, 225, 239, .70);
    font-size: 14px;
    line-height: 1.68;
  }
  .mobile-episode-detail .desktop-episode-people-group + .desktop-episode-people-group {
    margin-top: 20px;
  }
  .mobile-episode-detail .desktop-episode-people-group > h3 {
    margin: 0 0 10px;
    color: rgba(180, 207, 226, .60);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .mobile-episode-detail .desktop-episode-people-list {
    display: grid;
    gap: 9px;
  }
  .mobile-episode-detail .desktop-episode-person {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px;
    border: 1px solid rgba(139, 202, 241, .09);
    border-radius: 14px;
    background: rgba(5, 18, 34, .42);
  }
  .mobile-episode-detail .desktop-episode-person > img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
  }
  .mobile-episode-detail .desktop-episode-person > div {
    min-width: 0;
    display: grid;
    gap: 3px;
  }
  .mobile-episode-detail .desktop-episode-person strong { color: #fff; font-size: 14px; }
  .mobile-episode-detail .desktop-episode-person span { color: rgba(109, 226, 255, .72); font-size: 10px; font-weight: 760; }
  .mobile-episode-detail .desktop-episode-person p { margin: 5px 0 0; color: rgba(197, 218, 233, .62); font-size: 12px; line-height: 1.5; }
  .mobile-episode-detail .desktop-episode-person a { width: max-content; margin-top: 4px; color: rgba(109, 226, 255, .82); font-size: 11px; font-weight: 800; }
  .mobile-episode-detail .desktop-episode-content-card.is-chapters { padding: 0; overflow: hidden; }
  .mobile-episode-detail .desktop-episode-chapters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(139, 202, 241, .10);
  }
  .mobile-episode-detail .desktop-episode-chapters-header > span { display: grid; gap: 3px; }
  .mobile-episode-detail .desktop-episode-chapters-header strong { color: #fff; font-size: 20px; }
  .mobile-episode-detail .desktop-episode-chapters-header em { color: rgba(184, 207, 225, .56); font-size: 10px; font-style: normal; }
  .mobile-episode-detail .desktop-episode-content-card.is-chapters ol {
    display: grid;
    margin: 0;
    padding: 5px 20px 10px;
    list-style: none;
  }
  .mobile-episode-detail .desktop-episode-content-card.is-chapters li { border-bottom: 1px solid rgba(139, 202, 241, .09); }
  .mobile-episode-detail .desktop-episode-content-card.is-chapters li:last-child { border-bottom: 0; }
  .mobile-episode-detail .desktop-episode-content-card.is-chapters li button {
    width: 100%;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 13px 0;
    border: 0;
    color: inherit;
    background: none;
    text-align: left;
  }
  .mobile-episode-detail .desktop-episode-content-card.is-chapters time { color: rgba(110, 226, 255, .78); font-size: 10px; font-weight: 850; }
  .mobile-episode-detail .desktop-episode-content-card.is-chapters li span { min-width: 0; color: rgba(235, 244, 250, .84); font-size: 13px; line-height: 1.35; }
  .mobile-episode-detail .desktop-episode-content-card.is-chapters li b { color: rgba(110, 226, 255, .76); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-episode-detail .desktop-episode-content-empty { margin: 0; color: rgba(190, 212, 229, .56); font-size: 13px; line-height: 1.5; }
  .mobile-episode-detail .desktop-link-dump-list { display: grid; gap: 8px; }
  .mobile-episode-detail .desktop-link-dump-list a {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border: 1px solid rgba(139, 202, 241, .10);
    border-radius: 12px;
    color: inherit;
    background: rgba(5, 18, 34, .42);
  }
  .mobile-episode-detail .desktop-link-dump-list a > span { min-width: 0; display: grid; gap: 3px; }
  .mobile-episode-detail .desktop-link-dump-list strong { color: #fff; font-size: 13px; }
  .mobile-episode-detail .desktop-link-dump-list small { color: rgba(197, 218, 233, .60); font-size: 11px; line-height: 1.4; }
  .mobile-episode-detail .desktop-link-dump-list em { color: rgba(109, 226, 255, .82); font-size: 9px; font-style: normal; font-weight: 850; white-space: nowrap; }
  .mobile-episode-detail .desktop-related-episodes {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(235px, 82vw);
    gap: 9px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-inline: -20px;
    padding-inline: 20px;
  }
  .mobile-episode-detail .desktop-related-episodes::-webkit-scrollbar { display: none; }
  .mobile-episode-detail .desktop-related-episodes > a {
    min-width: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(139, 202, 241, .10);
    border-radius: 12px;
    color: inherit;
    background: rgba(5, 18, 34, .42);
    scroll-snap-align: start;
  }
  .mobile-episode-detail .desktop-related-art {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 9px;
    background: rgba(255,255,255,.04);
  }
  .mobile-episode-detail .desktop-related-art img { width: 100%; height: 100%; object-fit: cover; }
  .mobile-episode-detail .desktop-related-episodes > a > span:last-child { min-width: 0; display: grid; gap: 4px; }
  .mobile-episode-detail .desktop-related-episodes strong,
  .mobile-episode-detail .desktop-related-episodes small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-episode-detail .desktop-related-episodes strong { font-size: 13px; }
  .mobile-episode-detail .desktop-related-episodes small { color: rgba(190, 212, 229, .55); font-size: 10px; }
}

@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0 0 88px;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    grid-template-areas:
      "top top"
      "art copy"
      "art actions"
      "content content";
    column-gap: clamp(34px, 4vw, 72px);
    row-gap: 22px;
  }
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page::before,
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page::after {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: clamp(510px, 48vw, 690px);
    border: 0;
    border-radius: 0;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  }
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page::before {
    background:
      radial-gradient(circle at 10% 22%, rgba(52, 199, 255, .17), transparent 32rem),
      radial-gradient(circle at 92% 9%, rgba(102, 83, 255, .18), transparent 35rem),
      linear-gradient(145deg, rgba(18, 43, 72, .96), rgba(7, 18, 35, .98));
    box-shadow: none;
  }
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page::after {
    opacity: .11;
    background-image:
      linear-gradient(90deg, rgba(4,14,27,.94) 0%, rgba(4,14,27,.56) 46%, rgba(4,14,27,.76) 100%),
      var(--desktop-episode-artwork, none);
    background-position: center, right 8% center;
    background-repeat: no-repeat;
    background-size: cover, min(52vw, 880px);
  }
  body.desktop-listener-app .mobile-episode-detail-topbar {
    min-height: 58px;
    padding: 16px 48px 0;
  }
  body.desktop-listener-app .mobile-episode-detail-topbar .mobile-episode-detail-more { display: none; }
  body.desktop-listener-app .mobile-episode-detail-art {
    width: min(100%, 350px);
    margin: 28px 0 42px 48px;
    border-radius: 17px;
  }
  body.desktop-listener-app .mobile-episode-detail-copy {
    margin: 48px 48px 0 0;
  }
  body.desktop-listener-app .mobile-episode-detail-copy h1 {
    margin-bottom: 17px;
    font-size: clamp(46px, 4.5vw, 78px);
  }
  body.desktop-listener-app .mobile-episode-detail-copy .mobile-episode-detail-states { display: none; }
  body.desktop-listener-app .desktop-episode-ce-availability {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    padding: 7px 11px;
    border: 1px solid rgba(92, 225, 255, .22);
    border-radius: 999px;
    color: rgba(126, 232, 255, .90);
    background: rgba(45, 191, 231, .10);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  body.desktop-listener-app .mobile-episode-primary-actions {
    display: flex;
    align-items: center;
    margin: 0 48px 46px 0;
  }
  body.desktop-listener-app .mobile-episode-primary-actions .listener-mode-switch,
  body.desktop-listener-app .mobile-episode-primary-actions .mobile-page-ce-status,
  body.desktop-listener-app .mobile-episode-primary-actions .listener-ce-membership-cta,
  body.desktop-listener-app .mobile-episode-primary-actions .listener-ce-scheduled-note { display: none !important; }
  body.desktop-listener-app .mobile-episode-play-compact {
    min-width: 132px;
    min-height: 56px;
    justify-content: center;
  }
  body.desktop-listener-app .desktop-episode-sidecar,
  body.desktop-listener-app .mobile-episode-notes { display: none !important; }

  body.desktop-listener-app .desktop-episode-content {
    grid-area: content;
    position: relative;
    z-index: 2;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin: 18px 48px 0;
  }
  body.desktop-listener-app .desktop-episode-content-card {
    min-width: 0;
    padding: 28px 30px;
    border: 1px solid rgba(139, 202, 241, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(18, 41, 68, .76), rgba(7, 21, 40, .84));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 44px rgba(0,0,0,.12);
  }
  body.desktop-listener-app .desktop-episode-content-card.is-people { grid-column: 1 / -1; }
  body.desktop-listener-app .desktop-episode-content-card .eyebrow {
    margin: 0 0 6px;
    color: rgba(107, 226, 255, .74);
    font-size: 10px;
  }
  body.desktop-listener-app .desktop-episode-content-card > h2 {
    margin: 0 0 18px;
    font-size: 25px;
    letter-spacing: -.025em;
  }
  body.desktop-listener-app .desktop-episode-content-card.is-notes > p:last-child {
    max-width: 1000px;
    margin: 0;
    color: rgba(207, 225, 239, .72);
    font-size: 15px;
    line-height: 1.75;
  }
  body.desktop-listener-app .desktop-episode-content-card dl { display: grid; gap: 0; margin: 0; }
  body.desktop-listener-app .desktop-episode-content-card dl > div {
    display: grid;
    grid-template-columns: minmax(100px, .8fr) minmax(0, 1.2fr);
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(139, 202, 241, .09);
  }
  body.desktop-listener-app .desktop-episode-content-card dl > div:last-child { border-bottom: 0; }
  body.desktop-listener-app .desktop-episode-content-card dt { color: rgba(176, 201, 220, .50); font-size: 11px; font-weight: 780; }
  body.desktop-listener-app .desktop-episode-content-card dd { margin: 0; color: rgba(235, 244, 250, .84); font-size: 12px; }
  body.desktop-listener-app .desktop-episode-content-card.is-chapters { padding: 0; }
  body.desktop-listener-app .desktop-episode-chapters-header { display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 30px;border-bottom:1px solid rgba(139,202,241,.10); }
  body.desktop-listener-app .desktop-episode-chapters-header span { display:grid;gap:4px; }
  body.desktop-listener-app .desktop-episode-chapters-header strong { font-size:23px;color:#fff; }
  body.desktop-listener-app .desktop-episode-chapters-header em { color:rgba(184,207,225,.58);font-style:normal;font-size:12px; }
  body.desktop-listener-app .desktop-episode-content-card.is-chapters ol { display: grid; gap: 0; margin: 0; padding: 8px 30px 16px; list-style: none; }
  body.desktop-listener-app .desktop-episode-content-card.is-chapters li { border-bottom: 1px solid rgba(139, 202, 241, .09); }
  body.desktop-listener-app .desktop-episode-content-card.is-chapters li:last-child { border-bottom: 0; }
  body.desktop-listener-app .desktop-episode-content-card.is-chapters li button { width:100%;display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 0;border:0;background:none;text-align:left;color:inherit;cursor:pointer; }
  body.desktop-listener-app .desktop-episode-content-card.is-chapters time { color: rgba(110, 226, 255, .76); font-size: 11px; font-weight: 850; }
  body.desktop-listener-app .desktop-episode-content-card.is-chapters span { color: rgba(235, 244, 250, .82); font-size: 13px; }
  body.desktop-listener-app .desktop-episode-content-card.is-chapters li b {color:rgba(110,226,255,.72);font-size:11px;text-transform:uppercase;letter-spacing:.06em;}
  body.desktop-listener-app .desktop-episode-content-empty {margin:0;color:rgba(190,212,229,.55);}
  body.desktop-listener-app .desktop-link-dump-list {display:grid;gap:8px;}
  body.desktop-listener-app .desktop-link-dump-list a {display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid rgba(139,202,241,.10);border-radius:12px;background:rgba(5,18,34,.44);color:inherit;}
  body.desktop-listener-app .desktop-link-dump-list a>span {display:grid;gap:4px;min-width:0;}
  body.desktop-listener-app .desktop-link-dump-list strong {color:#fff;}.desktop-link-dump-list small{color:rgba(197,218,233,.62);}
  body.desktop-listener-app .desktop-link-dump-list em {flex:0 0 auto;color:rgba(109,226,255,.78);font-size:11px;font-style:normal;font-weight:800;}
  body.desktop-listener-app .desktop-related-episodes {display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px;}
  body.desktop-listener-app .desktop-related-episodes>a {display:flex;align-items:center;gap:13px;padding:11px;border:1px solid rgba(139,202,241,.10);border-radius:12px;background:rgba(5,18,34,.44);color:inherit;min-width:0;}
  body.desktop-listener-app .desktop-related-art {display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;border-radius:9px;background:rgba(255,255,255,.04);overflow:hidden;}.desktop-related-art img{width:100%;height:100%;object-fit:cover;}
  body.desktop-listener-app .desktop-related-episodes>a>span:last-child {display:grid;gap:5px;min-width:0;}.desktop-related-episodes strong,.desktop-related-episodes small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.desktop-related-episodes small{color:rgba(190,212,229,.55);}
  body.desktop-listener-app .desktop-episode-people-group + .desktop-episode-people-group { margin-top: 24px; }
  body.desktop-listener-app .desktop-episode-people-group > h3 { margin: 0 0 12px; color: rgba(180, 207, 226, .62); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
  body.desktop-listener-app .desktop-episode-people-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
  body.desktop-listener-app .desktop-episode-person { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 15px; align-items: start; padding: 14px; border: 1px solid rgba(139, 202, 241, .09); border-radius: 14px; background: rgba(5, 18, 34, .44); }
  body.desktop-listener-app .desktop-episode-person > img { width: 66px; height: 66px; object-fit: cover; border-radius: 50%; }
  body.desktop-listener-app .desktop-episode-person > div { min-width: 0; display: grid; gap: 4px; }
  body.desktop-listener-app .desktop-episode-person strong { color: #fff; font-size: 15px; }
  body.desktop-listener-app .desktop-episode-person span { color: rgba(109, 226, 255, .72); font-size: 11px; font-weight: 760; }
  body.desktop-listener-app .desktop-episode-person p { margin: 6px 0 0; color: rgba(197, 218, 233, .64); font-size: 12px; line-height: 1.55; }
  body.desktop-listener-app .desktop-episode-person a { width: max-content; margin-top: 5px; color: rgba(109, 226, 255, .80); font-size: 11px; font-weight: 800; }
}

.mobile-related-episodes{margin-top:28px}.mobile-related-episodes h2{margin:5px 0 14px}.mobile-related-episodes>div{display:grid;gap:9px}.mobile-related-episodes a{display:grid;grid-template-columns:54px minmax(0,1fr);column-gap:12px;align-items:center;padding:10px;border:1px solid rgba(139,202,241,.12);border-radius:12px;color:inherit}.mobile-related-episodes a>span{grid-row:1/3;width:54px;height:54px;display:grid;place-items:center;border-radius:8px;overflow:hidden;background:rgba(255,255,255,.04)}.mobile-related-episodes img{width:100%;height:100%;object-fit:cover}.mobile-related-episodes strong,.mobile-related-episodes small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-related-episodes small{color:rgba(190,212,229,.55)}

@media (min-width: 1181px) and (max-width: 1360px) {
  body.desktop-listener-app .mobile-episode-detail.mobile-episode-detail-page { grid-template-columns: minmax(240px, 310px) minmax(0,1fr); column-gap: 34px; }
  body.desktop-listener-app .mobile-episode-detail-art { width: min(100%, 285px); margin-left: 32px; }
  body.desktop-listener-app .mobile-episode-detail-copy,
  body.desktop-listener-app .mobile-episode-primary-actions { margin-right: 32px; }
  body.desktop-listener-app .mobile-episode-detail-copy h1 { font-size: clamp(38px, 4.3vw, 58px); }
  body.desktop-listener-app .desktop-episode-content { margin-right: 32px; margin-left: 32px; }
}

/* Full-bleed desktop homepage hero · 0.19.49
   The hero belongs to the listener canvas, not inside a dashboard card. */
@media (min-width: 1181px) {
  body.desktop-listener-app .desktop-stream-home {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 88px;
  }

  body.desktop-listener-app .desktop-stream-home > .desktop-stream-hero {
    width: 100%;
    min-height: 460px;
    margin: 0;
    padding: 68px clamp(48px, 5vw, 88px) 62px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.desktop-listener-app .desktop-stream-home > .desktop-stream-hero.no-feature-image {
    grid-template-columns: minmax(0, 1fr);
  }

  body.desktop-listener-app .desktop-stream-home > .desktop-stream-hero.no-feature-image .desktop-stream-hero-copy {
    max-width: 1120px;
  }

  body.desktop-listener-app .desktop-stream-home > .desktop-stream-section {
    width: calc(100% - 96px);
    margin-right: 48px;
    margin-left: 48px;
  }
}

@media (min-width: 1181px) and (max-width: 1280px) {
  body.desktop-listener-app .desktop-stream-home > .desktop-stream-hero {
    padding-right: 44px;
    padding-left: 44px;
  }

  body.desktop-listener-app .desktop-stream-home > .desktop-stream-section {
    width: calc(100% - 64px);
    margin-right: 32px;
    margin-left: 32px;
  }
}

/* Desktop podcast page · edge-to-edge hero · 0.19.13 */
.desktop-show-hero-play { display: none; }

@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-show-page {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 88px;
  }
  body.desktop-listener-app .mobile-show-page > .mobile-page-back {
    position: absolute;
    z-index: 6;
    top: 22px;
    left: 48px;
    margin: 0;
  }
  body.desktop-listener-app .mobile-show-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: clamp(510px, 48vw, 690px);
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: clamp(38px, 4vw, 72px);
    align-items: center;
    overflow: hidden;
    margin: 0;
    padding: 88px 48px 96px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.desktop-listener-app .mobile-show-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
      radial-gradient(circle at 10% 22%, rgba(52, 199, 255, .17), transparent 32rem),
      radial-gradient(circle at 92% 9%, rgba(102, 83, 255, .18), transparent 35rem),
      linear-gradient(145deg, rgba(18, 43, 72, .96), rgba(7, 18, 35, .98));
    filter: none;
    opacity: 1;
    transform: none;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
  }
  body.desktop-listener-app .mobile-show-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
      linear-gradient(90deg, rgba(4,14,27,.78) 0%, rgba(4,14,27,.43) 47%, rgba(4,14,27,.78) 100%),
      var(--desktop-show-art, none);
    background-position: center, right 7% center;
    background-repeat: no-repeat;
    background-size: cover, min(56vw, 980px);
    opacity: .20;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
  }
  body.desktop-listener-app .mobile-show-hero-art {
    width: min(100%, 350px);
    height: auto;
    aspect-ratio: 1;
    margin: 0;
    border-radius: 17px;
    box-shadow: 0 24px 58px rgba(0,0,0,.30);
  }
  body.desktop-listener-app .mobile-show-hero-copy {
    align-self: center;
    max-width: 1180px;
    padding: 0;
  }
  body.desktop-listener-app .mobile-show-hero-copy h1 {
    margin: 8px 0 17px;
    font-size: clamp(48px, 5vw, 82px);
    line-height: .98;
  }
  body.desktop-listener-app .mobile-show-hero-copy p {
    max-width: 980px;
    margin: 0 0 13px;
    color: rgba(207, 225, 239, .68);
    font-size: 16px;
    line-height: 1.65;
  }
  body.desktop-listener-app .mobile-show-hero-copy > span:last-of-type {
    color: rgba(181, 205, 223, .52);
    font-size: 12px;
  }
  body.desktop-listener-app .desktop-show-hero-play {
    width: max-content;
    max-width: min(100%, 680px);
    display: flex;
    margin: 25px 0 0;
  }
  body.desktop-listener-app .mobile-show-play-latest-mobile { display: none; }
  body.desktop-listener-app .mobile-show-episodes {
    margin: -28px 0 0;
    padding: 0 48px;
  }
}

@media (min-width: 1181px) and (max-width: 1360px) {
  body.desktop-listener-app .mobile-show-page > .mobile-page-back { left: 32px; }
  body.desktop-listener-app .mobile-show-hero { grid-template-columns: minmax(240px, 300px) minmax(0,1fr); gap: 34px; padding-right: 32px; padding-left: 32px; }
  body.desktop-listener-app .mobile-show-hero-art { width: min(100%, 285px); }
  body.desktop-listener-app .mobile-show-hero-copy h1 { font-size: clamp(42px, 4.8vw, 64px); }
  body.desktop-listener-app .mobile-show-episodes { padding-right: 32px; padding-left: 32px; }
}

/* Desktop My Account · canonical layout reset · 0.19.25
   Account pages accumulated several generations of listener-desktop overrides.
   Keep one final, desktop-only geometry contract so every AJAX-loaded account
   section uses the same predictable canvas without affecting the PWA. */
@media (min-width: 1181px) {
  body.desktop-listener-app .desktop-account-root {
    position: relative;
    width: 100%;
    min-width: 0;
    display: block !important;
    overflow: visible;
    transform: none !important;
  }

  body.desktop-listener-app .desktop-account-root::before,
  body.desktop-listener-app .desktop-account-root::after,
  body.desktop-listener-app .listener-account-shell::before,
  body.desktop-listener-app .listener-account-shell::after {
    content: none !important;
    display: none !important;
  }

  body.desktop-listener-app .listener-account-shell {
    position: relative;
    width: calc(100% - 96px);
    max-width: none;
    min-width: 0;
    min-height: 0;
    margin: 0 48px;
    padding: 48px 0 92px;
    overflow: visible;
    transform: none !important;
    box-sizing: border-box;
  }

  body.desktop-listener-app .listener-account-hero {
    position: relative;
    width: 100%;
    min-width: 0;
    display: block;
    margin: 0 0 34px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    transform: none;
  }

  body.desktop-listener-app .listener-account-identity {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 22px;
  }

  body.desktop-listener-app .listener-account-avatar {
    width: 72px;
    height: 72px;
    min-width: 72px;
    max-width: 72px;
    flex: 0 0 72px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 16px;
    font-size: 18px;
    transform: none;
  }

  body.desktop-listener-app .account-blades-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
    margin: 0 0 34px;
    overflow: hidden;
    transform: none;
  }

  body.desktop-listener-app .account-blades,
  body.desktop-listener-app .settings-tabs.account-blades,
  body.desktop-listener-app .settings-blades.account-blades {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    overflow: visible;
    transform: none;
  }

  body.desktop-listener-app .account-blades .account-blade,
  body.desktop-listener-app .settings-blades .account-blade {
    width: auto !important;
    min-width: 0 !important;
    min-height: 104px !important;
    max-height: none;
    flex: none !important;
    padding: 18px 14px 20px !important;
    transform: none !important;
  }

  body.desktop-listener-app .account-section-status,
  body.desktop-listener-app .account-section-panel,
  body.desktop-listener-app .account-section-panel > * {
    position: relative;
    width: 100%;
    max-width: none;
    min-width: 0;
    transform: none !important;
    box-sizing: border-box;
  }

  body.desktop-listener-app .account-section-panel {
    min-height: 0;
    display: block;
    overflow: visible;
    isolation: isolate;
  }

  body.desktop-listener-app .account-section-panel > .surface,
  body.desktop-listener-app .account-section-panel .listener-account-card,
  body.desktop-listener-app .account-section-panel .listener-history-page,
  body.desktop-listener-app .account-section-panel .account-commerce-section {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: auto;
    overflow: hidden;
    transform: none !important;
  }

  body.desktop-listener-app .listener-history-list {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  body.desktop-listener-app .listener-history-row {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
    transform: none !important;
    box-sizing: border-box;
  }

  body.desktop-listener-app .listener-history-art,
  body.desktop-listener-app .private-podcast-account-art {
    width: 92px;
    height: 92px;
    min-width: 92px;
    max-width: 92px;
    min-height: 92px;
    max-height: 92px;
    display: block;
    overflow: hidden;
    flex: 0 0 92px;
    transform: none !important;
  }

  body.desktop-listener-app .listener-history-art img,
  body.desktop-listener-app .listener-history-art .art-placeholder,
  body.desktop-listener-app .private-podcast-account-art img,
  body.desktop-listener-app .private-podcast-account-art .art-placeholder {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: 1;
    display: grid;
    object-fit: cover;
    place-items: center;
    transform: none !important;
  }

  body.desktop-listener-app .listener-history-main,
  body.desktop-listener-app .private-podcast-account-main,
  body.desktop-listener-app .subscription-management-card,
  body.desktop-listener-app .account-session-row,
  body.desktop-listener-app .account-ce-stack,
  body.desktop-listener-app .account-security-stack,
  body.desktop-listener-app .table-wrap {
    min-width: 0;
    max-width: 100%;
    transform: none !important;
    box-sizing: border-box;
  }
}

@media (min-width: 1181px) and (max-width: 1360px) {
  body.desktop-listener-app .listener-account-shell {
    width: calc(100% - 64px);
    margin-right: 32px;
    margin-left: 32px;
  }

  body.desktop-listener-app .account-blades,
  body.desktop-listener-app .settings-tabs.account-blades,
  body.desktop-listener-app .settings-blades.account-blades {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.desktop-listener-app .account-blades .account-blade:nth-child(3n) {
    border-right: 0 !important;
  }
}

/* 0.19.57 final hero focal treatment. */
.home-hero.has-background-image,
body.desktop-listener-app .desktop-stream-home > .desktop-stream-hero.has-background-image {
  background-position: center center, center center !important;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat !important;
}

/* Podcast publication hero · authoritative final cascade · 0.19.63 */
@media (min-width: 1181px) {
  body.desktop-listener-app .mobile-show-hero {
    display: block;
    min-height: clamp(590px, 52vw, 760px);
    padding: 106px clamp(48px, 6vw, 104px) 98px;
    background: #071524;
  }
  body.desktop-listener-app .mobile-show-hero::before {
    inset: -48px;
    background: var(--desktop-show-art, linear-gradient(145deg, #102d50, #171a4c)) center / cover no-repeat;
    filter: blur(28px) saturate(1.08);
    opacity: .58;
    transform: scale(1.08);
    -webkit-mask-image: none;
    mask-image: none;
  }
  body.desktop-listener-app .mobile-show-hero::after {
    inset: 0;
    background: linear-gradient(90deg, rgba(3,12,23,.96) 0%, rgba(3,12,23,.84) 48%, rgba(4,12,24,.62) 100%);
    opacity: 1;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
  }
  body.desktop-listener-app .mobile-show-hero-copy {
    display: grid;
    width: min(900px, 72%);
    max-width: 900px;
    justify-items: start;
    gap: 14px;
    padding: 0;
  }
  body.desktop-listener-app .mobile-show-hero-art {
    width: 132px;
    height: 132px;
    aspect-ratio: 1;
    margin: 2px 0 5px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(0,0,0,.38);
  }
  body.desktop-listener-app .mobile-show-hero-copy h1 {
    margin: 0;
    font-size: clamp(48px, 5vw, 78px);
  }
  body.desktop-listener-app .mobile-show-hero-copy p {
    max-width: 820px;
    margin: 0;
    color: rgba(220, 234, 246, .76);
    font-size: 16px;
    line-height: 1.65;
  }
  body.desktop-listener-app .mobile-show-hero-copy > .mobile-show-hero-meta {
    color: rgba(197, 217, 232, .62);
    font-size: 12px;
  }
  body.desktop-listener-app .desktop-show-hero-play { margin-top: 8px; }
}

@media (min-width: 1181px) and (max-width: 1360px) {
  body.desktop-listener-app .mobile-show-hero { padding-right: 44px; padding-left: 44px; }
  body.desktop-listener-app .mobile-show-hero-copy { width: min(880px, 78%); }
  body.desktop-listener-app .mobile-show-hero-art { width: 118px; height: 118px; }
}
