@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

body.watchnow-page {
  --watch-bg: #09111d;
  --watch-bg-soft: #0f1a2b;
  --watch-card: rgba(10, 18, 31, 0.92);
  --watch-card-strong: rgba(14, 24, 40, 0.98);
  --watch-border: rgba(132, 197, 255, 0.14);
  --watch-border-strong: rgba(132, 197, 255, 0.28);
  --watch-text: #eef5ff;
  --watch-muted: #97a9c4;
  --watch-accent: #88f0ff;
  --watch-accent-strong: #18c3d8;
  --watch-accent-warm: #ffbe6a;
  --watch-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  background:
    radial-gradient(circle at top left, rgba(24, 195, 216, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 190, 106, 0.12), transparent 28%),
    linear-gradient(180deg, #08111c 0%, #09111d 35%, #07101b 100%);
  color: var(--watch-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.watchnow-page .site-header {
  backdrop-filter: blur(18px);
  background: rgba(7, 14, 24, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

html.watchnow-standalone .site-header,
body.watchnow-standalone .site-header {
  display: none;
}

html.watchnow-standalone .watchnow-main,
body.watchnow-standalone .watchnow-main {
  width: min(1480px, calc(100% - 20px));
  padding-top: max(14px, env(safe-area-inset-top));
}

.watchnow-main {
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.watch-auth-frame,
.watch-app-frame {
  display: grid;
  gap: 24px;
}

.watch-auth-frame {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: stretch;
}

.watch-auth-panel,
.watch-card {
  background:
    linear-gradient(180deg, rgba(14, 24, 40, 0.96), rgba(8, 15, 27, 0.98)),
    linear-gradient(135deg, rgba(136, 240, 255, 0.04), transparent 48%);
  border: 1px solid var(--watch-border);
  border-radius: 28px;
  box-shadow: var(--watch-shadow);
}

.watch-auth-panel {
  padding: 30px;
}

.watch-auth-story {
  position: relative;
  overflow: hidden;
}

.watch-auth-story::after {
  content: "";
  position: absolute;
  inset: auto -40px -120px auto;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 190, 106, 0.18), transparent 68%);
  pointer-events: none;
}

.watch-auth-kicker,
.watch-app-kicker,
.watch-selection-kicker,
.watch-hero-eyebrow {
  margin: 0 0 10px;
  color: var(--watch-accent);
  font: 700 0.75rem/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.watch-auth-story h1,
.watch-auth-form-panel h2,
.watch-app-title,
.watch-sidebar-title,
.watch-library-surface-head h2,
#watchPlayerTitle {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
}

.watch-auth-story h1 {
  max-width: 11ch;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.95;
}

.watch-auth-form-panel h2,
.watch-app-title,
#watchPlayerTitle,
#watchSelectionTitle,
.watch-library-surface-head h2 {
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.05;
}

.watch-auth-copy,
.watch-app-subtitle,
.watch-selection-summary,
.watch-status,
.watch-note,
.watch-player-meta,
.watch-auth-note span {
  color: var(--watch-muted);
  line-height: 1.65;
}

.watch-auth-simple-note,
.watch-account-chip,
.watch-count {
  display: inline-flex;
}

.watch-auth-simple-note {
  display: grid;
  gap: 6px;
  margin-top: 26px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.watch-auth-simple-note strong,
.watch-auth-warning strong,
.watch-library-surface-head h2,
#seriesEpisodesTitle {
  color: var(--watch-text);
}

.watch-auth-form-panel {
  display: grid;
  gap: 18px;
}

.watch-auth-warning {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 190, 106, 0.28);
  background: rgba(255, 190, 106, 0.08);
}

.watch-auth-warning span {
  color: #ffd9a7;
  line-height: 1.6;
}

.watch-auth-warning-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff2d8;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

.watch-auth-warning-link:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.watch-install-banner {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(136, 240, 255, 0.2);
  background: rgba(136, 240, 255, 0.08);
  color: #def8ff;
}

.watch-install-banner strong {
  color: #ffffff;
}

.watch-form,
.watch-main-column,
.watch-side-block,
.watch-library-surface,
.watch-series-panel,
.watch-series-list {
  display: grid;
  gap: 16px;
}

.watch-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #d9e8ff;
  font-weight: 700;
}

.watch-input {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--watch-text);
  padding: 12px 14px;
  outline: none;
}

.watch-input:focus {
  border-color: rgba(136, 240, 255, 0.5);
  box-shadow: 0 0 0 4px rgba(136, 240, 255, 0.12);
}

.watch-actions,
.watch-account-tools,
.watch-search-shell,
.watch-selection-head,
.watch-series-panel-top,
.watch-launch-actions,
.watch-player-topbar,
.watch-library-surface-head,
.watch-sidebar-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.watch-account-tools,
.watch-library-surface-head,
.watch-sidebar-head,
.watch-player-topbar,
.watch-selection-head,
.watch-series-panel-top {
  justify-content: space-between;
}

.watch-error-panel,
.watch-player-log {
  border-radius: 18px;
  padding: 16px;
}

.watch-error-panel {
  border: 1px solid rgba(255, 107, 120, 0.3);
  background: rgba(255, 107, 120, 0.08);
}

.watch-error-summary {
  margin: 10px 0 12px;
  color: #ffe1e6;
}

.watch-error-details,
.watch-player-log {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 16px;
  font: 0.84rem/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.watch-player-log {
  background: rgba(0, 0, 0, 0.28);
  color: #d3ebff;
  padding: 12px;
}

.watch-app-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.watch-account-tools {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-right: 8%;
}

.watch-account-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 240px;
  border-radius: 18px;
  white-space: nowrap;
  flex: 0 1 auto;
}

.watch-account-label,
.watch-count,
.watch-note,
.watch-poster-meta,
.watch-episode-meta,
.watch-shelf-count {
  color: var(--watch-muted);
}

.watch-tab-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 8px;
  min-width: 420px;
  flex: 0 1 auto;
}

