*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  background-color: #0d1419;
  color: #c8d4da;
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  font-family: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(100, 190, 200, 0.18);
  background: rgba(13, 20, 25, 0.92);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(6px);
}
.site-logo {
  font-family: "PingFang SC", "Helvetica Neue", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  font-size: 1.05rem;
  color: #b0e0e8;
  text-transform: uppercase;
  white-space: nowrap;
}
.categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.runtime-category {
  font-family: "PingFang SC", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: #8ba3ad;
  padding: 0.35rem 0.8rem;
  border-radius: 99px;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.runtime-category:hover {
  color: #7de3e8;
  border-color: rgba(125, 227, 232, 0.3);
}
.hero-waveform {
  position: relative;
  background: linear-gradient(160deg, rgba(20, 32, 40, 0.6), rgba(10, 16, 22, 0.9));
  padding: 3.5rem 1.5rem 4.5rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(100, 190, 200, 0.12);
}
.hero-waveform::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(70, 130, 145, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 130, 145, 0.12) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
.waveform-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  max-width: 780px;
  margin: 0 auto;
  min-height: 180px;
}
.waveform-bar {
  width: 6px;
  height: 30px;
  background: linear-gradient(to top, #1d3a42, #58d5d9);
  border-radius: 3px;
  opacity: 0.7;
  animation: wavePulse 2.4s ease-in-out infinite;
}
.wave-1 { animation-delay: 0s; height: 42px; }
.wave-2 { animation-delay: 0.2s; height: 65px; }
.wave-3 { animation-delay: 0.4s; height: 88px; }
.wave-4 { animation-delay: 0.6s; height: 120px; }
.wave-5 { animation-delay: 0.8s; height: 150px; }
.wave-6 { animation-delay: 1s; height: 165px; }
.wave-7 { animation-delay: 1.2s; height: 158px; }
.wave-8 { animation-delay: 1.4s; height: 132px; }
.wave-9 { animation-delay: 1.6s; height: 104px; }
.wave-10 { animation-delay: 1.8s; height: 78px; }
.wave-11 { animation-delay: 2s; height: 56px; }
.wave-12 { animation-delay: 2.2s; height: 36px; }
@keyframes wavePulse {
  0%, 100% {
    transform: scaleY(0.75);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1.1);
    opacity: 0.95;
  }
}
.movie-overview-panel {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: 0;
  margin: 0;
  padding: 2rem 1.5rem;
  background: #101920;
  border-bottom: 1px solid rgba(100, 190, 200, 0.15);
}
.poster-column {
  align-self: start;
}
.poster-wrapper {
  width: 100%;
  max-width: 260px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(100, 190, 200, 0.2);
}
.movie-poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}
.info-column {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.title-block {
  border-bottom: 1px solid rgba(100, 190, 200, 0.15);
  padding-bottom: 1.2rem;
}
.movie-title {
  font-family: "PingFang SC", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #e2edf0;
  line-height: 1.4;
}
.movie-tagline {
  font-size: 0.9rem;
  color: #58d5d9;
  letter-spacing: 0.18em;
  margin-top: 0.5rem;
}
.section-subheading {
  font-family: "PingFang SC", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: #7de3e8;
  margin-bottom: 0.8rem;
  border-left: 2px solid #58d5d9;
  padding-left: 0.6rem;
}
.section-heading {
  font-family: "PingFang SC", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  color: #c8d4da;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.section-heading::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: #58d5d9;
  margin: 0.6rem auto 0;
}
.cast-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cast-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  min-width: 70px;
}
.cast-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(125, 227, 232, 0.4);
  filter: saturate(0.85);
}
.cast-name {
  font-size: 0.8rem;
  color: #a9c1c9;
  letter-spacing: 0.04em;
}
.synopsis-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.synopsis-paragraph {
  font-size: 0.88rem;
  color: #a9c1c9;
  line-height: 1.75;
  max-width: 70ch;
}
.status-row {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.status-label {
  font-size: 0.8rem;
  color: #6d8b96;
}
.status-value {
  font-size: 1rem;
  color: #d5e2e6;
  font-weight: 600;
}
.status-divider {
  color: #42616b;
  margin: 0 0.2rem;
}
.current-episode-tag {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  background: rgba(125, 227, 232, 0.08);
  border: 1px solid rgba(125, 227, 232, 0.15);
  padding: 0.4rem 0.8rem;
  display: inline-block;
  border-radius: 3px;
}
.episode-tag-label {
  color: #8ba3ad;
}
.episode-tag-title {
  color: #7de3e8;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 1.5rem;
}
.detail-item {
  display: flex;
  gap: 0.6rem;
  font-size: 0.85rem;
  border-bottom: 1px dashed rgba(100, 190, 200, 0.1);
  padding-bottom: 0.3rem;
}
.detail-term {
  color: #6d8b96;
  min-width: 3.5em;
}
.detail-value {
  color: #c8d4da;
}
.player-panel {
  padding: 2rem 1.5rem;
  background: #0d1419;
  border-bottom: 1px solid rgba(100, 190, 200, 0.12);
}
.player-wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  transition: max-width 0.4s ease, border-radius 0.4s ease;
}
.player-wrapper video {
  display: block;
  background: #05080a;
}
.player-controls-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  background: rgba(8, 14, 18, 0.92);
  border-top: 1px solid rgba(100, 190, 200, 0.15);
  transition: opacity 0.3s ease;
}
.player-control-btn {
  font-size: 0.75rem;
  padding: 0.3rem 0.65rem;
  border: 1px solid rgba(100, 190, 200, 0.25);
  border-radius: 3px;
  color: #a9c1c9;
  background: rgba(20, 32, 40, 0.5);
  transition: all 0.2s ease;
  white-space: nowrap;
}
.player-control-btn:hover {
  color: #7de3e8;
  border-color: #7de3e8;
  background: rgba(125, 227, 232, 0.1);
}
.player-progress {
  flex: 1;
  height: 4px;
  background: #1d2d33;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.player-progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 18%;
  background: #7de3e8;
  border-radius: 2px;
}
.player-wrapper.theater-mode {
  max-width: 100%;
  border-radius: 0;
}
.player-wrapper.lights-dim {
  box-shadow: 0 0 60px rgba(125, 227, 232, 0.08);
}
.recommendation-region {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid rgba(100, 190, 200, 0.1);
  background: #0f1a20;
}
.recommendation-title {
  font-family: "PingFang SC", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: #c8d4da;
  margin-bottom: 1.2rem;
  text-align: center;
}
.recommendation-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: #2d4a52 transparent;
}
.recommendation-scroll::-webkit-scrollbar {
  height: 4px;
}
.recommendation-scroll::-webkit-scrollbar-thumb {
  background: #2d4a52;
  border-radius: 2px;
}
.recommendation-card {
  flex: 0 0 auto;
  width: 200px;
  background: rgba(20, 32, 40, 0.6);
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.6rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.recommendation-card:hover {
  border-color: rgba(125, 227, 232, 0.4);
  transform: translateY(-2px);
}
.recommendation-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 3px;
  background: #1d2d33;
}
.recommendation-name {
  font-size: 0.9rem;
  color: #d5e2e6;
  font-weight: 400;
  line-height: 1.3;
}
.recommendation-blurb {
  font-size: 0.75rem;
  color: #8ba3ad;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.timeline-panel {
  padding: 2.5rem 1.5rem;
  background: #0d1419;
  border-bottom: 1px solid rgba(100, 190, 200, 0.1);
}
.timeline-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}
.timeline-horizontal::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background: #2d4a52;
}
.timeline-node {
  position: relative;
  padding-top: 1.8rem;
  flex: 1 1 140px;
  max-width: 170px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #58d5d9;
  box-shadow: 0 0 6px rgba(88, 213, 217, 0.6);
}
.timecode {
  font-family: "PingFang SC", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  color: #7de3e8;
  letter-spacing: 0.05em;
}
.timeline-label {
  font-size: 0.78rem;
  color: #a9c1c9;
  line-height: 1.55;
}
.episodes-panel {
  padding: 2.5rem 1.5rem;
  background: #0f1a20;
  border-bottom: 1px solid rgba(100, 190, 200, 0.1);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.8rem;
  max-width: 1200px;
  margin: 0 auto;
}
.episode-card {
  background: rgba(16, 25, 32, 0.8);
  border: 1px solid rgba(100, 190, 200, 0.1);
  border-radius: 5px;
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: border-color 0.2s ease;
}
.episode-card:hover {
  border-color: rgba(125, 227, 232, 0.35);
}
.episode-number {
  font-family: "PingFang SC", "Helvetica Neue", sans-serif;
  font-size: 0.7rem;
  color: #58d5d9;
  letter-spacing: 0.08em;
}
.episode-title {
  font-size: 1rem;
  color: #d5e2e6;
  font-weight: 500;
}
.episode-summary {
  font-size: 0.78rem;
  color: #8ba3ad;
  line-height: 1.55;
  flex: 1;
}
.episode-duration {
  font-size: 0.7rem;
  color: #5a7a85;
  border-top: 1px dashed rgba(100, 190, 200, 0.12);
  padding-top: 0.4rem;
}
.comments-panel {
  padding: 2.5rem 1.5rem;
  background: #0d1419;
  border-bottom: 1px solid rgba(100, 190, 200, 0.1);
}
.comments-masonry {
  column-count: 3;
  column-gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}
