*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: #0e1013;
  color: #b9bfc6;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Noto Sans CJK SC", "Source Han Sans SC", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input {
  font: inherit;
  color: inherit;
}
a {
  color: #c8ccd2;
  text-decoration: none;
}
ul, ol, dl {
  list-style: none;
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #0a0c0f;
  border-bottom: 1px solid #23272d;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 16px;
}
a[data-contract="site-name"] {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #d9dde2;
  text-transform: uppercase;
  border-left: 3px solid #8c2f22;
  padding-left: 8px;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #e8b07a;
}
.category-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  color: #8e959d;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border: 1px solid #262b31;
  background-color: #12151a;
  white-space: nowrap;
}
a.runtime-category:hover {
  color: #e8b07a;
  border-color: #5c2a20;
  background-color: #1a1413;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-statement {
  position: relative;
  padding: 14px 16px 12px;
  background:
    linear-gradient(105deg, rgba(20, 24, 30, 0.96) 0%, rgba(24, 27, 32, 0.88) 45%, rgba(48, 24, 18, 0.72) 100%),
    repeating-linear-gradient(90deg, #15181d 0 6px, #121519 6px 12px);
  border-left: 4px solid #8c2f22;
  overflow: hidden;
}
.hero-statement::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(140, 47, 34, 0.18) 100%);
  pointer-events: none;
}
.hero-tagline {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #e6e9ec;
  text-shadow: 0 1px 0 #000, 0 0 18px rgba(140, 47, 34, 0.35);
  max-width: 46ch;
}
.hero-seo {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.55;
  color: #818890;
  max-width: 78ch;
}
.player-frame {
  position: relative;
  width: 100%;
  max-width: 760px;
  background-color: #05070a;
  border: 1px solid #23272d;
  padding: 0;
}
.player-frame video {
  display: block;
  background-color: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  background-color: #0c0f13;
  border-top: 1px solid #1f242a;
}
.control-chip {
  flex: 0 0 auto;
  padding: 3px 9px;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #9aa1a9;
  background-color: #14181e;
  border: 1px solid #272d34;
  cursor: pointer;
  transition: color 0.12s linear, border-color 0.12s linear, background-color 0.12s linear;
}
.control-chip:hover {
  color: #e8b07a;
  border-color: #5c2a20;
}
.control-chip.is-active {
  color: #0e1013;
  background-color: #b8532f;
  border-color: #b8532f;
}
.control-progress {
  flex: 1 1 140px;
  min-width: 90px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #262c33;
  cursor: pointer;
}
.control-volume {
  flex: 0 1 90px;
  min-width: 60px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #262c33;
  cursor: pointer;
}
.control-progress::-webkit-slider-thumb, .control-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 9px;
  height: 13px;
  background-color: #c0603a;
  border: none;
  cursor: pointer;
}
.control-progress::-moz-range-thumb, .control-volume::-moz-range-thumb {
  width: 9px;
  height: 13px;
  background-color: #c0603a;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.player-frame.is-theater {
  max-width: 1180px;
}
.player-frame.is-lights-off {
  background-color: #000;
}
.player-frame.is-lights-off .player-controls {
  background-color: #050608;
}
.movie-overview {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 12px;
  background-color: #13161b;
  border: 1px solid #23272d;
}
.overview-poster {
  width: 100%;
  max-width: 208px;
  align-self: start;
  border: 1px solid #2a2f36;
  background-color: #0a0c0f;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}
.overview-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.movie-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #e6e9ec;
  border-bottom: 1px solid #2a2f36;
  padding-bottom: 6px;
}
.movie-tagline {
  font-size: 12px;
  line-height: 1.5;
  color: #8e959d;
  padding-left: 8px;
  border-left: 2px solid #8c2f22;
}
.block-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #c0603a;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.block-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #2a2f36;
}
.cast-block {
  min-width: 0;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.cast-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 62px;
  text-align: center;
}
.cast-avatar {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, #4a5158 0%, #2a2f36 55%, #1a1e23 100%);
  border: 1px solid #3a4048;
  box-shadow: inset 0 0 0 2px #0e1013;
}
.cast-name {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #d3d8dd;
  line-height: 1.2;
}
.cast-role {
  display: block;
  font-size: 10px;
  color: #767d85;
  line-height: 1.2;
}
.synopsis-block {
  min-width: 0;
}
.synopsis-paragraph {
  font-size: 12px;
  line-height: 1.5;
  color: #8a9199;
  margin-bottom: 5px;
  padding-left: 8px;
  border-left: 1px solid #22272d;
}
.synopsis-paragraph:last-child {
  margin-bottom: 0;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background-color: #0f1216;
  border: 1px solid #23272d;
  border-left: 3px solid #8c2f22;
}
.status-current {
  font-size: 12px;
  font-weight: 700;
  color: #e8b07a;
  letter-spacing: 0.04em;
}
.status-total {
  font-size: 11px;
  color: #767d85;
  padding-left: 8px;
  border-left: 1px solid #2a2f36;
}
.details-block {
  min-width: 0;
}
.details-list {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 3px 10px;
  font-size: 12px;
}
.detail-key {
  color: #6d747c;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.detail-value {
  color: #c2c8ce;
  margin-right: 6px;
}
.timeline-section {
  min-width: 0;
}
.timeline-strip {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 10px 2px 12px;
  background:
    linear-gradient(180deg, #101317 0%, #0c0f12 100%);
  border: 1px solid #23272d;
  scrollbar-width: thin;
  scrollbar-color: #454c54 #14181d;
  -webkit-overflow-scrolling: touch;
}
.timeline-strip::-webkit-scrollbar {
  height: 6px;
}
.timeline-strip::-webkit-scrollbar-track {
  background-color: #14181d;
}
.timeline-strip::-webkit-scrollbar-thumb {
  background-color: #454c54;
}
.timeline-node {
  position: relative;
  flex: 0 0 178px;
  width: 178px;
  padding: 14px 12px 6px;
  border-left: 1px solid #262c33;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.timeline-node:last-child {
  border-right: 1px solid #262c33;
}
.shell-marker {
  position: absolute;
  top: 6px;
  left: 12px;
  width: 9px;
  height: 20px;
  background: linear-gradient(180deg, #d3a24a 0%, #a8762c 40%, #7a5320 100%);
  border-radius: 2px 2px 1px 1px;
  box-shadow: 0 0 0 1px #2a1f10, 0 1px 4px rgba(0, 0, 0, 0.6);
}
.shell-marker::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 5px;
  height: 4px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #7a5320, #4d3514);
  border-radius: 0 0 2px 2px;
}
.timeline-timecode {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #c0603a;
  padding-left: 16px;
}
.timeline-label {
  font-size: 11px;
  line-height: 1.45;
  color: #8a9199;
}
.episodes-section {
  min-width: 0;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.episode-item {
  position: relative;
  padding: 8px 10px 8px 12px;
  background-color: #101317;
  border: 1px solid #1e232a;
  border-left: 2px solid #2a2f36;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.episode-item-current {
  background-color: #16110f;
  border-left-color: #b8532f;
  box-shadow: inset 0 0 0 1px rgba(184, 83, 47, 0.25);
}
.episode-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #c0603a;
}
.episode-item-current .episode-number {
  color: #e8996a;
}
.episode-title {
  font-size: 13px;
  font-weight: 700;
  color: #d3d8dd;
  line-height: 1.25;
}
.episode-summary {
  font-size: 11px;
  line-height: 1.45;
  color: #767d85;
}
.episode-duration {
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #5f666e;
  margin-top: 2px;
}
.comments-section {
  min-width: 0;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.comment-card {
  position: relative;
  padding: 8px 10px;
  background-color: #12151a;
  border: 1px solid #20252b;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.comment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0 1px, transparent 1px 7px);
}
.comment-nickname {
  font-size: 11px;
  font-weight: 700;
  color: #c0603a;
  letter-spacing: 0.04em;
}
.comment-text {
  font-size: 11px;
  line-height: 1.5;
  color: #8a9199;
}
.recommend-region {
  min-width: 0;
}
.recommend-heading {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #d3d8dd;
  margin-bottom: 6px;
  padding-left: 8px;
  border-left: 3px solid #8c2f22;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.recommend-item {
  min-width: 0;
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px;
  background-color: #101317;
  border: 1px solid #1e232a;
  color: #b9bfc6;
  text-decoration: none;
  height: 100%;
}
a[data-runtime="recommendation"]:hover {
  border-color: #5c2a20;
  background-color: #17120f;
}
a[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background-color: #0a0c0f;
}
.recommend-index {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #c0603a;
}
.recommend-name {
  font-size: 12px;
  font-weight: 700;
  color: #d3d8dd;
  line-height: 1.25;
}
.recommend-blurb {
  font-size: 10px;
  line-height: 1.45;
  color: #767d85;
}
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 16px 24px;
  border-top: 1px solid #23272d;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #8e959d;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #e8b07a;
  border-bottom-color: #5c2a20;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 10px;
}
.friend-links-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #5f666e;
  text-transform: uppercase;
}
a.runtime-friend-link {
  font-size: 11px;
  color: #6d747c;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #c0603a;
  text-decoration: underline;
}
.footer-disclaimer {
  font-size: 10px;
  line-height: 1.5;
  color: #4f565e;
}
@media (max-width: 900px) {.movie-overview {
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 12px;
  }
.overview-poster {
    max-width: 168px;
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  }}
@media (max-width: 680px) {.page-main {
    padding: 8px 10px 16px;
    gap: 10px;
  }
.site-footer {
    padding: 10px 10px 20px;
  }
.hero-statement {
    padding: 12px 12px 10px;
  }
.hero-tagline {
    font-size: 15px;
  }
.movie-overview {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }
.overview-poster {
    max-width: 180px;
  }
.movie-title {
    font-size: 18px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: auto minmax(0, 1fr);
  }
.timeline-node {
    flex: 0 0 156px;
    width: 156px;
  }}
@media (max-width: 420px) {.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    gap: 8px 10px;
  }
.cast-member {
    width: 56px;
  }}

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}
