/* mobile-home release: 20260906-feed-warm-cache-v23 */
html.mobile-app-shell.mobile-home-feed-active,
html.mobile-app-shell.mobile-home-feed-active body {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

html.mobile-app-shell.mobile-home-feed-active body {
  padding-bottom: 0 !important;
  background: #05070b !important;
}

html.mobile-app-shell.mobile-home-feed-active .site-nav {
  z-index: 1300;
  background: #080a0f;
}

html.mobile-app-shell.mobile-home-feed-active .mobile-shell-bar,
html.mobile-app-shell.mobile-home-feed-active .mobile-shell-title {
  display: grid !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html.mobile-app-shell.mobile-home-feed-active .mobile-shell-title {
  place-items: center;
  color: #fff !important;
}

html.mobile-app-shell.mobile-home-feed-active .channel-nav {
  height: 54px;
  overflow: hidden;
}

html.mobile-app-shell.mobile-home-feed-active .channel-nav > .site-search,
html.mobile-app-shell.mobile-home-feed-active body[data-page="library"] > main.shell {
  display: none !important;
}

.mobile-home-feed {
  display: none;
}

html.mobile-app-shell.mobile-home-feed-active .mobile-home-feed {
  position: fixed;
  z-index: 120;
  top: calc(var(--site-nav-height, 58px) + 54px);
  right: 0;
  bottom: calc(76px + var(--mobile-safe-bottom-max));
  left: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background: #05070b;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
}

.mobile-home-feed::-webkit-scrollbar {
  display: none;
}

.mobile-home-feed-status {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  color: #b3bbc7;
  background: #080a0f;
  font-size: 14px;
  text-align: center;
}

.mobile-home-feed-status[hidden] {
  display: none;
}

.mobile-home-feed-status-inner {
  display: grid;
  max-width: 260px;
  justify-items: center;
  gap: 12px;
}

.mobile-home-feed-loader {
  width: 36px;
  height: 36px;
  animation: mobile-home-loading-pulse 1.1s ease-in-out infinite;
  filter: drop-shadow(0 5px 18px rgba(255, 210, 51, .24));
}

@keyframes mobile-home-loading-pulse {
  0%, 100% { opacity: .48; transform: scale(.88); }
  50% { opacity: 1; transform: scale(1.06); }
}

.mobile-home-feed-status button {
  min-height: 40px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid rgba(255, 210, 51, .48);
  border-radius: 5px;
  background: #1b1d20;
  color: #ffd233;
  font: 700 13px inherit;
}

.mobile-home-slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #05070b;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.mobile-home-ambient,
.mobile-home-ambient-live {
  position: absolute;
  z-index: -3;
  inset: -11%;
  width: 122%;
  height: 122%;
  object-fit: cover;
  filter: blur(76px) brightness(.3) saturate(.42);
  transform: scale(1.14);
}

.mobile-home-ambient-live {
  z-index: -2;
  opacity: 0;
  transition: opacity .32s ease;
}

.mobile-home-slide.is-landscape.has-live-ambient .mobile-home-ambient-live {
  opacity: .72;
}

.mobile-home-slide::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(1, 3, 7, .26);
  content: "";
  pointer-events: none;
}

.mobile-home-video,
.mobile-home-poster {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.mobile-home-poster { pointer-events: none; object-fit: contain; background: #05070b; }
.mobile-home-slide.has-frame .mobile-home-poster { visibility: hidden; }

.mobile-home-slide.is-landscape .mobile-home-video,
.mobile-home-slide.is-landscape .mobile-home-poster {
  top: 36%;
  right: 8px;
  bottom: auto;
  left: 8px;
  width: calc(100% - 16px);
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 3px;
  object-fit: contain;
  transform: translateY(-50%);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .42);
}

.mobile-home-media-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 4, 8, .12) 0%, transparent 42%, rgba(2, 4, 8, .2) 62%, rgba(2, 4, 8, .94) 100%);
  pointer-events: none;
}

.mobile-home-load-line {
  display: none;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
  background: rgba(255, 210, 51, .12);
}
html.mobile-app-shell.mobile-home-feed-active .mobile-home-load-line:not([hidden]) { display: block; }
.mobile-home-load-line > span {
  display: block;
  height: 100%;
  background: #ffd233;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s ease-out;
}
.mobile-home-load-line > span::after {
  content: "";
  display: block;
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff4b1, transparent);
  animation: mobile-home-line-sweep 1.3s linear infinite;
}
@keyframes mobile-home-line-sweep { from { transform: translateX(-100%); } to { transform: translateX(390%); } }

.mobile-home-audio-hint {
  position: absolute;
  z-index: 4;
  top: 14px;
  left: max(12px, var(--mobile-safe-left));
  padding: 6px 9px;
  border: 1px solid rgba(255, 210, 51, .32);
  border-radius: 999px;
  background: rgba(8, 10, 15, .72);
  color: #ffd233;
  font-size: 10px;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .2s ease, transform .2s ease;
  backdrop-filter: blur(12px);
}

.mobile-home-slide.needs-audio-unlock .mobile-home-audio-hint {
  opacity: 1;
  transform: translateY(0);
}

.mobile-home-play {
  position: absolute;
  z-index: 4;
  top: 43%;
  left: 50%;
  display: grid;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, transform .18s ease;
}

.mobile-home-play img {
  width: 44px;
  height: 44px;
  filter: brightness(0) invert(1) drop-shadow(0 3px 12px rgba(0, 0, 0, .72));
}