.comment-card {
  break-inside: avoid;
  margin-bottom: 1rem;
  background: rgba(20, 32, 40, 0.55);
  border: 1px solid rgba(100, 190, 200, 0.1);
  border-radius: 5px;
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.comment-nickname {
  font-size: 0.8rem;
  color: #7de3e8;
  letter-spacing: 0.04em;
}
.comment-text {
  font-size: 0.82rem;
  color: #a9c1c9;
  line-height: 1.65;
}
.site-footer {
  background: #0a1015;
  padding: 2.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  border-top: 1px solid rgba(100, 190, 200, 0.1);
}
.footer-disclaimer {
  font-size: 0.75rem;
  color: #5a7a85;
  text-align: center;
  max-width: 720px;
  line-height: 1.7;
}
.footer-nav {
  display: flex;
  gap: 1.5rem;
}
.footer-link {
  font-size: 0.85rem;
  color: #a9c1c9;
  transition: color 0.2s ease;
}
.footer-link:hover {
  color: #7de3e8;
}
.friend-links-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  align-items: center;
  justify-content: center;
  max-width: 900px;
}
.friend-links-label {
  font-size: 0.8rem;
  color: #6d8b96;
}
.runtime-friend-link {
  font-size: 0.8rem;
  color: #8ba3ad;
  transition: color 0.2s ease;
}
.runtime-friend-link:hover {
  color: #7de3e8;
}
.footer-signoff {
  font-family: "PingFang SC", "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  color: #58d5d9;
  margin-top: 0.8rem;
  text-transform: uppercase;
  opacity: 0.8;
}
@media (max-width: 768px) {.site-nav {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
  }
.movie-overview-panel {
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem;
  }
.poster-wrapper {
    max-width: 220px;
    margin: 0 auto 1.5rem;
  }
.info-column {
    padding-left: 0;
  }
.waveform-shell {
    gap: 0.4rem;
    min-height: 140px;
  }
.waveform-bar {
    width: 4px;
  }
.wave-1 { height: 32px; }
.wave-2 { height: 48px; }
.wave-3 { height: 65px; }
.wave-4 { height: 88px; }
.wave-5 { height: 108px; }
.wave-6 { height: 120px; }
.wave-7 { height: 115px; }
.wave-8 { height: 96px; }
.wave-9 { height: 75px; }
.wave-10 { height: 56px; }
.wave-11 { height: 42px; }
.wave-12 { height: 26px; }
.details-list {
    grid-template-columns: 1fr;
  }
.player-panel {
    padding: 1.5rem 0.5rem;
  }
.player-controls-bar {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
.player-control-btn {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }
.player-progress {
    order: 10;
    flex-basis: 100%;
  }
.recommendation-region {
    padding: 1.5rem 1rem;
  }
.recommendation-card {
    width: 170px;
  }
.timeline-panel, .episodes-panel, .comments-panel {
    padding: 1.8rem 1rem;
  }
.timeline-horizontal {
    flex-direction: column;
    gap: 1.4rem;
  }
.timeline-horizontal::before {
    left: 4px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
  }
.timeline-node {
    max-width: none;
    padding-top: 0;
    padding-left: 1.8rem;
    flex: 1 1 auto;
  }
.timeline-node::before {
    top: 3px;
    left: 0;
  }
.episode-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.6rem;
  }
.comments-masonry {
    column-count: 2;
    column-gap: 0.8rem;
  }
.comment-card {
    padding: 0.8rem;
  }}
