*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  background: #0b0e14;
  color: #c8ccd4;
  font-family: "Songti SC", "SimSun", "Noto Serif SC", serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
}
video {
  display: block;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(11, 14, 20, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 200, 87, 0.15);
}
a[data-contract="site-name"].site-logo {
  font-family: "Arial Narrow", "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.12em;
  color: #f5c76a;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s;
}
a[data-contract="site-name"].site-logo:hover {
  color: #ff4d6d;
}
.category-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.category-nav::-webkit-scrollbar {
  display: none;
}
.category-nav .runtime-category {
  display: inline-block;
  font-family: "Arial Narrow", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #9aa3b2;
  padding: 0.35rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 2rem;
  white-space: nowrap;
  transition: all 0.3s;
}
.category-nav .runtime-category:hover {
  color: #f5c76a;
  border-color: rgba(245, 199, 106, 0.4);
  background: rgba(245, 199, 106, 0.08);
}
.page-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.hero-visual {
  margin: 0 -1.25rem;
  position: relative;
}
.hero-backdrop {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: linear-gradient(180deg, #0a0d13 0%, #121722 55%, #1a2233 100%);
}
.hero-cinema-seat {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  filter: contrast(1.15) saturate(0.7) brightness(0.6);
}
.hero-caption-block {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem 2rem 3rem;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 14, 20, 0.75) 70%, #0b0e14 100%);
}
.hero-title {
  font-family: "Arial Narrow", "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 3rem);
  letter-spacing: 0.1em;
  color: #f0e6d2;
  text-shadow: 0 2px 20px rgba(255, 77, 109, 0.3);
  margin-bottom: 0.6rem;
  line-height: 1.2;
}
.hero-tagline {
  font-size: 0.95rem;
  color: #b8bfca;
  max-width: 42ch;
  border-left: 3px solid #ff4d6d;
  padding-left: 0.75rem;
  opacity: 0.85;
}
.movie-overview-shell {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 1.25rem;
  margin: 1.5rem 0 1rem;
  background: linear-gradient(160deg, #12161f 0%, #0e1119 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  padding: 1.25rem;
  position: relative;
}
.poster-media-wrapper {
  grid-column: 1;
  align-self: start;
  position: relative;
}
.movie-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.movie-info-content {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.title-tagline-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.65rem;
  margin-bottom: 0.4rem;
}
.movie-title {
  font-family: "Arial Narrow", "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #f0e6d2;
  line-height: 1.3;
}
.movie-tagline {
  font-size: 0.85rem;
  color: #8f97a6;
  margin-top: 0.3rem;
  font-style: italic;
}
.fragment-heading {
  font-family: "Arial Narrow", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5c76a;
  margin: 0.6rem 0 0.35rem;
  position: relative;
  display: inline-block;
}
.fragment-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ff4d6d, transparent);
}
.actor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.75rem;
}
.actor-name-item {
  font-size: 0.85rem;
  color: #c0c6d0;
  padding: 0.15rem 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.synopsis-paragraph {
  font-size: 0.85rem;
  color: #a8b0bd;
  line-height: 1.75;
  margin-bottom: 0.35rem;
  max-width: 60ch;
}
.episode-status-fragment {
  margin-top: 0.4rem;
  padding: 0.6rem 0.8rem;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid #ff4d6d;
  border-radius: 0 4px 4px 0;
}
.episode-progress-meta {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.total-episodes-label, .current-episode-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7d8698;
}
.total-episodes-value, .current-episode-value {
  font-family: "Arial Narrow", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #f5c76a;
  margin-right: 0.75rem;
}
.episode-status-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.episode-number-label {
  font-family: "Arial Narrow", sans-serif;
  font-weight: 700;
  color: #ff4d6d;
  font-size: 0.85rem;
}
.episode-title-label {
  font-size: 0.9rem;
  color: #dfe3ea;
  font-weight: 600;
}
.episode-duration-label {
  font-size: 0.75rem;
  color: #7d8698;
  margin-left: auto;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.2rem 1rem;
  padding-top: 0.3rem;
}
.detail-item {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  padding: 0.2rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}
.detail-term {
  font-size: 0.75rem;
  color: #7d8698;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}
.detail-value {
  font-size: 0.85rem;
  color: #c8ccd4;
}
.player-wrapper {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  min-width: 0;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.player-wrapper video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.player-controls-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  padding: 0.4rem 0.5rem;
  background: rgba(20, 24, 32, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.player-control-btn {
  font-size: 0.7rem;
  padding: 0.3rem 0.55rem;
  border-radius: 2px;
  color: #9aa3b2;
  transition: all 0.25s;
  font-family: "Arial Narrow", sans-serif;
  letter-spacing: 0.05em;
}
.player-control-btn:hover {
  color: #f5c76a;
  background: rgba(245, 199, 106, 0.1);
}
.player-control-btn.active {
  color: #ff4d6d;
  background: rgba(255, 77, 109, 0.15);
}
.player-wrapper.theater-mode {
  position: fixed;
  inset: 0;
  z-index: 200;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  background: #000;
}
.player-wrapper.theater-mode video {
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 0;
}
.player-wrapper.theater-mode .player-controls-bar {
  flex-shrink: 0;
}
.page-shell.lights-dimmed .hero-visual, .page-shell.lights-dimmed .movie-overview-shell, .page-shell.lights-dimmed .timeline-fragment, .page-shell.lights-dimmed .episodes-fragment, .page-shell.lights-dimmed .cast-section, .page-shell.lights-dimmed .comments-fragment, .page-shell.lights-dimmed .recommendation-region {
  filter: brightness(0.35) saturate(0.6);
  transition: filter 0.6s;
}
.page-shell.lights-dimmed .player-wrapper {
  filter: none;
  z-index: 300;
}
.timeline-fragment {
  margin: 1.5rem 0;
  padding: 0.75rem 1rem 1rem;
  background: linear-gradient(180deg, #0f131c 0%, #0b0e14 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.timeline-track {
  position: relative;
  margin-top: 0.75rem;
  padding-left: 1.25rem;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #ff4d6d 0%, #f5c76a 60%, #3a4150 100%);
  border-radius: 2px;
}
.timeline-entry {
  position: relative;
  padding: 0.4rem 0.75rem 0.4rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.timeline-entry::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  background: #0b0e14;
  border: 2px solid #f5c76a;
  border-radius: 50%;
  transform: translateX(-50%);
}
.timeline-entry:last-child::before {
  border-color: #ff4d6d;
  box-shadow: 0 0 8px rgba(255, 77, 109, 0.6);
}
.timecode-label {
  font-family: "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: #f5c76a;
  letter-spacing: 0.06em;
}
.timeline-text {
  font-size: 0.85rem;
  color: #a8b0bd;
  line-height: 1.5;
}
.episodes-fragment {
  margin: 1.5rem 0;
}
.episode-cards-scroller {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.6rem;
}
.episode-card {
  background: linear-gradient(150deg, #141a25 0%, #10141d 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
}
.episode-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent rgba(255, 77, 109, 0.25) transparent transparent;
}
.episode-card:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 199, 106, 0.3);
}
.episode-card-number {
  font-family: "Arial Narrow", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: rgba(255, 77, 109, 0.6);
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
}
.episode-card-title {
  font-family: "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #e8e6df;
  letter-spacing: 0.04em;
  padding-right: 2rem;
}
.episode-card-summary {
  font-size: 0.8rem;
  color: #8f97a6;
  line-height: 1.6;
  flex: 1;
}
.episode-card-duration {
  font-size: 0.7rem;
  color: #f5c76a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 0.3rem;
}
.cast-section {
  margin: 1.5rem 0;
}
.cast-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.6rem;
}
.cast-card {
  background: linear-gradient(170deg, #131722 0%, #0e1119 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  transition: transform 0.3s, border-color 0.3s;
}
.cast-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 77, 109, 0.25);
}
.actor-avatar-block {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  background: #1a202c;
}
.actor-avatar-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(11, 14, 20, 0.8));
}
.actor-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05);
}
.actor-name {
  font-family: "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #ede9de;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 0.6rem;
}
.actor-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 65%;
  background: #ff4d6d;
}
.actor-bio {
  font-size: 0.78rem;
  color: #8f97a6;
  line-height: 1.6;
}
.comments-fragment {
  margin: 1.5rem 0;
}
.comments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.6rem;
}
.comment-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  padding: 0.85rem 1rem;
  position: relative;
  transition: background 0.3s;
}
.comment-panel::before {
  content: "“";
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  font-family: Georgia, serif;
  font-size: 2.5rem;
  color: rgba(245, 199, 106, 0.2);
  line-height: 1;
}
.comment-panel:hover {
  background: rgba(255, 255, 255, 0.05);
}
.commenter-nickname {
  font-family: "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #f5c76a;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 0.35rem;
  padding-left: 1.25rem;
}
.comment-text {
  font-size: 0.82rem;
  color: #a8b0bd;
  line-height: 1.7;
  padding-left: 1.25rem;
}
.recommendation-region {
  margin: 1.5rem 0;
}
.recommendation-title {
  font-family: "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f5c76a;
  margin-bottom: 0.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.recommendation-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #ff4d6d;
}
.recommendation-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.75rem;
}
a.recommendation-item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: linear-gradient(170deg, #131722 0%, #0e1119 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 0.6rem;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
a.recommendation-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 77, 109, 0.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
a.recommendation-item img.recommendation-poster {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 2px;
  background: #1a202c;
  filter: brightness(0.8) saturate(0.8);
  transition: filter 0.3s;
}
a.recommendation-item:hover .recommendation-poster {
  filter: brightness(1) saturate(1);
}
.recommendation-name {
  font-family: "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #dfe3ea;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommendation-blurb {
  font-size: 0.72rem;
  color: #7d8698;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 2rem;
  padding: 1.5rem 1.25rem 2rem;
  background: #090c11;
}
.footer-disclaimer {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.7;
  max-width: 90ch;
  margin-bottom: 1rem;
}
.footer-nav-links {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
a[data-contract="footer-home"].footer-link, a[data-contract="footer-sitemap"].footer-link {
  font-size: 0.8rem;
  color: #9aa3b2;
  letter-spacing: 0.06em;
  transition: color 0.3s;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.15rem;
}
a[data-contract="footer-home"].footer-link:hover, a[data-contract="footer-sitemap"].footer-link:hover {
  color: #f5c76a;
  border-bottom-color: rgba(245, 199, 106, 0.5);
}
.friend-links-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.friend-links-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
}
a.runtime-friend-link {
  font-size: 0.75rem;
  color: #8f97a6;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  transition: all 0.25s;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #f5c76a;
  border-color: rgba(245, 199, 106, 0.3);
  background: rgba(245, 199, 106, 0.05);
}
@media (max-width: 1100px) {.movie-overview-shell {
    grid-template-columns: 200px minmax(0, 1fr);
  }
.player-wrapper {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 1rem;
  }
.cast-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 768px) {.site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
  }
.category-nav {
    width: 100%;
  }
.page-shell {
    padding: 0 0.75rem;
  }
.hero-visual {
    margin: 0 -0.75rem;
  }
.hero-caption-block {
    padding: 1.5rem 1rem 2rem;
  }
.movie-overview-shell {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0.9rem;
  }
.poster-media-wrapper {
    grid-column: 1;
    max-width: 240px;
  }
.movie-info-content {
    grid-column: 1;
  }
.player-wrapper {
    grid-column: 1;
  }
.episode-cards-scroller {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
.episode-card {
    min-width: 260px;
    scroll-snap-align: start;
  }
.cast-columns {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
.cast-card {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
.actor-avatar-block {
    width: 80px;
    aspect-ratio: 3 / 4;
    flex-shrink: 0;
  }
.actor-name {
    font-size: 1rem;
  }
.comments-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
.recommendation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }
.details-list {
    grid-template-columns: 1fr;
  }
.timeline-entry {
    padding-left: 0.5rem;
  }}
@media (max-width: 480px) {.recommendation-list {
    grid-template-columns: 1fr;
  }
.hero-title {
    font-size: 1.35rem;
  }
.hero-tagline {
    font-size: 0.85rem;
  }
.player-controls-bar {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
.player-control-btn {
    flex-shrink: 0;
  }
.movie-title {
    font-size: 1.2rem;
  }
.episode-progress-meta {
    flex-wrap: wrap;
  }
.episode-status-row {
    flex-wrap: wrap;
  }
.episode-duration-label {
    margin-left: 0;
  }}
@media print {body {
    background: #fff;
    color: #000;
  }
.site-header, .hero-visual, .player-wrapper, .site-footer {
    display: none;
  }
.page-shell {
    max-width: 100%;
    padding: 0;
  }
.movie-overview-shell {
    border: none;
    background: none;
  }
.fragment-heading {
    color: #000;
  }}

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}
