*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #1c2226;
  color: #c9cfca;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Noto Sans CJK SC", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
h1, h2, h3, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 18px;
  padding: 12px 18px 11px;
  background: #222a2e;
  border-bottom: 1px solid #38434a;
  position: sticky;
  top: 0;
  z-index: 30;
}
a[data-contract="site-name"] {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #e7e2d3;
  text-decoration: none;
  border-bottom: 1px solid #b06a3b;
  padding-bottom: 2px;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #f0a05c;
}
.categories-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 14px;
  flex: 1 1 240px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  color: #8fa0a6;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
a.runtime-category:hover {
  color: #d8cfae;
  border-bottom-color: #b06a3b;
}
.movie-detail {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 40px;
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(200px, 248px) minmax(0, 1fr);
  gap: 0 26px;
  align-items: start;
  padding: 22px 0 16px;
  border-bottom: 1px solid #333e44;
  background:
    linear-gradient(160deg, rgba(46, 60, 66, 0.55) 0%, rgba(28, 34, 38, 0.9) 70%);
}
.overview-poster {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #14191c;
  border: 1px solid #3d484e;
  box-shadow: 0 12px 26px -14px rgba(0, 0, 0, 0.9);
}
.overview-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.92);
}
.poster-tape-mark {
  position: absolute;
  left: -6px;
  top: 26px;
  width: 62px;
  height: 17px;
  background: rgba(196, 178, 120, 0.42);
  transform: rotate(-4deg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.overview-head {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
  padding-top: 4px;
}
.movie-title {
  font-size: clamp(23px, 3.4vw, 34px);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.18;
  color: #e9e4d4;
}
.movie-tagline {
  font-size: 13.5px;
  letter-spacing: 0.18em;
  color: #d38a4e;
  padding-left: 10px;
  border-left: 2px solid #b06a3b;
}
.movie-seo {
  font-size: 13px;
  line-height: 1.72;
  color: #9dabaf;
  max-width: 62ch;
}
.episode-status {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  margin-top: 16px;
  padding: 9px 12px;
  background: rgba(62, 78, 84, 0.3);
  border-left: 3px solid #b06a3b;
}
.status-line {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #cfd6d2;
  white-space: nowrap;
}
.status-bar {
  flex: 1 1 160px;
  min-width: 120px;
  max-width: 320px;
  height: 6px;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #2b353a;
  color: #b06a3b;
}
.status-bar::-webkit-progress-bar {
  background: #2b353a;
}
.status-bar::-webkit-progress-value {
  background: linear-gradient(90deg, #5b7a72, #b06a3b);
}
.status-bar::-moz-progress-bar {
  background: #b06a3b;
}
.cast-panel {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed #3a454b;
}
.cast-heading, .synopsis-heading, .details-heading, .episodes-heading, .comments-heading, .timeline-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #8ea39c;
  margin-bottom: 10px;
  padding-left: 9px;
  border-left: 2px solid #4c6b61;
}
.cast-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 10px 10px;
  background: #232c30;
  border: 1px solid #333f45;
  border-bottom: 2px solid #3f5a52;
}
.cast-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #dcd7c6;
}
.cast-role {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #7f939a;
}
.synopsis-panel {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed #3a454b;
}
.synopsis-body {
  columns: 2;
  column-gap: 26px;
  column-rule: 1px solid #333e44;
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.78;
  color: #aab4b4;
  margin-bottom: 10px;
  break-inside: avoid;
}
.synopsis-para:first-child::first-letter {
  font-size: 1.5em;
  color: #d38a4e;
  font-weight: 700;
}
.details-panel {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed #3a454b;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 1px;
  background: #333e44;
  border: 1px solid #333e44;
  align-items: start;
}
.detail-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 11px 9px;
  background: #242d31;
}
.detail-item dt {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  color: #7b8f95;
}
.detail-item dd {
  font-size: 13.5px;
  color: #d4d8d0;
  letter-spacing: 0.03em;
}
.player-shell {
  max-width: 1180px;
  margin: 0 auto 8px;
  padding: 18px 18px 0;
}
.player-frame {
  position: relative;
  width: 100%;
  background: #0f1315;
  border: 1px solid #3a464c;
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.95);
  overflow: hidden;
}
.player-frame video {
  display: block;
  width: 100%;
  background: #0b0e10;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 9px;
  padding: 9px 10px 10px;
  background: #242d31;
  border: 1px solid #3a464c;
  border-top: 0;
}
.ctrl-btn {
  flex: 0 0 auto;
  padding: 5px 11px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #cbd3cd;
  background: #2e393e;
  border: 1px solid #46545b;
  border-radius: 0;
  cursor: pointer;
}
.ctrl-btn:hover {
  background: #3a474d;
  color: #f0dcc2;
}
.ctrl-btn.is-active {
  background: #b06a3b;
  border-color: #c9824c;
  color: #191d1f;
}
.ctrl-range {
  flex: 1 1 120px;
  min-width: 90px;
  height: 5px;
  appearance: none;
  -webkit-appearance: none;
  background: #1b2226;
  border: 1px solid #46545b;
  cursor: pointer;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 15px;
  background: #b06a3b;
  border: 0;
  border-radius: 0;
}
.ctrl-range::-moz-range-thumb {
  width: 11px;
  height: 15px;
  background: #b06a3b;
  border: 0;
  border-radius: 0;
}
.player-shell.is-dim .player-frame {
  box-shadow: 0 0 0 1px #b06a3b, 0 18px 50px -20px #000;
}
.player-shell.is-theater {
  max-width: none;
}
.player-shell.is-fullscreen .player-frame {
  border: 0;
}
.timeline-strip {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 18px 20px;
}
.timeline-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 0 16px;
  scroll-snap-type: x proximity;
  border-top: 1px solid #333e44;
  border-bottom: 1px solid #333e44;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.028) 0 2px, transparent 2px 14px);
}
.timeline-track::-webkit-scrollbar {
  height: 7px;
}
.timeline-track::-webkit-scrollbar-track {
  background: #1e2629;
}
.timeline-track::-webkit-scrollbar-thumb {
  background: #4c6b61;
}
.timeline-cell {
  flex: 0 0 216px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 13px 13px;
  background: #262f33;
  border: 1px solid #3b474d;
  border-left: 3px solid #b06a3b;
}
.timeline-stamp {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #1d2326;
  background: #8fa39b;
  padding: 2px 8px 2px 7px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  transform: rotate(-1.2deg);
}
.timeline-label {
  font-size: 13px;
  line-height: 1.62;
  color: #b4bebc;
}
.episodes-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 18px 22px;
  border-top: 1px solid #333e44;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px 11px;
  background: #232b2f;
  border: 1px solid #333e44;
  border-top: 2px solid #3d4a50;
  filter: saturate(0.5);
  opacity: 0.78;
}
.episode-num {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #7d9198;
}
.episode-title {
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #d3d8d2;
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.66;
  color: #939fa2;
}
.episode-duration {
  align-self: flex-start;
  margin-top: 3px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #7e8f95;
  border-top: 1px solid #38434a;
  padding-top: 4px;
}
.episode-card.is-current {
  filter: none;
  opacity: 1;
  background: #2c373b;
  border-color: #b06a3b;
  border-top-color: #d38a4e;
  box-shadow: -3px 0 0 0 #b06a3b inset, 0 10px 24px -18px #000;
}
.episode-card.is-current .episode-num {
  color: #e0a066;
}
.episode-card.is-current .episode-title {
  color: #f0e6d2;
}
.episode-card.is-current .episode-summary {
  color: #b6c0bd;
}
.recommendations {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 18px 20px;
  border-top: 1px solid #333e44;
}
.recommendation-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  color: #9db0a8;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 4px 0;
  margin-bottom: 10px;
  border-left: 2px solid #4c6b61;
  line-height: 1;
  height: auto;
}
.recommendations-1 .recommendation-title { border-left-color: #b06a3b; color: #d7a273; }
.recommendations-2 .recommendation-title { border-left-color: #4c6b61; }
.recommendations-3 .recommendation-title { border-left-color: #6b6f4c; color: #c0b78a; }
.recommendations-4 .recommendation-title { border-left-color: #3f5a7a; color: #96aebf; }
.recommendation-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 8px;
  align-items: start;
}
a.recommendation-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px 8px 10px;
  background: #232b2f;
  border: 1px solid #333e44;
  color: #c4ccc6;
  text-decoration: none;
  font-size: 12.5px;
  line-height: 1.5;
}
a.recommendation-card:hover {
  border-color: #b06a3b;
  color: #f0dcc2;
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: #14191c;
  filter: saturate(0.72) brightness(0.9);
}
[data-runtime="recommendation"] [data-runtime="name"] {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #dcd7c6;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 11.5px;
  color: #86979b;
}
.comments-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 18px 22px;
  border-top: 1px solid #333e44;
}
.comment-columns {
  columns: 3;
  column-gap: 10px;
  column-rule: 1px solid #333e44;
}
.comment-card {
  break-inside: avoid;
  display: block;
  margin: 0 0 10px;
  padding: 10px 12px 11px;
  background: #232b2f;
  border: 1px solid #333e44;
  border-left: 2px solid #4c6b61;
  position: relative;
}
.comment-nick {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #d0b98d;
  margin-bottom: 4px;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.68;
  color: #9ea9a9;
}
.comment-card:nth-child(3n) {
  border-left-color: #b06a3b;
}
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 18px 34px;
  border-top: 1px solid #333e44;
  background: #1a2023;
}
.disclaimer-text {
  font-size: 11.5px;
  line-height: 1.7;
  color: #6f7d82;
  max-width: 70ch;
  margin-bottom: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #333e44;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: #b0a98c;
  text-decoration: none;
  border-bottom: 1px solid #6a6144;
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #e6d9b4;
  border-bottom-color: #b06a3b;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.24em;
  color: #67757a;
}
a.runtime-friend-link {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #7e9096;
  text-decoration: none;
  border-bottom: 1px dotted #4a585e;
}
a.runtime-friend-link:hover {
  color: #c9d1c8;
  border-bottom-color: #b06a3b;
}
@media (max-width: 900px) {.movie-overview {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px 0;
  }
.overview-poster {
    width: min(240px, 62vw);
    justify-self: start;
  }
.synopsis-body {
    columns: 1;
    column-rule: 0;
  }
.comment-columns {
    columns: 2;
  }
.player-shell, .timeline-strip, .episodes-panel, .recommendations, .comments-panel, .site-footer, .movie-detail {
    padding-left: 14px;
    padding-right: 14px;
  }}
@media (max-width: 620px) {body {
    font-size: 14px;
  }
.site-header {
    padding: 10px 14px;
  }
a[data-contract="site-name"] {
    font-size: 15.5px;
  }
.movie-title {
    font-size: 22px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommendation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-columns {
    columns: 1;
  }
.timeline-cell {
    flex-basis: 190px;
  }
.player-controls {
    gap: 5px 7px;
  }
.ctrl-btn {
    padding: 5px 9px;
    font-size: 11.5px;
  }}
@media (max-width: 400px) {.cast-row {
    grid-template-columns: minmax(0, 1fr);
  }
.recommendation-list {
    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}
