*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #05060f;
  color: #cfd3e4;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans SC", system-ui, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background-image:
    radial-gradient(1100px 520px at 82% -8%, rgba(190, 20, 120, 0.16), transparent 62%),
    radial-gradient(900px 480px at 8% 4%, rgba(38, 46, 120, 0.22), transparent 60%),
    linear-gradient(180deg, #070818 0%, #05060f 46%, #04050c 100%);
  background-attachment: fixed;
}
h1, h2, p, dl, dd, dt, ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
video {
  display: block;
}
.main-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 18px 44px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(6, 7, 20, 0.96), rgba(6, 7, 20, 0.82));
  border-bottom: 1px solid rgba(140, 60, 190, 0.28);
  box-shadow: 0 1px 0 rgba(255, 40, 150, 0.12), 0 10px 26px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #f4f6ff;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(230, 30, 140, 0.55), 0 0 30px rgba(120, 60, 220, 0.35);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  color: #ff5db1;
  text-shadow: 0 0 14px rgba(255, 40, 150, 0.8);
}
.category-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: #b9bede;
  text-decoration: none;
  border: 1px solid rgba(120, 90, 190, 0.34);
  border-radius: 2px;
  background: rgba(30, 22, 60, 0.5);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #fff;
  border-color: rgba(255, 60, 160, 0.75);
  background: rgba(80, 20, 70, 0.6);
  box-shadow: 0 0 12px rgba(230, 30, 140, 0.45) inset, 0 0 10px rgba(230, 30, 140, 0.3);
}
.section-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #f0eaff;
  text-shadow: 0 0 10px rgba(180, 60, 200, 0.4);
}
.section-heading::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 12px;
  margin-right: 7px;
  vertical-align: -1px;
  background: linear-gradient(180deg, #ff2f9a, #7a3cff);
  box-shadow: 0 0 8px rgba(255, 47, 154, 0.8);
}
.movie-overview {
  padding-top: 6px;
}
.overview-hero {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 16px 18px 20px;
  border: 1px solid rgba(110, 70, 180, 0.3);
  border-radius: 3px;
  background:
    radial-gradient(620px 300px at 100% 0%, rgba(190, 20, 120, 0.2), transparent 68%),
    linear-gradient(180deg, rgba(12, 13, 34, 0.95), rgba(6, 7, 18, 0.95));
  box-shadow: inset 0 1px 0 rgba(255, 80, 170, 0.08), 0 14px 34px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}
.hero-figure {
  position: relative;
  z-index: 1;
  align-self: start;
  width: 100%;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(150, 80, 200, 0.4);
  filter: saturate(0.9) contrast(1.06) brightness(0.88);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6), 0 10px 26px rgba(0, 0, 0, 0.7);
}
.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding-top: 4px;
}
.movie-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.06em;
  color: #fbfbff;
  text-shadow:
    0 0 14px rgba(230, 30, 140, 0.5),
    0 0 40px rgba(110, 50, 220, 0.35);
}
.movie-tagline {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.16em;
  color: #ff66b8;
  text-shadow: 0 0 12px rgba(255, 40, 150, 0.45);
}
.movie-seo-desc {
  max-width: 62ch;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.85;
  color: #a9afd0;
}
.hero-tape-marks {
  position: absolute;
  top: -4px;
  right: -6px;
  width: 154px;
  height: 96px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}
.tape-reel {
  position: absolute;
  top: 0;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid rgba(255, 60, 160, 0.55);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 60, 160, 0.18) 0 12%, transparent 13%),
    radial-gradient(circle at 50% 50%, rgba(8, 8, 22, 0.9) 0 34%, transparent 35%),
    conic-gradient(from 0deg, rgba(255, 60, 160, 0.35), rgba(120, 60, 255, 0.2), rgba(255, 60, 160, 0.35));
  box-shadow: 0 0 18px rgba(255, 40, 150, 0.4), 0 0 40px rgba(120, 60, 220, 0.25) inset;
}
.tape-reel::after {
  content: "";
  position: absolute;
  inset: 50% 50% auto auto;
  width: 6px;
  height: 6px;
  margin: -3px -3px 0 0;
  border-radius: 50%;
  background: #ff8ad0;
  box-shadow: 0 0 10px rgba(255, 60, 160, 0.95);
}
.tape-reel-left {
  left: 0;
}
.tape-reel-right {
  right: 0;
  top: 16px;
}
.cast-panel {
  margin-top: 14px;
  padding: 11px 14px 13px;
  border: 1px solid rgba(110, 70, 180, 0.24);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(13, 14, 34, 0.9), rgba(7, 8, 20, 0.9));
}
.cast-heading {
  margin-bottom: 9px;
}
.cast-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.cast-card {
  position: relative;
  flex: 0 0 auto;
  width: 96px;
  padding: 0 0 4px;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(30, 26, 62, 0.85), rgba(12, 12, 28, 0.95));
  border: 1px solid rgba(120, 80, 190, 0.3);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}
