:root {
  --ink-0: #0a0d12;
  --ink-1: #10141b;
  --ink-2: #161b24;
  --ink-3: #1d2330;
  --line: #262e3d;
  --steel: #8c9ab1;
  --steel-dim: #5d6b82;
  --steel-bright: #c3cddd;
  --paper: #dfe5ee;
  --gold: #b08d4f;
  --gold-dim: #6d5730;
  --gold-bright: #d8b271;
  --danger: #a9564c;
  --gap: 10px;
  --pad: 12px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--ink-0);
  color: var(--paper);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
h1, h2, h3, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: var(--steel-bright);
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap);
  padding: 8px 14px;
  background: linear-gradient(180deg, #0a0d12 0%, #0a0d12 88%, rgba(10, 13, 18, 0.86) 100%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(176, 141, 79, 0.18);
}
.header-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
a[data-contract="site-name"] {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--gold-bright);
  text-decoration: none;
  padding: 2px 2px 2px 0;
  border-left: 3px solid var(--gold);
  padding-left: 8px;
  line-height: 1.15;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  color: #f0d29a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1 1 240px;
  justify-content: flex-end;
}
.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--steel);
  text-decoration: none;
  padding: 3px 9px;
  border: 1px solid var(--line);
  background: var(--ink-2);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
  background: #202634;
  text-decoration: none;
}
.page-main {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 4px;
}
.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  background: var(--ink-1);
  overflow: hidden;
}
.hero-backdrop {
  position: relative;
  min-height: 100%;
  background:
    radial-gradient(120% 80% at 18% 30%, rgba(140, 154, 177, 0.16) 0%, rgba(10, 13, 18, 0) 62%),
    linear-gradient(160deg, #12161e 0%, #0b0e14 70%, #090b10 100%);
  overflow: hidden;
}
.hero-figure {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 13, 18, 0) 55%, rgba(10, 13, 18, 0.92) 100%),
    radial-gradient(58% 74% at 40% 42%, #2a3345 0%, #1b2130 46%, rgba(16, 20, 27, 0) 78%),
    linear-gradient(180deg, rgba(176, 141, 79, 0.14) 0%, rgba(176, 141, 79, 0) 42%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.hero-figure::before {
  content: "";
  position: absolute;
  left: 22%;
  top: 10%;
  width: 34%;
  height: 62%;
  border-radius: 46% 46% 38% 38% / 34% 34% 62% 62%;
  background: linear-gradient(170deg, #39445a 0%, #222a39 58%, #161c27 100%);
  filter: blur(1px);
}
.hero-figure::after {
  content: "";
  position: absolute;
  left: 8%;
  bottom: -6%;
  width: 66%;
  height: 58%;
  border-radius: 44% 44% 8% 8% / 60% 60% 8% 8%;
  background: linear-gradient(180deg, #262e3d 0%, #171d28 62%, #10141b 100%);
}
.hero-rail {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding: 14px 14px 16px;
  background: linear-gradient(180deg, rgba(22, 27, 36, 0.96) 0%, rgba(16, 20, 27, 0.98) 100%);
  border-left: 1px solid var(--line);
  min-width: 0;
}
.hero-titles {
  border-left: 3px solid var(--gold);
  padding-left: 10px;
}
.movie-title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #eef2f8;
}
.movie-tagline {
  margin-top: 4px;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: var(--gold-bright);
  font-family: "SF Mono", "JetBrains Mono", Consolas, "Courier New", monospace;
}
.hero-poster-wrap {
  align-self: flex-start;
  width: 100%;
  max-width: 220px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(176, 141, 79, 0.12) inset;
  background: var(--ink-2);
}
.movie-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06);
}
.hero-player-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  background: #05070a;
}
.main-player {
  display: block;
  width: 100%;
  background: #05070a;
  object-fit: cover;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  background: var(--ink-2);
  border-top: 1px solid var(--line);
}
.player-btn {
  flex: 0 0 auto;
  padding: 4px 9px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--steel-bright);
  background: var(--ink-3);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: color 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}
