*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #14110e;
  background-image:
    radial-gradient(120% 80% at 50% -10%, rgba(190, 200, 215, 0.16), rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, #191512 0%, #12100d 45%, #0e0c0a 100%);
  color: #cfc7bb;
  font-family: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Source Han Sans SC", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
body.lights-off {
  background-image:
    radial-gradient(120% 80% at 50% -10%, rgba(190, 200, 215, 0.05), rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, #0b0a09 0%, #080706 60%, #050505 100%);
}
body.theater-mode .page-main {
  max-width: 1400px;
}
img, video {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, dl, dd {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
:focus-visible {
  outline: 2px solid #c9703f;
  outline-offset: 2px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 10px clamp(12px, 3vw, 28px);
  border-bottom: 1px solid rgba(120, 130, 145, 0.22);
  background:
    linear-gradient(180deg, rgba(40, 33, 27, 0.94), rgba(24, 20, 17, 0.94));
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6), 0 12px 30px -22px rgba(0, 0, 0, 0.9);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(4px);
}
a[data-contract="site-name"] {
  color: #e6dccd;
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-shadow: 0 0 18px rgba(201, 112, 63, 0.35);
}
a[data-contract="site-name"]:hover {
  color: #f0a273;
}
.categories-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.runtime-category, a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #b9b2a6;
  text-decoration: none;
  border: 1px solid rgba(130, 140, 155, 0.3);
  border-radius: 2px;
  background: rgba(60, 70, 85, 0.16);
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
a.runtime-category:hover {
  color: #e8e2d8;
  border-color: rgba(201, 112, 63, 0.7);
  background: rgba(201, 112, 63, 0.16);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(12px, 2vw, 22px) clamp(12px, 2.4vw, 26px) 26px;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.4vw, 26px);
}
.banner-statement {
  display: grid;
  grid-template-columns: minmax(0, 232px) minmax(0, 1fr);
  gap: clamp(14px, 2.2vw, 26px);
  align-items: start;
  padding: clamp(12px, 1.8vw, 20px);
  background:
    linear-gradient(158deg, rgba(52, 42, 33, 0.92) 0%, rgba(30, 25, 21, 0.94) 52%, rgba(19, 17, 15, 0.96) 100%);
  border: 1px solid rgba(120, 130, 145, 0.2);
  border-radius: 3px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px -40px rgba(0, 0, 0, 0.95);
  position: relative;
}
.banner-statement::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 46% at 50% 0%, rgba(214, 224, 238, 0.12), rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}
.poster-column {
  position: relative;
  align-self: start;
}
.poster-column img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(150, 160, 175, 0.22);
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.95);
  filter: saturate(0.86) contrast(1.06);
}
.overview-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.movie-title {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-weight: 700;
  font-size: clamp(26px, 4.2vw, 42px);
  line-height: 1.08;
  letter-spacing: 0.05em;
  color: #efe7da;
  text-shadow: 0 0 26px rgba(201, 112, 63, 0.22);
}
.movie-tagline {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-size: clamp(14px, 1.8vw, 17px);
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: #c9703f;
  padding-left: 10px;
  border-left: 3px solid rgba(201, 112, 63, 0.6);
}
.movie-seo {
  font-size: 13px;
  line-height: 1.6;
  color: #a9a298;
  max-width: 62ch;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(120, 130, 145, 0.28);
  border-radius: 3px;
  background: #07090b;
  overflow: hidden;
  box-shadow: 0 20px 46px -30px rgba(0, 0, 0, 0.95);
}
.player-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #05070a;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px;
  background: linear-gradient(180deg, rgba(28, 24, 21, 0.96), rgba(16, 14, 12, 0.98));
  border-top: 1px solid rgba(120, 130, 145, 0.22);
}
.player-btn {
  flex: 1 1 auto;
  min-width: 56px;
  padding: 5px 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #bdb5a9;
  border: 1px solid rgba(130, 140, 155, 0.24);
  border-radius: 2px;
  background: rgba(70, 80, 94, 0.14);
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
.player-btn:hover {
  color: #f0e8dc;
  border-color: rgba(201, 112, 63, 0.65);
  background: rgba(201, 112, 63, 0.16);
}
.player-shell.is-playing .player-btn[data-player-action="play"], .player-shell.show-progress .player-btn[data-player-action="progress"], .player-shell.show-volume .player-btn[data-player-action="volume"], .player-shell.is-muted .player-btn[data-player-action="mute"], .player-shell.is-fast .player-btn[data-player-action="speed"], .player-shell.is-fullscreen .player-btn[data-player-action="fullscreen"] {
  color: #f4b183;
  border-color: rgba(201, 112, 63, 0.85);
  background: rgba(201, 112, 63, 0.22);
}
.player-shell.is-fullscreen, .player-shell.is-fullscreen video {
  max-height: 100vh;
}
.cast-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(120, 130, 145, 0.18);
}
.cast-heading, .synopsis-heading, .details-heading {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #c9703f;
}
.cast-roster {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.cast-member {
  display: flex;
  align-items: center;
  gap: 7px;
}
.cast-avatar {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 34% 28%, rgba(214, 224, 238, 0.35), rgba(0, 0, 0, 0) 58%),
    repeating-linear-gradient(135deg, #4a4038 0 3px, #3a322b 3px 6px);
  border: 1px solid rgba(150, 160, 175, 0.35);
  box-shadow:
    inset 0 0 0 2px rgba(20, 17, 14, 0.85),
    0 6px 14px -8px rgba(0, 0, 0, 0.9);
  filter: grayscale(0.35) contrast(1.05);
}
.cast-name {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #cbc3b7;
  white-space: nowrap;
}
.synopsis-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 10px;
  border-top: 1px solid rgba(120, 130, 145, 0.18);
}
.synopsis-paragraph {
  font-size: 13px;
  line-height: 1.7;
  color: #a9a298;
  text-align: justify;
}
.episode-status {
  padding-top: 4px;
}
.status-progress {
  display: inline-block;
  font-family: "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", monospace;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #e8c9a8;
  padding: 4px 10px;
  border: 1px dashed rgba(201, 112, 63, 0.55);
  border-radius: 2px;
  background: rgba(201, 112, 63, 0.1);
}
.details-block {
  padding-top: 10px;
  border-top: 1px solid rgba(120, 130, 145, 0.18);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 4px 18px;
}
.details-key {
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: #837c72;
  padding-top: 3px;
}
.details-value {
  font-size: 13px;
  line-height: 1.5;
  color: #cfc7bb;
  padding-bottom: 3px;
  border-bottom: 1px dotted rgba(130, 140, 155, 0.2);
  margin-bottom: 2px;
}
.timeline-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(12px, 1.8vw, 18px);
  background: linear-gradient(180deg, rgba(34, 30, 27, 0.9), rgba(22, 19, 17, 0.92));
  border: 1px solid rgba(120, 130, 145, 0.18);
  border-left: 3px solid rgba(201, 112, 63, 0.55);
  border-radius: 3px;
}
.timeline-heading, .episodes-heading, .comments-heading, .rec-heading {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-weight: 700;
  font-size: clamp(17px, 2.4vw, 22px);
  letter-spacing: 0.14em;
  color: #e4dbcd;
}
.timeline-track {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 1px solid rgba(130, 140, 155, 0.25);
  padding-left: 14px;
  margin-left: 4px;
}
.timeline-node {
  position: relative;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 7px 10px 7px 12px;
  background: rgba(58, 48, 40, 0.5);
  border: 1px solid rgba(130, 140, 155, 0.16);
  border-radius: 2px 6px 6px 2px;
  box-shadow: 0 10px 22px -18px rgba(0, 0, 0, 0.95);
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 9px;
  width: 11px;
  height: 11px;
  background: linear-gradient(135deg, #d9cdb8 0 50%, #b7a98f 50% 100%);
  transform: rotate(45deg);
  border: 1px solid rgba(60, 50, 40, 0.8);
  box-shadow: 0 0 0 2px rgba(20, 17, 14, 0.9);
}
.timeline-code {
  font-family: "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #d09a6c;
  white-space: nowrap;
  padding-top: 1px;
}
.timeline-label {
  font-size: 13px;
  line-height: 1.5;
  color: #bcb4a8;
}
.episodes-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.episode-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  gap: 10px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 12px;
  background: linear-gradient(170deg, rgba(40, 34, 29, 0.92), rgba(24, 21, 18, 0.94));
  border: 1px solid rgba(120, 130, 145, 0.18);
  border-top: 2px solid rgba(130, 140, 155, 0.3);
  border-radius: 2px;
  box-shadow: 0 14px 30px -26px rgba(0, 0, 0, 0.95);
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.episode-card:hover {
  border-top-color: rgba(201, 112, 63, 0.7);
  transform: translateY(-1px);
}
.episode-number {
  font-family: "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", monospace;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: #8b847a;
}
.episode-title {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e2d9cb;
  line-height: 1.2;
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.55;
  color: #9c958b;
}
.episode-duration {
  margin-top: 2px;
  align-self: flex-start;
  font-family: "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #b8afa2;
  padding: 2px 7px;
  border: 1px solid rgba(130, 140, 155, 0.28);
  border-radius: 2px;
  background: rgba(60, 70, 85, 0.16);
}
.episode-card-active {
  background: linear-gradient(170deg, rgba(86, 48, 28, 0.9), rgba(38, 24, 17, 0.95));
  border-color: rgba(201, 112, 63, 0.7);
  border-top-color: #c9703f;
  box-shadow:
    0 0 0 1px rgba(201, 112, 63, 0.35),
    0 18px 40px -28px rgba(201, 112, 63, 0.6);
}
.episode-card-active .episode-number {
  color: #e0a173;
}
.episode-card-active .episode-title {
  color: #f6ead9;
}
.episode-card-active .episode-summary {
  color: #c4b6a4;
}
.comments-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.comments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  align-items: start;
}
.comment-note {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 13px;
  background: linear-gradient(178deg, #efe6d4 0%, #e5dac4 100%);
  color: #2c251d;
  border-radius: 1px;
  box-shadow: 0 14px 26px -20px rgba(0, 0, 0, 0.95);
  transform: rotate(-0.7deg);
}
.comment-note:nth-child(2n) {
  transform: rotate(0.8deg);
}
.comment-note:nth-child(3n) {
  transform: rotate(-0.35deg);
}
.comment-nickname {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #a8542a;
}
.comment-text {
  font-size: 12.8px;
  line-height: 1.6;
  color: #3a3129;
  text-align: justify;
}
.rec-region {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rec-region[data-recommendation-region] {
  padding: clamp(10px, 1.6vw, 16px);
  background: linear-gradient(180deg, rgba(28, 25, 22, 0.88), rgba(18, 16, 14, 0.92));
  border: 1px solid rgba(120, 130, 145, 0.16);
  border-radius: 3px;
}
.rec-heading {
  font-size: 14.5px;
  letter-spacing: 0.12em;
  color: #c9703f;
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  align-items: start;
}
a.rec-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px;
  color: #c6beb2;
  text-decoration: none;
  background: rgba(44, 38, 33, 0.82);
  border: 1px solid rgba(120, 130, 145, 0.18);
  border-radius: 2px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
a.rec-item:hover {
  border-color: rgba(201, 112, 63, 0.6);
  transform: translateY(-1px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 1px;
  filter: saturate(0.82) contrast(1.05);
  background: #1a1714;
}
.rec-name {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #e1d8ca;
  line-height: 1.3;
}
.rec-blurb {
  font-size: 11.5px;
  line-height: 1.5;
  color: #918a80;
}
.site-footer {
  margin-top: 8px;
  padding: 14px clamp(12px, 3vw, 28px) 22px;
  border-top: 1px solid rgba(120, 130, 145, 0.2);
  background: linear-gradient(180deg, rgba(20, 17, 15, 0.9), rgba(10, 9, 8, 0.96));
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #b3aca0;
  text-decoration: none;
  border-bottom: 1px dotted rgba(130, 140, 155, 0.45);
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #e0a173;
  border-bottom-color: rgba(201, 112, 63, 0.7);
}
.footer-friends {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
}
.friends-label {
  font-size: 11.5px;
  letter-spacing: 0.14em;
  color: #7d766c;
}
a.runtime-friend-link {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #9aa3ae;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #d9b48c;
  text-decoration: underline;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.6;
  color: #6f6960;
  max-width: 78ch;
}
@media (max-width: 900px) {.banner-statement {
    grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
  }
.comments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 720px) {.banner-statement {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 220px;
  }
.timeline-node {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    padding-left: 10px;
  }
.timeline-code {
    white-space: normal;
  }
.episode-strip {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
.comments-grid {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 520px) {body {
    font-size: 14px;
  }
.site-header {
    padding: 8px 12px;
  }
a[data-contract="site-name"] {
    font-size: 17px;
  }
.page-main {
    padding: 12px 12px 20px;
    gap: 14px;
  }
.movie-title {
    font-size: 26px;
  }
.player-btn {
    min-width: 48px;
    font-size: 11px;
  }
.episode-strip {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-list {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  }
.details-list {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
.cast-avatar {
    width: 32px;
    height: 32px;
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }}

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}
