*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #12161c;
  color: #c6ccd4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  display: block;
  max-width: 100%;
  border-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
button, input {
  font: inherit;
  color: inherit;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
h1, h2, h3 {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.015em;
}
strong {
  font-weight: 600;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: rgba(14, 18, 24, 0.94);
  border-bottom: 1px solid #232b36;
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #e8ecf1;
  white-space: nowrap;
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: #fff;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 400;
  color: #93a0af;
  background-color: #1a212b;
  border: 1px solid #2a3440;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}
a.runtime-category:hover {
  color: #f3f6fa;
  border-color: #46586c;
  background-color: #212a36;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 40px;
}
.section-heading {
  font-size: 15px;
  font-weight: 600;
  color: #e6ebf1;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #232b36;
}
.movie-overview {
  padding-top: 14px;
}
.overview-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px solid #232b36;
}
.hero-media {
  position: relative;
  margin: 0;
  border: 1px solid #2b3542;
  border-radius: 6px;
  overflow: hidden;
  background-color: #0d1116;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  object-position: 62% center;
  filter: brightness(0.72) contrast(1.06) saturate(0.9);
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 11, 15, 0.85) 0%, rgba(8, 11, 15, 0.35) 34%, rgba(8, 11, 15, 0) 62%);
  pointer-events: none;
  z-index: 1;
}
.hero-media::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -12%;
  width: 58%;
  height: 120%;
  background: radial-gradient(closest-side, rgba(190, 224, 255, 0.34), rgba(190, 224, 255, 0.06) 58%, rgba(190, 224, 255, 0) 72%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
}
.hero-caption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 3;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #cdd6e0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  padding: 2px 6px;
  border: 1px solid rgba(180, 200, 220, 0.28);
  border-radius: 3px;
  background-color: rgba(10, 14, 19, 0.42);
}
.hero-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.hero-title-block {
  padding-top: 2px;
}
.movie-title {
  font-size: 26px;
  font-weight: 600;
  color: #f2f5f9;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.movie-tagline {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 300;
  color: #8695a6;
  letter-spacing: 0.14em;
}
.hero-player {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border: 1px solid #2b3542;
  border-radius: 6px;
  background-color: #171d25;
  min-width: 0;
}
.player-video {
  display: block;
  width: 100%;
  max-width: none;
  border-radius: 4px;
  background-color: #05070a;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.player-btn {
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #9fadbd;
  background-color: #1d242e;
  border: 1px solid #2c3744;
  border-radius: 4px;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}