.cast-avatar {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(60% 50% at 50% 26%, rgba(255, 120, 190, 0.35), transparent 70%),
    linear-gradient(160deg, rgba(60, 40, 120, 0.9), rgba(10, 10, 26, 0.95));
  filter: contrast(1.05) brightness(0.85);
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(6, 6, 18, 0.92) 100%);
}
.cast-name {
  display: block;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  padding: 0 6px 2px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #e7e3ff;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.95);
}
.synopsis-panel {
  margin-top: 14px;
  padding: 12px 14px 14px;
  border: 1px solid rgba(110, 70, 180, 0.24);
  border-left: 2px solid rgba(255, 47, 154, 0.55);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(13, 14, 34, 0.9), rgba(7, 8, 20, 0.9));
}
.synopsis-heading {
  margin-bottom: 9px;
}
.synopsis-body {
  columns: 2;
  column-gap: 22px;
  column-rule: 1px solid rgba(110, 70, 180, 0.2);
}
.synopsis-para {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.82;
  color: #b3b8d6;
  break-inside: avoid;
}
.synopsis-para + .synopsis-para {
  margin-top: 8px;
}
.episode-status-panel {
  margin-top: 14px;
  padding: 10px 14px 12px;
  border: 1px solid rgba(110, 70, 180, 0.24);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(13, 14, 34, 0.9), rgba(7, 8, 20, 0.9));
}
.status-heading {
  margin-bottom: 8px;
}
.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.status-current, .status-total, .status-score {
  display: inline-block;
  padding: 3px 11px;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.06em;
  border-radius: 2px;
  border: 1px solid rgba(120, 80, 190, 0.34);
  background: rgba(22, 20, 50, 0.72);
  white-space: nowrap;
}
.status-current {
  color: #ffd0ea;
  border-color: rgba(255, 60, 160, 0.6);
  box-shadow: 0 0 12px rgba(255, 40, 150, 0.28) inset;
}
.status-total {
  color: #b9bede;
}
.status-score {
  color: #ffcf7a;
  border-color: rgba(255, 190, 90, 0.45);
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-top: 14px;
  border: 1px solid rgba(140, 60, 190, 0.42);
  border-radius: 3px;
  background: #000;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8), 0 16px 38px rgba(0, 0, 0, 0.72), 0 0 26px rgba(180, 30, 130, 0.18);
}
.main-player {
  display: block;
  width: 100%;
  max-width: none;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(110, 70, 180, 0.26);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(15, 16, 38, 0.92), rgba(8, 9, 22, 0.92));
}
.ctrl-btn {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #c8cce8;
  background: rgba(28, 24, 60, 0.8);
  border: 1px solid rgba(120, 80, 190, 0.36);
  border-radius: 2px;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible {
  color: #fff;
  border-color: rgba(255, 60, 160, 0.7);
  background: rgba(70, 22, 68, 0.75);
  box-shadow: 0 0 10px rgba(230, 30, 140, 0.35);
}
.ctrl-btn.is-playing, .ctrl-btn.is-active {
  color: #fff;
  border-color: rgba(255, 60, 160, 0.85);
  background: rgba(110, 20, 90, 0.7);
  box-shadow: 0 0 12px rgba(255, 40, 150, 0.5);
}
.ctrl-btn.is-muted {
  color: #ff9ad2;
}
.ctrl-progress {
  flex: 1 1 190px;
  min-width: 130px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, rgba(255, 47, 154, 0.75), rgba(122, 60, 255, 0.55));
  border-radius: 2px;
  outline: none;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff5db1;
  box-shadow: 0 0 10px rgba(255, 60, 160, 0.9);
  cursor: pointer;
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background: #ff5db1;
  box-shadow: 0 0 10px rgba(255, 60, 160, 0.9);
  cursor: pointer;
}
.ctrl-volume {
  flex: 0 0 84px;
  width: 84px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(140, 110, 200, 0.45);
  border-radius: 2px;
  outline: none;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b48cff;
  box-shadow: 0 0 8px rgba(160, 100, 255, 0.8);
  cursor: pointer;
}
.ctrl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #b48cff;
  cursor: pointer;
}
.ctrl-speed {
  padding: 3px 6px;
  font-size: 12px;
  color: #c8cce8;
  background: rgba(28, 24, 60, 0.9);
  border: 1px solid rgba(120, 80, 190, 0.36);
  border-radius: 2px;
  outline: none;
}
.details-panel {
  margin-top: 14px;
  padding: 12px 14px 13px;
  border: 1px solid rgba(110, 70, 180, 0.24);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(13, 14, 34, 0.9), rgba(7, 8, 20, 0.9));
}
.details-heading {
  margin-bottom: 9px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(110, 70, 180, 0.18);
  border: 1px solid rgba(110, 70, 180, 0.18);
}
.detail-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 7px 10px;
  background: rgba(9, 10, 26, 0.92);
}
.detail-key {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #8b91b8;
}
.detail-val {
  font-size: 13px;
  font-weight: 400;
  color: #e2e5f6;
}
.timeline-section {
  margin-top: 18px;
}
.timeline-heading {
  margin-bottom: 9px;
}
.timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 12px;
  border: 1px solid rgba(110, 70, 180, 0.22);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(11, 12, 30, 0.9), rgba(6, 7, 18, 0.9));
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 47, 154, 0.6) rgba(20, 18, 44, 0.8);
}
.timeline-scroll::-webkit-scrollbar {
  height: 6px;
}
.timeline-scroll::-webkit-scrollbar-track {
  background: rgba(20, 18, 44, 0.8);
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ff2f9a, #7a3cff);
  border-radius: 3px;
}
.timeline-track {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: max-content;
  padding: 10px 14px 2px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 35px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 47, 154, 0.55), rgba(122, 60, 255, 0.35));
}
.timeline-node {
  position: relative;
  flex: 0 0 auto;
  width: 152px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.node-reel {
  position: relative;
  width: 26px;
  height: 26px;
  margin-left: 2px;
  border-radius: 50%;
  border: 2px solid rgba(120, 90, 190, 0.55);
  background:
    radial-gradient(circle at 50% 50%, rgba(10, 10, 26, 0.95) 0 30%, transparent 31%),
    conic-gradient(from 0deg, rgba(140, 110, 210, 0.4), rgba(60, 50, 120, 0.35), rgba(140, 110, 210, 0.4));
  z-index: 1;
}
.node-reel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #6e6a96;
}
.timeline-node-watched .node-reel {
  border-color: rgba(255, 60, 160, 0.9);
  background:
    radial-gradient(circle at 50% 50%, rgba(24, 4, 24, 0.95) 0 30%, transparent 31%),
    conic-gradient(from 0deg, rgba(255, 60, 160, 0.85), rgba(140, 40, 220, 0.6), rgba(255, 60, 160, 0.85));
  box-shadow: 0 0 12px rgba(255, 40, 150, 0.75), 0 0 26px rgba(140, 40, 220, 0.4);
}
.timeline-node-watched .node-reel::after {
  background: #ffd0ea;
  box-shadow: 0 0 8px rgba(255, 80, 180, 0.95);
}
.timeline-node-future {
  opacity: 0.52;
}
.timeline-node-future .node-reel {
  border-color: rgba(90, 80, 140, 0.5);
  box-shadow: none;
}
.node-timecode {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #9aa0c4;
  white-space: nowrap;
}
.timeline-node-watched .node-timecode {
  color: #ff8ad0;
  text-shadow: 0 0 8px rgba(255, 60, 160, 0.5);
}
.node-label {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #b3b8d6;
  max-width: 138px;
}
.timeline-node-watched .node-label {
  color: #e6e3ff;
}
.timeline-node:nth-child(even) {
  padding-top: 20px;
}
.timeline-node:nth-child(even) .node-reel {
  margin-top: 0;
}
.timeline-node:nth-child(odd) .node-label {
  order: 3;
}
.episodes-section {
  margin-top: 18px;
}
.episodes-heading {
  margin-bottom: 9px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.episode-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 10px 10px;
  border: 1px solid rgba(110, 70, 180, 0.26);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(14, 15, 36, 0.92), rgba(7, 8, 20, 0.92));
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.episode-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 90, 180, 0.14) 50%, transparent 62%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}
.episode-cell:hover {
  border-color: rgba(255, 60, 160, 0.7);
  box-shadow: 0 0 16px rgba(255, 40, 150, 0.28), 0 10px 24px rgba(0, 0, 0, 0.55);
  transform: translateY(-1px);
}
.episode-cell:hover::after {
  opacity: 1;
}
.episode-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ff8ad0;
}
.episode-title {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f0eaff;
}
.episode-summary {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  color: #a9afd0;
  transition: max-height 0.28s ease, margin-top 0.28s ease;
}
.episode-cell:hover .episode-summary, .episode-cell:focus-within .episode-summary {
  max-height: 120px;
  margin-top: 2px;
  overflow-y: auto;
}
.episode-duration {
  margin-top: auto;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #7f86ad;
}
.comments-section {
  margin-top: 20px;
}
.comments-heading {
  margin-bottom: 11px;
}
.comments-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.comments-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.comments-col-left .comment-note:nth-child(odd) {
  transform: rotate(-1.1deg);
}
.comments-col-left .comment-note:nth-child(even) {
  transform: rotate(0.8deg);
}
.comments-col-right .comment-note:nth-child(odd) {
  transform: rotate(1deg);
}
.comments-col-right .comment-note:nth-child(even) {
  transform: rotate(-0.9deg);
}
.comment-note {
  position: relative;
  padding: 11px 13px 10px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(38, 34, 66, 0.92), rgba(24, 22, 46, 0.94));
  border: 1px solid rgba(130, 100, 200, 0.28);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.comments-col-right .comment-note {
  background: linear-gradient(180deg, rgba(46, 26, 56, 0.92), rgba(26, 16, 40, 0.94));
  border-color: rgba(180, 70, 150, 0.3);
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 46px;
  height: 10px;
  margin-left: -23px;
  background: rgba(220, 210, 255, 0.14);
  border: 1px solid rgba(220, 210, 255, 0.12);
  transform: rotate(-1.5deg);
  pointer-events: none;
}
.comment-note:hover {
  transform: rotate(0deg) translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.62), 0 0 16px rgba(255, 40, 150, 0.22);
}
.comment-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.78;
  color: #c4c8e2;
}
.comment-author {
  display: block;
  margin-top: 7px;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ff8ad0;
  text-align: right;
}
.comment-author::before {
  content: "— ";
  color: #8b6fb0;
}
.recommend-region {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  padding: 11px 12px 12px;
  border: 1px solid rgba(110, 70, 180, 0.24);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(12, 13, 32, 0.92), rgba(6, 7, 18, 0.92));
}
.recommend-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  justify-self: start;
  align-self: start;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #f0eaff;
  padding: 2px 0;
  border-left: 2px solid rgba(255, 47, 154, 0.7);
  padding-left: 6px;
  text-shadow: 0 0 10px rgba(255, 60, 160, 0.4);
}
.recommend-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
a.recommend-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  row-gap: 2px;
  align-items: start;
  padding: 6px 8px;
  border: 1px solid rgba(110, 70, 180, 0.24);
  border-radius: 2px;
  background: rgba(18, 17, 42, 0.7);
  color: #cfd3e4;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
