* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  background: #0b0e11;
  color: #c8ced6;
  line-height: 1.5;
  font-size: 14px;
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 14, 17, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #1f2a33;
  padding: 0.5rem 1rem;
}
.site-name {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 800;
  color: #e8a33d;
  letter-spacing: 0.05em;
  margin-right: 1rem;
  padding: 0.25rem 0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-name:hover {
  color: #f4c56a;
}
.category-nav {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 12rem);
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.categories-container {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  padding: 0.25rem 0;
}
.runtime-category {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  font-size: 0.8rem;
  color: #9aa8b5;
  border: 1px solid transparent;
  border-radius: 999px;
  white-space: nowrap;
  transition: all 0.2s ease;
  text-decoration: none;
}
.runtime-category:hover {
  color: #e8a33d;
  border-color: #3a4a55;
  background: rgba(232, 163, 61, 0.08);
}
main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.75rem 1rem 2rem;
}
.movie-overview {
  background: #10161b;
  border: 1px solid #1f2a33;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.overview-hero {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.hero-poster {
  border-radius: 6px;
  overflow: hidden;
  background: #1a222a;
  align-self: start;
}
.main-poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}
.player-shell {
  min-width: 0;
  align-self: start;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #1f2a33;
}
.player-video {
  display: block;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.4rem 0.5rem;
  background: #141b21;
  border-top: 1px solid #1f2a33;
}
.ctrl-btn {
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  color: #aab7c2;
  background: #1f2a33;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.ctrl-btn:hover {
  background: #2c3a45;
  color: #e8a33d;
}
.hero-title-block {
  padding: 0.5rem 0 0.25rem;
  border-bottom: 1px solid #1f2a33;
  margin-bottom: 0.75rem;
}
.movie-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #e8a33d;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.tagline {
  font-size: 1rem;
  color: #7c8a96;
  margin-top: 0.2rem;
  font-style: italic;
  letter-spacing: 0.1em;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
}
.cast-block {
  padding: 0.5rem;
  background: #141b21;
  border-radius: 4px;
}
.block-heading {
  font-size: 0.9rem;
  font-weight: 700;
  color: #d7dde3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #e8a33d;
  display: inline-block;
}
.actor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.actor-item {
  background: #1f2a33;
  color: #c8ced6;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.actor-item:hover {
  background: #2c3a45;
  color: #e8a33d;
}
.synopsis-block {
  padding: 0.5rem;
  background: #141b21;
  border-radius: 4px;
}
.synopsis-para {
  font-size: 0.9rem;
  color: #b0bcc6;
  margin-bottom: 0.35rem;
  line-height: 1.6;
}
.episode-status-block {
  grid-column: 1 / -1;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.5rem 0.25rem;
  border-top: 1px solid #1f2a33;
  margin-top: 0.5rem;
}
.status-label {
  background: #e8a33d;
  color: #0b0e11;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
}
.status-current {
  font-size: 0.85rem;
  color: #9aa8b5;
}
.details-block {
  grid-column: 1 / -1;
  padding: 0.5rem 0.25rem 0.25rem;
  border-top: 1px solid #1f2a33;
  margin-top: 0.25rem;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem 0.8rem;
}
.detail-list li {
  display: flex;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: #b0bcc6;
  padding: 0.2rem 0;
}
.detail-label {
  color: #6c7a86;
  font-size: 0.8rem;
  white-space: nowrap;
}
.timeline-section, .episodes-section, .comments-section, .recommendation-region {
  margin-bottom: 1.5rem;
}
.section-heading {
  font-size: 1.15rem;
  font-weight: 800;
  color: #d7dde3;
  margin-bottom: 0.6rem;
  padding-left: 0.5rem;
  border-left: 4px solid #e8a33d;
  letter-spacing: 0.04em;
}
.timeline-scroll-wrap {
  overflow-x: auto;
  padding-bottom: 0.4rem;
  -webkit-overflow-scrolling: touch;
}
.timeline-list {
  display: flex;
  gap: 0.6rem;
  min-width: max-content;
  padding: 0.25rem;
}
.timeline-item {
  background: #141b21;
  border: 1px solid #1f2a33;
  border-radius: 6px;
  padding: 0.7rem 1rem;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  transition: border-color 0.2s ease;
}
.timeline-item:hover {
  border-color: #e8a33d;
}
.timecode {
  font-weight: 700;
  color: #e8a33d;
  font-size: 0.9rem;
}
.desc {
  font-size: 0.85rem;
  color: #9aa8b5;
}
.episode-accordion {
  border: 1px solid #1f2a33;
  border-radius: 6px;
  overflow: hidden;
}
.episode-block {
  border-bottom: 1px solid #1f2a33;
  background: #10161b;
}
.episode-block:last-child {
  border-bottom: none;
}
.episode-head {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.6rem 0.8rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.episode-head:hover {
  background: #141b21;
}
.ep-number {
  font-weight: 700;
  color: #e8a33d;
  font-size: 0.9rem;
  min-width: 3.5rem;
}
.ep-title {
  color: #c8ced6;
  font-weight: 600;
  font-size: 0.95rem;
}
.ep-summary {
  padding: 0 0.8rem 0.6rem 5rem;
  font-size: 0.85rem;
  color: #9aa8b5;
  line-height: 1.5;
  display: none;
}
.episode-block:first-child .ep-summary {
  display: block;
}
.duration {
  display: block;
  font-size: 0.75rem;
  color: #6c7a86;
  margin-top: 0.2rem;
}
.comments-section {
  overflow: hidden;
}
.comments-marquee {
  overflow: hidden;
  border: 1px solid #1f2a33;
  border-radius: 6px;
  background: #10161b;
  padding: 0.5rem 0;
}
.comment-track {
  display: flex;
  gap: 1rem;
  animation: marquee 20s linear infinite;
  width: max-content;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.comment-card {
  background: #141b21;
  border: 1px solid #1f2a33;
  border-radius: 6px;
  padding: 0.7rem 1rem;
  min-width: 260px;
  max-width: 320px;
  flex-shrink: 0;
}
.comment-nick {
  display: block;
  font-weight: 700;
  color: #e8a33d;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}
.comment-text {
  font-size: 0.85rem;
  color: #b0bcc6;
  line-height: 1.5;
}
.recommendation-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #d7dde3;
  margin-bottom: 0.6rem;
  padding-left: 0.5rem;
  border-left: 4px solid #e8a33d;
  letter-spacing: 0.04em;
}
.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}
.rec-card {
  display: flex;
  flex-direction: column;
  background: #10161b;
  border: 1px solid #1f2a33;
  border-radius: 6px;
  padding: 0.5rem;
  gap: 0.35rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}
.rec-card:hover {
  border-color: #e8a33d;
  transform: translateY(-2px);
}
.rec-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  background: #1a222a;
}
.rec-card span:first-of-type {
  font-weight: 600;
  color: #c8ced6;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec-card span:last-of-type {
  font-size: 0.8rem;
  color: #7c8a96;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommendation-region:nth-of-type(2) .recommendation-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.recommendation-region:last-of-type .recommendation-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
footer {
  border-top: 1px solid #1f2a33;
  background: #0b0e11;
  padding: 1.5rem 1rem 2rem;
  max-width: 1280px;
  margin: 0 auto;
}
.disclaimer {
  font-size: 0.8rem;
  color: #6c7a86;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
.footer-links {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.footer-links a {
  font-size: 0.85rem;
  color: #9aa8b5;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: #e8a33d;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  font-size: 0.8rem;
}
.friend-label {
  color: #6c7a86;
  white-space: nowrap;
}
.runtime-friend-link {
  color: #8a99a6;
  text-decoration: none;
  transition: color 0.2s ease;
}
.runtime-friend-link:hover {
  color: #e8a33d;
  text-decoration: underline;
}
body.lights-off .movie-overview {
  background: #05070a;
  border-color: #11171c;
}
body.lights-off .overview-grid > div {
  background: #0a0e12;
}
body.lights-off .episode-block, body.lights-off .timeline-item, body.lights-off .comment-card, body.lights-off .rec-card {
  background: #0a0e12;
  border-color: #11171c;
}
.theater-mode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  background: #000;
}
@media (max-width: 900px) {.overview-hero {
    grid-template-columns: 160px minmax(0, 1fr);
  }
.overview-grid {
    grid-template-columns: 1fr;
  }
.cast-block, .synopsis-block {
    grid-column: 1 / -1;
  }
.detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommendation-grid, .recommendation-region:nth-of-type(2) .recommendation-grid, .recommendation-region:last-of-type .recommendation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 600px) {header {
    padding: 0.4rem 0.6rem;
  }
.site-name {
    font-size: 1rem;
    display: block;
    margin-bottom: 0.2rem;
  }
.category-nav {
    max-width: 100%;
    display: block;
  }
main {
    padding: 0.5rem 0.6rem 1.5rem;
  }
.movie-overview {
    padding: 0.6rem;
  }
.overview-hero {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
.hero-poster {
    max-width: 180px;
  }
.main-poster-img {
    aspect-ratio: 2 / 3;
  }
.hero-title-block {
    padding: 0.4rem 0;
  }
.movie-title {
    font-size: 1.25rem;
  }
.tagline {
    font-size: 0.9rem;
  }
.overview-grid {
    gap: 0.6rem;
  }
.actor-list {
    gap: 0.3rem;
  }
.actor-item {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
  }
.synopsis-para {
    font-size: 0.85rem;
  }
.detail-list {
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem 0.5rem;
  }
.detail-list li {
    font-size: 0.8rem;
    flex-direction: column;
    gap: 0.1rem;
  }
.detail-label {
    font-size: 0.75rem;
  }
.episode-head {
    padding: 0.5rem 0.6rem;
  }
.ep-summary {
    padding: 0 0.6rem 0.5rem 3.5rem;
  }
.comment-card {
    min-width: 220px;
    padding: 0.6rem 0.8rem;
  }
.recommendation-grid, .recommendation-region:nth-of-type(2) .recommendation-grid, .recommendation-region:last-of-type .recommendation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
.rec-card {
    padding: 0.4rem;
  }
.rec-card img {
    aspect-ratio: 4 / 3;
  }
.rec-card span:first-of-type {
    font-size: 0.85rem;
  }
.rec-card span:last-of-type {
    font-size: 0.75rem;
  }
footer {
    padding: 1rem 0.6rem 1.5rem;
  }
.friend-links {
    gap: 0.4rem 0.8rem;
  }}
@media (max-width: 400px) {.recommendation-grid, .recommendation-region:nth-of-type(2) .recommendation-grid, .recommendation-region:last-of-type .recommendation-grid {
    grid-template-columns: 1fr;
  }
.rec-card img {
    aspect-ratio: 16 / 9;
  }
.detail-list {
    grid-template-columns: 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}