.mobile-home-play:active {
  transform: translate(-50%, -50%) scale(.94);
}

.mobile-home-slide.is-control-visible .mobile-home-play,
.mobile-home-slide.has-play-error .mobile-home-play {
  opacity: 1;
}

.mobile-home-copy {
  position: absolute;
  z-index: 3;
  right: max(14px, var(--mobile-safe-right));
  bottom: 53px;
  left: max(14px, var(--mobile-safe-left));
  padding: 42px 0 12px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
  pointer-events: none;
}

.mobile-home-source {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  border: 1px solid rgba(36, 217, 199, .68);
  border-radius: 999px;
  background: rgba(5, 19, 21, .54);
  color: #39dccb;
  font-size: 11px;
  font-weight: 800;
}
.mobile-home-source[hidden] { display: none !important; }

.mobile-home-source::before {
  content: none;
}

.mobile-home-title {
  display: -webkit-box;
  max-width: min(92%, 660px);
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(20px, 5.6vw, 28px);
  font-weight: 900;
  line-height: 1.26;
  letter-spacing: -.02em;
  text-wrap: balance;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mobile-home-episode {
  margin-top: 6px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 650;
}

.mobile-home-tags {
  display: flex;
  max-width: 100%;
  gap: 6px;
  margin-top: 10px;
  padding-right: 70px;
  overflow: hidden;
}

.mobile-home-tag {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(36, 217, 199, .68);
  border-radius: 999px;
  background: rgba(5, 19, 21, .42);
  color: #39dccb;
  font-size: 11px;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.mobile-home-full {
  position: absolute;
  z-index: 5;
  right: max(12px, var(--mobile-safe-right));
  bottom: 3px;
  left: max(12px, var(--mobile-safe-left));
  display: grid;
  height: 44px;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  background: #17191e;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(18px);
  transition: transform .16s ease, background-color .18s ease, border-color .18s ease;
}

.mobile-home-full:active {
  transform: scale(.985);
  background: rgba(255, 210, 51, .18);
  border-color: rgba(255, 210, 51, .44);
}

.mobile-home-full-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #ffd233;
}

.mobile-home-full-icon img {
  width: 15px;
  height: 15px;
  filter: brightness(0) saturate(100%);
}

.mobile-home-full strong {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 850;
  color: #ffd233;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-home-full-arrow {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}

.mobile-home-hint {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: max(12px, var(--mobile-safe-right));
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 4px 7px;
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
  transition: opacity .35s ease;
}

.mobile-home-hint-arrows {
  display: grid;
  height: 18px;
  place-items: center;
}

.mobile-home-hint-arrows img {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}

.mobile-home-hint-arrows img:first-child {
  margin-top: 0;
}

.mobile-home-feed.has-swiped .mobile-home-hint {
  opacity: 0;
}

@media (min-width: 680px) {
  html.mobile-app-shell.mobile-home-feed-active .mobile-home-feed {
    right: calc((100vw - 680px) / 2);
    left: calc((100vw - 680px) / 2);
    border-right: 1px solid rgba(255, 255, 255, .06);
    border-left: 1px solid rgba(255, 255, 255, .06);
  }
}

html.mobile-app-shell[data-mobile-platform="ios"].mobile-home-feed-active {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  scroll-padding-top: calc(var(--site-nav-height, 58px) + 54px);
  scroll-snap-type: y mandatory;
}

html.mobile-app-shell[data-mobile-platform="ios"].mobile-home-feed-active body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  overscroll-behavior-y: auto;
  padding-bottom: calc(76px + var(--mobile-safe-bottom-max)) !important;
}

html.mobile-app-shell[data-mobile-platform="ios"].mobile-home-feed-active .site-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  touch-action: none;
}

html.mobile-app-shell[data-mobile-platform="ios"].mobile-home-feed-active .channel-nav {
  position: fixed;
  z-index: 1290;
  top: var(--site-nav-height, 58px);
  right: 0;
  left: 0;
  touch-action: pan-x;
}

html.mobile-app-shell[data-mobile-platform="ios"].mobile-home-feed-active .channel-nav-inner {
  touch-action: pan-x;
}

html.mobile-app-shell[data-mobile-platform="ios"].mobile-home-feed-active .mobile-home-feed {
  position: relative;
  z-index: 120;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: auto;
  min-height: calc(100dvh - var(--site-nav-height, 58px) - 54px - 76px - var(--mobile-safe-bottom-max));
  margin-top: calc(var(--site-nav-height, 58px) + 54px);
  overflow: visible;
  overscroll-behavior-y: auto;
  scroll-snap-type: none;
  touch-action: pan-y;
}

html.mobile-app-shell[data-mobile-platform="ios"].mobile-home-feed-active .mobile-home-slide {
  height: calc(100dvh - var(--site-nav-height, 58px) - 54px - 76px - var(--mobile-safe-bottom-max));
  min-height: 520px;
  scroll-margin-top: calc(var(--site-nav-height, 58px) + 54px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-height: 700px) {
  .mobile-home-copy { padding-top: 20px; }
  .mobile-home-tags { margin-top: 7px; }
  .mobile-home-title { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-home-ambient-live,
  .mobile-home-load-line > span,
  .mobile-home-feed-loader,
  .mobile-home-play,
  .mobile-home-full { transition: none; }
  .mobile-home-load-line > span::after,
  .mobile-home-feed-loader { animation: none; }
  .mobile-home-feed { scroll-behavior: auto; }
}
