/* 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: 761px) {
  .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; }
}

@media (max-width: 760px) {
  :root { --mobile-nav-height: 72px; --mobile-mini-height: 68px; }
  html { background: #050b15; }
  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-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(4, 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; display: grid; place-items: center; align-content: center; gap: 3px; color: rgba(218, 234, 249, .50); font-size: 10px; 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 { height: 3px; margin-top: 5px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.09); }
  .mobile-card-progress i { display: block; height: 100%; background: linear-gradient(90deg,#61e9ff,#7166ff); }
  .mobile-show-card { min-width: 0; display: grid; gap: 7px; color: #fff; }
  .mobile-show-art { 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:760px) {
  .mobile-install-button { display: none !important; }
}

@media (max-width: 760px) 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: 760px) {
  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: none; }
  .desktop-listener-page.mobile-ce-player-page { display: block; }
  .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: 8px;
    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-ce-player-page .breadcrumbs { display: none; }
  .mobile-ce-player-page .public-player-wrap { padding-top: 0; }

  /* 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: 761px) {
  .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: 760px) {
  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: 760px) {
  .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: 760px) {
  .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;
  }
}