.player-btn:hover, .player-btn:focus-visible {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
}
.player-btn.is-active {
  color: #10141b;
  background: var(--gold-bright);
  border-color: var(--gold-bright);
}
.player-progress {
  flex: 1 1 140px;
  min-width: 90px;
  height: 4px;
  margin: 0;
  padding: 0;
  accent-color: var(--gold-bright);
  background: var(--line);
  cursor: pointer;
}
.player-volume {
  flex: 0 1 78px;
  min-width: 54px;
  height: 4px;
  margin: 0;
  padding: 0;
  accent-color: var(--steel);
  cursor: pointer;
}
.player-speed {
  flex: 0 0 auto;
  padding: 4px 6px;
  font-size: 11.5px;
  color: var(--steel-bright);
  background: var(--ink-3);
  border: 1px solid var(--line);
  cursor: pointer;
}
.hero-player-wrap.is-theater {
  box-shadow: 0 0 0 2px var(--gold-dim), 0 14px 34px rgba(0, 0, 0, 0.6);
}
.hero-player-wrap.is-lights-off {
  background: #000;
}
.hero-player-wrap.is-lights-off .player-controls {
  background: #0a0d12;
}
.hero-status {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  padding: 7px 10px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
}
.status-line {
  font-size: 13px;
  font-weight: 700;
  color: var(--steel-bright);
  letter-spacing: 0.02em;
}
.status-note {
  font-size: 12px;
  font-family: "SF Mono", "JetBrains Mono", Consolas, "Courier New", monospace;
  color: var(--gold-bright);
  letter-spacing: 0.06em;
}
.panel-heading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--gold-bright);
  text-transform: none;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.cast-panel {
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: 10px 10px 11px;
}
.cast-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px 8px;
  background: var(--ink-3);
  border-left: 2px solid var(--gold-dim);
  min-width: 0;
}
.cast-name {
  font-size: 13px;
  font-weight: 800;
  color: #e8edf5;
  letter-spacing: 0.04em;
}
.cast-role {
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--steel);
}
.details-panel {
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: 10px 10px 11px;
}
.detail-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.detail-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(38, 46, 61, 0.9);
}
.detail-row:last-child {
  border-bottom: none;
}
.detail-key {
  font-size: 11.5px;
  color: var(--steel-dim);
  letter-spacing: 0.08em;
}
.detail-value {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--steel-bright);
  min-width: 0;
  overflow-wrap: anywhere;
}
.synopsis-panel {
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: 10px 10px 11px;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--steel);
  text-indent: 2em;
  padding: 4px 0;
  border-bottom: 1px solid rgba(38, 46, 61, 0.55);
}
.synopsis-para:last-child {
  border-bottom: none;
}
.section-heading {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #e8edf5;
  margin-bottom: 9px;
  padding-left: 9px;
  border-left: 3px solid var(--gold);
  line-height: 1.25;
}
.timeline-section {
  padding: 14px 14px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--ink-1);
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  padding-left: 14px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background-image: linear-gradient(180deg, var(--gold-dim) 0 6px, rgba(109, 87, 48, 0) 6px 12px);
  background-size: 2px 12px;
  background-repeat: repeat-y;
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding: 6px 0 6px 10px;
  border-bottom: 1px solid rgba(38, 46, 61, 0.7);
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 12px;
  width: 6px;
  height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px var(--ink-1);
}
.timeline-time {
  font-family: "SF Mono", "JetBrains Mono", Consolas, "Courier New", monospace;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold-bright);
  white-space: nowrap;
}
.timeline-label {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--steel-bright);
  min-width: 0;
}
.episodes-section {
  padding: 14px 14px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--ink-0);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 9px 22px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold-dim);
  min-width: 0;
}
.episode-number {
  font-family: "SF Mono", "JetBrains Mono", Consolas, "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--steel-dim);
}
.episode-title {
  font-size: 13.5px;
  font-weight: 800;
  color: #e8edf5;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--steel);
}
.episode-duration {
  position: absolute;
  right: 6px;
  bottom: 6px;
  font-family: "SF Mono", "JetBrains Mono", Consolas, "Courier New", monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold-bright);
  background: rgba(10, 13, 18, 0.9);
  border: 1px solid var(--gold-dim);
  padding: 1px 6px;
}
.comments-section {
  padding: 14px 14px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--ink-1);
}
.comment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.comment-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 10px;
  padding: 8px 10px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-left: 2px solid var(--steel-dim);
  min-width: 0;
}
.comment-author {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.comment-avatar {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: linear-gradient(140deg, #39445a 0%, #1d2330 100%);
  border: 1px solid var(--gold-dim);
  box-shadow: inset 0 0 0 3px rgba(176, 141, 79, 0.1);
}
.comment-nickname {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold-bright);
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.comment-text {
  font-size: 12px;
  line-height: 1.5;
  color: var(--steel-bright);
  min-width: 0;
  overflow-wrap: anywhere;
}
.recommend-region {
  padding: 12px 14px 13px;
  border-bottom: 1px solid var(--line);
  background: var(--ink-0);
}
.region-heading {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--steel-bright);
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 8px;
}
.region-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-dim) 0%, rgba(109, 87, 48, 0) 100%);
}
.recommend-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
a.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  color: var(--steel-bright);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
a.recommend-item:hover, a.recommend-item:focus-visible {
  border-color: var(--gold-dim);
  background: #1c2230;
  color: #eef2f8;
  text-decoration: none;
}
[data-runtime="recommendation"] img, .recommend-pic {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--ink-3);
  border: 1px solid var(--line);
  filter: saturate(0.8) contrast(1.05);
}
.recommend-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #e8edf5;
  letter-spacing: 0.02em;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommend-blurb {
  font-size: 11px;
  line-height: 1.45;
  color: var(--steel);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #080a0e;
  padding: 12px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--steel-dim);
  max-width: 900px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.footer-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--steel);
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"] {
  color: var(--steel);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible {
  color: var(--gold-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
  border-bottom-color: var(--gold-dim);
}
a[data-contract="footer-sitemap"] {
  color: var(--steel);
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: var(--gold-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
  border-bottom-color: var(--gold-dim);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.friend-links-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold-dim);
  margin-right: 2px;
}
a.runtime-friend-link {
  display: inline-block;
  font-size: 11.5px;
  color: var(--steel-dim);
  text-decoration: none;
  padding: 2px 7px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  white-space: nowrap;
  transition: color 0.14s ease, border-color 0.14s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
  text-decoration: none;
}
.player .click, .player .change, .player .input, .player .timeupdate, .player .progress, .player .volume, .player .speed, .player .play, .player .mute, .player .pip, .player .fullscreen, .player .theater, .player .light, .data-player-action .click, .data-player-action .change, .data-player-action .input, .data-player-action .timeupdate, .data-player-action .progress, .data-player-action .volume, .data-player-action .speed, .data-player-action .play, .data-player-action .mute, .data-player-action .pip, .data-player-action .fullscreen, .data-player-action .theater, .data-player-action .light {
  outline: none;
}
.player-btn:focus-visible, .player-speed:focus-visible, .player-progress:focus-visible, .player-volume:focus-visible {
  outline: 1px solid var(--gold-bright);
  outline-offset: 1px;
}
@media (max-width: 1100px) {.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 960px) {.hero-shell {
    grid-template-columns: minmax(0, 1fr);
  }
.hero-backdrop {
    min-height: 180px;
  }
.hero-rail {
    border-left: none;
    border-top: 1px solid var(--line);
  }
.hero-poster-wrap {
    max-width: 190px;
  }
.comment-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 720px) {.site-header {
    padding: 7px 10px;
  }
.category-bar {
    justify-content: flex-start;
    flex-basis: 100%;
  }
.page-main {
    padding: 0;
  }
.hero-rail, .timeline-section, .episodes-section, .comments-section, .recommend-region {
    padding-left: 10px;
    padding-right: 10px;
  }
.movie-title {
    font-size: 22px;
  }
.cast-strip {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }
.recommend-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.player-progress {
    flex: 1 1 100%;
  }}
@media (max-width: 420px) {.timeline-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 8px;
  }
.detail-row {
    grid-template-columns: 60px minmax(0, 1fr);
  }
.player-btn {
    padding: 4px 7px;
    font-size: 11px;
  }}

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}
