*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #0a1220;
  color: #e7e0d4;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.62;
  letter-spacing: 0.01em;
  background-image:
    radial-gradient(1100px 520px at 12% -6%, rgba(255, 143, 58, 0.16), rgba(255, 143, 58, 0) 62%),
    radial-gradient(900px 460px at 96% 4%, rgba(255, 122, 40, 0.09), rgba(255, 122, 40, 0) 60%),
    linear-gradient(180deg, #0a1220 0%, #0b1424 46%, #080e19 100%);
  background-attachment: fixed;
}
h1, h2, h3, p, ul, ol, dl, dd, figure, figcaption {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(9, 16, 28, 0.92);
  border-bottom: 1px solid rgba(255, 148, 62, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-family: "STXingkai", "Kaiti SC", "PingFang SC", "Microsoft YaHei", cursive, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffb066;
  text-decoration: none;
  text-shadow: 0 0 16px rgba(255, 140, 50, 0.45);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #ffd09a;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid rgba(255, 148, 62, 0.28);
  border-radius: 3px;
  font-size: 12.5px;
  font-weight: 300;
  color: #d9cbb6;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255, 148, 62, 0.05);
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
a.runtime-category:hover {
  color: #ffe0bd;
  border-color: rgba(255, 148, 62, 0.6);
  background: rgba(255, 148, 62, 0.14);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.block-heading {
  font-family: "STXingkai", "Kaiti SC", "PingFang SC", "Microsoft YaHei", cursive, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffb066;
  text-align: left;
  padding-left: 9px;
  border-left: 3px solid #ff8f3a;
  line-height: 1.2;
}
.hero-shell {
  position: relative;
}
.hero-glow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
  gap: 18px 22px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 148, 62, 0.18);
  border-radius: 4px;
  background:
    radial-gradient(520px 300px at 88% 0%, rgba(255, 138, 44, 0.15), rgba(255, 138, 44, 0) 70%),
    linear-gradient(160deg, #101c30 0%, #0b1526 58%, #0a1220 100%);
  overflow: hidden;
}
.hero-glow::before {
  content: "";
  position: absolute;
  inset: auto -10% -55% 42%;
  height: 320px;
  background: radial-gradient(closest-side, rgba(255, 132, 40, 0.2), rgba(255, 132, 40, 0) 72%);
  pointer-events: none;
}
.poster-frame {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}
.poster-media {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(255, 148, 62, 0.3);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
}
.poster-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(255, 150, 60, 0.14) 0%, rgba(9, 16, 28, 0) 42%, rgba(9, 16, 28, 0.5) 100%);
  pointer-events: none;
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}
.poster-caption {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.45;
  color: #8b93a3;
  letter-spacing: 0.04em;
}
.hero-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
  text-align: left;
}
.movie-title {
  font-family: "STXingkai", "Kaiti SC", "PingFang SC", "Microsoft YaHei", cursive, sans-serif;
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0.04em;
  color: #fff0dc;
  text-shadow: 0 2px 22px rgba(255, 122, 30, 0.4), 0 0 2px rgba(0, 0, 0, 0.6);
}
.movie-tagline {
  font-size: 14px;
  font-weight: 400;
  color: #ffb066;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.movie-seo {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.72;
  color: #9aa3b2;
  max-width: 62ch;
}
.movie-lead {
  margin-top: 2px;
}
.player-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 148, 62, 0.24);
  border-radius: 4px;
  overflow: hidden;
  background: #05090f;
}
.main-player {
  display: block;
  width: 100%;
  background: #05090f;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 6px;
  padding: 6px 8px;
  background: linear-gradient(180deg, rgba(18, 28, 44, 0.95), rgba(10, 17, 29, 0.98));
  border-top: 1px solid rgba(255, 148, 62, 0.16);
}
.player-btn {
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 300;
  color: #cfc4b1;
  border: 1px solid rgba(255, 148, 62, 0.24);
  border-radius: 3px;
  background: rgba(255, 148, 62, 0.06);
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.player-btn:hover {
  color: #ffe0bd;
  border-color: rgba(255, 148, 62, 0.55);
  background: rgba(255, 148, 62, 0.15);
}
.player-btn.play, .player-btn.is-playing {
  color: #0a1220;
  background: #ff9a45;
  border-color: #ff9a45;
}
.player-btn.pause {
  color: #0a1220;
  background: #ffc07a;
  border-color: #ffc07a;
}
.player-btn.mute, .player-btn.is-muted, .player-btn.is-active {
  color: #ffd09a;
  border-color: rgba(255, 148, 62, 0.7);
  background: rgba(255, 148, 62, 0.2);
}
.player-progress {
  flex: 1 1 160px;
  min-width: 120px;
  height: 4px;
  margin: 0 2px;
  accent-color: #ff8f3a;
  background: transparent;
  cursor: pointer;
}
.player-volume {
  flex: 0 0 84px;
  width: 84px;
  height: 4px;
  accent-color: #ff8f3a;
  cursor: pointer;
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px rgba(255, 148, 62, 0.5), 0 18px 46px rgba(0, 0, 0, 0.7);
}
.player-shell.lights-off {
  background: #000;
}
.player-shell.lights-off .main-player {
  filter: brightness(0.42);
}
.overview-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 14px;
  align-items: start;
  margin-top: 4px;
}
.detail-card, .synopsis-card {
  min-width: 0;
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(255, 148, 62, 0.26);
  background: rgba(255, 148, 62, 0.035);
  border-radius: 3px;
}
.detail-card .block-heading, .synopsis-card .block-heading {
  margin-bottom: 8px;
}
.detail-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.detail-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(255, 148, 62, 0.14);
}
.detail-row:last-child {
  border-bottom: 0;
}
.detail-key {
  font-size: 12.5px;
  color: #7f8798;
  font-weight: 300;
}
.detail-value {
  font-size: 13px;
  color: #e2d9c9;
  font-weight: 400;
  line-height: 1.5;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.synopsis-line {
  font-size: 13px;
  line-height: 1.78;
  color: #a9b0bd;
  font-weight: 300;
}
.episode-status {
  margin-top: 2px;
}
.status-line {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12.5px;
  color: #ffc78f;
  border: 1px solid rgba(255, 148, 62, 0.34);
  border-radius: 3px;
  background: rgba(255, 148, 62, 0.08);
  letter-spacing: 0.04em;
}
.cast-strip {
  margin-top: 2px;
}
.cast-strip .block-heading {
  margin-bottom: 8px;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cast-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px 4px 4px;
  border: 1px solid rgba(255, 148, 62, 0.16);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.025);
}
.cast-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  font-size: 12.5px;
  font-weight: 500;
  color: #1a1207;
  background: linear-gradient(150deg, #ffc07a, #ff8f3a);
  box-shadow: 0 0 10px rgba(255, 138, 44, 0.35);
}
.cast-name {
  font-size: 12.5px;
  color: #ddd3c2;
  font-weight: 300;
  white-space: nowrap;
}
.timeline-shell {
  padding: 14px 18px 16px;
  border: 1px solid rgba(255, 148, 62, 0.16);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255, 148, 62, 0.04), rgba(255, 148, 62, 0));
}
.timeline-shell .block-heading {
  margin-bottom: 14px;
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 22px;
  padding-left: 4px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 9px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 148, 62, 0.75), rgba(255, 148, 62, 0.18) 55%, rgba(120, 150, 200, 0.25));
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 24px;
  min-width: 0;
}
.node-dot {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #ffe3c2, #ffb066 42%, #e0761f 100%);
  box-shadow: 0 0 0 3px rgba(10, 18, 32, 0.95), 0 0 14px rgba(255, 138, 44, 0.55);
}
.node-time {
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #ff9a45;
  font-weight: 400;
  white-space: nowrap;
}
.node-label {
  font-size: 12.5px;
  line-height: 1.7;
  color: #a2aab8;
  font-weight: 300;
}
.episodes-shell {
  padding: 14px 18px 16px;
  border: 1px solid rgba(255, 148, 62, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.018);
}
.episodes-shell .block-heading {
  margin-bottom: 12px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.episode-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "num dur"
    "title title"
    "summary summary";
  gap: 2px 8px;
  padding: 9px 11px 10px;
  border: 1px solid rgba(255, 148, 62, 0.14);
  border-left: 2px solid rgba(255, 148, 62, 0.42);
  border-radius: 3px;
  background: linear-gradient(160deg, rgba(255, 148, 62, 0.055), rgba(255, 148, 62, 0.012));
  min-width: 0;
}
.episode-number {
  grid-area: num;
  align-self: start;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #ffb066;
}
.episode-duration {
  grid-area: dur;
  align-self: start;
  justify-self: end;
  font-size: 11.5px;
  color: #7b8394;
  font-weight: 300;
  white-space: nowrap;
}
.episode-title {
  grid-area: title;
  font-family: "STXingkai", "Kaiti SC", "PingFang SC", "Microsoft YaHei", cursive, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.4;
  color: #f0e6d6;
  letter-spacing: 0.02em;
}
.episode-summary {
  grid-area: summary;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 3px;
  font-size: 12.5px;
  line-height: 1.62;
  color: #98a0af;
  font-weight: 300;
}
.comments-shell {
  padding: 14px 18px 16px;
  border: 1px solid rgba(255, 148, 62, 0.16);
  border-radius: 4px;
  background:
    radial-gradient(560px 240px at 8% 0%, rgba(255, 138, 44, 0.07), rgba(255, 138, 44, 0) 70%),
    rgba(255, 255, 255, 0.015);
}
.comments-shell .block-heading {
  margin-bottom: 12px;
}
.comment-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 10px;
  align-items: start;
}
.comment-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 11px 9px;
  border: 1px solid rgba(255, 148, 62, 0.13);
  border-radius: 3px;
  background: rgba(12, 20, 34, 0.72);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  min-width: 0;
}
.comment-item:nth-child(3n + 2) {
  transform: translateY(7px) rotate(-0.35deg);
}
.comment-item:nth-child(3n) {
  transform: translateY(-5px) rotate(0.3deg);
}
.comment-nick {
  font-size: 11.5px;
  color: #767e8e;
  font-weight: 300;
  letter-spacing: 0.03em;
}
.comment-text {
  font-size: 13px;
  line-height: 1.66;
  color: #c9c2b5;
  font-weight: 300;
}
.rec-region {
  padding: 12px 18px 14px;
  border: 1px solid rgba(255, 148, 62, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.014);
}
.rec-region .block-heading {
  margin-bottom: 10px;
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.rec-row {
  min-width: 0;
}
a.rec-link {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  grid-template-areas:
    "thumb name"
    "thumb blurb";
  gap: 2px 10px;
  align-items: start;
  padding: 7px;
  border: 1px solid rgba(255, 148, 62, 0.14);
  border-radius: 3px;
  background: rgba(12, 20, 34, 0.62);
  color: #ddd3c2;
  text-decoration: none;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}
a.rec-link:hover {
  border-color: rgba(255, 148, 62, 0.5);
  background: rgba(255, 148, 62, 0.09);
  transform: translateY(-1px);
}
[data-runtime="recommendation"] img, .rec-thumb {
  grid-area: thumb;
  width: 100%;
  max-width: 100%;
  height: 64px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(255, 148, 62, 0.2);
  background: #0d1626;
  filter: saturate(0.9);
}
.rec-name {
  grid-area: name;
  font-size: 13px;
  font-weight: 500;
  color: #f0e6d6;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.rec-blurb {
  grid-area: blurb;
  font-size: 11.5px;
  line-height: 1.55;
  color: #8d95a4;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 34px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 148, 62, 0.18);
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: #6f7787;
  font-weight: 300;
  max-width: 92ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  color: #ffb066;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 148, 62, 0.3);
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #ffe0bd;
  border-bottom-color: rgba(255, 148, 62, 0.75);
}
.friend-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 12px;
}
.friend-label {
  font-size: 11.5px;
  color: #6f7787;
  letter-spacing: 0.06em;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: #9aa3b2;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #ffc78f;
  text-decoration: underline;
}
@media (max-width: 1024px) {.hero-glow {
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    gap: 16px 18px;
  }
.overview-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
.timeline-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-item:nth-child(3n + 2), .comment-item:nth-child(3n) {
    transform: none;
  }
.comment-item:nth-child(2n) {
    transform: translateY(6px) rotate(-0.3deg);
  }
.rec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 760px) {body {
    font-size: 14.5px;
  }
.page-main {
    padding: 12px 14px 24px;
    gap: 13px;
  }
.header-inner {
    padding: 7px 14px;
    gap: 8px;
  }
.hero-glow {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px;
    gap: 14px;
  }
.poster-frame {
    max-width: 240px;
  }
.movie-seo {
    max-width: none;
  }
.player-volume {
    flex: 0 0 70px;
    width: 70px;
  }
.overview-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-shell, .episodes-shell, .comments-shell, .rec-region {
    padding: 12px 14px 14px;
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-list {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-item:nth-child(2n) {
    transform: none;
  }
.rec-list {
    grid-template-columns: minmax(0, 1fr);
  }
.site-footer {
    padding: 14px 14px 28px;
  }}
@media (max-width: 420px) {.poster-frame {
    max-width: 100%;
  }
.player-btn {
    padding: 3px 7px;
    font-size: 11.5px;
  }
a.rec-link {
    grid-template-columns: 82px minmax(0, 1fr);
  }
.detail-row {
    grid-template-columns: 60px 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}
