*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: #0a130f;
  background-image:
    radial-gradient(ellipse 90% 55% at 78% 8%, rgba(94, 26, 22, 0.16), transparent 62%),
    radial-gradient(ellipse 70% 45% at 12% 42%, rgba(28, 52, 38, 0.5), transparent 70%),
    linear-gradient(180deg, #0b1511 0%, #0a100d 46%, #0d0b08 100%);
  color: #d9d2c2;
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  font-size: 15px;
  line-height: 1.42;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
ul, ol, dl {
  list-style: none;
}
a {
  color: #cdc5b2;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(8, 15, 11, 0.9);
  border-bottom: 1px solid #1c2a21;
  backdrop-filter: blur(6px);
}
.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 14px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 7px 14px;
}
.site-brand, a[data-contract="site-name"] {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e6dfcc;
  text-decoration: none;
  border-left: 3px solid #6d1a15;
  padding-left: 8px;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #b8402f;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #9aa593;
  text-decoration: none;
  padding: 3px 8px;
  border: 1px solid #26382c;
  background: rgba(20, 33, 25, 0.6);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover {
  color: #e2d9c4;
  border-color: #4a1d17;
  background: rgba(72, 22, 18, 0.45);
}
.page-main {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 14px 22px;
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "poster"
    "hero"
    "player"
    "status"
    "cast"
    "synopsis"
    "details";
  column-gap: 16px;
  row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 34px;
  padding: 16px 16px 14px;
  background:
    linear-gradient(160deg, rgba(22, 38, 29, 0.85) 0%, rgba(14, 22, 17, 0.94) 55%, rgba(20, 13, 10, 0.95) 100%);
  border: 1px solid #22372a;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.movie-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 92% 4%, rgba(120, 32, 24, 0.22), transparent 45%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.014) 0 2px, transparent 2px 5px);
  mix-blend-mode: screen;
}
.overview-hero {
  display: contents;
}
.poster-wrap {
  grid-area: poster;
  align-self: start;
  justify-self: start;
  width: 100%;
  max-width: 250px;
  position: relative;
  border: 1px solid #2b4232;
  background: #060b08;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6), 0 10px 26px rgba(0, 0, 0, 0.55);
}
.poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(6, 10, 8, 0.85) 100%);
  pointer-events: none;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06) brightness(0.92);
}
.hero-copy {
  grid-area: hero;
  align-self: start;
  position: relative;
  padding: 2px 0 0 4px;
  min-width: 0;
}
.hero-copy::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: 78%;
  height: 130%;
  background: linear-gradient(118deg, rgba(214, 190, 132, 0) 42%, rgba(214, 190, 132, 0.14) 50%, rgba(214, 190, 132, 0) 58%);
  transform: rotate(-6deg);
  pointer-events: none;
}
.movie-title {
  font-size: clamp(30px, 5vw, 52px);
  letter-spacing: -0.045em;
  color: #eee6d2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
  margin-bottom: 6px;
}
.movie-tagline {
  max-width: 30ch;
  margin-left: 34%;
  padding: 6px 10px 6px 12px;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  color: #f0e8d4;
  background: linear-gradient(90deg, rgba(60, 48, 30, 0.55), rgba(30, 26, 18, 0.15));
  border-left: 2px solid #8a2a1f;
  transform: rotate(-1.4deg);
}
.movie-seo {
  margin-top: 12px;
  max-width: 62ch;
  font-size: 13.5px;
  line-height: 1.5;
  color: #a9a795;
  letter-spacing: 0.005em;
}
.player-shell {
  grid-area: player;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 6px;
  background: #050906;
  border: 1px solid #253b2c;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}
.player-video {
  display: block;
  width: 100%;
  background: #000;
  filter: saturate(0.8) contrast(1.04);
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  padding: 7px 9px;
  background: linear-gradient(180deg, rgba(12, 20, 15, 0.96), rgba(8, 12, 9, 0.98));
  border-top: 1px solid #1d2e23;
}
.player-btn {
  cursor: pointer;
  border: 1px solid #2d4534;
  background: rgba(22, 36, 27, 0.85);
  color: #cfc8b5;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  padding: 4px 9px;
  border-radius: 1px;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.player-btn:hover {
  background: rgba(88, 26, 20, 0.6);
  border-color: #6d1f18;
  color: #f2ead6;
}
.player-btn.is-playing, .player-btn.is-active {
  background: #6d1a15;
  border-color: #a5372a;
  color: #f6efe0;
}
.player-btn.is-muted {
  border-color: #6d1a15;
  color: #c05a4b;
}
.player-progress {
  flex: 1 1 160px;
  min-width: 120px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: #22362a;
  border-radius: 2px;
  cursor: pointer;
}
.player-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b8402f;
  border: 1px solid #e6dcc6;
  cursor: pointer;
}
.player-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid #e6dcc6;
  border-radius: 50%;
  background: #b8402f;
  cursor: pointer;
}
.player-volume {
  flex: 0 1 84px;
  min-width: 62px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: #22362a;
  border-radius: 2px;
  cursor: pointer;
}
.player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8f9c8b;
  cursor: pointer;
}
.player-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #8f9c8b;
  cursor: pointer;
}
.player-speed-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: #8f9c8b;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.player-speed {
  background: rgba(22, 36, 27, 0.9);
  border: 1px solid #2d4534;
  color: #cfc8b5;
  font-size: 11.5px;
  padding: 3px 4px;
  border-radius: 1px;
}
body.theater-mode .movie-overview {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "player"
    "poster"
    "hero"
    "status"
    "cast"
    "synopsis"
    "details";
}
body.theater-mode .player-shell {
  box-shadow: 0 0 0 1px #6d1a15, 0 14px 46px rgba(0, 0, 0, 0.8);
}
body.lights-off {
  background-image: none;
  background-color: #040705;
}
body.lights-off .movie-overview {
  background: #050806;
}
body.lights-off .player-shell {
  border-color: #6d1a15;
}
.episode-status {
  grid-area: status;
  margin-top: 2px;
}
.status-line {
  display: inline-block;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #c3bda9;
  padding: 4px 10px;
  border: 1px solid #2a3f30;
  border-left: 3px solid #6d1a15;
  background: rgba(18, 30, 23, 0.7);
}
.status-total, .status-current {
  font-weight: 700;
  color: #e3dac4;
}
.status-current {
  color: #c0402e;
}
.cast-panel {
  grid-area: cast;
  min-width: 0;
}
.panel-heading {
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #b6ae98;
  text-transform: none;
  padding-bottom: 5px;
  margin-bottom: 9px;
  border-bottom: 1px solid #23372a;
  position: relative;
}
.panel-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 46px;
  height: 1px;
  background: #8a2a1f;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  padding: 7px 8px;
  background: rgba(17, 28, 21, 0.78);
  border: 1px solid #223528;
  border-top: 2px solid #2f4a37;
  min-width: 0;
}
.cast-avatar {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background:
    radial-gradient(circle at 32% 28%, rgba(150, 168, 140, 0.35), transparent 58%),
    linear-gradient(150deg, #2a4033 0%, #16241b 55%, #0c120e 100%);
  border: 1px solid #35513d;
  position: relative;
  overflow: hidden;
}
.cast-avatar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 45%, rgba(200, 190, 160, 0.14) 50%, transparent 56%);
}
.cast-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #e3dac4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cast-role {
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #8d9784;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.synopsis-panel {
  grid-area: synopsis;
  min-width: 0;
}
.synopsis-body {
  display: grid;
  gap: 6px;
  padding-left: 10px;
  border-left: 2px solid #1f3327;
}
.synopsis-para {
  font-size: 13px;
  line-height: 1.5;
  color: #b3ad9a;
}
.synopsis-para:first-child {
  color: #d2cab4;
}
.details-panel {
  grid-area: details;
  min-width: 0;
  align-self: start;
}
.details-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #1f3327;
}
.detail-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  padding: 4px 2px;
  border-bottom: 1px solid #1a2a20;
}
.detail-key {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #7f8a77;
  white-space: nowrap;
}
.detail-value {
  font-size: 13px;
  color: #d3cbb6;
}
.section-heading {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #bdb5a0;
  padding-left: 9px;
  border-left: 3px solid #6d1a15;
  margin-bottom: 8px;
}
.timeline-section {
  margin-bottom: 16px;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 6px;
  padding-top: 12px;
  position: relative;
}
.timeline-track::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #3d6b4c 0%, #33553d 34%, #4a3226 66%, #3a1a15 100%);
  opacity: 0.8;
}
.timeline-node {
  position: relative;
  padding: 14px 7px 8px;
  background: rgba(16, 27, 20, 0.7);
  border: 1px solid #1f3327;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4c7a5a;
  border: 2px solid #0b1511;
  box-shadow: 0 0 0 1px #35513d;
}
.timeline-node:nth-child(1) { opacity: 1; }
.timeline-node:nth-child(2) { opacity: 0.94; }
.timeline-node:nth-child(3) { opacity: 0.87; }
.timeline-node:nth-child(4) { opacity: 0.8; }
.timeline-node:nth-child(5) { opacity: 0.72; }
.timeline-node:nth-child(6) { opacity: 0.63; }
.timeline-node:nth-child(7) { opacity: 0.54; }
.timeline-node:nth-child(8) { opacity: 0.45; }
.timeline-node:nth-child(5)::before, .timeline-node:nth-child(6)::before {
  background: #8a3a22;
  box-shadow: 0 0 0 1px #4a2018;
}
.timeline-node:nth-child(7)::before, .timeline-node:nth-child(8)::before {
  background: #6d1a15;
  box-shadow: 0 0 0 1px #3a0f0b, 0 0 8px rgba(184, 64, 47, 0.6);
}
.node-timecode {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: #8f9c8b;
  margin-bottom: 4px;
}
.timeline-node:nth-child(7) .node-timecode, .timeline-node:nth-child(8) .node-timecode {
  color: #c0402e;
}
.node-label {
  display: block;
  font-size: 11.5px;
  line-height: 1.38;
  color: #b8b2a0;
}
.episodes-section {
  margin-bottom: 16px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}
