*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #cdd2c9;
  background-color: #14181a;
  background-image:
    linear-gradient(160deg, #181d1c 0%, #12161a 48%, #0d1013 100%);
  min-height: 100vh;
  letter-spacing: 0.01em;
}
img, video {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: rgba(17, 21, 22, 0.94);
  border-bottom: 1px solid #262e2c;
  backdrop-filter: blur(6px);
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 18px;
}
a[data-contract="site-name"] {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #e8e4d8;
  white-space: nowrap;
  border-left: 3px solid #e08b3c;
  padding-left: 8px;
}
a[data-contract="site-name"]:hover {
  color: #f2b05e;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #8fa096;
  white-space: nowrap;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
}
a.runtime-category:hover {
  color: #d9d3c2;
  border-bottom-color: #e08b3c;
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px 34px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.section-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #b9c0b4;
  text-transform: none;
  padding-left: 9px;
  border-left: 2px solid #e08b3c;
  margin-bottom: 10px;
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  margin-top: 18px;
  background:
    linear-gradient(180deg, #1c2223 0%, #171c1e 100%);
  border: 1px solid #262e2c;
  border-radius: 3px;
}
.overview-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.hero-media {
  width: 100%;
  max-width: 210px;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #2c3533;
  filter: saturate(0.92) contrast(1.04);
}
.hero-info {
  min-width: 0;
}
.hero-title {
  font-size: 26px;
  line-height: 1.1;
  color: #f0ebdd;
  letter-spacing: -0.045em;
  margin-bottom: 6px;
}
.hero-tagline {
  font-size: 13px;
  color: #e08b3c;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.hero-seo {
  font-size: 12.5px;
  line-height: 1.5;
  color: #9aa79e;
  max-width: 62ch;
}
.player-shell {
  grid-column: 1 / -1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 7px;
  background-color: #0c1012;
  border: 1px solid #29312f;
  border-radius: 3px;
}
.player-shell video {
  border-radius: 2px;
  background-color: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.player-controls button, .player-controls select {
  background-color: #1f2726;
  border: 1px solid #333d3a;
  border-radius: 2px;
  color: #c3cbc0;
  font-size: 11.5px;
  letter-spacing: 0.02em;
  padding: 3px 9px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.player-controls button:hover, .player-controls select:hover {
  background-color: #2b3532;
  color: #f0e6d2;
}
.player-controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  background-color: #333d3a;
  border-radius: 2px;
  cursor: pointer;
}
.player-controls input[data-player-action="progress"] {
  flex: 1 1 140px;
  min-width: 90px;
}
.player-controls input[data-player-action="volume"] {
  flex: 0 1 84px;
  min-width: 60px;
}
.player-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #e08b3c;
  border: none;
}
.player-controls input[type="range"]::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background-color: #e08b3c;
}
.player-shell.is-lights-off video {
  filter: brightness(0.42);
}
.player-shell.is-theater {
  background-color: #050707;
  border-color: #4a3a24;
}
.cast-section, .synopsis-section, .episode-status, .details-section {
  min-width: 0;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
  gap: 6px;
  align-items: start;
}
.cast-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  padding: 6px 8px;
  background-color: #1b2122;
  border: 1px solid #262e2c;
  border-radius: 2px;
}
.cast-avatar {
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 15px;
  font-weight: 700;
  color: #e6ddc8;
  background-color: #2a322f;
  border: 1px solid #39433f;
  border-radius: 50%;
  letter-spacing: 0;
}
.cast-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #dcd8c9;
  line-height: 1.2;
}
.cast-role {
  font-size: 11px;
  color: #8b978d;
  line-height: 1.2;
}
.synopsis-body {
  column-count: 2;
  column-gap: 22px;
  column-rule: 1px solid #242c2a;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.52;
  color: #a3ada4;
  break-inside: avoid;
  margin-bottom: 8px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.episode-status .status-line {
  font-size: 13px;
  color: #dcd8c9;
  letter-spacing: 0.02em;
  padding: 7px 10px;
  background-color: #1b2122;
  border-left: 2px solid #4f7f92;
  border-radius: 2px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1px;
  background-color: #242c2a;
  border: 1px solid #242c2a;
  border-radius: 2px;
  overflow: hidden;
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 6px 9px;
  background-color: #191f20;
}
.detail-label {
  flex: 0 0 auto;
  font-size: 11px;
  color: #7f8c84;
  letter-spacing: 0.06em;
}
.detail-value {
  font-size: 12.5px;
  font-weight: 700;
  color: #dcd8c9;
  min-width: 0;
}
.timeline-section {
  min-width: 0;
  margin-top: 6px;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  position: relative;
  padding-top: 16px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  height: 1px;
  background-color: #39433f;
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 8px 0 0;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #1b2122;
  border: 1px solid #55605a;
  z-index: 1;
}
.node-timecode {
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: #7f8c84;
  padding-left: 15px;
}
.node-label {
  font-size: 10.5px;
  line-height: 1.3;
  color: #8b978d;
  padding-left: 15px;
}
.timeline-node.is-active::before {
  top: -3px;
  left: -3px;
  width: 19px;
  height: 19px;
  background-color: #e08b3c;
  border: 3px solid #14181a;
  box-shadow: 0 0 0 1px #e08b3c;
}
.timeline-node.is-active .node-timecode {
  font-size: 12px;
  font-weight: 700;
  color: #f2b05e;
  letter-spacing: 0.02em;
  padding-left: 22px;
}
.timeline-node.is-active .node-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #ece6d6;
  padding-left: 22px;
}
.episodes-section {
  min-width: 0;
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  align-items: start;
}
.episode-card {
  position: relative;
  overflow: hidden;
  min-height: 122px;
  padding: 9px 10px 10px;
  background-color: #191f20;
  border: 1px solid #262e2c;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}
.episode-number {
  position: absolute;
  right: 2px;
  bottom: -14px;
  font-size: 74px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #232b2a;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.episode-title {
  position: relative;
  z-index: 1;
  font-size: 13.5px;
  color: #e4dfd0;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
.episode-summary {
  position: relative;
  z-index: 1;
  font-size: 11.5px;
  line-height: 1.45;
  color: #98a29a;
  flex: 1 1 auto;
  margin-bottom: 6px;
}
.episode-duration {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: #7f8c84;
  border-top: 1px solid #2b3432;
  padding-top: 3px;
}
.episode-card.is-current {
  border-color: #a4622a;
  background:
    linear-gradient(180deg, #241d15 0%, #1a1f20 100%);
  box-shadow: inset 0 0 0 1px rgba(224, 139, 60, 0.22);
}
.episode-card.is-current .episode-number {
  color: #3a2c1b;
}
.episode-card.is-current .episode-title {
  color: #f2b05e;
}
.episode-card.is-current .episode-duration {
  color: #c6874a;
  border-top-color: #4a3520;
}
.comments-section {
  min-width: 0;
}
.comments-columns {
  column-count: 2;
  column-gap: 20px;
  column-rule: 1px solid #242c2a;
}
.comment-item {
  break-inside: avoid;
  margin-bottom: 9px;
  padding-left: 9px;
  border-left: 1px solid #2c3533;
}
.comment-nickname {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #8fb1ad;
  margin-bottom: 2px;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.48;
  color: #a8b1a9;
}
.recommendation-region {
  min-width: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.recommendation-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #c3cbc0;
  margin-bottom: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid #2c3533;
}
.recommendation-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
a.recommendation-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: start;
  padding: 3px;
  border-radius: 2px;
  transition: background-color 0.15s ease;
}
a.recommendation-item:hover {
  background-color: #1e2524;
}
.recommendation-thumb, [data-runtime="recommendation"] img {
  grid-row: 1 / 3;
  width: 100%;
  max-width: 46px;
  height: 62px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #2c3533;
  filter: saturate(0.9);
}
.recommendation-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #dcd8c9;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommendation-blurb {
  font-size: 11px;
  line-height: 1.35;
  color: #85908a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 18px 30px;
  border-top: 1px solid #242c2a;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.5;
  color: #6f7a73;
  max-width: 78ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  color: #a3ada4;
  text-decoration: none;
  border-bottom: 1px solid #3a4441;
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #f2b05e;
  border-bottom-color: #e08b3c;
}
.footer-friends {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 14px;
}
.friends-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #6f7a73;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: #87938b;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #d9d3c2;
  text-decoration: underline;
}
@media (min-width: 900px) {.movie-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    grid-template-areas:
      "hero   player"
      "cast   player"
      "synop  status"
      "synop  details";
    column-gap: 18px;
    row-gap: 14px;
  }