.watch-tab,
.watch-category-chip,
.watch-season-tab,
.watch-search-clear,
.watch-episode-toggle,
.watch-episode-play,
.watch-poster-card {
  border: 0;
  cursor: pointer;
}

.watch-tab,
.watch-search-clear,
.watch-episode-toggle {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.watch-tab {
  min-height: 42px;
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #e4f0ff;
}

.watch-tab.active,
.watch-season-tab.active,
.watch-category-chip.active {
  background: linear-gradient(135deg, var(--watch-accent), #ffffff 180%);
  color: #06121c;
  box-shadow: 0 8px 24px rgba(24, 195, 216, 0.24);
}

.watch-app-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
}

.watch-sidebar,
.watch-library-surface,
.watch-player-side,
.watch-selection-copy,
.watch-series-panel {
  padding: 20px;
}

.watch-sidebar {
  position: sticky;
  top: 94px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.watch-sidebar-title {
  font-size: 1.3rem;
}

.watch-search-shell {
  position: relative;
}

.watch-search-shell .watch-input {
  padding-right: 46px;
}

.watch-search-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--watch-text);
}

.watch-category-rail {
  display: grid;
  gap: 10px;
  max-height: calc(100vh - 260px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
  scrollbar-width: auto;
  scrollbar-color: rgba(64, 208, 255, 0.95) rgba(255, 255, 255, 0.06);
}

.watch-category-chip {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--watch-text);
  text-align: left;
}

.watch-category-chip span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.watch-category-chip strong {
  min-width: 36px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
}

.watch-main-column {
  min-width: 0;
}

.watch-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.watch-overview-panel {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.watch-hero-banner {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--watch-border);
  background:
    radial-gradient(circle at top right, rgba(255, 190, 106, 0.18), transparent 22%),
    linear-gradient(145deg, rgba(13, 22, 38, 0.95), rgba(7, 13, 24, 0.98));
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -120px 140px rgba(2, 6, 14, 0.76);
}

.watch-hero-banner.is-neutral {
  background:
    radial-gradient(circle at top right, rgba(255, 190, 106, 0.18), transparent 22%),
    linear-gradient(145deg, rgba(13, 22, 38, 0.95), rgba(7, 13, 24, 0.98));
}

.watch-hero-content {
  position: absolute;
  inset: auto 22px 22px 22px;
  max-width: 620px;
}

.watch-hero-content h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.98;
}

.watch-hero-content p {
  margin: 10px 0 0;
  color: #d6e5f6;
  max-width: 54ch;
}

.watch-selection-copy {
  display: grid;
  gap: 16px;
  background: var(--watch-card-strong);
}

