*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: #14161a;
  color: #c9ccd1;
  font-family: "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", "Heiti SC", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
button, input {
  font: inherit;
  color: inherit;
}
h1, h2 {
  font-weight: 700;
  line-height: 1.25;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(180deg, #191c21 0%, rgba(20, 22, 26, 0.94) 100%);
  border-bottom: 1px solid #2c3037;
  box-shadow: 0 1px 0 rgba(201, 162, 74, 0.18), 0 8px 24px -18px #000;
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  color: #e2c274;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-shadow: 0 0 14px rgba(201, 162, 74, 0.35);
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus {
  border-bottom-color: #a8232b;
}
.category-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  color: #9aa1ab;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12.5px;
  line-height: 1;
  padding: 6px 10px;
  border: 1px solid #2f343c;
  border-radius: 2px;
  background: rgba(38, 42, 48, 0.6);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
a.runtime-category:hover, a.runtime-category:focus {
  color: #e2c274;
  border-color: #8a6d2c;
  background: rgba(201, 162, 74, 0.1);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 32px;
  display: block;
}
.section-heading {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #e6e9ee;
  padding-left: 12px;
  margin-bottom: 10px;
  text-transform: none;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 3px;
  background: linear-gradient(180deg, #e2c274, #a8232b);
  box-shadow: 0 0 10px rgba(201, 162, 74, 0.5);
}
.hero-stage {
  position: relative;
  margin: 16px 0 26px;
  padding: 26px 20px 22px;
  border: 1px solid #2b3038;
  border-radius: 3px;
  background:
    radial-gradient(circle at 50% 34%, rgba(201, 162, 74, 0.1) 0%, rgba(20, 22, 26, 0) 58%),
    linear-gradient(180deg, #1a1d22 0%, #14161a 100%);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 480px) minmax(0, 1fr);
  grid-template-areas:
    "silhouette poster array"
    "info info info";
  gap: 0 18px;
  align-items: start;
}
.hero-silhouette {
  grid-area: silhouette;
  position: relative;
  min-height: 240px;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  z-index: 2;
  pointer-events: none;
}
.hero-figure {
  position: relative;
  flex: 0 1 46%;
  height: 240px;
  background:
    linear-gradient(160deg, #2b3038 0%, #1a1d22 55%, #101216 100%);
  clip-path: polygon(50% 0%, 82% 16%, 88% 46%, 76% 100%, 24% 100%, 12% 46%, 18% 16%);
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.7));
}
.hero-figure-left {
  background:
    linear-gradient(160deg, #343a44 0%, #1c1f24 55%, #101216 100%);
  transform: translateX(6px) scaleX(-1);
}
.hero-figure-right {
  background:
    linear-gradient(200deg, #3a2f28 0%, #22201c 50%, #101216 100%);
  transform: translateX(-6px);
}
.hero-figure .figure-name {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) scaleX(-1);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #c9a24a;
  text-shadow: 0 0 10px rgba(201, 162, 74, 0.55);
  white-space: nowrap;
}
.hero-figure-right .figure-name {
  transform: translateX(-50%);
}
.hero-array {
  grid-area: array;
  position: relative;
  justify-self: center;
  align-self: center;
  width: 260px;
  height: 260px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}
.array-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 74, 0.55);
  transform-origin: center;
}
.array-ring-outer {
  width: 100%;
  height: 100%;
  margin: -50% 0 0 -50%;
  border-style: dashed;
  border-color: rgba(201, 162, 74, 0.45);
  animation: arraySpin 46s linear infinite;
}
.array-ring-mid {
  width: 72%;
  height: 72%;
  margin: -36% 0 0 -36%;
  border-color: rgba(168, 35, 43, 0.55);
  box-shadow: inset 0 0 26px rgba(168, 35, 43, 0.22);
  animation: arraySpin 30s linear infinite reverse;
}
.array-ring-inner {
  width: 44%;
  height: 44%;
  margin: -22% 0 0 -22%;
  border-width: 2px;
  border-color: rgba(226, 194, 116, 0.75);
  box-shadow: 0 0 22px rgba(201, 162, 74, 0.35), inset 0 0 18px rgba(201, 162, 74, 0.3);
  animation: arraySpin 18s linear infinite;
}
.array-glyph {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border: 1px solid rgba(226, 194, 116, 0.7);
  background: rgba(168, 35, 43, 0.28);
  box-shadow: 0 0 12px rgba(224, 67, 74, 0.4);
  transform: rotate(45deg);
}
.array-glyph-1 { transform: translate(0, -112px) rotate(45deg); }
.array-glyph-2 { transform: translate(112px, 0) rotate(45deg); }
.array-glyph-3 { transform: translate(0, 112px) rotate(45deg); }
.array-glyph-4 { transform: translate(-112px, 0) rotate(45deg); }
@keyframes arraySpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.hero-poster-col {
  grid-area: poster;
  justify-self: center;
  width: 100%;
  max-width: 300px;
  z-index: 3;
}
.media-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.poster-wrapper {
  border: 1px solid #3a3f48;
  box-shadow: 0 18px 40px -22px #000, 0 0 0 1px rgba(201, 162, 74, 0.12);
  background: #101216;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}
.hero-info {
  grid-area: info;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px 22px;
  align-items: start;
  margin-top: 16px;
}
.movie-title {
  font-size: 26px;
  letter-spacing: 0.04em;
  color: #f2f4f7;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
  grid-column: 1 / -1;
}
.movie-tagline {
  grid-column: 1 / -1;
  font-size: 12.5px;
  color: #c9a24a;
  letter-spacing: 0.14em;
  margin-top: -8px;
  padding-left: 2px;
  border-left: 1px solid rgba(201, 162, 74, 0.4);
  padding-left: 8px;
}
.player-shell {
  grid-column: 1 / -1;
  position: relative;
  width: 100%;
  min-width: 0;
  background: #0c0e11;
  border: 1px solid #2f343c;
  border-radius: 2px;
  padding: 0 0 8px;
  overflow: hidden;
}
.player-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: cover;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 8px 2px;
}
.ctrl-btn {
  appearance: none;
  border: 1px solid #333943;
  background: linear-gradient(180deg, #23272e 0%, #1a1d22 100%);
  color: #c9ccd1;
  font-size: 12px;
  line-height: 1;
  padding: 6px 9px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.ctrl-btn:hover, .ctrl-btn:focus {
  color: #e2c274;
  border-color: #8a6d2c;
  background: linear-gradient(180deg, #2c2a22 0%, #1c1a16 100%);
}
.ctrl-play {
  border-color: #8a6d2c;
  color: #e2c274;
  font-weight: 700;
}
.ctrl-light {
  border-color: #5a2226;
  color: #e0434a;
}
.ctrl-range {
  appearance: none;
  -webkit-appearance: none;
  height: 4px;
  border-radius: 2px;
  background: #2a2f37;
  cursor: pointer;
  outline: none;
}
.ctrl-progress {
  flex: 1 1 160px;
  min-width: 90px;
  background: linear-gradient(90deg, #a8232b 0%, #c9a24a 100%);
  background-size: 100% 100%;
}
.ctrl-volume {
  flex: 0 1 96px;
  min-width: 64px;
  background: linear-gradient(90deg, #8a6d2c 0%, #2a2f37 100%);
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2c274;
  border: 1px solid #14161a;
  box-shadow: 0 0 8px rgba(201, 162, 74, 0.6);
}
.ctrl-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid #14161a;
  border-radius: 50%;
  background: #e2c274;
}
.player-shell.is-playing .ctrl-play {
  border-color: #a8232b;
  color: #e0434a;
}
.player-shell.is-muted .ctrl-mute {
  border-color: #a8232b;
  color: #e0434a;
}
.player-shell.is-speed .ctrl-speed {
  border-color: #8a6d2c;
  color: #e2c274;
}
.player-shell.is-theater {
  background: #050608;
  border-color: #8a6d2c;
  box-shadow: 0 0 34px -6px rgba(201, 162, 74, 0.35);
}
.player-shell.is-lights-off {
  background: #000;
  border-color: #3a2c2c;
}
.player-shell.is-lights-off .player-video {
  filter: brightness(0.62) contrast(1.12);
}
.ctrl-btn.play, .ctrl-btn.pause, .ctrl-btn.mute, .ctrl-btn.speed, .ctrl-btn.pip, .ctrl-btn.fullscreen, .ctrl-btn.theater, .ctrl-btn.light {
  cursor: pointer;
}
.episode-status {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  font-size: 12.5px;
  padding: 7px 10px;
  border: 1px solid #2b3038;
  border-left: 3px solid #a8232b;
  background: rgba(38, 42, 48, 0.5);
}
.status-current {
  color: #e0434a;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.status-divider {
  color: #4a505a;
}
.status-total {
  color: #c9a24a;
}
.status-duration {
  margin-left: auto;
  color: #7d848e;
  font-size: 11.5px;
}
.details-panel {
  grid-column: 1 / -1;
}
.details-list {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0;
  border-top: 1px solid #2b3038;
  border-left: 1px solid #2b3038;
}
.detail-key, .detail-val {
  padding: 6px 9px;
  border-right: 1px solid #2b3038;
  border-bottom: 1px solid #2b3038;
  font-size: 12px;
  min-width: 0;
}
.detail-key {
  color: #8a919b;
  background: rgba(38, 42, 48, 0.45);
  white-space: nowrap;
}
.detail-val {
  color: #dfe3e8;
  word-break: break-word;
}
.synopsis-panel {
  grid-column: 1 / -1;
  border: 1px solid #2b3038;
  background: linear-gradient(180deg, #1a1d22 0%, #16181d 100%);
  padding: 12px 14px 14px;
  border-radius: 2px;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.62;
  color: #b9bec6;
  text-indent: 2em;
  margin-bottom: 6px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
  color: #c9a24a;
}
.cast-panel {
  grid-column: 1 / -1;
  border: 1px solid #2b3038;
  background: linear-gradient(180deg, #1a1d22 0%, #16181d 100%);
  padding: 12px 14px 14px;
  border-radius: 2px;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 9px 9px;
  border: 1px solid #2f343c;
  border-left: 2px solid #8a6d2c;
  background: rgba(30, 34, 40, 0.7);
  align-self: start;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.cast-card:hover {
  border-left-color: #a8232b;
  background: rgba(38, 42, 48, 0.85);
}
.cast-name {
  font-size: 13px;
  font-weight: 700;
  color: #e2c274;
  letter-spacing: 0.04em;
}
.cast-line {
  font-size: 11.5px;
  line-height: 1.5;
  color: #9aa1ab;
}
.timeline-section {
  margin: 26px 0;
}
.timeline-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 12px;
  border-top: 1px solid #2b3038;
  border-bottom: 1px solid #2b3038;
  background: linear-gradient(180deg, rgba(26, 29, 34, 0.9), rgba(20, 22, 26, 0.9));
  scrollbar-width: thin;
  scrollbar-color: #8a6d2c #1c1f24;
  -webkit-overflow-scrolling: touch;
}
.timeline-scroller::-webkit-scrollbar {
  height: 8px;
}
.timeline-scroller::-webkit-scrollbar-track {
  background: #1c1f24;
}
.timeline-scroller::-webkit-scrollbar-thumb {
  background: #8a6d2c;
  border-radius: 4px;
}
.timeline-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 10px 4px 2px;
  min-width: max-content;
}
.timeline-node {
  position: relative;
  flex: 0 0 168px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px 12px 10px;
  align-self: start;
  border-left: 1px solid #2b3038;
}
.timeline-node:first-child {
  border-left: none;
}
.node-symbol {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 12px;
  height: 12px;
  border: 1px solid #c9a24a;
  background: #14161a;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(201, 162, 74, 0.45);
}
.timeline-node:first-child .node-symbol {
  left: 10px;
}
.node-timecode {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #8a6d2c;
  font-weight: 700;
}
.node-label {
  font-size: 12px;
  line-height: 1.5;
  color: #b9bec6;
}
.timeline-node.is-active {
  background: linear-gradient(180deg, rgba(168, 35, 43, 0.16), rgba(168, 35, 43, 0.02));
  border-left-color: #a8232b;
}
.timeline-node.is-active .node-symbol {
  border-color: #e0434a;
  background: #a8232b;
  box-shadow: 0 0 14px rgba(224, 67, 74, 0.7);
}
.timeline-node.is-active .node-timecode {
  color: #e0434a;
}
.timeline-node.is-active .node-label {
  color: #e6e9ee;
}
.episodes-section {
  margin: 26px 0;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.episode-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 7px 9px 8px;
  border: 1px solid #2b3038;
  background: linear-gradient(180deg, #1c1f24 0%, #171a1f 100%);
  align-self: start;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.episode-cell:hover, .episode-cell:focus-within {
  border-color: #8a6d2c;
  background: linear-gradient(180deg, #262a22 0%, #1a1d18 100%);
}
.episode-number {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #8a6d2c;
  font-weight: 700;
}
.episode-title {
  font-size: 13px;
  font-weight: 700;
  color: #e6e9ee;
  line-height: 1.35;
}
.episode-duration {
  font-size: 10.5px;
  color: #6b727c;
  letter-spacing: 0.04em;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.5;
  color: #a7adb6;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.25s ease;
}
.episode-cell:hover .episode-summary, .episode-cell:focus-within .episode-summary {
  max-height: 130px;
  opacity: 1;
  margin-top: 3px;
}
.episode-cell.is-current {
  border-color: #a8232b;
  background: linear-gradient(180deg, rgba(168, 35, 43, 0.18) 0%, rgba(20, 22, 26, 0.9) 100%);
  box-shadow: inset 0 0 0 1px rgba(224, 67, 74, 0.25);
}
.episode-cell.is-current .episode-number {
  color: #e0434a;
}
.episode-cell.is-current .episode-title {
  color: #fff;
}
.comments-section {
  margin: 26px 0;
}
.comment-masonry {
  column-count: 2;
  column-gap: 8px;
}
.comment-card {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 10px 9px;
  border: 1px solid #2b3038;
  border-top: 2px solid #333943;
  background: linear-gradient(180deg, #1b1e23 0%, #16181d 100%);
}
.comment-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
}
.comment-avatar {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #c9a24a 0%, #8a6d2c 40%, #2b3038 41%, #1c1f24 100%);
  border: 1px solid #3a3f48;
  box-shadow: 0 0 8px rgba(201, 162, 74, 0.25);
}
.comment-nickname {
  font-size: 12px;
  font-weight: 700;
  color: #c9a24a;
  letter-spacing: 0.03em;
}
.comment-text {
  font-size: 12px;
  line-height: 1.58;
  color: #b0b6be;
}
.recommend-zone {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 14px;
  margin: 26px 0 8px;
  align-items: start;
}
.rec-region {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 13px 14px;
  border: 1px solid #2b3038;
  border-radius: 2px;
  background: linear-gradient(180deg, #1a1d22 0%, #15171c 100%);
  align-self: start;
  min-width: 0;
}
.rec-region-1 {
  border-top: 2px solid #a8232b;
}
.rec-region-2 {
  border-top: 2px solid #8a6d2c;
}
.rec-region-3 {
  border-top: 2px solid #3a3f48;
}
.rec-region-4 {
  border-top: 2px solid #c9a24a;
}
.rec-title {
  font-size: 13.5px;
  letter-spacing: 0.06em;
  color: #e6e9ee;
  padding-bottom: 6px;
  border-bottom: 1px solid #2b3038;
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
a.rec-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border: 1px solid #2b3038;
  background: rgba(30, 34, 40, 0.6);
  color: inherit;
  text-decoration: none;
  align-self: start;
  min-width: 0;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
a.rec-card:hover, a.rec-card:focus {
  border-color: #8a6d2c;
  background: rgba(40, 36, 26, 0.75);
  transform: translateY(-2px);
}
a.rec-card:focus-visible {
  outline: 1px solid #e0434a;
  outline-offset: 1px;
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: #101216;
  border: 1px solid #2b3038;
}
.rec-name {
  font-size: 12px;
  font-weight: 700;
  color: #dfe3e8;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-blurb {
  font-size: 11px;
  line-height: 1.48;
  color: #8a919b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 28px;
  border-top: 1px solid #2b3038;
  background: linear-gradient(180deg, #171a1f 0%, #121418 100%);
  padding: 18px 16px 26px;
  font-size: 11.5px;
  color: #7d848e;
}
.footer-disclaimer {
  max-width: 1180px;
  margin: 0 auto 10px;
  line-height: 1.6;
  color: #6b727c;
}
.footer-nav-row {
  max-width: 1180px;
  margin: 0 auto 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  display: inline-block;
  color: #c9a24a;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 10px;
  border: 1px solid #3a3f48;
  border-radius: 2px;
  font-size: 11.5px;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus {
  color: #e2c274;
  border-color: #8a6d2c;
  text-decoration: none;
}
a[data-contract="footer-sitemap"] {
  color: #9aa1ab;
}
a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus {
  color: #e0434a;
  border-color: #a8232b;
  text-decoration: none;
}
.friend-links {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}
.friend-links-label {
  color: #6b727c;
  font-size: 11px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-right: 4px;
  border-right: 1px solid #2b3038;
  margin-right: 2px;
}
a.runtime-friend-link {
  color: #868d97;
  text-decoration: none;
  white-space: nowrap;
  font-size: 11px;
  padding: 2px 0;
  transition: color 0.15s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus {
  color: #c9a24a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 1024px) {.hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "poster array"
      "silhouette silhouette"
      "info info";
    gap: 16px;
  }
.hero-array {
    width: 220px;
    height: 220px;
  }
.array-glyph-1 { transform: translate(0, -94px) rotate(45deg); }
.array-glyph-2 { transform: translate(94px, 0) rotate(45deg); }
.array-glyph-3 { transform: translate(0, 94px) rotate(45deg); }
.array-glyph-4 { transform: translate(-94px, 0) rotate(45deg); }
.hero-silhouette {
    min-height: 170px;
    order: 3;
  }
.hero-figure {
    height: 170px;
  }
.hero-info {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.recommend-zone {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 720px) {body {
    font-size: 12.5px;
  }
.page-main {
    padding: 0 12px 24px;
  }
.hero-stage {
    padding: 18px 12px 16px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "poster"
      "array"
      "silhouette"
      "info";
    gap: 12px;
  }
.hero-poster-col {
    max-width: 230px;
  }
.hero-array {
    width: 190px;
    height: 190px;
  }
.array-glyph-1 { transform: translate(0, -80px) rotate(45deg); }
.array-glyph-2 { transform: translate(80px, 0) rotate(45deg); }
.array-glyph-3 { transform: translate(0, 80px) rotate(45deg); }
.array-glyph-4 { transform: translate(-80px, 0) rotate(45deg); }
.movie-title {
    font-size: 21px;
  }
.hero-info {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.details-list {
    grid-template-columns: auto minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-masonry {
    column-count: 1;
  }
.rec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-node {
    flex: 0 0 150px;
  }
.player-controls {
    gap: 5px;
  }
.ctrl-btn {
    padding: 6px 8px;
    font-size: 11.5px;
  }}
@media (max-width: 420px) {.header-inner {
    padding: 7px 12px;
    gap: 10px;
  }
a[data-contract="site-name"] {
    font-size: 15px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-list {
    grid-template-columns: minmax(0, 1fr);
  }
.details-list {
    grid-template-columns: auto minmax(0, 1fr);
  }
.movie-title {
    font-size: 19px;
  }
.hero-array {
    width: 160px;
    height: 160px;
  }
.array-glyph-1 { transform: translate(0, -66px) rotate(45deg); }
.array-glyph-2 { transform: translate(66px, 0) rotate(45deg); }
.array-glyph-3 { transform: translate(0, 66px) rotate(45deg); }
.array-glyph-4 { transform: translate(-66px, 0) rotate(45deg); }
.timeline-node {
    flex: 0 0 138px;
    padding: 14px 10px 10px;
  }}
@media (prefers-reduced-motion: reduce) {.array-ring-outer, .array-ring-mid, .array-ring-inner {
    animation: none;
  }
* {
    transition-duration: 0.01ms !important;
  }}
.timeline-scroller:focus-visible {
  outline: 1px solid #8a6d2c;
  outline-offset: 2px;
}

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}
