*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #0b0805;
  background-image:
    radial-gradient(ellipse 90% 40% at 50% -8%, rgba(214, 138, 40, 0.16), transparent 70%),
    radial-gradient(ellipse 120% 55% at 50% 0%, rgba(120, 70, 18, 0.22), transparent 72%),
    linear-gradient(180deg, #17100a 0%, #0b0805 45%, #070503 100%);
  background-repeat: no-repeat;
  color: #cbb99f;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  min-height: 100%;
}
img, video {
  max-width: 100%;
  display: block;
}
a {
  color: #c99a4e;
  text-decoration: none;
}
a:hover {
  color: #e8bd77;
  text-decoration: underline;
}
button, input, select {
  font: inherit;
  color: inherit;
}
h1, h2, h3, p, ul, ol, dl, dd {
  margin: 0;
}
ul, ol {
  padding: 0;
  list-style: none;
}
::selection {
  background: rgba(214, 138, 40, 0.35);
  color: #f4e6cf;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
  padding: 10px 22px;
  background: linear-gradient(180deg, rgba(12, 8, 5, 0.97), rgba(12, 8, 5, 0.86));
  border-bottom: 1px solid rgba(180, 124, 46, 0.28);
  backdrop-filter: blur(6px);
}
.site-branding {
  display: flex;
  align-items: center;
}
a[data-contract="site-name"].site-name {
  font-family: Georgia, "Songti SC", "SimSun", serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #e3b268;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9), 0 0 18px rgba(214, 138, 40, 0.25);
  border-left: 3px solid #b5762a;
  padding-left: 10px;
  line-height: 1.15;
}
a[data-contract="site-name"].site-name:hover {
  color: #f3ce8d;
  text-decoration: none;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  padding: 3px 10px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #c9a97a;
  text-decoration: none;
  border: 1px solid rgba(180, 124, 46, 0.34);
  border-radius: 2px;
  background: rgba(40, 26, 14, 0.5);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
a.runtime-category:hover {
  color: #f0cd94;
  border-color: rgba(214, 138, 40, 0.75);
  background: rgba(80, 50, 20, 0.55);
  text-decoration: none;
}
.page-main {
  display: block;
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 22px 6px;
}
.section-heading {
  font-family: Georgia, "Songti SC", "SimSun", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #dfae62;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(180, 124, 46, 0.32);
  position: relative;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 2px;
  background: #d68a28;
}
.movie-overview {
  padding: 26px 0 30px;
}
.overview-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 26px 34px;
  align-items: start;
  padding: 30px 30px 34px;
  background:
    radial-gradient(ellipse 70% 90% at 82% 12%, rgba(214, 138, 40, 0.13), transparent 68%),
    radial-gradient(ellipse 90% 80% at 8% 100%, rgba(90, 45, 10, 0.35), transparent 70%),
    linear-gradient(160deg, #1a1109 0%, #100a06 55%, #080503 100%);
  border: 1px solid rgba(160, 108, 40, 0.3);
  border-radius: 2px;
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.85), 0 20px 50px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.overview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.35) 100%);
  mix-blend-mode: multiply;
}
.poster-column {
  position: relative;
  z-index: 1;
  align-self: start;
}
.poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  border: 1px solid rgba(190, 130, 50, 0.45);
  background: #120c07;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.poster-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.85);
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.12) saturate(0.82) brightness(0.92);
}
.overview-info {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.movie-title {
  font-family: Georgia, "Songti SC", "SimSun", serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: #f0dcbb;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.85), 0 0 34px rgba(214, 138, 40, 0.22);
}
.movie-tagline {
  font-family: Georgia, "Songti SC", "SimSun", serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #c08a3c;
  border-left: 2px solid #b5762a;
  padding-left: 11px;
  margin-top: -8px;
}
.player-shell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  background: #080503;
  border: 1px solid rgba(160, 108, 40, 0.35);
  padding: 8px;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}
