*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #0d0d0f;
  color: #bfbfbf;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
header {
  background: #0a0a0c;
  border-bottom: 1px solid #1f1f23;
  padding: 0.75rem 1.25rem;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.site-logo {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #c9a35a;
  white-space: nowrap;
}
a[data-contract="site-name"] {
  color: #c9a35a;
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: #e0c07a;
}
.category-strip {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
  scrollbar-color: #333 #111;
}
.category-strip::-webkit-scrollbar {
  height: 3px;
}
.category-strip::-webkit-scrollbar-thumb {
  background: #444;
}
.runtime-category {
  color: #888;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0.25rem 0.6rem;
  border-radius: 2px;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
  flex-shrink: 0;
}
.runtime-category:hover {
  color: #e0c07a;
  background: #1a1a1f;
}
main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
}
.abyss-stage {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr) minmax(480px, 1.2fr);
  gap: 1.5rem;
  align-items: start;
  padding: 2rem 0 1.5rem;
  position: relative;
}
.abyss-stage::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.25rem;
  right: -1.25rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3a2a20, #c9a35a33, transparent);
}
.poster-shell {
  position: relative;
  width: 100%;
  max-width: 320px;
  line-height: 0;
}
.poster-shell::after {
  content: "";
  display: block;
  padding-top: 150%;
}
.main-poster-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(1.05);
}
.overview-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.25rem;
}
.movie-title {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f0e6d2;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-left: 3px solid #c9a35a;
  padding-left: 0.75rem;
}
.movie-tagline {
  font-size: 0.95rem;
  color: #c9a35a;
  letter-spacing: 0.08em;
  font-style: italic;
  padding-left: 0.75rem;
  margin-top: -0.5rem;
}
.cast-grid {
  border-top: 1px solid #2a2a2f;
  padding-top: 1rem;
}
.fragment-heading {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #c9a35a;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fragment-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #3a2a20, transparent);
}
.actor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.actor-chip {
  font-size: 0.85rem;
  color: #bbb;
  background: #1a1a1f;
  border: 1px solid #2f2f35;
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.actor-chip:hover {
  border-color: #c9a35a;
  color: #e0c07a;
}
.synopsis-block {
  border-top: 1px solid #2a2a2f;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.synopsis-para {
  font-size: 0.88rem;
  color: #9a9a9e;
  line-height: 1.7;
  text-indent: 1.5em;
  border-left: 1px solid #2a2a2f;
  padding-left: 0.75rem;
}
.synopsis-para:first-of-type {
  border-left-color: #c9a35a;
}
.episode-status {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  border-top: 1px solid #2a2a2f;
  padding-top: 1rem;
}
.status-label {
  font-size: 0.8rem;
  color: #666;
  letter-spacing: 0.15em;
}
.current-episode {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #e0c07a;
}
.separator {
  color: #555;
  font-size: 0.9rem;
}
.total-episodes {
  font-size: 0.85rem;
  color: #888;
}
.meta-details {
  border-top: 1px solid #2a2a2f;
  padding-top: 1rem;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 1rem;
}
.detail-item {
  display: flex;
  gap: 0.4rem;
  font-size: 0.8rem;
}
.detail-item dt {
  color: #777;
  flex-shrink: 0;
}
.detail-item dd {
  color: #aaa;
}
.player-wide-wrap {
  grid-column: 3;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0;
  background: #0a0a0c;
  border: 1px solid #1f1f24;
  padding: 0.75rem;
  position: relative;
}
.player-wide-wrap::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
  background: linear-gradient(90deg, #c9a35a, transparent);
}
.player-wide-wrap video {
  background: #000;
  min-width: 0;
}
.player-wide-wrap video.theater-mode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  z-index: 1000;
  background: #000;
}
.player-wide-wrap video.lights-off {
  filter: brightness(0.9);
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.5rem 0 0;
  border-top: 1px solid #1f1f24;
}
.ctrl-btn {
  font-size: 0.75rem;
  color: #888;
  padding: 0.35rem 0.65rem;
  border: 1px solid #2f2f35;
  border-radius: 2px;
  transition: all 0.15s;
  background: #121215;
}
.ctrl-btn:hover {
  color: #e0c07a;
  border-color: #c9a35a;
  background: #1a1a20;
}
.ctrl-btn.click {
  color: #e0c07a;
  background: #1f1f25;
}
.episode-strip {
  border-top: 1px solid #2a2a2f;
  padding: 2rem 0 1.5rem;
  margin-top: 1.5rem;
}
.episode-track {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
.ep-card {
  background: #121215;
  border: 1px solid #1f1f24;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  position: relative;
  transition: border-color 0.2s;
}
.ep-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #c9a35a66, transparent);
}
.ep-card:hover {
  border-color: #3a2a20;
}
.ep-number {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #c9a35a;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}
.ep-number::after {
  content: "EP";
  font-size: 0.6rem;
  color: #666;
  letter-spacing: 0.1em;
}
.ep-title {
  font-size: 0.9rem;
  color: #ddd;
  font-weight: 600;
}
.ep-summary {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.5;
  flex: 1;
}
.ep-duration {
  font-size: 0.75rem;
  color: #555;
  border-top: 1px solid #1f1f24;
  padding-top: 0.4rem;
}
.timeline-events {
  border-top: 1px solid #2a2a2f;
  padding: 2rem 0;
}
.timeline-list {
  position: relative;
  padding-left: 2rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, #c9a35a, #3a2a20 50%, transparent);
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
  align-items: baseline;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.5rem;
  width: 7px;
  height: 7px;
  background: #0d0d0f;
  border: 1px solid #c9a35a;
  transform: rotate(45deg);
}
.timecode {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #c9a35a;
  letter-spacing: 0.05em;
}
.event-label {
  font-size: 0.88rem;
  color: #aaa;
  line-height: 1.5;
}
.comments-wall {
  border-top: 1px solid #2a2a2f;
  padding: 2rem 0;
}
.comment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1rem;
}
.comment-column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-content: start;
}
.comment-card {
  background: #121215;
  border: 1px solid #1f1f24;
  border-left: 2px solid #c9a35a;
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.comment-nick {
  font-style: normal;
  font-size: 0.85rem;
  color: #e0c07a;
  font-weight: 600;
}
.comment-text {
  font-size: 0.82rem;
  color: #999;
  line-height: 1.6;
}
.reco-block {
  border-top: 1px solid #2a2a2f;
  padding: 1.5rem 0;
}
.reco-heading {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 1.05rem;
  color: #e0c07a;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.reco-heading::before {
  content: "";
  width: 3px;
  height: 1em;
  background: #c9a35a;
}
.reco-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
a.reco-item {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: #0f0f12;
  border: 1px solid #1f1f24;
  padding: 0.5rem;
  transition: border-color 0.2s;
  height: fit-content;
}
a.reco-item:hover {
  border-color: #c9a35a66;
}
.reco-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #1a1a1f;
}
.reco-name {
  font-size: 0.9rem;
  color: #ddd;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reco-blurb {
  font-size: 0.78rem;
  color: #777;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
footer {
  background: #0a0a0c;
  border-top: 1px solid #1f1f24;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-disclaimer {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.6;
  max-width: 1200px;
}
.footer-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}
a.footer-link {
  font-size: 0.85rem;
  color: #888;
  text-decoration: none;
}
a.footer-link:hover {
  color: #e0c07a;
}
a[data-contract="footer-home"] {
  color: #888;
  text-decoration: none;
}
a[data-contract="footer-home"]:hover {
  color: #e0c07a;
}
a[data-contract="footer-sitemap"] {
  color: #888;
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover {
  color: #e0c07a;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  border-top: 1px solid #1f1f24;
  padding-top: 1rem;
}
.friend-label {
  font-size: 0.8rem;
  color: #666;
  letter-spacing: 0.15em;
  margin-right: 0.25rem;
}
a.runtime-friend-link {
  font-size: 0.8rem;
  color: #888;
  text-decoration: none;
}
a.runtime-friend-link:hover {
  color: #c9a35a;
}
@media (max-width: 1200px) {.abyss-stage {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    gap: 1.25rem;
  }
.player-wide-wrap {
    grid-column: 1 / -1;
    order: 3;
    margin-top: 0.5rem;
  }}
@media (max-width: 900px) {.abyss-stage {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
.poster-shell {
    max-width: 280px;
    margin: 0 auto;
  }
.overview-content {
    padding-top: 0;
  }
.player-wide-wrap {
    grid-column: 1;
    order: 0;
    margin-top: 0;
  }
.comment-grid {
    grid-template-columns: 1fr;
  }
.detail-list {
    grid-template-columns: repeat(3, 1fr);
  }}
@media (max-width: 640px) {html {
    font-size: 13px;
  }
header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
.category-strip {
    width: 100%;
  }
main {
    padding: 0 0.75rem 1.5rem;
  }
.abyss-stage {
    padding-top: 1rem;
  }
.movie-title {
    font-size: 1.4rem;
  }
.detail-list {
    grid-template-columns: repeat(2, 1fr);
  }
.episode-track {
    grid-template-columns: 1fr;
  }
.timeline-item {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
.timeline-list {
    padding-left: 1.5rem;
  }
.timeline-item::before {
    left: -1.5rem;
  }
.reco-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
.player-controls {
    gap: 0.25rem;
  }
.ctrl-btn {
    padding: 0.3rem 0.5rem;
    font-size: 0.7rem;
  }
.friend-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
.footer-links {
    flex-wrap: wrap;
  }}
@media (max-width: 480px) {.abyss-stage {
    min-width: 0;
  }
.player-wide-wrap {
    min-width: 0;
  }
.player-wide-wrap video {
    min-width: 0;
  }
.poster-shell {
    max-width: 220px;
  }
.detail-list {
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem;
  }
.detail-item {
    flex-direction: column;
    gap: 0.1rem;
  }}

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}