a.recommend-item:hover, a.recommend-item:focus-visible {
  border-color: rgba(255, 60, 160, 0.6);
  background: rgba(44, 20, 56, 0.75);
  box-shadow: 0 0 14px rgba(255, 40, 150, 0.25);
}
.recommend-item img, [data-runtime="recommendation"] img {
  grid-row: 1 / span 2;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(120, 80, 190, 0.3);
  filter: brightness(0.86) contrast(1.05);
}
.recommend-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #f0eaff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-blurb {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.6;
  color: #9aa0c4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 26px;
  padding: 18px 18px 26px;
  border-top: 1px solid rgba(140, 60, 190, 0.28);
  background: linear-gradient(180deg, rgba(6, 7, 18, 0.6), rgba(3, 4, 10, 0.95));
}
.footer-nav {
  max-width: 1180px;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #b9bede;
  text-decoration: none;
  border-bottom: 1px solid rgba(120, 80, 190, 0.4);
  padding-bottom: 1px;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible {
  color: #ff5db1;
  border-color: rgba(255, 60, 160, 0.8);
}
a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: #b48cff;
  border-color: rgba(160, 100, 255, 0.8);
}
.friend-links {
  max-width: 1180px;
  margin: 0 auto 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}
.friend-links-label {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #7f86ad;
}
a.runtime-friend-link {
  font-size: 11.5px;
  font-weight: 300;
  color: #8f95bb;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.16s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: #ff8ad0;
  text-decoration: underline;
}
.footer-disclaimer {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.7;
  color: #6b7194;
}
body.lights-off .main-content {
  filter: brightness(0.72) contrast(1.06);
}
body.lights-off .player-shell {
  filter: brightness(1.12) contrast(1.08);
  box-shadow: 0 0 0 1px rgba(255, 40, 150, 0.35), 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 40px rgba(180, 30, 130, 0.35);
}
body.theater-mode .player-shell {
  border-color: rgba(255, 60, 160, 0.75);
  box-shadow: 0 0 0 1px rgba(255, 60, 160, 0.4), 0 22px 54px rgba(0, 0, 0, 0.9), 0 0 34px rgba(255, 40, 150, 0.35);
}
.player-shell:fullscreen {
  border-radius: 0;
  border: none;
}
.player-shell:fullscreen .main-player {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1020px) {.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.overview-hero {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
  }
.movie-title {
    font-size: 27px;
  }
.hero-tape-marks {
    width: 116px;
    height: 74px;
    opacity: 0.65;
  }
.tape-reel {
    width: 60px;
    height: 60px;
  }
.synopsis-body {
    columns: 1;
    column-rule: none;
  }
.comments-columns {
    grid-template-columns: 1fr;
    gap: 14px;
  }
.recommend-region {
    grid-template-columns: 22px minmax(0, 1fr);
  }}