.episode-card {
  position: relative;
  overflow: hidden;
  padding: 11px 11px 9px;
  min-height: 118px;
  background:
    linear-gradient(145deg, rgba(24, 40, 30, 0.96) 0%, rgba(12, 20, 15, 0.98) 100%);
  border: 1px solid #23372a;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  transition: border-color 0.2s, transform 0.2s;
}
.episode-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    radial-gradient(circle at 82% 18%, rgba(72, 104, 78, 0.4), transparent 55%),
    radial-gradient(circle at 22% 74%, rgba(46, 70, 52, 0.38), transparent 58%),
    repeating-linear-gradient(48deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(-52deg, rgba(0, 0, 0, 0.16) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}
.episode-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #6d1a15, rgba(109, 26, 21, 0));
  opacity: 0.85;
}
.episode-card:hover {
  border-color: #3c5a44;
  transform: translateY(-1px);
}
.episode-title {
  position: relative;
  z-index: 1;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #eae2cd;
  margin-bottom: 5px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}
.episode-number {
  display: inline-block;
  margin-right: 6px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #c0402e;
  vertical-align: 1px;
}
.episode-summary {
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 1.45;
  color: #a5a594;
}
.episode-duration {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: #7f8a77;
}
.comments-section {
  margin-bottom: 16px;
}
.comment-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 10px;
  align-items: start;
}
.comment-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.comment-card {
  position: relative;
  padding: 8px 10px 9px;
  background: rgba(18, 30, 23, 0.82);
  border: 1px solid #223528;
  min-width: 0;
}
.comment-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #33513c;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.46;
  color: #b6b09d;
}
.comment-meta {
  margin-top: 5px;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: #7f8a77;
}
.comment-short {
  background: rgba(24, 38, 29, 0.92);
  border-color: #2c4432;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.comment-short::before {
  background: #6d1a15;
}
.comment-short .comment-text {
  color: #ddd4bd;
}
.comment-long {
  z-index: 1;
}
.comment-column-a .comment-card:nth-child(2) {
  margin-left: 14px;
  margin-top: -2px;
}
.comment-column-a .comment-card:nth-child(3) {
  margin-right: 10px;
}
.comment-column-b .comment-card:nth-child(1) {
  margin-right: 12px;
}
.comment-column-b .comment-card:nth-child(2) {
  margin-left: 18px;
  margin-top: -4px;
}
.comment-column-b .comment-card:nth-child(3) {
  margin-left: 4px;
}
.recommend-region {
  margin-bottom: 14px;
  padding: 12px 12px 13px;
}
.recommend-region-1 {
  background: linear-gradient(150deg, rgba(13, 22, 17, 0.95), rgba(9, 14, 11, 0.98));
  border: 1px solid #223528;
  color: #c8c1ac;
}
.recommend-region-2 {
  background: linear-gradient(150deg, #cfc6ae 0%, #bdb39a 100%);
  border: 1px solid #8f856b;
  color: #17211a;
}
.recommend-region-3 {
  background: linear-gradient(150deg, rgba(28, 15, 12, 0.96), rgba(12, 14, 10, 0.98));
  border: 1px solid #3a1d17;
  color: #cec6b1;
}
.recommend-region-2 .section-heading {
  color: #2a1a15;
  border-left-color: #6d1a15;
}
.recommend-grid {
  display: grid;
  gap: 6px;
  align-items: start;
}
.recommend-region-1 .recommend-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 0.85fr) minmax(0, 1fr);
}
.recommend-region-2 .recommend-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr);
}
.recommend-region-3 .recommend-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.6fr);
}
a.recommend-card {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.25);
  min-width: 0;
  transition: border-color 0.18s, transform 0.18s;
}
.recommend-region-2 a.recommend-card {
  border-color: rgba(40, 30, 22, 0.4);
  background: rgba(255, 255, 255, 0.16);
}
a.recommend-card:hover {
  border-color: #8a2a1f;
  transform: translateY(-1px);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.05) brightness(0.9);
}
.recommend-name {
  display: block;
  padding: 6px 8px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #e6ddc7;
}
.recommend-region-2 .recommend-name {
  color: #1b120e;
}
.recommend-blurb {
  display: block;
  padding: 3px 8px 8px;
  font-size: 11.5px;
  line-height: 1.4;
  color: #9d9c8b;
}
.recommend-region-2 .recommend-blurb {
  color: #4a4032;
}
.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 14px 26px;
  border-top: 1px solid #1c2a21;
  display: grid;
  gap: 7px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.5;
  color: #6f7a68;
  max-width: 90ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #b8b1a0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #c0402e;
  border-bottom-color: #6d1a15;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #6f7a68;
  padding-right: 6px;
  border-right: 1px solid #23372a;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: #8f9c8b;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #b8402f;
  text-decoration: underline;
}
@media (min-width: 700px) {.movie-overview {
    grid-template-columns: 250px minmax(0, 1fr);
    grid-template-areas:
      "poster hero"
      "player player"
      "status status"
      "cast cast"
      "synopsis details";
  }}
