*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
video { display: block; }
:root {
  --cement-0: #16171a;
  --cement-1: #1d1f22;
  --cement-2: #26282c;
  --cement-3: #33363b;
  --cement-4: #4a4e54;
  --cement-5: #6c7178;
  --cement-6: #9ba0a6;
  --cement-7: #c6cacd;
  --rust: #a8452f;
  --rust-soft: #c25a3f;
  --lamp-warm: #f2c46b;
  --lamp-warm-deep: #d99b3c;
  --lamp-cold: #eef2f4;
  --lamp-cold-dim: #b9c4ca;
  --rule: rgba(198, 202, 205, 0.14);
  --rule-strong: rgba(198, 202, 205, 0.26);
  --font-head: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  --font-body: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  --gap: 10px;
  --pad: 12px;
}
body {
  background:
    radial-gradient(1200px 620px at 12% -6%, rgba(242, 196, 107, 0.10), transparent 62%),
    radial-gradient(900px 520px at 92% 8%, rgba(238, 242, 244, 0.07), transparent 58%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0 2px, transparent 2px 5px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0 1px, transparent 1px 3px),
    var(--cement-0);
  color: var(--cement-7);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.page-main {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 14px 26px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(22, 23, 26, 0.97), rgba(22, 23, 26, 0.86));
  border-bottom: 1px solid var(--rule);
  backdrop-filter: blur(6px);
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 14px;
}
a[data-contract="site-name"] {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--lamp-warm);
  text-decoration: none;
  text-shadow: 0 0 12px rgba(242, 196, 107, 0.28), 0 0 2px rgba(242, 196, 107, 0.5);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover { color: var(--lamp-cold); text-decoration: none; }
.categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  padding: 3px 9px;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--cement-6);
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: rgba(51, 54, 59, 0.5);
}
a.runtime-category:hover {
  color: var(--cement-0);
  background: var(--lamp-warm);
  border-color: var(--lamp-warm-deep);
  text-decoration: none;
}
.overview-shell {
  padding: 16px 0 10px;
  border-bottom: 1px solid var(--rule);
}
.overview-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr) minmax(240px, 0.86fr);
  gap: 18px;
  align-items: start;
  padding: 14px 0 6px;
}
.poster-column {
  position: relative;
  min-width: 0;
  padding-left: 4px;
}
.poster-column::before {
  content: "";
  position: absolute;
  inset: -6px -10px -6px -4px;
  background:
    radial-gradient(circle at 30% 12%, rgba(238, 242, 244, 0.16), transparent 46%),
    radial-gradient(circle at 72% 88%, rgba(242, 196, 107, 0.10), transparent 52%),
    linear-gradient(200deg, #232527 0%, #1a1c1f 58%, #141517 100%);
  border-radius: 3px;
  z-index: -1;
}
.poster-wrapper {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6), 0 18px 34px -20px rgba(0, 0, 0, 0.9);
  background: var(--cement-1);
}
.poster-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06) brightness(0.92);
}
.overview-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
}
.movie-title {
  font-family: var(--font-head);
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--lamp-cold);
  text-shadow: 0 0 18px rgba(238, 242, 244, 0.16), 0 2px 0 rgba(0, 0, 0, 0.7);
}
.movie-tagline {
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--lamp-warm);
  padding-left: 10px;
  border-left: 2px solid var(--rust);
}
.movie-desc {
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--cement-6);
  max-width: 62ch;
}
.overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.btn-watch {
  display: inline-block;
  padding: 8px 26px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #1a1206;
  background: linear-gradient(180deg, var(--lamp-warm), var(--lamp-warm-deep));
  border: 1px solid var(--lamp-warm-deep);
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 0 22px -6px rgba(242, 196, 107, 0.55);
}
.btn-watch:hover { filter: brightness(1.08); }
.btn-watch:active { transform: translateY(1px); }
.overview-rail {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 12px 12px;
  background:
    linear-gradient(180deg, rgba(38, 40, 44, 0.94), rgba(29, 31, 34, 0.94));
  border: 1px solid var(--rule-strong);
  border-left: 3px solid var(--rust);
  border-radius: 2px;
  box-shadow: inset 0 0 30px -12px rgba(0, 0, 0, 0.9);
}
.rail-slogan {
  font-family: var(--font-head);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.16em;
  color: var(--lamp-warm);
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--rule-strong);
  writing-mode: horizontal-tb;
}
.detail-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 4px 0;
  border-bottom: 1px dotted rgba(198, 202, 205, 0.1);
}
.detail-row:last-child { border-bottom: 0; }
.detail-key {
  flex: 0 0 auto;
  min-width: 4.4em;
  font-family: var(--font-head);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: var(--cement-5);
}
.detail-val {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  color: var(--cement-7);
  text-align: right;
}
.score-value {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 800;
  color: var(--lamp-warm);
  text-shadow: 0 0 14px rgba(242, 196, 107, 0.4);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  padding-top: 8px;
  margin-top: 2px;
  border-top: 1px solid var(--rule);
  font-size: 12.5px;
}
.status-label { color: var(--cement-5); letter-spacing: 0.1em; }
.status-current {
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--lamp-warm);
  letter-spacing: 0.06em;
}
.status-sep { color: var(--cement-4); }
.status-total { color: var(--cement-6); }
.cast-strip {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.cast-title {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--cement-5);
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  align-items: start;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 4px 2px;
}
.cast-avatar {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(238, 242, 244, 0.22), transparent 55%),
    linear-gradient(160deg, #3a3d42, #212327);
  border: 1px solid var(--rule-strong);
  box-shadow: inset 0 -14px 22px -14px rgba(0, 0, 0, 0.95);
}
.cast-name {
  font-size: 12.5px;
  text-align: center;
  color: var(--cement-6);
  letter-spacing: 0.06em;
}
.synopsis-block {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.synopsis-title {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--cement-5);
  margin-bottom: 8px;
}
.synopsis-body {
  columns: 2;
  column-gap: 26px;
  column-rule: 1px solid var(--rule);
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--cement-6);
  margin-bottom: 8px;
  break-inside: avoid;
}
.synopsis-para:first-child::first-letter {
  font-family: var(--font-head);
  font-size: 1.5em;
  color: var(--lamp-warm);
}
.player-panel {
  margin-top: 18px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(38, 40, 44, 0.9), rgba(22, 23, 26, 0.92));
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
}
.player-panel.is-lights-off {
  background: #07080a;
  border-color: rgba(242, 196, 107, 0.3);
  box-shadow: 0 0 40px -22px rgba(242, 196, 107, 0.5);
}
.player-panel.is-theater { border-color: var(--lamp-warm-deep); }
.player-heading {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--cement-5);
  margin-bottom: 8px;
}
.player-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: #000;
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
  overflow: hidden;
}
.player-wrapper video { width: 100%; height: auto; }
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
.ctl-btn {
  padding: 5px 11px;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--cement-6);
  background: rgba(51, 54, 59, 0.85);
  border: 1px solid var(--rule);
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
}
.ctl-btn:hover { color: var(--lamp-cold); border-color: var(--rule-strong); }
.ctl-btn:active { background: var(--cement-4); }
.player-panel.is-playing .ctl-btn[data-player-action="play"] {
  color: var(--lamp-warm);
  border-color: rgba(242, 196, 107, 0.5);
}
.player-panel.is-muted .ctl-btn[data-player-action="mute"] {
  color: var(--rust-soft);
  border-color: rgba(194, 90, 63, 0.55);
}
.player-panel.is-theater .ctl-btn[data-player-action="theater"], .player-panel.is-lights-off .ctl-btn[data-player-action="light"] {
  color: #1a1206;
  background: var(--lamp-warm);
  border-color: var(--lamp-warm-deep);
}
.ctl-progress {
  flex: 1 1 260px;
  min-width: 140px;
  height: 6px;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, var(--lamp-warm-deep) 0%, var(--cement-4) 0%, var(--cement-3) 0%);
  background-color: var(--cement-3);
  border: 1px solid var(--rule);
  border-radius: 3px;
  cursor: pointer;
}
.ctl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lamp-warm);
  box-shadow: 0 0 10px rgba(242, 196, 107, 0.7);
}
.ctl-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: var(--lamp-warm);
}
.ctl-volume {
  flex: 0 1 110px;
  min-width: 74px;
  height: 6px;
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--cement-3);
  border: 1px solid var(--rule);
  border-radius: 3px;
  cursor: pointer;
}
.ctl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lamp-cold-dim);
}
.ctl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--lamp-cold-dim);
}
.ctl-speed {
  padding: 5px 8px;
  font-family: var(--font-head);
  font-size: 12px;
  color: var(--cement-6);
  background: rgba(51, 54, 59, 0.85);
  border: 1px solid var(--rule);
  border-radius: 2px;
  cursor: pointer;
}
.section-title {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.24em;
  color: var(--cement-7);
  padding-left: 10px;
  border-left: 3px solid var(--rust);
  margin-bottom: 12px;
}
.timeline-section {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.timeline-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline-list::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, var(--rule-strong) 12%, var(--rule-strong) 88%, transparent);
}
.timeline-node {
  position: relative;
  display: flex;
  width: 100%;
  padding: 6px 0;
}
.node-left { justify-content: flex-start; }
.node-right { justify-content: flex-end; }
.node-glow {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 196, 107, 0.95) 0%, rgba(242, 196, 107, 0.4) 34%, rgba(242, 196, 107, 0) 72%);
  filter: blur(0.4px);
  pointer-events: none;
}
.node-right .node-glow {
  background: radial-gradient(circle, rgba(238, 242, 244, 0.95) 0%, rgba(238, 242, 244, 0.34) 34%, rgba(238, 242, 244, 0) 72%);
}
.node-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: calc(50% - 26px);
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(38, 40, 44, 0.86), rgba(29, 31, 34, 0.86));
  border: 1px solid var(--rule);
  border-radius: 2px;
}
.node-left .node-body { border-left: 3px solid rgba(242, 196, 107, 0.55); }
.node-right .node-body { border-right: 3px solid rgba(238, 242, 244, 0.4); }
.node-timecode {
  font-family: var(--font-head);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--lamp-warm);
}
.node-right .node-timecode { color: var(--lamp-cold-dim); }
.node-label {
  font-size: 13px;
  line-height: 1.65;
  color: var(--cement-6);
}
.episodes-section {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px 9px;
  background: linear-gradient(180deg, rgba(38, 40, 44, 0.7), rgba(29, 31, 34, 0.7));
  border: 1px solid var(--rule);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
}
.episode-cell:hover, .episode-cell:focus-within {
  border-color: rgba(242, 196, 107, 0.45);
  background: linear-gradient(180deg, rgba(46, 48, 53, 0.9), rgba(33, 35, 39, 0.9));
}
.episode-cell-active {
  border-color: var(--lamp-warm-deep);
  box-shadow: inset 0 0 26px -14px rgba(242, 196, 107, 0.8);
}
.episode-cell-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--lamp-warm);
}
.ep-number {
  font-family: var(--font-head);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--rust-soft);
}
.episode-cell-active .ep-number { color: var(--lamp-warm); }
.ep-title {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--cement-7);
}
.ep-summary {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--cement-6);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.28s ease, margin-top 0.28s ease;
}
.episode-cell:hover .ep-summary, .episode-cell:focus-within .ep-summary, .episode-cell-active .ep-summary {
  max-height: 200px;
  opacity: 1;
  margin-top: 4px;
}
.ep-duration {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--cement-5);
  margin-top: 2px;
}
.comments-section {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.comment-masonry {
  columns: 2;
  column-gap: 10px;
}
.comment-card {
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
  padding: 9px 11px;
  background: linear-gradient(180deg, rgba(38, 40, 44, 0.72), rgba(29, 31, 34, 0.72));
  border: 1px solid var(--rule);
  border-radius: 2px;
}
.comment-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment-avatar {
  flex: 0 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background:
    linear-gradient(160deg, #3c4046, #202225);
  border: 1px solid var(--rule-strong);
}
.comment-nick {
  font-family: var(--font-head);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--lamp-warm);
}
.comment-text {
  font-size: 13px;
  line-height: 1.78;
  color: var(--cement-6);
}
.rec-region {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.rec-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.rec-title {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--cement-7);
  text-align: left;
}
.rec-count {
  font-family: var(--font-head);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: var(--cement-5);
  white-space: nowrap;
}
.rec-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 1 168px;
  min-width: 0;
  padding: 6px;
  background: linear-gradient(180deg, rgba(38, 40, 44, 0.72), rgba(29, 31, 34, 0.72));
  border: 1px solid var(--rule);
  border-radius: 2px;
  color: var(--cement-6);
  text-decoration: none;
}
a[data-runtime="recommendation"]:hover {
  border-color: rgba(242, 196, 107, 0.5);
  color: var(--lamp-cold);
  text-decoration: none;
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  filter: saturate(0.8) brightness(0.9);
}
[data-runtime="recommendation"] [data-runtime="name"] {
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--cement-7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--cement-5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 14px 30px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: var(--cement-5);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: var(--font-head);
  font-size: 12.5px;
  letter-spacing: 0.12em;
  color: var(--lamp-warm);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--lamp-cold);
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}
.friend-label {
  font-family: var(--font-head);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--cement-5);
}
a.runtime-friend-link {
  font-size: 12px;
  color: var(--cement-6);
  text-decoration: none;
  border-bottom: 1px dotted rgba(198, 202, 205, 0.24);
}
a.runtime-friend-link:hover {
  color: var(--rust-soft);
  border-bottom-color: var(--rust-soft);
  text-decoration: none;
}
@media (max-width: 1024px) {.overview-stage {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  }
.overview-rail {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) auto;
    align-items: start;
    gap: 10px 16px;
  }