.player-video {
  width: 100%;
  display: block;
  background: #000;
  border: 1px solid rgba(120, 80, 30, 0.4);
  border-radius: 1px;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
}
.control-btn {
  flex: 0 0 auto;
  padding: 5px 11px;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: #d3b285;
  background: linear-gradient(180deg, #241809, #150d06);
  border: 1px solid rgba(170, 116, 42, 0.45);
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.control-btn:hover {
  color: #f2d29b;
  border-color: rgba(214, 138, 40, 0.8);
  background: linear-gradient(180deg, #33200c, #1c1108);
}
.control-btn.is-active, .control-btn.play, .control-btn.pause {
  color: #f5d9a3;
  border-color: #d68a28;
  box-shadow: 0 0 0 1px rgba(214, 138, 40, 0.25), 0 0 14px rgba(214, 138, 40, 0.2);
}
.control-range {
  flex: 1 1 120px;
  min-width: 100px;
  height: 4px;
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, #b5762a, #4a2d10);
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e3b268;
  border: 1px solid #6d451a;
  box-shadow: 0 0 8px rgba(214, 138, 40, 0.6);
}
.control-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid #6d451a;
  border-radius: 50%;
  background: #e3b268;
}
.control-select {
  flex: 0 0 auto;
  padding: 4px 8px;
  font-size: 12.5px;
  color: #d3b285;
  background: linear-gradient(180deg, #241809, #150d06);
  border: 1px solid rgba(170, 116, 42, 0.45);
  border-radius: 2px;
  cursor: pointer;
}
.lights-off {
  background-image: none;
  background-color: #030201;
}
.lights-off .page-main {
  filter: brightness(0.45) contrast(1.05);
}
.lights-off .player-shell, .lights-off .player-shell * {
  filter: none;
}
.theater-mode .player-shell {
  position: fixed;
  inset: 0;
  z-index: 200;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 12px;
  justify-content: center;
  background: #000;
  border: none;
  border-radius: 0;
}
.theater-mode .player-video {
  flex: 0 0 auto;
  width: 100%;
  max-height: calc(100vh - 90px);
  object-fit: contain;
}
.theater-mode .player-controls {
  justify-content: center;
}
.player-shell.is-playing .control-btn[data-player-action="play"] {
  color: #f5d9a3;
  border-color: #d68a28;
}
.player-shell.is-playing .player-video {
  box-shadow: 0 0 0 1px rgba(214, 138, 40, 0.5), 0 0 30px rgba(214, 138, 40, 0.18);
}
.control-btn.mute.is-active, .control-btn.pip.is-active, .control-btn.fullscreen.is-active, .control-btn.theater.is-active, .control-btn.light.is-active {
  color: #f5d9a3;
  border-color: #d68a28;
  background: linear-gradient(180deg, #3a240d, #1e1207);
}
.episode-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 4px 0;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.status-current {
  color: #e3b268;
  font-weight: 700;
  padding: 2px 9px;
  border: 1px solid rgba(214, 138, 40, 0.6);
  border-radius: 2px;
  background: rgba(70, 42, 14, 0.5);
}
.status-total {
  color: #9c886c;
  padding-left: 10px;
  border-left: 1px solid rgba(160, 108, 40, 0.35);
}
.movie-details {
  padding: 12px 14px;
  background: rgba(30, 19, 10, 0.55);
  border: 1px solid rgba(150, 100, 36, 0.26);
  border-radius: 2px;
}
.detail-list {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 5px 16px;
  font-size: 13.5px;
}
.detail-list dt {
  color: #9a7f57;
  letter-spacing: 0.12em;
  border-right: 1px solid rgba(160, 108, 40, 0.22);
  padding-right: 12px;
  white-space: nowrap;
}
.detail-list dd {
  color: #d8c7a9;
  margin: 0;
}
.movie-synopsis {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.synopsis-paragraph {
  font-size: 14px;
  line-height: 1.75;
  color: #b9a68a;
  text-align: justify;
  padding-left: 12px;
  border-left: 1px solid rgba(160, 108, 40, 0.22);
}
.movie-cast {
  display: flex;
  flex-direction: column;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px 14px;
}
.cast-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.cast-avatar {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: Georgia, "Songti SC", serif;
  font-size: 16px;
  color: #f0d8ab;
  background: radial-gradient(circle at 32% 28%, #5a3a15, #1c1108 78%);
  border: 1px solid rgba(214, 138, 40, 0.55);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.7), 0 0 10px rgba(214, 138, 40, 0.12);
}
.cast-name {
  font-size: 13px;
  color: #c3b191;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}
.timeline-section {
  padding: 26px 0 30px;
  border-top: 1px solid rgba(150, 100, 36, 0.22);
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px 12px;
  counter-reset: none;
}
.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 12px 11px 14px;
  background: linear-gradient(160deg, rgba(38, 24, 12, 0.72), rgba(16, 10, 6, 0.72));
  border: 1px solid rgba(150, 100, 36, 0.24);
  border-left: 2px solid #b5762a;
  border-radius: 1px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.timeline-item:hover {
  border-color: rgba(214, 138, 40, 0.6);
  border-left-color: #e3b268;
  background: linear-gradient(160deg, rgba(52, 33, 15, 0.8), rgba(22, 14, 8, 0.8));
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d68a28;
  box-shadow: 0 0 8px rgba(214, 138, 40, 0.8);
}
.timeline-time {
  font-family: Georgia, "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #e3b268;
}
.timeline-label {
  font-size: 13px;
  line-height: 1.5;
  color: #b9a68a;
}
.episodes-section {
  padding: 26px 0 30px;
  border-top: 1px solid rgba(150, 100, 36, 0.22);
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 14px 16px 15px;
  background: linear-gradient(158deg, rgba(36, 23, 12, 0.8), rgba(12, 8, 5, 0.85));
  border: 1px solid rgba(150, 100, 36, 0.28);
  border-top: 2px solid #b5762a;
  border-radius: 1px;
}
.episode-number {
  align-self: flex-start;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #f0d8ab;
  padding: 2px 9px;
  background: rgba(90, 56, 18, 0.55);
  border: 1px solid rgba(214, 138, 40, 0.45);
  border-radius: 2px;
}
.episode-title {
  font-family: Georgia, "Songti SC", "SimSun", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #eddab6;
}
.episode-summary {
  font-size: 13.5px;
  line-height: 1.7;
  color: #b09d80;
  text-align: justify;
}
.episode-duration {
  align-self: flex-start;
  margin-top: 2px;
  padding-top: 7px;
  border-top: 1px solid rgba(150, 100, 36, 0.22);
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #9c886c;
}
.comments-section {
  padding: 26px 0 30px;
  border-top: 1px solid rgba(150, 100, 36, 0.22);
}
.comments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 14px 12px;
  background: rgba(28, 18, 10, 0.62);
  border: 1px solid rgba(150, 100, 36, 0.22);
  border-left: 2px solid rgba(214, 138, 40, 0.5);
  border-radius: 1px;
}
.comments-grid .comment-card:nth-child(even) {
  transform: translateY(16px);
  background: rgba(38, 24, 12, 0.7);
  border-left-color: rgba(160, 108, 40, 0.35);
  border-left-width: 1px;
  border-right: 2px solid rgba(214, 138, 40, 0.4);
}
.comment-nickname {
  font-family: Georgia, "Songti SC", "SimSun", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #dda94f;
}
.comment-nickname::before {
  content: "— ";
  color: rgba(214, 138, 40, 0.6);
}
.comment-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: #b09d80;
}
.recommendations-region {
  padding: 26px 0 30px;
  border-top: 1px solid rgba(150, 100, 36, 0.22);
}
.recommendations-region:first-of-type {
  margin-top: 14px;
}
.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  align-items: start;
}
.recommendation-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 9px 9px 12px;
  background: linear-gradient(165deg, rgba(34, 22, 11, 0.82), rgba(10, 7, 4, 0.9));
  border: 1px solid rgba(150, 100, 36, 0.26);
  border-radius: 1px;
  color: #cbb99f;
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
a.recommendation-card:hover {
  color: #e8d6b6;
  text-decoration: none;
  border-color: rgba(214, 138, 40, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.6);
}
[data-runtime="recommendation"] img.recommendation-poster {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #100a05;
  border: 1px solid rgba(160, 108, 40, 0.35);
  filter: contrast(1.08) saturate(0.85) brightness(0.94);
}
.recommendation-name {
  font-family: Georgia, "Songti SC", "SimSun", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #eddab6;
  line-height: 1.3;
}
.recommendation-blurb {
  font-size: 12.5px;
  line-height: 1.55;
  color: #9c886c;
}
.site-footer {
  margin-top: 20px;
  padding: 20px 22px 26px;
  background: linear-gradient(180deg, rgba(10, 7, 4, 0.4), rgba(6, 4, 2, 0.95));
  border-top: 1px solid rgba(150, 100, 36, 0.3);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-disclaimer {
  max-width: 900px;
  font-size: 12.5px;
  line-height: 1.7;
  color: #857258;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
a[data-contract="footer-home"].footer-link, a[data-contract="footer-sitemap"].footer-link {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #c99a4e;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(201, 154, 78, 0.35);
}
a[data-contract="footer-home"].footer-link:hover, a[data-contract="footer-sitemap"].footer-link:hover {
  color: #f0cd94;
  border-bottom-color: #d68a28;
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(150, 100, 36, 0.18);
}
.friend-links-label {
  font-family: Georgia, "Songti SC", "SimSun", serif;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: #b5762a;
  padding-right: 10px;
  border-right: 1px solid rgba(160, 108, 40, 0.3);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 12.5px;
  color: #9c886c;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
a.runtime-friend-link:hover {
  color: #dda94f;
  text-decoration: underline;
}
@media (max-width: 1080px) {.overview-hero {
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
    gap: 22px 26px;
    padding: 24px 22px 28px;
  }}
@media (max-width: 860px) {.overview-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
.poster-column {
    max-width: 300px;
  }
.comments-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-grid .comment-card:nth-child(even) {
    transform: none;
  }
.theater-mode .player-video {
    max-height: calc(100vh - 140px);
  }}
@media (max-width: 620px) {.site-header {
    padding: 9px 14px;
    gap: 8px 14px;
  }
.page-main {
    padding: 0 14px 4px;
  }
a[data-contract="site-name"].site-name {
    font-size: 18px;
  }
.movie-overview {
    padding: 18px 0 22px;
  }
.overview-hero {
    padding: 18px 14px 22px;
  }
.poster-column {
    max-width: 240px;
  }
.movie-title {
    font-size: 30px;
  }
.movie-tagline {
    letter-spacing: 0.2em;
    font-size: 13px;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px 0;
  }
.detail-list dt {
    border-right: none;
    padding-right: 0;
    margin-top: 5px;
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px 10px;
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
.episode-list {
    grid-template-columns: minmax(0, 1fr);
  }
.recommendation-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
  }
.recommendation-name {
    font-size: 14px;
  }
.site-footer {
    padding: 16px 14px 22px;
  }
.theater-mode .player-shell {
    padding: 8px;
  }
.theater-mode .player-video {
    max-height: calc(100vh - 160px);
  }}
@media (max-width: 420px) {.control-btn, .control-select {
    padding: 4px 8px;
    font-size: 12px;
  }
.control-range {
    flex-basis: 100%;
  }
.recommendation-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 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}
