*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background: #0c0609;
  color: #cbb9bd;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Noto Sans SC", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  color: #e0447a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button, input, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
h1, h2, h3 {
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #f2e6ea;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
  padding: 8px 18px;
  background: linear-gradient(180deg, rgba(24, 6, 15, 0.98), rgba(14, 4, 9, 0.94));
  border-bottom: 1px solid #3a0f22;
  box-shadow: 0 1px 0 #5c1330, 0 6px 18px rgba(0, 0, 0, 0.6);
}
.brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
a[data-contract="site-name"].site-brand {
  color: #ff2f6e;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255, 47, 110, 0.55);
  white-space: nowrap;
  border-left: 3px solid #ff2f6e;
  padding-left: 8px;
}
a[data-contract="site-name"].site-brand:hover {
  color: #ffd063;
  border-left-color: #ffd063;
  text-decoration: none;
}
.categories-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  color: #d58ea6;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 3px 9px;
  border: 1px solid #4a1226;
  border-radius: 2px;
  background: rgba(255, 47, 110, 0.05);
}
a.runtime-category:hover {
  color: #0c0609;
  background: #ff2f6e;
  border-color: #ff2f6e;
  text-decoration: none;
}
.page-main {
  display: block;
  padding: 0 0 26px;
  background:
    radial-gradient(1200px 520px at 78% -6%, rgba(255, 47, 110, 0.13), transparent 60%),
    radial-gradient(900px 500px at 4% 22%, rgba(255, 178, 60, 0.05), transparent 62%),
    #0c0609;
}
.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  grid-template-areas:
    "portrait copy"
    "portrait status"
    "portrait details"
    "cast cast"
    "synopsis synopsis";
  align-items: start;
  gap: 14px 22px;
  padding: 22px 18px 20px;
  border-bottom: 1px solid #2b0b17;
}
.hero-portrait {
  grid-area: portrait;
  position: relative;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 2 / 3;
  border: 1px solid #48122a;
  background: #150509;
  overflow: hidden;
  box-shadow: 0 0 0 1px #0a0407, 0 0 34px rgba(255, 47, 110, 0.18);
}
.portrait-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.12) brightness(0.9);
}
.hero-negative-queen {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 62%;
  background:
    radial-gradient(60% 55% at 62% 30%, rgba(255, 47, 110, 0.55), rgba(255, 47, 110, 0) 72%),
    linear-gradient(200deg, rgba(255, 178, 60, 0.22), rgba(10, 3, 7, 0.9) 68%);
  mix-blend-mode: screen;
  filter: invert(0.9) hue-rotate(310deg) contrast(1.3);
  clip-path: polygon(100% 0, 100% 100%, 34% 100%, 58% 62%, 40% 34%, 66% 0);
  pointer-events: none;
}
.hero-copy {
  grid-area: copy;
  min-width: 0;
  padding-top: 4px;
}
.movie-title {
  font-size: clamp(21px, 3.4vw, 36px);
  line-height: 1.14;
  letter-spacing: 0.12em;
  color: #fff0f4;
  text-shadow: 0 0 16px rgba(255, 47, 110, 0.45), 0 0 2px #ff2f6e;
}
.movie-tagline {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #ffb23c;
  border-left: 2px solid #ff2f6e;
  padding-left: 10px;
}
.movie-seo-description {
  margin-top: 12px;
  max-width: 62ch;
  font-size: 12.5px;
  line-height: 1.62;
  color: #a58a92;
}
.episode-status-block {
  grid-area: status;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: baseline;
}
.status-current {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #ff2f6e;
  border: 1px solid #6b1130;
  background: rgba(255, 47, 110, 0.08);
  padding: 3px 10px;
  border-radius: 2px;
  white-space: nowrap;
}
.status-total {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #8d727b;
  border: 1px solid #2f0c1a;
  padding: 3px 10px;
  border-radius: 2px;
  white-space: nowrap;
}
.details-block {
  grid-area: details;
  min-width: 0;
  border-top: 1px dashed #3a0f22;
  padding-top: 10px;
}
.details-heading {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #ffb23c;
  margin-bottom: 8px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 2px 20px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px solid #1e0810;
}
.details-label {
  flex: 0 0 auto;
  min-width: 56px;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  color: #8d727b;
}
.details-label::after {
  content: "·";
  margin-left: 6px;
  color: #451027;
}
.details-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
  color: #d9c7cc;
}
.cast-block {
  grid-area: cast;
  border-top: 1px dashed #3a0f22;
  padding-top: 12px;
}
.cast-heading {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #ffb23c;
  margin-bottom: 10px;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-cell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  border: 1px solid #2f0c1a;
  background: #120409;
  padding: 6px 4px;
  text-align: center;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.cast-negative, .cast-positive {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  padding: 5px 2px;
  line-height: 1.2;
}
.cast-negative {
  color: #0c0609;
  background: #d9c7cc;
  filter: invert(1) hue-rotate(180deg);
}
.cast-positive {
  color: #f2e6ea;
  background: #20080f;
}
.cast-cell:hover {
  border-color: #ff2f6e;
  transform: translateY(-2px);
}
.cast-cell:hover .cast-negative {
  filter: none;
  background: #ff2f6e;
  color: #0c0609;
}
.cast-cell:hover .cast-positive {
  background: #2c0a17;
  color: #ffb23c;
}
.synopsis-block {
  grid-area: synopsis;
  border-top: 1px dashed #3a0f22;
  padding-top: 12px;
  min-width: 0;
}
.synopsis-heading {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #ffb23c;
  margin-bottom: 10px;
}
.synopsis-paragraph {
  font-size: 12.5px;
  line-height: 1.66;
  color: #a58a92;
  margin-bottom: 8px;
  max-width: 96ch;
}
.synopsis-paragraph:last-child {
  margin-bottom: 0;
}
.synopsis-paragraph::first-letter {
  color: #e0447a;
}
.player-section {
  position: relative;
  margin: 18px 18px 0;
  padding: 10px;
  background: #0a0407;
  border: 1px solid #46112a;
  box-shadow: inset 0 0 0 1px #170610, 0 0 26px rgba(255, 47, 110, 0.14);
}
.player-wrapper {
  position: relative;
  width: 100%;
  max-width: none;
  background: #000;
  border: 1px solid #2f0c1a;
}
.player-wrapper video, [data-contract="player"] {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
}
.player-btn {
  flex: 0 0 auto;
  cursor: pointer;
  background: #1c0710;
  color: #d9c7cc;
  border: 1px solid #4a1226;
  border-radius: 2px;
  padding: 4px 10px;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.player-btn:hover {
  background: #2e0b19;
  border-color: #ff2f6e;
  color: #ffb23c;
}
.player-btn.is-playing {
  background: #ff2f6e;
  border-color: #ff2f6e;
  color: #0c0609;
}
.player-btn.is-muted {
  background: #451027;
  border-color: #ffb23c;
  color: #ffb23c;
}
.player-progress {
  flex: 1 1 220px;
  min-width: 140px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: #2f0c1a;
  border-radius: 2px;
  cursor: pointer;
}
.player-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff2f6e;
  border: 1px solid #ffb23c;
}
.player-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff2f6e;
  border: 1px solid #ffb23c;
}
.player-volume {
  flex: 0 0 96px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: #2f0c1a;
  border-radius: 2px;
  cursor: pointer;
}
.player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffb23c;
}
.player-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffb23c;
}
.player-speed {
  flex: 0 0 auto;
  cursor: pointer;
  background: #1c0710;
  color: #d9c7cc;
  border: 1px solid #4a1226;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 11.5px;
  letter-spacing: 0.1em;
}
.player-section.is-theater {
  margin-left: 0;
  margin-right: 0;
  border-left: none;
  border-right: none;
  box-shadow: 0 0 40px rgba(255, 47, 110, 0.28);
}
.player-section.is-lights-off {
  background: #000;
  border-color: #ff2f6e;
}
.player-section.is-lights-off .player-wrapper {
  box-shadow: 0 0 48px rgba(255, 47, 110, 0.4);
}
.timeline-section {
  margin: 22px 18px 0;
  padding-top: 14px;
  border-top: 1px solid #2b0b17;
}
.timeline-heading, .episodes-heading, .comments-heading, .recommend-heading {
  font-size: 13px;
  letter-spacing: 0.22em;
  color: #ffb23c;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 3px solid #ff2f6e;
}
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 14px;
  padding-left: 22px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  width: 1px;
  background: linear-gradient(180deg, #ff2f6e, #451027 70%, #1d0710);
}
.timeline-track::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 9px;
  background-image: radial-gradient(circle at 50% 4px, #160509 0 2.2px, transparent 2.6px);
  background-size: 9px 14px;
  background-repeat: repeat-y;
  opacity: 0.95;
}
.timeline-node {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
}
.timeline-perf {
  flex: 0 0 auto;
  align-self: stretch;
  width: 7px;
  background-image: radial-gradient(circle at 50% 3px, #0a0407 0 1.8px, transparent 2.2px);
  background-size: 7px 11px;
  background-repeat: repeat-y;
  border-left: 1px solid #3a0f22;
  border-right: 1px solid #3a0f22;
}
.timeline-frame {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px 8px;
  background: #100308;
  border: 1px solid #2f0c1a;
  box-shadow: inset 0 0 18px rgba(255, 47, 110, 0.07);
  animation: develop 1.1s ease-out both;
}
.timeline-node:nth-child(2) .timeline-frame { animation-delay: 0.1s; }
.timeline-node:nth-child(3) .timeline-frame { animation-delay: 0.2s; }
.timeline-node:nth-child(4) .timeline-frame { animation-delay: 0.3s; }
.timeline-node:nth-child(5) .timeline-frame { animation-delay: 0.4s; }
.timeline-node:nth-child(6) .timeline-frame { animation-delay: 0.5s; }
.timeline-node:nth-child(7) .timeline-frame { animation-delay: 0.6s; }
.timeline-node:nth-child(8) .timeline-frame { animation-delay: 0.7s; }
@keyframes develop {
  from {
    opacity: 0;
    filter: brightness(0.25) saturate(0.3);
  }
  to {
    opacity: 1;
    filter: brightness(1) saturate(1);
  }
}
.timeline-timecode {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: #ff2f6e;
  border-bottom: 1px dashed #451027;
  padding-bottom: 3px;
}
.timeline-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #d9c7cc;
  line-height: 1.35;
}
.episodes-section {
  margin: 22px 18px 0;
  padding-top: 14px;
  border-top: 1px solid #2b0b17;
}
.episode-tape {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding: 12px 12px 12px 30px;
  background: linear-gradient(180deg, #16171a, #101114);
  border: 1px solid #3a3d44;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #0a0a0c, 0 2px 10px rgba(0, 0, 0, 0.55);
}
.episode-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 12px;
  background-image: radial-gradient(circle at 50% 6px, #0c0609 0 2.6px, transparent 3px);
  background-size: 12px 18px;
  background-repeat: repeat-y;
  border-right: 1px dashed #4a1226;
  border-left: 1px dashed #4a1226;
}
.episode-number-perf {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  color: #0c0609;
  background: #ff2f6e;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 47, 110, 0.6);
}
.episode-title {
  font-size: 13.5px;
  letter-spacing: 0.14em;
  color: #f0e6e8;
  padding-left: 12px;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.6;
  color: #9aa0a8;
}
.episode-duration {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: #ffb23c;
  border-top: 1px dashed #3a3d44;
  padding-top: 5px;
}
.comments-section {
  margin: 24px 18px 0;
  padding-top: 16px;
  border-top: 1px solid #2b0b17;
  background: radial-gradient(700px 340px at 50% 0%, rgba(255, 214, 170, 0.05), transparent 70%);
}
.comments-wall {
  columns: 2;
  column-gap: 14px;
}
.comment-print {
  break-inside: avoid;
  display: block;
  margin: 0 0 14px;
  padding: 11px 13px 12px;
  background: linear-gradient(170deg, #f3e6d8, #e6d2bd);
  color: #2a1a15;
  border: 1px solid #cbb49c;
  border-radius: 2px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.62), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.comment-print:nth-child(odd) {
  transform: rotate(-1.1deg);
}
.comment-print:nth-child(even) {
  transform: rotate(0.9deg);
}
.comment-print:nth-child(3n) {
  transform: rotate(-0.4deg);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.6;
  color: #331f1a;
}
.comment-nickname {
  display: block;
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px dashed #bda48b;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #8a5a44;
  text-align: right;
}
.comment-nickname::before {
  content: "— ";
  color: #b0806a;
}
.recommend-section {
  margin: 22px 18px 0;
  padding-top: 14px;
  border-top: 1px solid #2b0b17;
}
.recommend-section + .recommend-section {
  margin-top: 16px;
  border-top: 1px solid #1a0710;
  background-image: radial-gradient(circle at 0 0, #2b0b17 0 1.6px, transparent 1.8px);
  background-size: 12px 12px;
  background-repeat: repeat-x;
}
.recommend-heading {
  color: #c9c3c6;
}
.recommend-column {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  align-items: start;
}
a.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  align-self: start;
  padding: 6px;
  color: #d9c7cc;
  text-decoration: none;
  background: #131417;
  border: 1px solid #303338;
  border-radius: 2px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
a.recommend-item:hover {
  color: #ffb23c;
  text-decoration: none;
  border-color: #ff2f6e;
  background: #1a0b12;
}
[data-runtime="recommendation"] img.recommend-pic {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0a0407;
  border: 1px solid #2b0b17;
  filter: saturate(0.7) contrast(1.05) brightness(0.92);
}
a.recommend-item:hover img.recommend-pic {
  filter: saturate(1) contrast(1.1) brightness(1);
}
.recommend-name {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #efe2e6;
  line-height: 1.35;
}
.recommend-blurb {
  font-size: 11px;
  line-height: 1.5;
  color: #8d9299;
}
.site-footer {
  margin-top: 26px;
  padding: 16px 18px 22px;
  background: linear-gradient(180deg, #12040a, #080306);
  border-top: 1px solid #3a0f22;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.6;
  color: #7d6670;
  max-width: 100ch;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 10px;
}
a.footer-link {
  color: #d58ea6;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 3px 10px;
  border: 1px solid #4a1226;
  border-radius: 2px;
}
a[data-contract="footer-home"] {
  color: #ff2f6e;
  text-decoration: none;
}
a[data-contract="footer-home"]:hover {
  color: #0c0609;
  background: #ff2f6e;
  text-decoration: none;
}
a[data-contract="footer-sitemap"] {
  color: #ffb23c;
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover {
  color: #0c0609;
  background: #ffb23c;
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed #2f0c1a;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #7d6670;
  margin-right: 4px;
}
a.runtime-friend-link {
  color: #9d8b91;
  text-decoration: none;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #ffb23c;
  text-decoration: underline;
}
@media (max-width: 1024px) {.hero-section {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    gap: 12px 18px;
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.episode-tape {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.site-header {
    padding: 7px 12px;
    gap: 5px 12px;
  }
.hero-section {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "portrait"
      "copy"
      "status"
      "details"
      "cast"
      "synopsis";
    padding: 16px 12px 16px;
    gap: 14px;
  }
.hero-portrait {
    max-width: 240px;
    margin: 0 auto;
  }
.movie-tagline {
    font-size: 13px;
  }
.player-section {
    margin: 14px 12px 0;
    padding: 8px;
  }
.player-controls {
    gap: 5px;
  }
.player-volume {
    flex: 1 1 80px;
  }
.timeline-section, .episodes-section, .comments-section, .recommend-section {
    margin-left: 12px;
    margin-right: 12px;
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 18px;
  }
.episode-tape {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-wall {
    columns: 1;
  }
.comment-print:nth-child(odd), .comment-print:nth-child(even), .comment-print:nth-child(3n) {
    transform: rotate(-0.5deg);
  }
.recommend-column {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
.site-footer {
    padding: 14px 12px 20px;
  }}
@media (max-width: 480px) {body {
    font-size: 12.5px;
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }
.player-btn {
    padding: 3px 8px;
    font-size: 11px;
  }
.recommend-column {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }}

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}
