*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #14161a;
  color: #e8e6e1;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  font-stretch: condensed;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 40%),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255, 255, 255, 0.012) 39px 40px);
}
img {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, ul, ol, dl, dd, figure {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: #e8e6e1;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
input[type="range"] {
  cursor: pointer;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #0e1013;
  border-bottom: 1px solid #2a2d33;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}
.header-shell {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 14px;
}
a[data-contract="site-name"] {
  flex: 0 0 auto;
  color: #f4f2ec;
  text-decoration: none;
  font-size: 19px;
  font-weight: 900;
  font-stretch: expanded;
  letter-spacing: 0.06em;
  padding: 2px 8px 3px;
  background-color: #1b1e23;
  border-left: 4px solid #e8552a;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #ff6a3d;
}
.category-rail {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  color: #c9c6bf;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 3px 9px;
  border: 1px solid #33373e;
  background-color: #191c21;
  transition: color 0.15s, border-color 0.15s, background-color 0.15s;
}
a.runtime-category:hover {
  color: #14161a;
  background-color: #e8552a;
  border-color: #e8552a;
}
.page-main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 14px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.block-heading {
  font-size: 15px;
  font-weight: 900;
  font-stretch: expanded;
  letter-spacing: 0.09em;
  color: #f4f2ec;
  padding-left: 10px;
  margin-bottom: 8px;
  border-left: 4px solid #e8552a;
  line-height: 1.2;
}
.movie-overview {
  background-color: #191c21;
  border: 1px solid #2a2d33;
  border-top: 3px solid #e8552a;
  padding: 12px;
}
.overview-shell {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.poster-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background-color: #0b0c0e;
  border: 1px solid #34383f;
}
.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
}
.overview-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  background-color: #0b0c0e;
  border: 1px solid #34383f;
}
.player-shell video {
  display: block;
  width: 100%;
  background-color: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 6px 7px;
  background-color: #101216;
  border-top: 1px solid #2a2d33;
}
.ctrl-btn {
  flex: 0 0 auto;
  background-color: #1d2127;
  border: 1px solid #383d45;
  color: #d8d5ce;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 3px 9px;
  white-space: nowrap;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.ctrl-btn:hover {
  background-color: #2a2f37;
  color: #fff;
}
.ctrl-play {
  background-color: #e8552a;
  border-color: #e8552a;
  color: #14161a;
  font-weight: 900;
}
.ctrl-play:hover {
  background-color: #ff6a3d;
  border-color: #ff6a3d;
  color: #14161a;
}
.ctrl-mute.is-muted, .ctrl-speed.is-active, .ctrl-pip.is-active, .ctrl-fullscreen.is-active, .ctrl-theater.is-active, .ctrl-light.is-active {
  background-color: #f0c53f;
  border-color: #f0c53f;
  color: #14161a;
}
.ctrl-progress {
  flex: 1 1 140px;
  min-width: 90px;
  height: 4px;
  margin: 0 4px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #2f343b;
  border-radius: 0;
}
.ctrl-progress::-webkit-slider-thumb, .ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  background-color: #e8552a;
  border: none;
  border-radius: 0;
}
.ctrl-progress::-moz-range-thumb, .ctrl-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  background-color: #e8552a;
  border: none;
  border-radius: 0;
}
.ctrl-volume {
  flex: 0 1 84px;
  min-width: 60px;
  height: 4px;
  margin: 0 4px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #2f343b;
  border-radius: 0;
}
.title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #3a3f47;
}
.movie-title {
  font-size: 27px;
  font-weight: 900;
  font-stretch: expanded;
  letter-spacing: 0.05em;
  color: #f7f5ef;
  line-height: 1.1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.movie-tagline {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f0c53f;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.status-current, .status-total, .status-update {
  display: inline-block;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 9px;
  white-space: nowrap;
}
.status-current {
  color: #14161a;
  background-color: #e8552a;
  box-shadow: 0 0 0 1px #e8552a, 0 0 12px rgba(232, 85, 42, 0.5);
}
.status-total {
  color: #d8d5ce;
  background-color: #23272d;
  border: 1px solid #383d45;
}
.status-update {
  color: #f0c53f;
  border: 1px solid #f0c53f;
  background-color: transparent;
}
.detail-grid {
  background-color: #16191e;
  border: 1px solid #2a2d33;
  padding: 8px 10px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 3px 14px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px dotted #2c3037;
  padding: 2px 0;
  min-width: 0;
}
.detail-key {
  flex: 0 0 52px;
  color: #82868d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.detail-val {
  flex: 1 1 auto;
  margin: 0;
  color: #e0ddd6;
  font-size: 12.5px;
  font-weight: 600;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  min-width: 0;
}
.synopsis-block {
  background-color: #16191e;
  border: 1px solid #2a2d33;
  padding: 10px 12px 11px;
}
.synopsis-para {
  font-size: 13px;
  line-height: 1.72;
  color: #c4c1ba;
  letter-spacing: 0.005em;
}
.synopsis-para + .synopsis-para {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px dotted #2c3037;
}
.cast-strip {
  background-color: #16191e;
  border: 1px solid #2a2d33;
  padding: 10px 12px 12px;
}
.cast-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: #3a3f47 #16191e;
}
.cast-list::-webkit-scrollbar {
  height: 6px;
}
.cast-list::-webkit-scrollbar-track {
  background-color: #101216;
}
.cast-list::-webkit-scrollbar-thumb {
  background-color: #3a3f47;
}
.cast-card {
  position: relative;
  flex: 0 0 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 84px;
  padding: 9px 9px 0;
  background-color: #1e222a;
  border: 1px solid #33383f;
  border-top: 2px solid #4a5058;
  transition: border-color 0.15s, background-color 0.15s;
}
.cast-card:hover {
  background-color: #242932;
  border-top-color: #e8552a;
}
.cast-name {
  font-size: 14px;
  font-weight: 900;
  font-stretch: expanded;
  letter-spacing: 0.05em;
  color: #f4f2ec;
  line-height: 1.2;
}
.cast-role {
  display: block;
  margin: 0 -9px;
  padding: 4px 9px;
  background-color: #101216;
  border-top: 1px solid #33383f;
  color: #f0c53f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.timeline-section {
  background-color: #191c21;
  border: 1px solid #2a2d33;
  padding: 10px 12px 14px;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0;
  align-items: start;
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px 8px 16px;
  border-left: 1px dashed #4a5058;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -3.5px;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #4a5058;
  transform: rotate(45deg);
}
.timeline-node:first-child {
  border-left-style: solid;
  border-left-color: #e8552a;
}
.timeline-node:first-child::before, .timeline-node:nth-child(5)::before {
  background-color: #e8552a;
}
.timeline-node:nth-child(5) {
  border-left-color: #e8552a;
  border-left-style: solid;
  border-left-width: 3px;
  margin-left: -2px;
  padding-left: 15px;
  background-image: linear-gradient(90deg, rgba(232, 85, 42, 0.16), transparent 78%);
  animation: node-pulse 2.4s ease-in-out infinite;
}
.timeline-node:nth-child(5) .node-timecode {
  color: #ff6a3d;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(232, 85, 42, 0.65);
}
.timeline-node:nth-child(5) .node-label {
  color: #f4f2ec;
  font-weight: 900;
}
@keyframes node-pulse {
  0%, 100% { box-shadow: inset 4px 0 0 rgba(232, 85, 42, 0.9), 0 0 0 rgba(232, 85, 42, 0); }
  50% { box-shadow: inset 4px 0 0 rgba(232, 85, 42, 0.9), 0 0 14px rgba(232, 85, 42, 0.4); }
}
.node-timecode {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f0c53f;
  white-space: nowrap;
}
.node-label {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #b8b5ae;
  line-height: 1.45;
}
.episodes-section {
  background-color: #191c21;
  border: 1px solid #2a2d33;
  padding: 10px 12px 12px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.episode-cell {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0;
  background-color: #16191e;
  border: 1px solid #2a2d33;
  border-left: 3px solid #4a5058;
  transition: background-color 0.15s, border-color 0.15s;
}
.episode-cell:hover {
  background-color: #1d2128;
  border-left-color: #e8552a;
}
.episode-number {
  display: block;
  background-color: #101216;
  border-right: 1px solid #2a2d33;
  color: #f0c53f;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 6px 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  justify-self: stretch;
}
.episode-body {
  position: relative;
  padding: 6px 9px 7px;
  min-width: 0;
}
.episode-title {
  display: inline;
  font-size: 13.5px;
  font-weight: 900;
  font-stretch: expanded;
  letter-spacing: 0.04em;
  color: #f4f2ec;
  line-height: 1.35;
}
.episode-duration {
  display: inline-block;
  margin-left: 7px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #82868d;
  white-space: nowrap;
  vertical-align: 1px;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.6;
  color: #a9a69f;
  margin-top: 4px;
  border-top: 1px dotted #2c3037;
  padding-top: 4px;
}
.comments-section {
  background-color: #191c21;
  border: 1px solid #2a2d33;
  padding: 10px 12px 12px;
}
.comments-masonry {
  column-count: 2;
  column-gap: 10px;
}
.comment-thread {
  break-inside: avoid;
  margin-bottom: 10px;
  background-color: #16191e;
  border: 1px solid #2a2d33;
  border-left: 3px solid #3a3f47;
  padding: 8px 10px;
}
.comment-thread:hover {
  border-left-color: #f0c53f;
}
.comment-line {
  font-size: 12.5px;
  line-height: 1.68;
  color: #c4c1ba;
}
.comment-nick {
  display: inline;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #f0c53f;
  white-space: nowrap;
}
.comment-sep {
  display: inline;
  margin: 0 5px;
  color: #55595f;
  font-weight: 700;
}
.comment-text {
  display: inline;
  color: #b8b5ae;
}
.rec-region {
  background-color: #191c21;
  border: 1px solid #2a2d33;
  padding: 10px 12px 12px;
}
.rec-region-1, .rec-region-2, .rec-region-3 {
  border-top: 3px solid #3a3f47;
}
.rec-region-1 {
  border-top-color: #e8552a;
}
.rec-region-2 {
  border-top-color: #f0c53f;
}
.rec-region-3 {
  border-top-color: #6a7079;
}
.rec-column {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.rec-column-vertical {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
  align-items: start;
}
.rec-column-offset {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
  align-items: start;
}
.rec-column-stagger {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 8px;
  align-items: start;
}
a.rec-card.rec-card-stacked, a.rec-card.rec-card-offset, a.rec-card.rec-card-stagger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  background-color: #16191e;
  border: 1px solid #2a2d33;
  min-width: 0;
  transition: border-color 0.15s, background-color 0.15s, transform 0.15s;
}
a.rec-card.rec-card-stacked {
  color: #d8d5ce;
  text-decoration: none;
}
a.rec-card.rec-card-offset {
  color: #d8d5ce;
  text-decoration: none;
}
a.rec-card.rec-card-stagger {
  color: #d8d5ce;
  text-decoration: none;
}
a.rec-card.rec-card-stacked:hover, a.rec-card.rec-card-offset:hover, a.rec-card.rec-card-stagger:hover {
  background-color: #1e222a;
  border-color: #e8552a;
  transform: translateY(-2px);
}
a.rec-card.rec-card-offset {
  border-left: 3px solid #f0c53f;
}
a.rec-card.rec-card-stagger {
  border-left: 3px solid #6a7079;
}
a.rec-card.rec-card-stacked:hover {
  border-left-color: #e8552a;
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background-color: #0b0c0e;
  border: 1px solid #2a2d33;
  filter: saturate(0.9) contrast(1.05);
}
.rec-name {
  font-size: 12.5px;
  font-weight: 900;
  font-stretch: expanded;
  letter-spacing: 0.03em;
  color: #f4f2ec;
  line-height: 1.35;
}
.rec-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: #8f938f;
  display: block;
}
.rec-column-stagger > .rec-card:nth-child(even) {
  margin-top: 18px;
}
.rec-column-offset > .rec-card:nth-child(2) {
  margin-top: 12px;
}
.rec-column-offset > .rec-card:nth-child(3) {
  margin-top: 24px;
}
.site-footer {
  background-color: #0e1013;
  border-top: 3px solid #e8552a;
  margin-top: 6px;
}
.footer-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 24px;
  align-items: start;
}
.footer-disclaimer {
  grid-column: 1 / -1;
  font-size: 11.5px;
  line-height: 1.65;
  color: #6f737a;
  letter-spacing: 0.01em;
}
.footer-nav {
  grid-column: 1 / 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: #c9c6bf;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 2px 0 3px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #ff6a3d;
  border-bottom-color: #e8552a;
}
.friend-links {
  grid-column: 2 / 3;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: baseline;
  justify-content: flex-end;
  max-width: 620px;
}
.friend-label {
  color: #4f535a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
a.runtime-friend-link {
  color: #7d8188;
  text-decoration: none;
  font-size: 11.5px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border-bottom: 1px dotted #3a3f47;
}
a.runtime-friend-link:hover {
  color: #f0c53f;
  border-bottom-color: #f0c53f;
}
body.is-lights-off .page-main {
  filter: brightness(0.55);
}
body.is-lights-off .movie-overview {
  filter: brightness(1.35);
}
.movie-overview.is-theater {
  border-top-color: #f0c53f;
  box-shadow: 0 0 0 1px #f0c53f inset;
}
@media (max-width: 1000px) {.overview-shell {
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  }
.comments-masonry {
    column-count: 2;
  }}
@media (max-width: 820px) {.overview-shell {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    display: grid;
    grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
.poster-column::after {
    content: "";
    display: block;
    grid-column: 2 / 3;
    height: 100%;
    border-left: 1px dashed #3a3f47;
    margin-left: -6px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.footer-shell {
    grid-template-columns: minmax(0, 1fr);
  }
.friend-links {
    grid-column: 1 / 2;
    justify-content: flex-start;
  }}
@media (max-width: 640px) {body {
    font-size: 13.5px;
  }
.page-main {
    padding: 8px 10px 20px;
    gap: 12px;
  }
.header-shell {
    padding: 7px 10px;
    gap: 10px;
  }
a[data-contract="site-name"] {
    font-size: 16px;
  }
.poster-column {
    display: flex;
    flex-direction: column;
  }
.poster-column::after {
    display: none;
  }
.poster-frame {
    max-width: 240px;
  }
.movie-title {
    font-size: 21px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-number {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
.comments-masonry {
    column-count: 1;
  }
.timeline-track {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
.rec-column-vertical, .rec-column-offset, .rec-column-stagger {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
.rec-column-offset > .rec-card:nth-child(2), .rec-column-offset > .rec-card:nth-child(3), .rec-column-stagger > .rec-card:nth-child(even) {
    margin-top: 0;
  }
.ctrl-btn {
    font-size: 11px;
    padding: 3px 7px;
  }}
@media (max-width: 420px) {.episode-cell {
    grid-template-columns: 28px minmax(0, 1fr);
  }
.cast-card {
    flex-basis: 104px;
  }
.rec-column-vertical, .rec-column-offset, .rec-column-stagger {
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  }
.player-controls {
    gap: 4px;
  }}

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}