.overview-hero {
    grid-area: hero;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 16px;
  }
.hero-media {
    max-width: none;
  }
.player-shell {
    grid-area: player;
    align-self: start;
    position: sticky;
    top: 62px;
  }
.cast-section {
    grid-area: cast;
  }
.synopsis-section {
    grid-area: synop;
  }
.episode-status {
    grid-area: status;
  }
.details-section {
    grid-area: details;
  }
.synopsis-body {
    column-count: 2;
  }
.page-main > .recommendation-region {
    display: inline-block;
    width: 32.4%;
    margin-right: 1.4%;
    vertical-align: top;
  }
.page-main > .recommendation-region:last-of-type {
    margin-right: 0;
  }}
@media (min-width: 760px) and (max-width: 899px) {.overview-hero {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-bottom: 16px;
  }
.hero-media {
    max-width: none;
  }
.player-shell {
    position: static;
    margin-bottom: 16px;
  }
.cast-section, .synopsis-section, .episode-status, .details-section {
    margin-bottom: 16px;
  }
.synopsis-body {
    column-count: 3;
  }
.recommendation-region {
    display: inline-block;
    width: 32.4%;
    margin-right: 1.4%;
    vertical-align: top;
  }
.recommendation-region:last-of-type {
    margin-right: 0;
  }}