@media (max-width: 480px) {.hero-waveform {
    padding: 2.5rem 0.75rem 3.5rem;
  }
.waveform-shell {
    gap: 0.25rem;
    min-height: 120px;
  }
.waveform-bar {
    width: 3px;
  }
.wave-1 { height: 26px; }
.wave-2 { height: 38px; }
.wave-3 { height: 52px; }
.wave-4 { height: 70px; }
.wave-5 { height: 86px; }
.wave-6 { height: 96px; }
.wave-7 { height: 92px; }
.wave-8 { height: 76px; }
.wave-9 { height: 60px; }
.wave-10 { height: 45px; }
.wave-11 { height: 34px; }
.wave-12 { height: 20px; }
.movie-title {
    font-size: 1.2rem;
  }
.cast-grid {
    gap: 0.8rem;
  }
.cast-avatar {
    width: 48px;
    height: 48px;
  }
.cast-name {
    font-size: 0.72rem;
  }
.recommendation-card {
    width: 145px;
  }
.recommendation-name {
    font-size: 0.82rem;
  }
.recommendation-blurb {
    font-size: 0.7rem;
    -webkit-line-clamp: 2;
  }
.comments-masonry {
    column-count: 1;
  }
.episode-grid {
    grid-template-columns: 1fr;
  }
.footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
  }}

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}
