*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #c8d2de;
  background:
    radial-gradient(120% 80% at 18% 0%, rgba(46, 58, 76, 0.85) 0%, rgba(23, 30, 41, 0) 62%),
    radial-gradient(90% 60% at 92% 8%, rgba(214, 158, 74, 0.16) 0%, rgba(23, 30, 41, 0) 60%),
    linear-gradient(180deg, #161c26 0%, #131922 42%, #10151d 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, p, dl, dd, dt, ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: #d6a04a;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(180deg, rgba(18, 24, 33, 0.96) 0%, rgba(18, 24, 33, 0.78) 100%);
  border-bottom: 1px solid rgba(120, 140, 165, 0.16);
  backdrop-filter: blur(8px);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 9px 18px;
}
a[data-contract="site-name"] {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f0f4f9;
  text-decoration: none;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
  transform: skewX(-8deg);
}
a[data-contract="site-name"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 16px;
  margin-top: -8px;
  background: #d6a04a;
  transform: skewX(8deg);
}
.category-nav {
  display: flex;
  align-items: center;
  gap: 6px 8px;
  flex-wrap: wrap;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  padding: 3px 11px;
  font-size: 12.5px;
  font-weight: 500;
  color: #a9b6c6;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid rgba(120, 140, 165, 0.22);
  background: rgba(120, 140, 165, 0.07);
  transform: skewX(-8deg);
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
a.runtime-category:hover {
  color: #161c26;
  background: #d6a04a;
  border-color: #d6a04a;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 18px 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.section-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #eef3f9;
  position: relative;
  padding-left: 11px;
  white-space: nowrap;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 13px;
  margin-top: -6.5px;
  background: #d6a04a;
  transform: skewX(-14deg);
}
.module-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(120, 140, 165, 0.18);
}
.module-count {
  font-size: 12px;
  color: #7f8d9e;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.movie-overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.overview-head {
  position: relative;
  padding: 22px 20px 20px;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(20, 27, 38, 0.94) 0%, rgba(20, 27, 38, 0.74) 58%, rgba(20, 27, 38, 0.32) 100%),
    linear-gradient(115deg, #1d2634 0%, #2b3546 46%, #3a3a3f 100%);
  border: 1px solid rgba(120, 140, 165, 0.18);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 26px) 100%, 0 100%);
}
.overview-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(102deg, rgba(255, 255, 255, 0.035) 0 2px, rgba(255, 255, 255, 0) 2px 9px),
    radial-gradient(60% 120% at 88% 40%, rgba(214, 158, 74, 0.24) 0%, rgba(214, 158, 74, 0) 70%);
  pointer-events: none;
}
.overview-head::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 260px;
  height: 160px;
  background: radial-gradient(closest-side, rgba(214, 158, 74, 0.22), rgba(214, 158, 74, 0));
  transform: rotate(-14deg);
  pointer-events: none;
}
.movie-title {
  position: relative;
  font-size: clamp(24px, 4.4vw, 38px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: #f6f9fc;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}
.movie-tagline {
  position: relative;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 500;
  color: #d6a04a;
  letter-spacing: 0.03em;
  max-width: 42em;
}
.movie-seo {
  position: relative;
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.75;
  color: #93a1b2;
  max-width: 62em;
}
.overview-body {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.poster-wrap {
  align-self: start;
  align-content: start;
  width: 100%;
  border: 1px solid rgba(120, 140, 165, 0.2);
  background: #1a212c;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 18px) 100%, 0 100%);
}
.main-poster {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04) brightness(0.94);
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #0c1016;
  border: 1px solid rgba(120, 140, 165, 0.22);
  border-radius: 3px;
  overflow: hidden;
}
.main-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #070a0e;
  object-fit: cover;
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px rgba(214, 158, 74, 0.5), 0 10px 34px rgba(0, 0, 0, 0.5);
}
.player-shell.is-lights-off .player-controls {
  background: #05080c;
}
.player-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(30, 38, 50, 0.95) 0%, rgba(20, 26, 35, 0.98) 100%);
  border-top: 1px solid rgba(120, 140, 165, 0.16);
}
.ctrl {
  flex: 0 0 auto;
}
button.ctrl {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #c8d2de;
  background: rgba(120, 140, 165, 0.12);
  border: 1px solid rgba(120, 140, 165, 0.22);
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  transform: skewX(-8deg);
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
button.ctrl:hover {
  color: #f0f4f9;
  border-color: rgba(214, 158, 74, 0.55);
}
button.ctrl.is-active, button.ctrl.play, button.ctrl.mute, button.ctrl.pause, button.ctrl.pip, button.ctrl.fullscreen, button.ctrl.theater, button.ctrl.light, button.ctrl.speed {
  color: #f0f4f9;
}
button.ctrl.is-active {
  color: #131922;
  background: #d6a04a;
  border-color: #d6a04a;
}
.ctrl-progress {
  flex: 1 1 130px;
  min-width: 90px;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(120, 140, 165, 0.24);
  border-radius: 3px;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d6a04a;
  border: none;
}
.ctrl-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #d6a04a;
}
.ctrl-volume {
  flex: 0 1 90px;
  min-width: 60px;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(120, 140, 165, 0.24);
  border-radius: 3px;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #8fa3bb;
}
.ctrl-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background: #8fa3bb;
}
.ctrl-speed {
  padding: 4px 6px;
  font-size: 12px;
  color: #c8d2de;
  background: rgba(120, 140, 165, 0.12);
  border: 1px solid rgba(120, 140, 165, 0.22);
  border-radius: 2px;
  cursor: pointer;
}
.episode-status {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 9px 12px;
  background: rgba(120, 140, 165, 0.07);
  border-left: 3px solid #d6a04a;
}
.status-line {
  font-size: 13px;
  font-weight: 600;
  color: #e4ebf3;
  letter-spacing: 0.03em;
}
.status-meter {
  height: 5px;
  background: rgba(120, 140, 165, 0.2);
  overflow: hidden;
}
.meter-fill {
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #b07f36 0%, #e0b56a 100%);
}
.cast {
  min-width: 0;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 8px;
}
.cast-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  background: rgba(120, 140, 165, 0.07);
  border: 1px solid rgba(120, 140, 165, 0.14);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 9px) 100%, 0 100%);
  min-width: 0;
}
.cast-avatar {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(214, 158, 74, 0.5) 0%, rgba(214, 158, 74, 0) 60%),
    linear-gradient(145deg, #38445a 0%, #202a38 100%);
  border: 1px solid rgba(120, 140, 165, 0.3);
}
.cast-name {
  font-size: 12.5px;
  font-weight: 500;
  color: #d3dce7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.synopsis, .details {
  min-width: 0;
}
.synopsis-para {
  font-size: 13px;
  line-height: 1.78;
  color: #9dabbc;
  margin-top: 8px;
}
.synopsis-para:first-of-type {
  margin-top: 0;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0 16px;
  border-top: 1px solid rgba(120, 140, 165, 0.14);
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(120, 140, 165, 0.12);
  font-size: 12.5px;
  min-width: 0;
}
.detail-row dt {
  flex: 0 0 auto;
  color: #7f8d9e;
  letter-spacing: 0.04em;
}
.detail-row dd {
  flex: 1 1 auto;
  min-width: 0;
  color: #dde5ee;
  text-align: right;
}
.episodes {
  display: flex;
  flex-direction: column;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.episode-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "num title dur"
    "sum sum sum";
  align-items: center;
  gap: 4px 10px;
  padding: 10px 12px 10px 14px;
  background: rgba(120, 140, 165, 0.06);
  border: 1px solid rgba(120, 140, 165, 0.14);
  border-left: 3px solid rgba(120, 140, 165, 0.34);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 13px) 100%, 0 100%);
  min-width: 0;
}
.episode-card.is-active {
  border-left-color: #d6a04a;
  background: linear-gradient(100deg, rgba(214, 158, 74, 0.14) 0%, rgba(120, 140, 165, 0.05) 70%);
}
.episode-number {
  grid-area: num;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #d6a04a;
  white-space: nowrap;
}
.episode-title {
  grid-area: title;
  font-size: 14px;
  font-weight: 700;
  color: #eef3f9;
  letter-spacing: 0.03em;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.episode-duration {
  grid-area: dur;
  font-size: 11px;
  color: #7f8d9e;
  white-space: nowrap;
}
.episode-summary {
  grid-area: sum;
  font-size: 12px;
  line-height: 1.65;
  color: #93a1b2;
}
.timeline {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(214, 158, 74, 0.55) rgba(120, 140, 165, 0.14);
  scrollbar-width: thin;
}
.timeline-scroll::-webkit-scrollbar {
  height: 7px;
}
.timeline-scroll::-webkit-scrollbar-track {
  background: rgba(120, 140, 165, 0.12);
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(214, 158, 74, 0.55);
}
.timeline-track {
  display: flex;
  align-items: stretch;
  gap: 12px;
  min-width: max-content;
  padding: 6px 2px 4px;
  position: relative;
}
.timeline-node {
  flex: 0 0 auto;
  width: 196px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 6px;
  padding: 10px 12px;
  background: rgba(120, 140, 165, 0.06);
  border: 1px solid rgba(120, 140, 165, 0.14);
  border-top: 3px solid rgba(120, 140, 165, 0.34);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 13px) 100%, 0 100%);
}
.timeline-node.is-active {
  border-top-color: #d6a04a;
  background: linear-gradient(160deg, rgba(214, 158, 74, 0.15) 0%, rgba(120, 140, 165, 0.05) 70%);
}
.timeline-timecode {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #d6a04a;
}
.timeline-marker {
  display: block;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(90deg, rgba(120, 140, 165, 0.5) 0 10px, rgba(120, 140, 165, 0) 10px 18px);
}
.timeline-node.is-active .timeline-marker {
  background: repeating-linear-gradient(90deg, #d6a04a 0 12px, rgba(214, 158, 74, 0.2) 12px 20px);
}
.timeline-label {
  font-size: 12px;
  line-height: 1.6;
  color: #9dabbc;
}
.rec-region {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  gap: 10px;
}
.rec-item {
  min-width: 0;
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 8px;
  color: #dde5ee;
  text-decoration: none;
  background: rgba(120, 140, 165, 0.06);
  border: 1px solid rgba(120, 140, 165, 0.14);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 13px) 100%, 0 100%);
  transition: border-color 0.16s ease, background 0.16s ease;
}
a[data-runtime="recommendation"]:hover {
  border-color: rgba(214, 158, 74, 0.5);
  background: rgba(214, 158, 74, 0.09);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: #1a212c;
  filter: saturate(0.85) brightness(0.94);
}
.rec-name {
  font-size: 13px;
  font-weight: 700;
  color: #eef3f9;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec-blurb {
  font-size: 11.5px;
  line-height: 1.6;
  color: #8c99aa;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-pic {
  border: 1px solid rgba(120, 140, 165, 0.18);
}
.comments {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.comment-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.comment-item {
  padding: 10px 2px;
  border-bottom: 1px solid rgba(120, 140, 165, 0.16);
  min-width: 0;
}
.comment-item:first-child {
  border-top: 1px solid rgba(120, 140, 165, 0.16);
}
.comment-meta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #d6a04a;
  margin-bottom: 3px;
}
.comment-text {
  font-size: 13px;
  line-height: 1.72;
  color: #a9b6c6;
  max-width: 74em;
}
.site-footer {
  margin-top: 8px;
  border-top: 1px solid rgba(120, 140, 165, 0.18);
  background: linear-gradient(180deg, rgba(14, 19, 26, 0.6) 0%, rgba(11, 15, 21, 0.95) 100%);
}
.footer-disclaimer, .footer-nav, .friend-links {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}
.footer-disclaimer {
  padding-top: 16px;
  font-size: 11.5px;
  line-height: 1.7;
  color: #6f7c8d;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 12.5px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: #a9b6c6;
  text-decoration: none;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(120, 140, 165, 0.3);
  padding-bottom: 1px;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #d6a04a;
  border-color: #d6a04a;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding-top: 12px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(120, 140, 165, 0.12);
}
.friend-label {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #7f8d9e;
  margin-right: 2px;
}
a.runtime-friend-link {
  display: inline-block;
  font-size: 12px;
  color: #93a1b2;
  text-decoration: none;
  padding: 2px 9px;
  background: rgba(120, 140, 165, 0.07);
  border: 1px solid rgba(120, 140, 165, 0.16);
  transform: skewX(-8deg);
  transition: color 0.16s ease, border-color 0.16s ease;
}
a.runtime-friend-link:hover {
  color: #d6a04a;
  border-color: rgba(214, 158, 74, 0.5);
}
.player .is-theater, .is-theater .main-player {
  background: #05080c;
}
.is-lights-off {
  background: #05080c;
}
.change, .click, .input, .progress, .speed, .timeupdate, .volume, .volumechange, .play, .pause, .mute, .pip, .fullscreen, .theater, .light {
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}
@media (max-width: 900px) {.overview-body {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-wrap {
    max-width: 240px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 640px) {.page-main {
    padding: 14px 12px 24px;
    gap: 18px;
  }
.header-inner {
    padding: 8px 12px;
    gap: 10px;
  }
.overview-head {
    padding: 16px 14px 16px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 16px) 100%, 0 100%);
  }
.movie-title {
    font-size: clamp(21px, 7vw, 28px);
  }
.movie-tagline {
    font-size: 13px;
  }
.movie-seo {
    font-size: 12px;
  }
.poster-wrap {
    max-width: 200px;
  }
.player-controls {
    gap: 5px;
    padding: 7px 8px;
  }
button.ctrl {
    padding: 4px 9px;
    font-size: 11.5px;
  }
.ctrl-volume {
    flex: 0 1 70px;
    min-width: 54px;
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
.timeline-node {
    width: 172px;
  }
.footer-disclaimer, .footer-nav, .friend-links {
    padding-left: 12px;
    padding-right: 12px;
  }}
@media (max-width: 420px) {.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.rec-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-card {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "num title"
      "sum sum"
      "dur dur";
  }
.episode-duration {
    text-align: right;
  }
.timeline-node {
    width: 158px;
  }}

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}