.rail-slogan {
    border-bottom: 0;
    border-right: 1px dashed var(--rule-strong);
    padding-bottom: 0;
    padding-right: 12px;
    align-self: stretch;
  }
.detail-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }
.episode-status {
    border-top: 0;
    padding-top: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }
.episode-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }}
@media (max-width: 820px) {.overview-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.poster-column { display: flex; justify-content: flex-start; }
.poster-wrapper { max-width: 240px; }
.overview-rail {
    grid-template-columns: minmax(0, 1fr);
  }
.rail-slogan {
    border-right: 0;
    border-bottom: 1px dashed var(--rule-strong);
    padding-right: 0;
    padding-bottom: 8px;
  }
.episode-status { flex-direction: row; align-items: baseline; }
.cast-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.episode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.synopsis-body { columns: 1; column-rule: 0; }
.comment-masonry { columns: 2; }
a[data-runtime="recommendation"] { flex: 1 1 calc(50% - 8px); }}
@media (max-width: 560px) {body { font-size: 13.5px; }
.page-main { padding: 0 10px 22px; }
.header-bar { padding: 8px 10px; gap: 8px; }
a[data-contract="site-name"] { font-size: 15px; letter-spacing: 0.1em; }
.movie-title { font-size: 26px; }
.cast-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cast-avatar { width: 54px; height: 54px; }
.episode-grid { grid-template-columns: minmax(0, 1fr); }
.ep-summary { max-height: none; opacity: 1; margin-top: 4px; }
.comment-masonry { columns: 1; }
.timeline-list::before { left: 8px; transform: none; }
.timeline-node { padding-left: 26px; justify-content: flex-start; }
.node-body { width: 100%; }
.node-glow { left: 8px; top: 16px; }
.node-left .node-body, .node-right .node-body {
    border-left: 3px solid rgba(242, 196, 107, 0.5);
    border-right: 0;
  }
.node-right .node-timecode { color: var(--lamp-warm); }
a[data-runtime="recommendation"] { flex: 1 1 100%; }
.player-controls .ctl-progress { flex: 1 1 100%; }
.ctl-volume { flex: 1 1 90px; }
.site-footer { padding: 14px 10px 26px; }}

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}