@media (max-width: 1080px) {.movie-overview {
    grid-template-columns: 210px minmax(0, 1fr);
    grid-template-areas:
      "poster hero"
      "player player"
      "status status"
      "cast cast"
      "synopsis synopsis"
      "details details";
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.timeline-track::before {
    display: none;
  }
.timeline-node {
    padding-top: 8px;
  }
.timeline-node::before {
    position: static;
    display: inline-block;
    margin-right: 6px;
    vertical-align: 0;
    width: 8px;
    height: 8px;
  }}
@media (max-width: 860px) {.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-region-1 .recommend-grid, .recommend-region-2 .recommend-grid, .recommend-region-3 .recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-columns {
    gap: 6px 8px;
  }}
@media (max-width: 699px) {.movie-overview {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "poster"
      "hero"
      "player"
      "status"
      "cast"
      "synopsis"
      "details";
  }}
@media (max-width: 640px) {body {
    font-size: 14.5px;
  }
.header-shell {
    padding: 6px 10px;
  }
.page-main {
    padding: 0 10px 18px;
  }
.movie-overview {
    padding: 12px;
    margin-top: 14px;
    margin-bottom: 24px;
  }
.poster-wrap {
    max-width: 220px;
  }
.movie-tagline {
    margin-left: 0;
    max-width: none;
    transform: none;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-column-a .comment-card:nth-child(2), .comment-column-a .comment-card:nth-child(3), .comment-column-b .comment-card:nth-child(1), .comment-column-b .comment-card:nth-child(2), .comment-column-b .comment-card:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
.recommend-region-1 .recommend-grid, .recommend-region-2 .recommend-grid, .recommend-region-3 .recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.player-progress {
    flex-basis: 100%;
    order: 3;
  }}
@media (max-width: 400px) {.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }}

footer{text-align:center!important}
footer *{justify-content:center!important}
footer :is(div,nav,ul,ol,p,section,address){margin-left:auto!important;margin-right:auto!important}