.player-btn:hover {
  color: #eef2f7;
  border-color: #475a6f;
  background-color: #243040;
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background-color: #2a3441;
  border-radius: 2px;
  outline: none;
}
.player-range-progress {
  flex: 1 1 90px;
  min-width: 70px;
}
.player-range-volume {
  flex: 0 1 70px;
  min-width: 54px;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e9eef4;
  border: none;
  cursor: pointer;
}
.player-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #e9eef4;
  cursor: pointer;
}
.hero-tagline-vertical {
  position: absolute;
  top: 12px;
  right: -4px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: #8b9aab;
  padding: 8px 4px;
  border-right: 1px solid #2c3744;
  z-index: 4;
}
.overview-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.synopsis-panel {
  min-width: 0;
}
.synopsis-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.synopsis-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.72;
  color: #aeb8c4;
}
.synopsis-text p + p {
  margin-top: 8px;
}
.synopsis-aside {
  padding: 10px 12px;
  border: 1px solid #262f3b;
  border-radius: 6px;
  background-color: #171d25;
}
.aside-heading {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #d5dde6;
  margin-bottom: 8px;
}
.relation-list {
  display: flex;
  flex-direction: column;
}
.relation-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid #212933;
  font-size: 12px;
}
.relation-item:last-child {
  border-bottom: none;
}
.relation-name {
  flex: 0 0 auto;
  font-weight: 600;
  color: #dde4ec;
  letter-spacing: 0.03em;
}
.relation-role {
  flex: 1 1 auto;
  font-weight: 300;
  color: #8896a6;
  font-size: 11.5px;
}
.episode-status {
  min-width: 0;
}
.status-line {
  font-size: 13px;
  font-weight: 300;
  color: #9da9b7;
  letter-spacing: 0.04em;
}
.status-total, .status-current {
  font-weight: 600;
  color: #f1f5f9;
  font-size: 15px;
  padding: 0 2px;
}
.details-panel {
  min-width: 0;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #262f3b;
  border-radius: 6px;
  background-color: #262f3b;
  overflow: hidden;
}
.details-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  background-color: #171d25;
  min-width: 0;
}
.details-key {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #74828f;
  text-transform: uppercase;
}
.details-value {
  font-size: 12.5px;
  font-weight: 400;
  color: #d3dae3;
  letter-spacing: 0.02em;
}
.details-description {
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.7;
  color: #9aa6b4;
  max-width: 88ch;
}
.cast-strip {
  min-width: 0;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border: 1px solid #262f3b;
  border-radius: 6px;
  background-color: #161c24;
  min-width: 0;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
.cast-card:hover {
  border-color: #3b4a5c;
  background-color: #1a212b;
}
.cast-photo-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #0e1218;
}
.cast-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(0.35) brightness(0.82) contrast(1.05);
  transition: filter 0.25s ease;
}
.cast-card:hover .cast-photo {
  filter: grayscale(0) brightness(0.96) contrast(1.02);
}
.cast-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #e2e8ef;
  letter-spacing: 0.03em;
}
.cast-line {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.45;
  color: #8592a1;
}
.timeline-section {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #232b36;
}
.timeline-track {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  scrollbar-width: thin;
  scrollbar-color: #36414f #171d25;
}
.timeline-track::-webkit-scrollbar {
  height: 6px;
}
.timeline-track::-webkit-scrollbar-track {
  background-color: #171d25;
  border-radius: 3px;
}
.timeline-track::-webkit-scrollbar-thumb {
  background-color: #36414f;
  border-radius: 3px;
}
.timeline-node {
  position: relative;
  flex: 0 0 152px;
  width: 152px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border: 1px solid #262f3b;
  border-radius: 6px;
  background-color: #161c24;
  scroll-snap-align: start;
}
.timeline-node::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -15px;
  width: 14px;
  height: 1px;
  background-color: #2c3744;
}
.timeline-node:last-child::after {
  display: none;
}
.node-avatar-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #333e4c;
  background-color: #0e1218;
  flex: 0 0 auto;
}
.node-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(0.5) brightness(0.7);
}
.node-timecode {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #76838f;
}
.node-label {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.5;
  color: #97a3b1;
}
.timeline-node.is-current {
  border-color: #cfd9e4;
  background-color: #f2f5f9;
}
.timeline-node.is-current .node-timecode {
  color: #4a5563;
  font-weight: 600;
}
.timeline-node.is-current .node-label {
  color: #2b333d;
  font-weight: 400;
}
.timeline-node.is-current .node-avatar {
  filter: none;
}
.episodes-section {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #232b36;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px;
  border: 1px solid #262f3b;
  border-radius: 5px;
  background-color: #161c24;
  min-width: 0;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
.episode-card:hover {
  border-color: #3d4c5e;
  background-color: #1a212b;
}
.episode-number {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #74828f;
}
.episode-title {
  font-size: 13px;
  font-weight: 600;
  color: #e3e9f0;
  letter-spacing: 0.03em;
}
.episode-summary {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.55;
  color: #8a97a5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #a7b3c0;
  transition: max-height 0.22s ease, opacity 0.22s ease, margin-top 0.22s ease;
}
.episode-card:hover .episode-duration, .episode-card:focus-within .episode-duration {
  max-height: 24px;
  opacity: 1;
  margin-top: 2px;
}
.episode-card.is-current {
  border-color: #cfd9e4;
  background-color: #f2f5f9;
}
.episode-card.is-current .episode-number, .episode-card.is-current .episode-summary, .episode-card.is-current .episode-duration {
  color: #4d5866;
}
.episode-card.is-current .episode-title {
  color: #1d242c;
}
.comments-section {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #232b36;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 12px 20px;
  align-items: start;
}
.comment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 12px;
  border: 1px solid #2a3441;
  border-radius: 6px;
  background-color: #1a212b;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.36);
  min-width: 0;
}
.comment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 1px solid rgba(120, 140, 165, 0.12);
  transform: translate(5px, 5px);
  z-index: -1;
  pointer-events: none;
}
.comment-card:nth-child(2n) {
  transform: translateY(-3px);
}
.comment-card:nth-child(3n) {
  transform: translateY(4px);
}
.comment-card:nth-child(4n) {
  transform: translateY(-6px);
}
.comment-nickname {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #cfd8e2;
}
.comment-nickname::before {
  content: "＠";
  color: #6f7d8c;
  font-weight: 300;
}
.comment-text {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.62;
  color: #98a4b2;
}
.recommend-region {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #232b36;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  gap: 10px;
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  border: 1px solid #262f3b;
  border-radius: 6px;
  background-color: #161c24;
  color: #b6c0cb;
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
a.recommend-card:hover {
  border-color: #3d4c5e;
  background-color: #1a212b;
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  background-color: #0e1218;
  filter: brightness(0.84) contrast(1.04) saturate(0.92);
  transition: filter 0.22s ease;
}
a.recommend-card:hover img.recommend-poster {
  filter: brightness(1) contrast(1.02) saturate(1);
}
.recommend-name {
  font-size: 12px;
  font-weight: 600;
  color: #dfe5ec;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
.recommend-blurb {
  font-size: 10.5px;
  font-weight: 300;
  line-height: 1.5;
  color: #7f8c9a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 12px;
  border-top: 1px solid #232b36;
  background-color: #10141a;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-disclaimer {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
  color: #6f7d8c;
  max-width: 92ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  font-weight: 400;
  color: #9fadbd;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #eef2f7;
  border-bottom-color: #4a5a6c;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding-top: 10px;
  border-top: 1px solid #1e2630;
}
.friend-links-label {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #5f6c7a;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11px;
  font-weight: 300;
  color: #8593a2;
  text-decoration: none;
  border-bottom: 1px dotted #333e4c;
  transition: color 0.18s ease, border-color 0.18s ease;
}
a.runtime-friend-link:hover {
  color: #dbe2ea;
  border-bottom-color: #5a6a7d;
}
.player-btn.is-active {
  color: #f4f7fb;
  border-color: #5c7089;
  background-color: #2a3646;
}
.player-video.mode-lights-off {
  filter: brightness(0.4);
}
.hero-player.mode-theater {
  position: fixed;
  inset: 0;
  z-index: 90;
  margin: 0;
  padding: 16px;
  border-radius: 0;
  border: none;
  background-color: #06080b;
  justify-content: center;
}
.hero-player.mode-theater .player-video {
  max-height: calc(100vh - 120px);
  width: auto;
  align-self: center;
}
@media (max-width: 1024px) {.overview-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }
.hero-tagline-vertical {
    display: none;
  }
.details-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.overview-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
.hero-poster {
    aspect-ratio: 16 / 10;
  }
.synopsis-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 600px) {body {
    font-size: 13px;
  }
.header-inner {
    padding: 9px 13px;
    gap: 8px;
  }
.page-main {
    padding: 0 13px 30px;
  }
.movie-title {
    font-size: 21px;
  }
.hero-poster {
    aspect-ratio: 4 / 3;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
    gap: 8px;
  }
.recommend-grid {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 8px;
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.comment-card:nth-child(2n), .comment-card:nth-child(3n), .comment-card:nth-child(4n) {
    transform: none;
  }
.timeline-node {
    flex: 0 0 138px;
    width: 138px;
  }
.hero-player.mode-theater {
    padding: 10px;
  }}
@media (max-width: 400px) {.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  }
.recommend-grid {
    grid-template-columns: repeat(auto-fill, minmax(96px, 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}
