*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, h3, p, figure, ol, dl, dd, dt {
  margin: 0;
  padding: 0;
}
ol {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
:root {
  --bg: #10151c;
  --bg-2: #151b24;
  --bg-3: #1b232e;
  --panel: #182029;
  --ink: #c8d3de;
  --ink-soft: #8b98a6;
  --ink-faint: #5d6b7a;
  --rule: #26313d;
  --red: #e8362a;
  --red-deep: #b71f18;
  --red-glow: rgba(232, 54, 42, 0.45);
  --font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
html {
  background: var(--bg);
}
body {
  font-family: var(--font);
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    radial-gradient(120% 60% at 50% -10%, rgba(60, 84, 112, 0.35) 0%, rgba(16, 21, 28, 0) 60%),
    linear-gradient(180deg, #131922 0%, #0e131a 55%, #0b0f15 100%);
  background-attachment: fixed;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(13, 18, 25, 0.96) 0%, rgba(13, 18, 25, 0.82) 100%);
  border-bottom: 1px solid var(--rule);
  backdrop-filter: blur(6px);
}
.header-shell {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 18px;
}
.site-brand {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #eef3f8;
  padding-right: 14px;
  border-right: 1px solid var(--rule);
  white-space: nowrap;
}
a[data-contract="site-name"] {
  color: #eef3f8;
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: var(--red);
}
.categories-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  min-width: 0;
  flex: 1 1 auto;
}
.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  padding: 3px 9px;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: rgba(30, 40, 52, 0.6);
  text-decoration: none;
}
a.runtime-category {
  color: var(--ink-soft);
  text-decoration: none;
}
a.runtime-category:hover {
  color: #fff;
  border-color: var(--red);
  background: rgba(183, 31, 24, 0.22);
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px 40px;
}
.section-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #dfe7ef;
  padding-left: 10px;
  border-left: 3px solid var(--red);
  line-height: 1.2;
}
.movie-overview {
  padding-top: 26px;
  margin-bottom: 46px;
}
.overview-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  color: var(--ink-faint);
  margin-bottom: 14px;
}
.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 22px 26px;
  align-items: start;
  background: linear-gradient(160deg, rgba(27, 35, 46, 0.92) 0%, rgba(18, 24, 32, 0.92) 100%);
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 20px;
}
.poster-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #0c1117;
  border: 1px solid #2b3744;
}
.main-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.overview-heading-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #f2f6fa;
}
.overview-tagline {
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.04em;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #05080c;
  border: 1px solid #2b3744;
}
.player-shell video {
  width: 100%;
  display: block;
  background: #05080c;
  max-height: 520px;
  object-fit: contain;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  background: #0d131b;
  border-top: 1px solid #222d39;
}
.player-controls button {
  font-size: 11px;
  letter-spacing: 0.03em;
  padding: 4px 8px;
  color: var(--ink-soft);
  background: #17202b;
  border: 1px solid #2a3644;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
}
.player-controls button:hover {
  color: #fff;
  border-color: var(--red);
}
.player-controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: #2a3644;
  cursor: pointer;
  flex: 1 1 90px;
  min-width: 70px;
  outline: none;
}
.player-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 6px var(--red-glow);
  border: none;
}
.player-controls input[type="range"]::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background: var(--red);
}
.player-controls input[type="range"]:nth-of-type(2) {
  flex: 0 1 70px;
}
body.is-playing .player-controls button[data-player-action="play"] {
  color: #fff;
  border-color: var(--red);
  background: rgba(183, 31, 24, 0.3);
}
.player-controls button.is-active {
  color: #fff;
  border-color: var(--red);
  background: rgba(183, 31, 24, 0.32);
}
.player-controls button.is-muted {
  color: var(--red);
  border-color: var(--red-deep);
}
body.lights-off .page-main {
  filter: brightness(0.55) contrast(1.1);
  transition: filter 0.2s ease;
}
body.lights-off .player-shell, body.lights-off .player-shell * {
  filter: brightness(1.9);
}
body.is-theater .player-shell {
  border-color: var(--red-deep);
  box-shadow: 0 0 0 1px rgba(232, 54, 42, 0.3), 0 14px 40px rgba(0, 0, 0, 0.6);
}
.overview-seo-desc {
  font-size: 12.5px;
  line-height: 1.72;
  color: #9dabba;
  border-left: 2px solid #2b3744;
  padding-left: 10px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1px;
  background: #222d39;
  border: 1px solid #222d39;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 5px 9px;
  background: #141c25;
}
.detail-row dt {
  flex: 0 0 auto;
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
}
.detail-row dd {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
  font-weight: 600;
  color: #cdd8e3;
  text-align: right;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 2px;
}
.episode-status-current {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--red-deep);
  padding: 3px 10px;
  border-radius: 2px;
  box-shadow: 0 0 10px var(--red-glow);
}
.episode-status-total {
  font-size: 12px;
  color: var(--ink-soft);
  letter-spacing: 0.08em;
}
.cast-strip {
  margin-top: 20px;
}
.cast-title, .synopsis-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 14px;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  width: 62px;
  text-align: center;
}
.cast-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, #3d4d60 0%, #1c2530 70%),
    #1c2530;
  border: 1px solid #33414f;
  box-shadow: inset 0 0 0 2px #10161d;
}
.cast-index {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--red);
}
.cast-name {
  font-size: 11.5px;
  font-weight: 600;
  color: #b7c3d0;
  line-height: 1.2;
}
.synopsis-block {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}
.synopsis-columns {
  columns: 2;
  column-gap: 26px;
  column-rule: 1px solid var(--rule);
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.68;
  color: #9dabba;
  margin-bottom: 9px;
  break-inside: avoid;
}
.timeline-section {
  margin: 0 0 42px;
}
.timeline-section .section-title {
  margin-bottom: 16px;
}
.timeline-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.timeline-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px 14px;
  background: linear-gradient(180deg, #19222c 0%, #141c25 100%);
  border: 1px solid var(--rule);
  border-radius: 2px;
  overflow: hidden;
}
.timeline-timecode {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--red);
}
.timeline-label {
  font-size: 12px;
  line-height: 1.55;
  color: #a9b6c4;
}
.timeline-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red-deep) 55%, rgba(183, 31, 24, 0.15) 100%);
}
.episodes-section {
  margin-bottom: 42px;
}
.episodes-section .section-title {
  margin-bottom: 14px;
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  padding: 9px 11px;
  background: #141c25;
  border: 1px solid var(--rule);
  border-left: 2px solid #2f3d4c;
  border-radius: 2px;
}
.episode-card:hover {
  border-left-color: var(--red);
}
.episode-number {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--red);
  flex: 0 0 auto;
}
.episode-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #dde5ee;
  flex: 1 1 auto;
  min-width: 0;
}
.episode-duration {
  font-size: 10.5px;
  color: var(--ink-faint);
  letter-spacing: 0.04em;
  flex: 0 0 auto;
}
.episode-summary {
  flex: 1 0 100%;
  font-size: 11.5px;
  line-height: 1.55;
  color: #8794a2;
}
.comments-section {
  margin-bottom: 42px;
}
.comments-section .section-title {
  margin-bottom: 14px;
}
.comments-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  align-items: start;
}
.comment-card {
  padding: 9px 11px 11px;
  background: #141c25;
  border: 1px solid var(--rule);
  border-radius: 2px;
}
.comment-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.comment-nickname {
  font-size: 11.5px;
  font-weight: 700;
  color: #cfd9e3;
  white-space: nowrap;
}
.comment-rule {
  flex: 1 1 auto;
  height: 1px;
  min-width: 12px;
  background: linear-gradient(90deg, var(--red-deep) 0%, rgba(183, 31, 24, 0.05) 100%);
}
.comment-text {
  font-size: 12px;
  line-height: 1.62;
  color: #93a1b0;
}
.recommend-region {
  margin-bottom: 30px;
}
.recommend-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--rule);
}
.recommend-count {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  white-space: nowrap;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: #131a23;
  border: 1px solid var(--rule);
  border-radius: 2px;
  min-width: 0;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
a.recommend-card {
  color: var(--ink);
  text-decoration: none;
}
a.recommend-card:hover {
  border-color: var(--red-deep);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  background: #0b1016;
  border: 1px solid #232e3a;
}
.recommend-card [data-runtime="name"] {
  font-size: 12px;
  font-weight: 700;
  color: #d6dfe8;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recommend-card [data-runtime="blurb"] {
  font-size: 11px;
  line-height: 1.5;
  color: #7f8c9b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.site-footer {
  border-top: 1px solid var(--rule);
  background: #0c1117;
  margin-top: 10px;
}
.footer-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 18px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--red);
  border-bottom-color: var(--red);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.friend-links-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--ink-faint);
  padding-right: 10px;
  border-right: 1px solid var(--rule);
}
.runtime-friend-link {
  font-size: 11.5px;
  color: #7e8b99;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link {
  color: #7e8b99;
  text-decoration: none;
}
a.runtime-friend-link:hover {
  color: #cfd9e3;
  text-decoration: underline;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.6;
  color: #5d6b7a;
  max-width: 860px;
  border-top: 1px solid #1b232e;
  padding-top: 10px;
}
@media (max-width: 1024px) {.overview-grid {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    gap: 18px;
  }
.timeline-list, .episodes-grid, .recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.overview-heading-title {
    font-size: 23px;
  }}
@media (max-width: 760px) {.page-main {
    padding: 0 13px 32px;
  }
.header-shell {
    padding: 7px 13px;
    gap: 10px;
  }
.site-brand {
    font-size: 15px;
    padding-right: 10px;
  }
.movie-overview {
    padding-top: 18px;
    margin-bottom: 34px;
  }
.overview-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
  }
.poster-shell {
    max-width: 230px;
  }
.overview-heading-title {
    font-size: 21px;
  }
.synopsis-columns {
    columns: 1;
    column-rule: none;
  }
.timeline-list, .episodes-grid, .recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-columns {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 480px) {body {
    font-size: 12.5px;
  }
.player-controls {
    gap: 4px;
    padding: 5px 6px;
  }
.player-controls button {
    font-size: 10.5px;
    padding: 3px 7px;
  }
.player-controls input[type="range"] {
    flex: 1 1 100%;
  }
.player-controls input[type="range"]:nth-of-type(2) {
    flex: 1 1 100%;
  }
.cast-list {
    gap: 8px 10px;
  }
.cast-item {
    width: 54px;
  }
.cast-avatar {
    width: 40px;
    height: 40px;
  }
.overview-heading-title {
    font-size: 19px;
  }}

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}