.watch-selection-body {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.watch-selection-art {
  width: 120px;
  height: 150px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(136, 240, 255, 0.16), rgba(24, 195, 216, 0.08));
  border: 1px solid rgba(136, 240, 255, 0.2);
  font: 800 2.8rem/1 "Space Grotesk", sans-serif;
  color: var(--watch-text);
  overflow: hidden;
}

.watch-selection-art.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.watch-selection-copy-block {
  display: grid;
  gap: 10px;
}

.watch-selection-details {
  display: grid;
  gap: 10px;
}

.watch-detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.watch-detail-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(136, 240, 255, 0.1);
  border: 1px solid rgba(136, 240, 255, 0.14);
  color: #dffaff;
  font-size: 0.84rem;
  font-weight: 700;
}

.watch-detail-rows {
  display: grid;
  gap: 8px;
}

.watch-detail-row {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.watch-detail-label {
  color: var(--watch-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.watch-detail-row strong {
  color: var(--watch-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.watch-status {
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.watch-player-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.watch-player-frame {
  aspect-ratio: 16 / 8.2;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--watch-border);
  background:
    linear-gradient(145deg, rgba(11, 18, 30, 0.94), rgba(4, 8, 16, 1));
}

.watch-player-video {
  width: 100%;
  height: 100%;
  background: #02070c;
}

.watch-side-block {
  gap: 10px;
}

.watch-series-panel {
  background: var(--watch-card-strong);
}

.watch-season-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.watch-season-tab {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--watch-text);
}

.watch-series-list {
  max-height: 480px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
}

.watch-episode-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.watch-episode-play {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 0;
  background: transparent;
  color: var(--watch-text);
  text-align: left;
}

.watch-episode-art-wrap,
.watch-episode-card-art {
  width: 92px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
}

.watch-episode-card-art {
  object-fit: cover;
  background: rgba(255, 255, 255, 0.06);
}

.watch-episode-body {
  display: grid;
  gap: 4px;
}

.watch-episode-title {
  font-weight: 700;
}

.watch-episode-toggle {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--watch-text);
}

.watch-episode-toggle.is-watched,
.watch-episode-card.is-watched {
  border-color: rgba(136, 240, 255, 0.24);
  background: rgba(136, 240, 255, 0.08);
}

.watch-library-surface-head {
  align-items: end;
}

.watch-channel-list,
.watch-shelf-list {
  display: grid;
  gap: 18px;
}

.watch-shelf-row {
  display: grid;
  gap: 12px;
  content-visibility: auto;
  contain-intrinsic-size: 320px;
}

.watch-shelf-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.watch-shelf-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}

.watch-shelf-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(164px, 184px);
  gap: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding-bottom: 4px;
}

.watch-poster-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--watch-text);
  text-align: left;
  contain: layout paint style;
}

.watch-poster-card.active {
  border-color: var(--watch-border-strong);
  box-shadow: 0 12px 28px rgba(24, 195, 216, 0.12);
}

.watch-poster-media {
  aspect-ratio: 2 / 3;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(136, 240, 255, 0.12), rgba(255, 255, 255, 0.02));
}

.watch-poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.watch-poster-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font: 800 2.2rem/1 "Space Grotesk", sans-serif;
  color: var(--watch-text);
}

.watch-poster-copy {
  display: grid;
  gap: 4px;
}

.watch-poster-title {
  font-weight: 700;
  line-height: 1.35;
}

.watch-poster-favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(5, 12, 20, 0.62);
  color: rgba(255, 255, 255, 0.72);
}

.watch-poster-favorite.is-active {
  color: var(--watch-accent-warm);
}

.watch-search-mode-card,
.watch-empty {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  color: var(--watch-muted);
}

.watch-search-mode-card {
  border-style: solid;
  border-color: rgba(136, 240, 255, 0.16);
  background: rgba(136, 240, 255, 0.08);
  color: #dcfbff;
}

.watch-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 10px);
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(9, 17, 29, 0.96);
  border: 1px solid rgba(136, 240, 255, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
  color: var(--watch-text);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.watch-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.watch-category-rail::-webkit-scrollbar,
.watch-shelf-track::-webkit-scrollbar,
.watch-series-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.watch-category-rail::-webkit-scrollbar-thumb,
.watch-shelf-track::-webkit-scrollbar-thumb,
.watch-series-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, #5ae6ff, #1f9dff);
  border: 2px solid rgba(7, 13, 24, 0.72);
}