@media (max-width: 720px) {body {
    font-size: 14.5px;
  }
.main-content {
    padding: 12px 12px 34px;
  }
.header-inner {
    padding: 8px 12px;
    gap: 10px;
  }
a[data-contract="site-name"] {
    font-size: 17px;
  }
.overview-hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }
.hero-figure {
    max-width: 190px;
  }
.movie-title {
    font-size: 24px;
  }
.movie-tagline {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
.movie-seo-desc {
    font-size: 13px;
    line-height: 1.78;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-card {
    width: 82px;
  }
.status-current, .status-total, .status-score {
    font-size: 12px;
    padding: 3px 9px;
  }
.recommend-item img, [data-runtime="recommendation"] img {
    aspect-ratio: 16 / 10;
  }
a.recommend-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }}
@media (max-width: 520px) {.main-content {
    padding: 10px 10px 30px;
  }
.movie-title {
    font-size: 21px;
  }
.hero-tape-marks {
    display: none;
  }
.hero-figure {
    max-width: 150px;
  }
.cast-strip {
    gap: 6px;
  }
.cast-card {
    width: 68px;
  }
.cast-name {
    font-size: 10.5px;
    margin-top: -17px;
  }
.episode-grid {
    grid-template-columns: 1fr;
  }
.details-list {
    grid-template-columns: 1fr;
  }
.timeline-node {
    width: 138px;
    padding: 0 8px;
  }
.timeline-track {
    padding: 10px 10px 2px;
  }
.timeline-track::before {
    left: 10px;
    right: 10px;
  }
.ctrl-progress {
    flex: 1 1 100%;
    min-width: 0;
  }
.ctrl-btn {
    padding: 4px 8px;
    font-size: 11.5px;
  }
.recommend-region {
    grid-template-columns: 1fr;
    gap: 8px;
  }
.recommend-title {
    writing-mode: horizontal-tb;
    border-left: none;
    border-bottom: 2px solid rgba(255, 47, 154, 0.7);
    padding: 0 0 4px;
    letter-spacing: 0.16em;
  }
a.recommend-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }
.comment-text {
    font-size: 12.5px;
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }}

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}
