*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  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: #0a0a0c;
  color: #c8c8d0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
ul {
  list-style: none;
}
.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(10, 10, 12, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200, 30, 30, 0.25);
}
.site-logo {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #e8e8ec;
  white-space: nowrap;
}
.site-logo:hover {
  color: #ff2a2a;
}
.categories-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
  justify-content: flex-end;
}
.categories-nav::-webkit-scrollbar {
  display: none;
}
.runtime-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #a0a0b0;
  white-space: nowrap;
  border-radius: 2rem;
  transition: color 0.2s, background 0.2s;
}
.runtime-category:hover {
  color: #ff2a2a;
  background: rgba(255, 42, 42, 0.08);
}
.hero-stage {
  position: relative;
  background: #000;
}
.hero-player-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #000;
}
.hero-video {
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: cover;
  display: block;
  filter: brightness(0.85) saturate(1.1);
}
.live-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5;
  background: #e60000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  padding: 0.3rem 0.7rem;
  border-radius: 0.25rem;
  animation: livePulse 1.8s infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
.player-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 0.25s;
}
.hero-player-shell:hover .player-controls, .hero-player-shell:focus-within .player-controls {
  opacity: 1;
}
.player-controls button {
  color: #e0e0e8;
  font-size: 0.9rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.25rem;
  line-height: 1;
  white-space: nowrap;
}
.player-controls button:hover {
  background: rgba(255, 255, 255, 0.12);
}
.player-controls input[type="range"] {
  flex: 1;
  height: 4px;
  background: #555;
  border-radius: 2px;
}
.player-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff2a2a;
  border: 2px solid #fff;
}
.player-controls input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff2a2a;
  border: 2px solid #fff;
}
.hero-overlay {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 2rem 1.5rem;
  background: linear-gradient(to top, rgba(10, 10, 12, 0.95), rgba(10, 10, 12, 0.4), transparent);
  text-align: center;
}
.hero-title {
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #f0f0f4;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
}
.hero-tagline {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: #ff2a2a;
  letter-spacing: 0.2em;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
.hero-keywords {
  font-size: 0.95rem;
  color: #c0c0cc;
  letter-spacing: 0.1em;
}
.slogan-section {
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: #0e0e12;
  border-top: 1px solid rgba(255, 42, 42, 0.15);
  border-bottom: 1px solid rgba(255, 42, 42, 0.15);
}
.slogan-text {
  font-size: clamp(1.4rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #e8e8ec;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.slogan-text::before, .slogan-text::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 3px;
  background: #ff2a2a;
  vertical-align: middle;
  margin: 0 1rem;
}
.movie-overview {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem 1.5rem;
}
.poster-and-details {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.poster-wrapper {
  position: relative;
  width: 100%;
  max-width: 280px;
}
.main-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}
.episode-status span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #ff6b6b;
  background: rgba(230, 0, 0, 0.12);
  border: 1px solid rgba(230, 0, 0, 0.3);
  padding: 0.2rem 0.6rem;
  border-radius: 2rem;
  white-space: nowrap;
}
.info-group {
  min-width: 0;
}
.title-tagline-group {
  margin-bottom: 1.25rem;
}
.movie-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #f0f0f4;
  letter-spacing: 0.02em;
  margin-bottom: 0.3rem;
}
.movie-tagline {
  font-size: 1rem;
  font-weight: 600;
  color: #ff2a2a;
  letter-spacing: 0.1em;
}
.cast-fragment, .synopsis-fragment {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fragment-heading {
  font-size: 0.9rem;
  font-weight: 800;
  color: #ff2a2a;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid rgba(255, 42, 42, 0.4);
  display: inline-block;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cast-list li {
  font-size: 0.95rem;
  color: #d0d0d8;
  padding: 0.35rem 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.synopsis-paragraph {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #b0b0bc;
  margin-bottom: 0.7rem;
  text-align: justify;
}
.details-fragment {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 42, 42, 0.2);
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.6rem 1.5rem;
  margin-top: 0.75rem;
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}
.detail-item dt {
  font-size: 0.8rem;
  font-weight: 500;
  color: #88889a;
  white-space: nowrap;
}
.detail-item dd {
  font-size: 0.9rem;
  font-weight: 600;
  color: #d8d8e0;
}
.timeline-fragment {
  padding: 2.5rem 1rem 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
.timeline-scroll {
  overflow-x: auto;
  padding-bottom: 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 42, 42, 0.6) rgba(255, 255, 255, 0.06);
}
.timeline-scroll::-webkit-scrollbar {
  height: 6px;
}
.timeline-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 42, 42, 0.6);
  border-radius: 3px;
}
.timeline-track {
  display: flex;
  gap: 0;
  min-width: max-content;
  padding: 1rem 0.5rem;
  position: relative;
}
.timeline-track::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, rgba(255, 42, 42, 0.3), rgba(255, 42, 42, 0.9), rgba(200, 30, 30, 0.3));
}
.timeline-entry {
  position: relative;
  flex: 0 0 auto;
  width: 200px;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.timeline-entry::before {
  content: "";
  position: absolute;
  top: 1.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1a1a20;
  border: 3px solid #ff2a2a;
  z-index: 1;
}
.timeline-entry::after {
  content: "";
  position: absolute;
  top: 2.35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 40px;
  background: rgba(255, 42, 42, 0.2);
}
.timecode {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ff2a2a;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2.2rem;
}
.label {
  font-size: 0.85rem;
  color: #b8b8c4;
  text-align: center;
  line-height: 1.4;
  padding: 0 0.25rem;
}
.episodes-fragment {
  padding: 1.5rem 1rem 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}
.episode-card {
  background: #14141a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  padding: 0.9rem;
  display: flex;
  gap: 0.75rem;
  transition: border-color 0.2s, background 0.2s;
}
.episode-card:hover {
  border-color: rgba(255, 42, 42, 0.5);
  background: #1a1a22;
}
.ep-number {
  font-size: 1.4rem;
  font-weight: 900;
  color: #ff2a2a;
  min-width: 1.5rem;
  text-align: center;
  line-height: 1.2;
  opacity: 0.8;
}
.ep-info {
  min-width: 0;
}
.ep-info h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #e8e8ec;
  margin-bottom: 0.2rem;
}
.ep-info p {
  font-size: 0.8rem;
  color: #9a9aac;
  line-height: 1.45;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ep-duration {
  font-size: 0.75rem;
  color: #666678;
  font-weight: 600;
}
.cast-grid-section {
  padding: 1.5rem 1rem 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.cast-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.75rem;
  background: #14141a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  transition: transform 0.2s, border-color 0.2s;
}
.cast-member:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 42, 42, 0.4);
}
.cast-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
  border: 2px solid rgba(255, 42, 42, 0.3);
  filter: grayscale(0.3);
  transition: filter 0.2s, border-color 0.2s;
}
.cast-member:hover .cast-photo {
  filter: grayscale(0);
  border-color: #ff2a2a;
}
.actor-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #e8e8ec;
}
.role-name {
  font-size: 0.75rem;
  color: #ff2a2a;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.comments-fragment {
  padding: 1.5rem 1rem 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.comments-scroll {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 42, 42, 0.6) rgba(255, 255, 255, 0.06);
}
.comments-scroll::-webkit-scrollbar {
  width: 6px;
}
.comments-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
}
.comments-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 42, 42, 0.6);
  border-radius: 3px;
}
.comment-card {
  background: #14141a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  padding: 0.75rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.comment-nick {
  font-size: 0.85rem;
  font-weight: 700;
  color: #ff2a2a;
  letter-spacing: 0.03em;
}
.comment-text {
  font-size: 0.85rem;
  color: #b0b0bc;
  line-height: 1.5;
}
.recommendation-region {
  padding: 1.5rem 1rem;
  max-width: 1400px;
  margin: 0 auto;
}
.recommendation-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #e8e8ec;
  margin-bottom: 0.75rem;
  border-left: 4px solid #ff2a2a;
  padding-left: 0.75rem;
  letter-spacing: 0.02em;
}
.recommendation-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}
.rec-card {
  background: #14141a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s;
}
.rec-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 42, 42, 0.5);
}
.rec-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #1a1a22;
}
.rec-card > span {
  padding: 0.5rem 0.75rem 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #e0e0e8;
}
.rec-card > span:last-child {
  padding-top: 0;
  padding-bottom: 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9a9aac;
  line-height: 1.4;
}
.action-bar {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 1rem 3rem;
}
.download-button, .ticket-button {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 2.5rem;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.download-button {
  background: #ff2a2a;
  color: #fff;
}
.download-button:hover {
  background: #e60000;
  transform: scale(1.03);
  box-shadow: 0 4px 24px rgba(255, 42, 42, 0.4);
}
.ticket-button {
  background: transparent;
  color: #ff2a2a;
  border: 2px solid #ff2a2a;
}
.ticket-button:hover {
  background: rgba(255, 42, 42, 0.1);
  transform: scale(1.03);
}
.site-footer {
  background: #0b0b0e;
  border-top: 1px solid rgba(255, 42, 42, 0.2);
  padding: 2rem 1.5rem 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
.footer-links {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}
.footer-home, .footer-sitemap {
  font-size: 0.9rem;
  font-weight: 600;
  color: #a0a0b0;
  transition: color 0.2s;
}
.footer-home:hover, .footer-sitemap:hover {
  color: #ff2a2a;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.25rem;
  margin-bottom: 1.25rem;
}
.friend-link-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #88889a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 0.25rem;
}
.runtime-friend-link {
  font-size: 0.8rem;
  color: #88889a;
  transition: color 0.2s;
}
.runtime-friend-link:hover {
  color: #ff2a2a;
}
.disclaimer {
  font-size: 0.75rem;
  color: #555568;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1rem;
}
body.lights-off .main-content, body.lights-off .site-header, body.lights-off .site-footer {
  opacity: 0.15;
  transition: opacity 0.4s;
}
body.lights-off .hero-player-shell, body.lights-off .player-controls {
  opacity: 1;
}
body.theater-mode .hero-player-shell {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 1024px) {.poster-and-details {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 1.5rem;
  }
.poster-wrapper {
    max-width: 220px;
  }}
@media (max-width: 768px) {.poster-and-details {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
.poster-wrapper {
    max-width: 240px;
    margin: 0 auto;
  }
.info-group {
    padding: 0 0.25rem;
  }
.hero-overlay {
    bottom: 2.5rem;
    padding: 1.5rem 1rem;
  }
.timeline-entry {
    width: 170px;
  }
.episode-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
.cast-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 0.6rem;
  }
.comments-scroll {
    max-height: 280px;
  }
.recommendation-row {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
.slogan-text::before, .slogan-text::after {
    width: 1.5rem;
    margin: 0 0.5rem;
  }}
@media (max-width: 480px) {.site-header {
    padding: 0.6rem 1rem;
    gap: 0.75rem;
  }
.site-logo {
    font-size: 1rem;
  }
.runtime-category {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
  }
.hero-overlay {
    position: static;
    background: #0d0d10;
    padding: 1.25rem 1rem;
  }
.hero-title {
    font-size: 1.5rem;
  }
.hero-tagline {
    font-size: 1rem;
  }
.hero-keywords {
    font-size: 0.8rem;
  }
.slogan-section {
    padding: 1.5rem 1rem;
  }
.slogan-text {
    font-size: 1.1rem;
    letter-spacing: 0.15em;
  }
.movie-overview {
    padding: 1.25rem 0.75rem;
  }
.episode-list {
    grid-template-columns: 1fr;
  }
.cast-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
.comments-scroll {
    grid-template-columns: 1fr;
    max-height: 340px;
  }
.recommendation-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
.rec-card > span {
    font-size: 0.8rem;
  }
.rec-card > span:last-child {
    font-size: 0.75rem;
  }
.action-bar {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem 2rem;
  }
.download-button, .ticket-button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
.footer-links {
    flex-wrap: wrap;
    gap: 1rem;
  }
.friend-links {
    gap: 0.4rem 1rem;
  }
.timeline-entry {
    width: 150px;
  }}

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}