.watch-category-rail::-webkit-scrollbar-track,
.watch-shelf-track::-webkit-scrollbar-track,
.watch-series-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

body.watchnow-page.watch-tab-search .watch-sidebar {
  grid-template-rows: auto auto 1fr;
}

body.watchnow-page.watch-tab-search .watch-category-rail {
  align-content: start;
}

body.watchnow-page.watch-tab-search .watch-sidebar-title::after {
  content: " Search";
}

@media (max-width: 1200px) {
  .watch-stage-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .watch-auth-frame,
  .watch-app-layout,
  .watch-app-topbar {
    grid-template-columns: 1fr;
  }

  .watch-sidebar {
    position: static;
    order: 2;
  }

  .watch-main-column {
    order: 1;
  }

  .watch-account-tools {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .watchnow-main {
    width: min(100%, calc(100% - 18px));
    padding: 16px 0 36px;
  }

  .watch-auth-panel,
  .watch-sidebar,
  .watch-library-surface,
  .watch-player-side,
  .watch-selection-copy,
  .watch-series-panel {
    padding: 16px;
    border-radius: 22px;
  }

  .watch-overview-panel {
    padding: 0;
    border-radius: 0;
  }

  .watch-app-frame {
    gap: 16px;
  }

  .watch-app-topbar {
    gap: 14px;
  }

  .watch-app-title {
    font-size: 1.65rem;
  }

  .watch-app-subtitle {
    margin-top: 6px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .watch-account-tools {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .watch-account-chip {
    min-width: 0;
    width: 100%;
  }

  .watch-account-tools .btn {
    width: 100%;
  }

  .watch-auth-story h1 {
    max-width: none;
    font-size: 2.5rem;
  }

  .watch-sidebar {
    display: grid;
    gap: 12px;
    background: rgba(10, 18, 31, 0.82);
  }

  .watch-sidebar-head {
    align-items: end;
  }

  .watch-sidebar-title {
    font-size: 1.12rem;
  }

  .watch-category-rail {
    display: flex;
    gap: 10px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 2px 4px 6px 0;
    scroll-snap-type: x proximity;
  }

  .watch-category-chip {
    flex: 0 0 auto;
    width: auto;
    min-width: 152px;
    max-width: 78vw;
    min-height: 48px;
    border-radius: 16px;
    scroll-snap-align: start;
  }

  .watch-category-chip strong {
    min-width: 30px;
  }

  .watch-stage-grid {
    gap: 16px;
  }

  .watch-overview-panel {
    gap: 14px;
  }

  .watch-hero-banner {
    min-height: 180px;
    border-radius: 20px;
  }

  .watch-hero-content {
    inset: auto 16px 16px 16px;
  }

  .watch-hero-content h1 {
    font-size: 1.8rem;
  }

  .watch-hero-content p {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .watch-selection-body {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .watch-selection-art {
    width: 100%;
    max-width: 160px;
    height: 166px;
    border-radius: 18px;
  }

  .watch-selection-copy-block {
    gap: 8px;
  }

  .watch-selection-summary,
  .watch-status,
  .watch-note {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .watch-tab-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .watch-shelf-track {
    grid-auto-columns: minmax(146px, 168px);
    gap: 12px;
  }

  .watch-poster-card {
    padding: 10px;
    border-radius: 18px;
  }

  .watch-player-frame {
    aspect-ratio: 16 / 10.5;
    border-radius: 18px;
  }

  .watch-player-topbar,
  .watch-library-surface-head,
  .watch-series-panel-top {
    align-items: flex-start;
    gap: 8px;
  }

  .watch-library-surface-head {
    grid-template-columns: 1fr;
  }

  .watch-library-surface-head,
  .watch-series-panel-top {
    display: grid;
  }

  .watch-player-side,
  .watch-library-surface,
  .watch-series-panel {
    gap: 12px;
  }

  .watch-episode-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }

  .watch-episode-play {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }

  .watch-episode-art-wrap,
  .watch-episode-card-art {
    width: 84px;
    height: 58px;
    border-radius: 12px;
  }

  .watch-episode-toggle {
    width: 100%;
  }

  .watch-shelf-title,
  #seriesEpisodesTitle {
    font-size: 1rem;
  }

  .watch-status {
    padding-top: 10px;
  }

  .text-fab {
    right: 14px;
    bottom: 14px;
    padding: 11px 14px;
    font-size: 0.88rem;
  }
}