@media (max-width: 899px) {.player-shell {
    position: static;
  }}
@media (max-width: 759px) {.header-inner {
    padding: 7px 14px;
    gap: 6px 14px;
  }
.page-main {
    padding: 0 14px 26px;
    gap: 22px;
    display: flex;
    flex-direction: column;
  }
.movie-overview {
    padding: 14px;
    margin-top: 14px;
  }
.overview-hero {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
  }
.hero-title {
    font-size: 21px;
  }
.hero-seo {
    font-size: 12px;
  }
.player-shell {
    margin: 12px 0;
  }
.cast-section, .synopsis-section, .episode-status, .details-section {
    margin-bottom: 14px;
  }
.synopsis-body {
    column-count: 1;
  }
.comments-columns {
    column-count: 1;
  }
.recommendation-region {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
.recommendation-region:last-of-type {
    margin-bottom: 0;
  }
.site-footer {
    padding: 14px 14px 26px;
  }}
@media (max-width: 560px) {.overview-hero {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 10px;
  }
.hero-title {
    font-size: 19px;
    letter-spacing: -0.035em;
  }
.episodes-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6px;
  }
.episode-card {
    min-height: 0;
  }
.episode-number {
    font-size: 60px;
    bottom: -10px;
  }
.timeline-track {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 4px;
    padding-left: 4px;
  }
.timeline-track::before {
    display: none;
  }
.timeline-node {
    padding: 0;
  }
.timeline-node::before {
    display: none;
  }
.node-timecode, .node-label {
    padding-left: 0;
  }
.timeline-node.is-active {
    padding: 6px 8px;
    background-color: #1e2422;
    border-left: 2px solid #e08b3c;
    border-radius: 2px;
  }
.timeline-node.is-active .node-timecode, .timeline-node.is-active .node-label {
    padding-left: 0;
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
  }}
@media (max-width: 420px) {.episodes-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }}
.play, .mute, .volume, .progress, .speed, .timeupdate, .input, .change, .click, .player, .theater, .fullscreen, .pip, .light {
  transition: opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.player-shell.is-theater .player-controls {
  background-color: #0a0d0e;
}
.player-shell.is-lights-off {
  background-color: #050707;
  border-color: #1c2220;
}
.player-shell.is-lights-off .player-controls {
  opacity: 0.62;
}
.player-shell.is-lights-off .player-controls:hover {
  opacity: 1;
}

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}
