*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: #0d1412;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.012) 0px,
      rgba(255, 255, 255, 0.012) 1px,
      transparent 1px,
      transparent 34px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.22) 0px,
      rgba(0, 0, 0, 0.22) 1px,
      transparent 1px,
      transparent 26px
    );
  color: #e6e2d6;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
h1, h2, p, ul, dl, dd, dt {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
button, input, video {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
::selection {
  background: rgba(214, 122, 58, 0.4);
  color: #fbf7ee;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(180deg, rgba(10, 17, 15, 0.97) 0%, rgba(10, 17, 15, 0.9) 100%);
  border-bottom: 1px solid rgba(214, 122, 58, 0.28);
  backdrop-filter: blur(6px);
}
.header-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.site-brand {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #f6f1e4;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 0;
  border-bottom: 2px solid rgba(214, 122, 58, 0.7);
  white-space: nowrap;
}
.site-brand:hover, .site-brand:focus-visible {
  color: #e08a44;
  text-decoration: none;
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
}
.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5px;
  line-height: 1;
  padding: 6px 10px;
  color: #cfc9b8;
  text-decoration: none;
  border: 1px solid rgba(120, 140, 128, 0.32);
  border-radius: 2px;
  background: rgba(28, 42, 36, 0.6);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.runtime-category:hover, .runtime-category:focus-visible {
  color: #f6f1e4;
  border-color: rgba(214, 122, 58, 0.75);
  background: rgba(52, 40, 26, 0.75);
  text-decoration: none;
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.module-heading {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #f2ecdd;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(214, 122, 58, 0.3);
  transform: scaleX(1);
  transform-origin: left center;
}
.module-heading::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  background: #d67a3a;
  box-shadow: 0 0 0 3px rgba(214, 122, 58, 0.18);
  transform: rotate(45deg);
}
.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.32fr);
  gap: 18px;
  align-items: start;
  padding: 16px;
  background: linear-gradient(150deg, #16241f 0%, #101a17 55%, #1c1712 100%);
  border: 1px solid rgba(120, 150, 132, 0.22);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4), 0 10px 26px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}
