*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #c3ccd6;
  background-color: #0f1419;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(90, 108, 124, 0.18), transparent 70%),
    linear-gradient(180deg, #131a21 0%, #0f1419 40%, #0c1015 100%);
  background-attachment: fixed;
  font-size: 15px;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: #8fa3b5;
  text-decoration: none;
}
button, input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.25;
  color: #d6dee6;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(15, 20, 25, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #1d262e;
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  min-height: 46px;
}
a[data-contract="site-name"] {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #d8c3a0;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
a[data-contract="site-name"]:hover {
  color: #e6d2ae;
}
.categories-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 0 18px 10px;
  border-top: 1px solid #171f27;
  padding-top: 8px;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: #8ea0b0;
  text-decoration: none;
  padding: 3px 9px;
  border: 1px solid #263139;
  background: #141b22;
  border-radius: 2px;
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}
a.runtime-category:hover {
  color: #e3cfa9;
  border-color: #5c4a30;
  background: #1a2129;
}
.page-main {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 16px 26px;
}
.movie-overview {
  background: linear-gradient(175deg, #151d25 0%, #111820 60%, #0e141a 100%);
  border: 1px solid #1e2831;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 18px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  position: relative;
  overflow: hidden;
}
.movie-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.012) 0 2px,
    transparent 2px 6px
  );
  pointer-events: none;
}
.overview-grid {
  display: grid;
  grid-template-columns: minmax(190px, 232px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.overview-media {
  position: relative;
}
.poster-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #2a343d;
  background: #0b0f13;
  border-radius: 2px;
}
.poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: grayscale(0.28) contrast(1.06) brightness(0.92) sepia(0.08);
  display: block;
}
.poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(180, 120, 60, 0.12) 0%, transparent 45%, rgba(10, 14, 18, 0.55) 100%);
  pointer-events: none;
  mix-blend-mode: multiply;
}
.poster-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #e6cfa2;
  background: rgba(24, 18, 12, 0.82);
  border: 1px solid rgba(150, 110, 60, 0.55);
  padding: 2px 7px;
  border-radius: 2px;
  backdrop-filter: blur(2px);
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.overview-head {
  border-bottom: 1px solid #1f292 f;
  border-bottom: 1px solid #1f2932;
  padding-bottom: 10px;
}
.movie-title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #dfe7ee;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 22px rgba(120, 90, 50, 0.18);
  line-height: 1.2;
}
.movie-tagline {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #b98a52;
  text-transform: none;
}
.movie-tagline::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #7a5a33;
  vertical-align: middle;
  margin-right: 8px;
}
.player-shell {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  background: #090c0f;
  border: 1px solid #232d36;
  border-radius: 3px;
  padding: 8px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.player-shell video {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #000;
  border-radius: 2px;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
.player-btn {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #a9b8c5;
  background: #161e26;
  border: 1px solid #26313b;
  padding: 4px 10px;
  border-radius: 2px;
  transition: color 0.16s, border-color 0.16s, background 0.16s;
  white-space: nowrap;
}
.player-btn:hover {
  color: #e0cda6;
  border-color: #5a472c;
  background: #1c242d;
}
.player-btn:active {
  background: #10161c;
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: #242e37;
  border-radius: 2px;
  outline: none;
  min-width: 0;
}
.player-range[data-player-action="progress"] {
  flex: 1 1 140px;
}
.player-range[data-player-action="volume"] {
  flex: 0 1 90px;
  width: 90px;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #b9884f;
  border: 1px solid #2a1f12;
  cursor: pointer;
}
.player-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #b9884f;
  border: 1px solid #2a1f12;
  cursor: pointer;
}
.player-caption {
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #7f8d99;
}
.player-caption::before {
  content: "▸ ";
  color: #b9884f;
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px #6b5636, 0 0 34px rgba(150, 105, 50, 0.22);
}
.player-shell.is-lights-off {
  background: #000;
}
.player-shell.is-lights-off .player-controls, .player-shell.is-lights-off .player-caption {
  opacity: 0.35;
}
.player-shell.is-fullscreen {
  padding: 0;
  border: none;
}
.player-shell.is-fullscreen video {
  height: 100%;
}
.cast {
  border-top: 1px solid #1f2932;
  padding-top: 12px;
}
.cast-heading {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #8b9aa7;
  font-weight: 600;
  margin-bottom: 9px;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: flex-start;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 76px;
  flex: 0 0 auto;
}
.cast-avatar {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 1px solid #2b3742;
  border-radius: 2px;
  filter: grayscale(0.5) contrast(1.05) brightness(0.9) sepia(0.1);
  background: #0d1216;
}
.cast-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #c8d3dd;
  letter-spacing: 0.03em;
  line-height: 1.25;
}
.cast-role {
  font-size: 11px;
  line-height: 1.3;
  color: #7c8b98;
  letter-spacing: 0.02em;
}
.cast-role::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #3c4b58;
  margin-bottom: 3px;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  border-top: 1px solid #1f2932;
  padding-top: 10px;
}
.status-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #7f8d99;
}
.status-current {
  font-size: 17px;
  font-weight: 700;
  color: #e0a868;
  letter-spacing: 0.04em;
}
.status-total {
  font-size: 12px;
  color: #77848f;
  letter-spacing: 0.05em;
}
.status-total::before {
  content: "/ ";
  color: #46535e;
}
.synopsis {
  border-top: 1px solid #1f2932;
  padding-top: 12px;
}
.synopsis-heading {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #8b9aa7;
  font-weight: 600;
  margin-bottom: 9px;
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.72;
  color: #a4b1bd;
  margin-bottom: 8px;
  text-align: justify;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.synopsis-para:first-of-type::first-letter {
  font-size: 1.05em;
  color: #c9a367;
}
.details {
  border-top: 1px solid #1f2932;
  padding-top: 12px;
}
.details-heading {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #8b9aa7;
  font-weight: 600;
  margin-bottom: 9px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 4px 18px;
  align-items: start;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dashed #1c252d;
  min-width: 0;
}
.details-key {
  flex: 0 0 auto;
  font-size: 12px;
  color: #6f7d89;
  letter-spacing: 0.08em;
}
.details-val {
  flex: 1 1 auto;
  font-size: 12.5px;
  color: #c2ccd6;
  text-align: right;
  letter-spacing: 0.02em;
  min-width: 0;
}
.section-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #cfd9e2;
  margin-bottom: 11px;
  padding-left: 10px;
  border-left: 3px solid #8a6234;
  line-height: 1.3;
}
.timeline-section {
  margin-bottom: 18px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #131a21 0%, #10161c 100%);
  border: 1px solid #1d262e;
  border-radius: 3px;
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 0;
  padding-left: 18px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 5px;
  width: 2px;
  background: linear-gradient(180deg, #3a4a58 0%, #6b4f2c 55%, #8a6234 100%);
  opacity: 0.7;
}
.timeline-node {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 4px;
  min-height: 56px;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f1419;
  border: 2px solid #6b4f2c;
  z-index: 1;
}
.timeline-node:last-child::before {
  background: #c9964f;
  border-color: #e0a868;
  box-shadow: 0 0 8px rgba(224, 168, 104, 0.5);
}
.timeline-figure {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border: 1px solid #2b3742;
  border-radius: 2px;
  background: #0b0f13;
}
.timeline-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.55) contrast(1.08) brightness(0.85) sepia(0.12);
}
.timeline-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.timeline-time {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #a97f48;
  font-weight: 600;
}
.timeline-label {
  font-size: 12.5px;
  color: #b6c2cd;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
.episodes-section {
  margin-bottom: 18px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #131a21 0%, #10161c 100%);
  border: 1px solid #1d262e;
  border-radius: 3px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8px;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 128px;
  overflow: hidden;
  padding: 8px 10px;
  background: #121920;
  border: 1px solid #1f2932;
  border-radius: 2px;
  position: relative;
  transition: border-color 0.16s, background 0.16s;
}
.episode-card:hover {
  border-color: #4a3a24;
  background: #161e26;
}
.episode-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #2a343d;
}
.episode-card:hover::before {
  background: #8a6234;
}
.episode-num {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #a97f48;
  font-weight: 600;
}
.episode-title {
  font-size: 14px;
  font-weight: 700;
  color: #d3dce4;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.5;
  color: #8695a2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 0;
}
.episode-duration {
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: #5f6c78;
  align-self: flex-start;
}
.comments-section {
  margin-bottom: 18px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #131a21 0%, #10161c 100%);
  border: 1px solid #1d262e;
  border-radius: 3px;
}
.comment-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px 12px;
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 12px;
  background: #121920;
  border: 1px solid #1f2932;
  border-left: 3px solid #38434e;
  border-radius: 2px;
  align-self: start;
}
.comment-card--tall {
  min-height: 116px;
  border-left-color: #6b4f2c;
  background: #141c24;
}
.comment-card--short {
  min-height: 72px;
  border-left-color: #2f3a44;
}
.comment-nick {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #c9955c;
}
.comment-nick::before {
  content: "◈ ";
  font-size: 10px;
  color: #5e6c78;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.62;
  color: #a0aeba;
  letter-spacing: 0.01em;
}
.rec-region {
  margin-bottom: 18px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #131a21 0%, #10161c 100%);
  border: 1px solid #1d262e;
  border-radius: 3px;
}
.rec-region--1 {
  border-top: 2px solid #3a2e1c;
}
.rec-region--2 {
  border-top: 2px solid #2c3a44;
}
.rec-region--3 {
  border-top: 2px solid #3a2e1c;
}
.rec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  align-items: start;
}
a.rec-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  background: #121920;
  border: 1px solid #1f2932;
  border-radius: 2px;
  text-decoration: none;
  color: #b6c2cd;
  transition: border-color 0.16s, background 0.16s, transform 0.16s;
  min-width: 0;
}
a.rec-card:hover {
  border-color: #4a3a24;
  background: #161e26;
  transform: translateY(-1px);
}
a.rec-card:hover [data-runtime="name"] {
  color: #e0a868;
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  display: block;
  border: 1px solid #232d36;
  border-radius: 1px;
  background: #0b0f13;
  filter: grayscale(0.3) contrast(1.05) brightness(0.88) sepia(0.08);
}
[data-runtime="recommendation"] [data-runtime="name"] {
  font-size: 12.5px;
  font-weight: 600;
  color: #ccd6e0;
  letter-spacing: 0.02em;
  line-height: 1.3;
  transition: color 0.16s;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 11px;
  line-height: 1.45;
  color: #7c8b98;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 16px 30px;
  border-top: 1px solid #1d262e;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #8ea0b0;
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #e0a868;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
}
.friend-links-label {
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: #5f6c78;
}
a.runtime-friend-link {
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: #7f8d99;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #b9884f;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.6;
  color: #58646f;
  letter-spacing: 0.02em;
  max-width: 720px;
}
@media (max-width: 860px) {.overview-grid {
    grid-template-columns: minmax(150px, 200px) minmax(0, 1fr);
    gap: 14px;
  }
.movie-title {
    font-size: 22px;
  }
.timeline-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }}
@media (max-width: 640px) {.page-main {
    padding: 10px 10px 20px;
  }
.movie-overview, .timeline-section, .episodes-section, .comments-section, .rec-region {
    padding: 12px;
  }
.overview-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.overview-media {
    max-width: 220px;
  }
.poster-img {
    aspect-ratio: 2 / 3;
  }
.movie-title {
    font-size: 20px;
  }
.movie-tagline {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
.cast-list {
    gap: 9px 11px;
  }
.cast-item {
    width: 68px;
  }
.cast-avatar {
    width: 46px;
    height: 46px;
  }
.details-list {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 3px 12px;
  }
.details-val {
    font-size: 12px;
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 16px;
  }
.timeline-list::before {
    left: 4px;
  }
.timeline-node {
    padding: 5px 8px 5px 2px;
  }
.timeline-node::before {
    left: -14px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-card {
    height: auto;
    min-height: 112px;
  }
.comment-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card--tall, .comment-card--short {
    min-height: 0;
  }
.rec-grid {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 8px;
  }
.player-controls {
    gap: 5px;
  }
.player-btn {
    font-size: 11.5px;
    padding: 4px 8px;
  }
.player-range[data-player-action="progress"] {
    flex: 1 1 100%;
    order: 10;
  }}
@media (max-width: 420px) {body {
    font-size: 14px;
  }
.header-bar {
    padding: 9px 12px;
  }
.categories-shell {
    padding: 7px 12px 9px;
  }
.site-footer {
    padding: 14px 12px 26px;
  }
.rec-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 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}
