*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 14px;
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #0a0a0a;
  color: #c8c8c8;
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  background: #111;
  border-bottom: 1px solid #2a2a2a;
  position: sticky;
  top: 0;
  z-index: 100;
  gap: 1rem;
}
a[data-contract="site-name"].site-brand {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #e8e8e8;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
}
a[data-contract="site-name"].site-brand:hover {
  color: #b3282d;
}
.categories-nav {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0.25rem 0;
  flex-wrap: nowrap;
}
.categories-nav::-webkit-scrollbar {
  display: none;
}
a.runtime-category {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #9a9a9a;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  white-space: nowrap;
  transition: all 0.18s ease;
  background: #151515;
  text-decoration: none;
}
a.runtime-category:hover {
  color: #fff;
  border-color: #b3282d;
  background: #1c1c1c;
}
main {
  max-width: 1440px;
  margin: 0 auto;
}
.movie-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0;
  background: #0e0e0e;
  border-bottom: 1px solid #222;
  position: relative;
}
.hero-content {
  padding: 2rem 2rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-self: start;
  min-width: 0;
}
.movie-title {
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #f0f0f0;
  text-transform: uppercase;
  border-left: 4px solid #b3282d;
  padding-left: 0.75rem;
  word-break: break-word;
}
.tagline {
  font-size: 0.95rem;
  font-weight: 400;
  color: #7a7a7a;
  letter-spacing: 0.15em;
  margin-top: -0.4rem;
}
.section-heading {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d0d0d0;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
}
.cast-block {
  margin-top: 0.5rem;
}
.actor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
}
.actor-list li {
  font-size: 0.9rem;
  color: #b0b0b0;
  padding: 0.2rem 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.actor-list li:hover {
  border-color: #b3282d;
  color: #e0e0e0;
}
.synopsis-block p {
  font-size: 0.88rem;
  color: #9a9a9a;
  margin-bottom: 0.6rem;
  line-height: 1.65;
}
.synopsis-block p:last-child {
  margin-bottom: 0;
}
.episode-status {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 0.6rem 0;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  font-size: 0.85rem;
  font-weight: 600;
  color: #b3282d;
  letter-spacing: 0.05em;
}
.episode-count {
  color: #b3282d;
  font-weight: 700;
}
.current-episode {
  color: #d0d0d0;
  background: #1a1a1a;
  padding: 0.2rem 0.7rem;
  border-radius: 2px;
  font-weight: 500;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1.5rem;
  padding: 0.5rem 0;
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: #c0c0c0;
  min-width: 0;
}
.detail-label {
  font-size: 0.75rem;
  color: #6a6a6a;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  min-width: 3.5em;
}
.hero-media {
  padding: 2rem 2rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  background: #0c0c0c;
}
.poster-frame {
  background: #111;
  border: 1px solid #222;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}
.player-wrapper {
  width: 100%;
  min-width: 480px;
  background: #000;
  border: 1px solid #222;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.player-wrapper video {
  display: block;
  background: #000;
  width: 100%;
  height: auto;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.4rem 0.5rem;
  background: #141414;
  border-top: 1px solid #222;
}
.player-controls button {
  font-size: 0.7rem;
  padding: 0.25rem 0.55rem;
  border: 1px solid #333;
  border-radius: 2px;
  color: #aaa;
  background: #1a1a1a;
  transition: all 0.15s;
  white-space: nowrap;
}
.player-controls button:hover {
  background: #b3282d;
  border-color: #b3282d;
  color: #fff;
}
.player-wrapper video.theater-mode {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  z-index: 200;
  background: #000;
  border: 2px solid #b3282d;
}
.player-wrapper video.light-off {
  filter: brightness(0.6);
}
.episode-section {
  padding: 1.5rem 2.5rem;
  background: #0d0d0d;
  border-bottom: 1px solid #1e1e1e;
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}
.episode-card {
  background: #131313;
  border: 1px solid #242424;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  min-height: 0;
  transition: border-color 0.2s, transform 0.2s;
}
.episode-card:nth-child(2n) {
  transform: translateY(0.75rem);
}
.episode-card:hover {
  border-color: #b3282d;
}
.episode-number {
  font-size: 2.2rem;
  font-weight: 900;
  color: #b3282d;
  line-height: 1;
  opacity: 0.8;
  display: block;
}
.episode-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e0e0e0;
  letter-spacing: 0.04em;
}
.episode-summary {
  font-size: 0.8rem;
  color: #8a8a8a;
  line-height: 1.5;
  flex-grow: 1;
}
.episode-duration {
  font-size: 0.7rem;
  color: #5a5a5a;
  letter-spacing: 0.08em;
  border-top: 1px solid #222;
  padding-top: 0.35rem;
  margin-top: 0.2rem;
}
.timeline-section {
  padding: 1.5rem 2.5rem 2rem;
  background: #0a0a0a;
  border-bottom: 1px solid #1e1e1e;
}
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline-container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #2a2a2a;
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: 50%;
  padding: 0.75rem 2rem 0.75rem 0;
  position: relative;
}
.timeline-item::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 1.2rem;
  width: 12px;
  height: 12px;
  background: #b3282d;
  border-radius: 50%;
  border: 2px solid #0a0a0a;
  box-shadow: 0 0 0 2px #b3282d;
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
  width: 50%;
  padding: 0.75rem 0 0.75rem 2rem;
  flex-direction: row-reverse;
  text-align: right;
}
.timeline-item:nth-child(even)::after {
  right: auto;
  left: -6px;
}
.timecode {
  font-size: 0.8rem;
  font-weight: 700;
  color: #b3282d;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  padding-top: 0.2rem;
}
.timeline-label {
  font-size: 0.85rem;
  color: #b0b0b0;
  line-height: 1.5;
}
.cast-grid-section {
  padding: 1.5rem 2.5rem;
  background: #0e0e0e;
  border-bottom: 1px solid #1e1e1e;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.cast-member {
  background: #141414;
  border: 1px solid #242424;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 0;
  transition: border-color 0.2s;
}
.cast-member:hover {
  border-color: #b3282d;
}
.cast-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e0e0e0;
  letter-spacing: 0.03em;
}
.cast-role {
  font-size: 0.78rem;
  color: #7a7a7a;
  letter-spacing: 0.06em;
}
.comments-section {
  padding: 1.5rem 2.5rem;
  background: #0c0c0c;
  border-bottom: 1px solid #1e1e1e;
}
.comment-masonry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: start;
}
.comment-item {
  background: #131313;
  border: 1px solid #222;
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #aaa;
}
.comment-item:nth-child(2n) {
  transform: translateY(0.5rem);
  background: #161616;
}
.comment-item:nth-child(3n) {
  transform: translateY(1rem);
  background: #101010;
}
.comment-nick {
  font-size: 0.75rem;
  font-weight: 700;
  color: #b3282d;
  letter-spacing: 0.05em;
}
.comment-text {
  color: #9a9a9a;
}
.recommendation-region {
  padding: 1.5rem 2.5rem;
  background: #0d0d0d;
  border-bottom: 1px solid #1e1e1e;
}
.recommendation-row {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
  align-items: stretch;
}
.recommendation-row::-webkit-scrollbar {
  height: 4px;
}
.recommendation-row::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 2px;
}
.recommendation-row::-webkit-scrollbar-track {
  background: #111;
}
a.rec-card {
  flex: 0 0 auto;
  width: 180px;
  max-width: 65vw;
  scroll-snap-align: start;
  background: #141414;
  border: 1px solid #242424;
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 0;
  transition: border-color 0.2s, background 0.2s;
  color: inherit;
  text-decoration: none;
}
a.rec-card:hover {
  border-color: #b3282d;
  background: #191919;
}
[data-runtime="recommendation"] img.rec-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #111;
  min-height: 0;
}
.rec-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #ddd;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec-blurb {
  font-size: 0.7rem;
  color: #777;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0;
}
footer {
  background: #0a0a0a;
  padding: 1.5rem 2.5rem 2rem;
  border-top: 1px solid #1e1e1e;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.disclaimer {
  font-size: 0.72rem;
  color: #5a5a5a;
  line-height: 1.5;
  max-width: 900px;
}
.footer-links {
  display: flex;
  gap: 1.5rem;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 0.8rem;
  color: #8a8a8a;
  text-decoration: none;
  transition: color 0.2s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #b3282d;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  align-items: center;
  font-size: 0.75rem;
}
.friend-label {
  color: #5a5a5a;
  white-space: nowrap;
}
a.runtime-friend-link {
  color: #7a7a7a;
  border-bottom: 1px solid #2a2a2a;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
a.runtime-friend-link:hover {
  color: #b3282d;
  border-color: #b3282d;
}
@media (max-width: 1100px) {.movie-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  }
.hero-content {
    padding: 1.5rem;
  }
.hero-media {
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  }
.detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 900px) {.movie-hero {
    grid-template-columns: 1fr;
  }
.hero-media {
    padding: 0 1.5rem 1.5rem;
    order: 2;
  }
.hero-content {
    order: 1;
  }
.poster-frame {
    max-width: 100%;
  }
.poster-image {
    max-height: 60vh;
    width: auto;
    margin: 0 auto;
  }
.episode-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-card:nth-child(2n) {
    transform: translateY(0);
  }
.episode-card:nth-child(3n) {
    transform: translateY(0.5rem);
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-container::before {
    left: 20px;
    transform: none;
  }
.timeline-item, .timeline-item:nth-child(even) {
    width: 100%;
    align-self: flex-start;
    padding: 0.75rem 0 0.75rem 2.5rem;
    flex-direction: row;
    text-align: left;
  }
.timeline-item::after, .timeline-item:nth-child(even)::after {
    right: auto;
    left: 15px;
  }
.recommendation-region, .episode-section, .timeline-section, .cast-grid-section, .comments-section {
    padding: 1.25rem 1.5rem;
  }}
@media (max-width: 640px) {html {
    font-size: 13px;
  }
header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    padding: 0.6rem 1rem;
  }
.categories-nav {
    width: 100%;
  }
.movie-title {
    font-size: 1.4rem;
  }
.hero-content, .hero-media {
    padding: 1rem;
  }
.detail-grid {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
.episode-list {
    grid-template-columns: 1fr;
  }
.episode-card:nth-child(2n), .episode-card:nth-child(3n) {
    transform: translateY(0);
  }
.cast-grid {
    grid-template-columns: 1fr;
  }
.comment-masonry {
    grid-template-columns: 1fr;
  }
.comment-item:nth-child(2n), .comment-item:nth-child(3n) {
    transform: translateY(0);
  }
.recommendation-region, .episode-section, .timeline-section, .cast-grid-section, .comments-section {
    padding: 1rem;
  }
.rec-card {
    width: 150px;
  }
footer {
    padding: 1rem;
  }
.player-wrapper {
    min-width: 0;
  }
.player-controls {
    gap: 0.15rem;
  }
.player-controls button {
    font-size: 0.65rem;
    padding: 0.2rem 0.4rem;
  }}

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}