.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.016) 0px,
    rgba(255, 255, 255, 0.016) 1px,
    transparent 1px,
    transparent 3px
  );
}
.hero-wave-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.wave-media-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(214, 122, 58, 0.26);
  background: #0a100e;
}
.hero-portrait {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.82) contrast(1.06);
}
.wave-trace {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  height: 46px;
  padding: 0 4px;
  background: rgba(8, 14, 12, 0.72);
  border: 1px solid rgba(120, 150, 132, 0.24);
  border-radius: 2px;
  overflow: hidden;
}
.wave-bar {
  flex: 1 1 0;
  min-width: 2px;
  background: linear-gradient(180deg, #f6f1e4 0%, #7fa693 55%, #d67a3a 100%);
  border-radius: 1px;
  opacity: 0.9;
}
.wave-bar:nth-child(1) { height: 22%; }
.wave-bar:nth-child(2) { height: 48%; }
.wave-bar:nth-child(3) { height: 76%; }
.wave-bar:nth-child(4) { height: 40%; }
.wave-bar:nth-child(5) { height: 92%; }
.wave-bar:nth-child(6) { height: 58%; }
.wave-bar:nth-child(7) { height: 30%; }
.wave-bar:nth-child(8) { height: 68%; }
.wave-bar:nth-child(9) { height: 100%; }
.wave-bar:nth-child(10) { height: 52%; }
.wave-bar:nth-child(11) { height: 84%; }
.wave-bar:nth-child(12) { height: 36%; }
.wave-bar:nth-child(13) { height: 62%; }
.wave-bar:nth-child(14) { height: 24%; }
.wave-bar:nth-child(15) { height: 70%; }
.wave-bar:nth-child(16) { height: 44%; }
.wave-bar:nth-child(17) { height: 88%; }
.wave-bar:nth-child(18) { height: 32%; }
.hero-tagline {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #f6f1e4;
  padding: 8px 10px;
  border-left: 3px solid #d67a3a;
  background: rgba(28, 20, 12, 0.62);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.hero-info-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.movie-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #fbf7ee;
  transform: scaleX(0.96);
  transform-origin: left center;
  border-left: 4px solid #d67a3a;
  padding-left: 10px;
}
.movie-seo-desc {
  font-size: 12.5px;
  line-height: 1.68;
  color: #b9b3a3;
  letter-spacing: 0.01em;
}
.player-bay {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  background: rgba(6, 11, 10, 0.78);
  border: 1px solid rgba(120, 150, 132, 0.26);
  border-radius: 3px;
  min-width: 0;
}
.player-bay video {
  display: block;
  width: 100%;
  max-width: none;
  background: #000;
  border-radius: 2px;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.ctrl-btn {
  flex: 0 0 auto;
  font-size: 11.5px;
  line-height: 1;
  padding: 6px 9px;
  color: #d8d2c2;
  background: rgba(30, 44, 38, 0.85);
  border: 1px solid rgba(120, 150, 132, 0.34);
  border-radius: 2px;
  letter-spacing: 0.04em;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible {
  color: #fbf7ee;
  border-color: rgba(214, 122, 58, 0.8);
  background: rgba(60, 42, 26, 0.9);
}
.ctrl-btn.play, .ctrl-btn.is-active {
  color: #14100a;
  background: #d67a3a;
  border-color: #d67a3a;
}
.ctrl-btn.mute, .ctrl-btn.is-muted {
  color: #f0c9a4;
  border-color: rgba(214, 122, 58, 0.7);
}
.ctrl-progress {
  flex: 1 1 160px;
  min-width: 110px;
  height: 4px;
  margin: 0 2px;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, #d67a3a 0%, #7fa693 100%);
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f6f1e4;
  border: 2px solid #d67a3a;
  cursor: pointer;
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 2px solid #d67a3a;
  border-radius: 50%;
  background: #f6f1e4;
  cursor: pointer;
}
.ctrl-volume {
  flex: 0 1 90px;
  min-width: 64px;
  height: 4px;
  margin: 0 2px;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, #7fa693 0%, rgba(120, 150, 132, 0.3) 100%);
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfc9b8;
  border: 1px solid #7fa693;
  cursor: pointer;
}
.ctrl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfc9b8;
  border: 1px solid #7fa693;
  cursor: pointer;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.status-chip {
  font-size: 11.5px;
  line-height: 1;
  padding: 5px 9px;
  letter-spacing: 0.06em;
  color: #cfc9b8;
  background: rgba(24, 38, 33, 0.8);
  border: 1px solid rgba(120, 150, 132, 0.34);
  border-radius: 2px;
}
.status-current {
  color: #14100a;
  background: #d67a3a;
  border-color: #d67a3a;
  font-weight: 700;
}
.cast-column {
  min-width: 0;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 8px;
  row-gap: 1px;
  padding: 7px 8px;
  background: rgba(18, 30, 26, 0.7);
  border: 1px solid rgba(120, 150, 132, 0.2);
  border-left: 2px solid rgba(214, 122, 58, 0.55);
  border-radius: 2px;
}
.cast-avatar {
  grid-row: 1 / span 3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 36%, #7fa693 0%, #3c4d44 62%, #1b2621 100%);
  border: 1px solid rgba(214, 122, 58, 0.5);
  box-shadow: inset 0 0 0 2px rgba(10, 17, 15, 0.75);
  align-self: start;
}
.cast-name {
  grid-column: 2;
  font-size: 13px;
  font-weight: 700;
  color: #f6f1e4;
  letter-spacing: 0.02em;
  align-self: end;
}
.cast-role {
  grid-column: 2;
  font-size: 11px;
  color: #d67a3a;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.cast-note {
  grid-column: 2;
  font-size: 11px;
  line-height: 1.4;
  color: #9f9a8c;
}
.synopsis-block {
  min-width: 0;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.72;
  color: #c4beae;
  text-align: justify;
}
.synopsis-para + .synopsis-para {
  margin-top: 7px;
}
.synopsis-para::first-line {
  color: #e6e2d6;
}
.details-block {
  min-width: 0;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1px;
  background: rgba(120, 150, 132, 0.18);
  border: 1px solid rgba(120, 150, 132, 0.18);
  border-radius: 2px;
  overflow: hidden;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 7px 9px;
  background: rgba(14, 24, 20, 0.92);
  min-width: 0;
}
.detail-key {
  flex: 0 0 auto;
  font-size: 11.5px;
  color: #8f9c93;
  letter-spacing: 0.08em;
}
.detail-key::after {
  content: "／";
  color: rgba(214, 122, 58, 0.6);
  margin-left: 2px;
}
.detail-val {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  color: #e6e2d6;
  font-weight: 600;
  word-break: break-word;
}
.timeline-section {
  min-width: 0;
}
.filmstrip-track {
  display: flex;
  align-items: stretch;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 10px;
  background:
    linear-gradient(180deg, rgba(30, 24, 16, 0.9) 0%, rgba(16, 22, 19, 0.9) 100%);
  border-top: 1px solid rgba(214, 122, 58, 0.34);
  border-bottom: 1px solid rgba(214, 122, 58, 0.34);
  border-radius: 2px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(214, 122, 58, 0.6) rgba(0, 0, 0, 0.3);
}
.filmstrip-track::before, .filmstrip-track::after {
  content: "";
  flex: 0 0 2px;
  align-self: stretch;
  background: repeating-linear-gradient(
    180deg,
    rgba(246, 241, 228, 0.22) 0px,
    rgba(246, 241, 228, 0.22) 4px,
    transparent 4px,
    transparent 12px
  );
}
.filmstrip-track::-webkit-scrollbar {
  height: 7px;
}
.filmstrip-track::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.35);
}
.filmstrip-track::-webkit-scrollbar-thumb {
  background: rgba(214, 122, 58, 0.55);
  border-radius: 4px;
}
.timeline-node {
  flex: 0 0 auto;
  width: 168px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 9px 10px;
  background: rgba(22, 34, 29, 0.72);
  border: 1px solid rgba(120, 150, 132, 0.22);
  border-radius: 2px;
  filter: saturate(0.45) brightness(0.72);
  transition: filter 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.node-timecode {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #8f9c93;
  font-variant-numeric: tabular-nums;
}
.node-label {
  font-size: 12.5px;
  line-height: 1.45;
  color: #cfc9b8;
}
.timeline-node-active {
  filter: none;
  border-color: rgba(214, 122, 58, 0.85);
  background: linear-gradient(160deg, rgba(60, 44, 26, 0.92) 0%, rgba(26, 40, 34, 0.92) 100%);
  box-shadow: 0 0 0 1px rgba(214, 122, 58, 0.45), 0 6px 16px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}
.timeline-node-active .node-timecode {
  color: #d67a3a;
  font-weight: 700;
}
.timeline-node-active .node-label {
  color: #fbf7ee;
  font-weight: 600;
}
.episodes-section {
  min-width: 0;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 9px 10px;
  background: rgba(18, 29, 25, 0.82);
  border: 1px solid rgba(120, 150, 132, 0.2);
  border-radius: 2px;
  min-width: 0;
  transition: border-color 0.16s ease, background 0.16s ease;
}
.episode-card:hover {
  border-color: rgba(214, 122, 58, 0.6);
  background: rgba(28, 40, 34, 0.9);
}
.episode-card-head {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(120, 150, 132, 0.28);
}
.episode-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #d67a3a;
  flex: 0 0 auto;
}
.episode-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #f6f1e4;
  flex: 1 1 auto;
  min-width: 0;
  letter-spacing: 0.02em;
}
.episode-duration {
  flex: 0 0 auto;
  font-size: 11px;
  color: #8f9c93;
  font-variant-numeric: tabular-nums;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.55;
  color: #b0aa9b;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-card-active {
  border-color: rgba(214, 122, 58, 0.9);
  background: linear-gradient(160deg, rgba(56, 42, 26, 0.92) 0%, rgba(22, 36, 30, 0.94) 100%);
  box-shadow: inset 3px 0 0 #d67a3a;
}
.episode-card-active .episode-title {
  color: #fbf7ee;
}
.comments-section {
  min-width: 0;
}
.comments-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.comment-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.comment-item {
  padding: 7px 9px;
  background: rgba(17, 27, 23, 0.74);
  border: 1px solid rgba(120, 150, 132, 0.16);
  border-left: 2px solid rgba(127, 166, 147, 0.5);
  border-radius: 2px;
  min-width: 0;
}
.comment-list:nth-child(2) .comment-item {
  border-left-color: rgba(214, 122, 58, 0.55);
  background: rgba(30, 24, 17, 0.6);
}
.comment-nick {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #7fa693;
  margin-bottom: 2px;
}
.comment-list:nth-child(2) .comment-nick {
  color: #d67a3a;
}
.comment-text {
  font-size: 11.5px;
  line-height: 1.5;
  color: #c0baab;
}
.recommend-region {
  min-width: 0;
}
.recommend-rail {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 10px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(214, 122, 58, 0.55) rgba(0, 0, 0, 0.3);
}
.recommend-rail::-webkit-scrollbar {
  height: 7px;
}
.recommend-rail::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.32);
}
.recommend-rail::-webkit-scrollbar-thumb {
  background: rgba(214, 122, 58, 0.5);
  border-radius: 4px;
}
.recommend-card {
  flex: 0 0 172px;
  width: 172px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  background: rgba(20, 31, 27, 0.86);
  border: 1px solid rgba(120, 150, 132, 0.22);
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  transition: border-color 0.16s ease, transform 0.16s ease;
}
.recommend-card:hover, .recommend-card:focus-visible {
  border-color: rgba(214, 122, 58, 0.8);
  transform: translateY(-2px);
  text-decoration: none;
}
.recommend-pic {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  background: #0a100e;
}
.recommend-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #f2ecdd;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-blurb {
  font-size: 11px;
  line-height: 1.45;
  color: #9f9a8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 8px;
  background: linear-gradient(180deg, #0d1512 0%, #090f0d 100%);
  border-top: 1px solid rgba(214, 122, 58, 0.3);
}
.footer-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.6;
  color: #7d7a70;
  max-width: 760px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding-top: 4px;
  border-top: 1px solid rgba(120, 150, 132, 0.16);
}
.footer-nav a {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #cfc9b8;
  text-decoration: none;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
}
.footer-nav a:hover, .footer-nav a:focus-visible {
  color: #d67a3a;
  border-bottom-color: rgba(214, 122, 58, 0.7);
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #7fa693;
  white-space: nowrap;
  text-transform: uppercase;
}
.runtime-friend-link {
  font-size: 11.5px;
  color: #8f9c93;
  text-decoration: none;
  padding: 1px 0;
  border-bottom: 1px dotted rgba(120, 150, 132, 0.4);
  white-space: nowrap;
}
.runtime-friend-link:hover, .runtime-friend-link:focus-visible {
  color: #e08a44;
  border-bottom-color: rgba(214, 122, 58, 0.85);
  text-decoration: none;
}
.player {
  position: relative;
}
.player-bay .player {
  display: block;
  width: 100%;
}
.player video {
  display: block;
  width: 100%;
}
.hero-stage.theater-mode {
  grid-template-columns: minmax(0, 1fr);
}
.hero-stage.theater-mode .hero-wave-panel {
  display: none;
}
.hero-stage.theater-mode .player-bay {
  border-color: rgba(214, 122, 58, 0.6);
  box-shadow: 0 0 0 1px rgba(214, 122, 58, 0.35), 0 12px 30px rgba(0, 0, 0, 0.6);
}
.hero-stage.lights-off {
  background: #050807;
  border-color: rgba(60, 80, 70, 0.5);
}
.hero-stage.lights-off .hero-tagline {
  background: rgba(4, 8, 7, 0.85);
  color: #cfc9b8;
}
.hero-stage.lights-off .player-bay {
  background: #000;
}
.hero-stage.lights-off .movie-title, .hero-stage.lights-off .movie-seo-desc {
  opacity: 0.5;
}
.ctrl-btn.click {
  background: rgba(214, 122, 58, 0.85);
  color: #14100a;
  border-color: #d67a3a;
}
.ctrl-btn.fullscreen {
  border-color: rgba(214, 122, 58, 0.8);
}
.ctrl-btn.pip {
  border-color: rgba(127, 166, 147, 0.7);
}
.ctrl-btn.speed {
  font-variant-numeric: tabular-nums;
}
.ctrl-btn.theater {
  border-style: dashed;
}
.ctrl-btn.light {
  border-style: dashed;
}
.ctrl-progress.progress {
  background: linear-gradient(90deg, #d67a3a 0%, #7fa693 100%);
}
.ctrl-progress.timeupdate {
  background: linear-gradient(90deg, #f6f1e4 0%, #d67a3a 100%);
}
.ctrl-volume.volume {
  background: linear-gradient(90deg, #7fa693 0%, rgba(120, 150, 132, 0.3) 100%);
}
.ctrl-volume.input {
  background: linear-gradient(90deg, #d67a3a 0%, rgba(120, 150, 132, 0.3) 100%);
}
@media (max-width: 1080px) {.hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 900px) {.hero-stage {
    grid-template-columns: minmax(0, 1fr);
  }
.wave-media-wrap {
    max-width: 340px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comments-columns {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 640px) {.page-main {
    padding: 14px 12px 20px;
    gap: 18px;
  }
.header-shell {
    padding: 8px 12px;
    gap: 10px;
  }
.site-brand {
    font-size: 15px;
  }
.runtime-category {
    font-size: 11.5px;
    padding: 5px 8px;
  }
.hero-stage {
    padding: 12px;
    gap: 14px;
  }
.movie-title {
    font-size: 20px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.filmstrip-track {
    padding: 10px 8px;
  }
.timeline-node {
    width: 150px;
  }
.recommend-card {
    flex: 0 0 150px;
    width: 150px;
  }
.footer-shell {
    padding: 14px 12px 18px;
  }}
@media (max-width: 420px) {.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.wave-media-wrap {
    max-width: 100%;
  }
.player-controls {
    gap: 5px;
  }
.ctrl-btn {
    font-size: 11px;
    padding: 5px 7px;
  }
.recommend-card {
    flex: 0 0 136px;
    width: 136px;
  }}

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}
