*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, h3, p, figure, dl, dd, ul, ol {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
:root {
  --wood: #8a6a4b;
  --wood-deep: #5c4430;
  --wood-dark: #3b2b1e;
  --cream: #f6f0e4;
  --cream-2: #efe6d4;
  --paper: #fbf7ee;
  --ink: #322620;
  --ink-soft: #6a5a4c;
  --thread: #8e2b28;
  --thread-soft: #b04a42;
  --line: rgba(92, 68, 48, 0.28);
  --line-soft: rgba(92, 68, 48, 0.16);
  --radius: 3px;
  --radius-lg: 10px;
  --gap: 14px;
  --gap-tight: 9px;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--cream);
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(92, 68, 48, 0.045) 0,
      rgba(92, 68, 48, 0.045) 1px,
      transparent 1px,
      transparent 5px
    ),
    radial-gradient(120% 80% at 12% 0%, rgba(176, 74, 66, 0.09), transparent 55%),
    radial-gradient(90% 70% at 100% 100%, rgba(138, 106, 75, 0.13), transparent 60%);
  color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", "WenQuanYi Micro Hei", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: 0.01em;
  padding: 0 0 26px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(180deg, rgba(59, 43, 30, 0.97), rgba(59, 43, 30, 0.9));
  border-bottom: 2px solid var(--thread);
  box-shadow: 0 1px 0 rgba(246, 240, 228, 0.14) inset, 0 6px 16px -10px rgba(0, 0, 0, 0.6);
}
.header-bar {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  padding: 9px 16px 7px;
}
a[data-contract="site-name"] {
  color: var(--cream);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding-right: 12px;
  border-right: 1px dashed rgba(246, 240, 228, 0.32);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #f0c9a8;
}
.header-nav {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}
a.header-nav-link {
  color: rgba(246, 240, 228, 0.78);
  font-size: 13px;
  text-decoration: none;
  padding: 3px 9px;
  border-radius: var(--radius);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s, background-color 0.15s;
}
a.header-nav-link:hover, a.header-nav-link:focus-visible {
  color: #fff;
  background-color: rgba(142, 43, 40, 0.5);
  border-bottom-color: var(--thread-soft);
}
.categories-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 16px 9px;
  border-top: 1px dashed rgba(246, 240, 228, 0.18);
  padding-top: 7px;
}
a.runtime-category {
  color: rgba(246, 240, 228, 0.62);
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 8px;
  border: 1px solid rgba(246, 240, 228, 0.24);
  border-radius: 999px;
  transition: color 0.15s, border-color 0.15s, background-color 0.15s;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #fff;
  border-color: var(--thread-soft);
  background-color: rgba(142, 43, 40, 0.45);
}
.page-main {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}
.section-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--wood-dark);
  padding-bottom: 4px;
  margin-bottom: 9px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 58px;
  height: 2px;
  background: var(--thread);
}
.block-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--thread);
  margin-bottom: 6px;
  padding-bottom: 3px;
  border-bottom: 1px dashed var(--line);
}
.movie-overview {
  background: linear-gradient(180deg, var(--paper), var(--cream-2));
  border: 1px solid var(--line);
  border-top: 3px solid var(--wood-deep);
  border-radius: var(--radius-lg);
  padding: 14px;
  margin: 16px 0 0;
  box-shadow: 0 14px 30px -22px rgba(59, 43, 30, 0.7);
  position: relative;
}
.movie-overview::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed var(--line-soft);
  border-radius: 6px;
  pointer-events: none;
}
.overview-stage {
  display: grid;
  grid-template-columns: minmax(180px, 232px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.poster-frame {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--wood-deep);
  outline: 1px dashed rgba(142, 43, 40, 0.5);
  outline-offset: -6px;
  background: var(--cream-2);
  filter: saturate(0.9) contrast(1.03);
}
.poster-caption {
  font-size: 11px;
  line-height: 1.45;
  color: var(--ink-soft);
  padding-left: 8px;
  border-left: 2px solid var(--thread);
}
.overview-head {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.movie-title {
  font-size: 27px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--wood-dark);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
.movie-tagline {
  font-size: 13px;
  color: var(--thread);
  letter-spacing: 0.06em;
  padding-left: 9px;
  border-left: 3px solid var(--thread);
  line-height: 1.5;
}
.movie-seo {
  font-size: 12.5px;
  line-height: 1.68;
  color: var(--ink-soft);
  max-width: 62ch;
}
.overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 3px;
}
a.action-primary {
  display: inline-block;
  color: var(--cream);
  background: linear-gradient(180deg, var(--thread-soft), var(--thread));
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 7px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--wood-dark);
  box-shadow: 0 4px 12px -8px rgba(142, 43, 40, 0.9);
  transition: transform 0.12s, box-shadow 0.12s, background 0.15s;
}
a.action-primary:hover, a.action-primary:focus-visible {
  background: linear-gradient(180deg, #c25a4f, #a0322c);
  transform: translateY(-1px);
  box-shadow: 0 8px 16px -10px rgba(142, 43, 40, 0.95);
}
.action-ghost {
  display: inline-block;
  color: var(--wood-dark);
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 7px 18px;
  border-radius: var(--radius);
  border: 1px dashed var(--wood-deep);
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.action-ghost:hover, .action-ghost:focus-visible, .action-ghost.is-active {
  background-color: rgba(138, 106, 75, 0.16);
  border-color: var(--thread);
  color: var(--thread);
}
.player-panel {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  padding: 9px;
  background: var(--wood-dark);
  border-radius: var(--radius);
  border: 1px solid #241a12;
  box-shadow: 0 12px 26px -18px rgba(0, 0, 0, 0.9);
}
.main-player {
  display: block;
  width: 100%;
  border-radius: 2px;
  background: #000;
  outline: 1px solid rgba(246, 240, 228, 0.18);
  outline-offset: -1px;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed rgba(246, 240, 228, 0.22);
}
.control-btn {
  background: rgba(246, 240, 228, 0.08);
  color: rgba(246, 240, 228, 0.86);
  border: 1px solid rgba(246, 240, 228, 0.24);
  border-radius: var(--radius);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.14s, color 0.14s, border-color 0.14s;
}
.control-btn:hover, .control-btn:focus-visible, .control-btn.is-active {
  background-color: var(--thread);
  border-color: var(--thread-soft);
  color: #fff;
}
.control-btn.is-paused {
  border-color: #d9a24a;
  color: #f0cf95;
}
.control-btn.is-muted {
  border-color: #7e9a86;
  color: #bfe0c9;
}
.control-range {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 110px;
  min-width: 84px;
  height: 16px;
  background: transparent;
  cursor: pointer;
}
.control-range::-webkit-slider-runnable-track {
  height: 3px;
  background: linear-gradient(90deg, var(--thread-soft), rgba(246, 240, 228, 0.28));
  border-radius: 2px;
}
.control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--thread);
}
.control-range::-moz-range-track {
  height: 3px;
  background: linear-gradient(90deg, var(--thread-soft), rgba(246, 240, 228, 0.28));
  border-radius: 2px;
}
.control-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--thread);
}
.overview-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) minmax(0, 1fr);
  grid-template-areas:
    "status synopsis cast"
    "details synopsis cast";
  gap: var(--gap);
  align-items: start;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.overview-body > section {
  min-width: 0;
}
.episode-status {
  grid-area: status;
}
.synopsis {
  grid-area: synopsis;
  padding-left: 13px;
  border-left: 1px dashed var(--line);
}
.cast {
  grid-area: cast;
  padding-left: 13px;
  border-left: 1px dashed var(--line);
}
.details {
  grid-area: details;
}
.status-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 6px;
}
.status-item {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 5px 8px;
  background: rgba(138, 106, 75, 0.1);
  border-left: 2px solid var(--thread);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.status-label {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: var(--ink-soft);
}
.status-value {
  font-size: 15px;
  font-weight: 700;
  color: var(--wood-dark);
  letter-spacing: 0.02em;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.72;
  color: #4a3c32;
  text-align: justify;
}
.synopsis-para + .synopsis-para {
  margin-top: 6px;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
  gap: 6px;
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
  padding: 7px 4px 8px;
  background: rgba(246, 240, 228, 0.68);
  border: 1px solid var(--line-soft);
  border-top: 2px solid var(--wood);
  border-radius: var(--radius);
  min-width: 0;
}
.cast-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(246, 240, 228, 0.85), transparent 42%),
    linear-gradient(150deg, var(--wood) 0%, var(--thread) 100%);
  border: 1px solid var(--wood-deep);
  box-shadow: 0 0 0 2px rgba(246, 240, 228, 0.7);
  flex: 0 0 auto;
}
.cast-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--wood-dark);
  letter-spacing: 0.04em;
  line-height: 1.25;
  word-break: break-word;
}
.cast-relation {
  font-size: 10.5px;
  line-height: 1.35;
  color: #8b7a6a;
  letter-spacing: 0.02em;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 0 12px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dotted var(--line);
  min-width: 0;
}
.details-key {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
}
.details-val {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--wood-dark);
  text-align: right;
  word-break: break-word;
}
.timeline-section {
  margin-top: 20px;
}
.timeline-strip {
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 9px 10px 12px;
  background: linear-gradient(180deg, var(--wood-dark), #2a1e15);
  border-radius: var(--radius);
  border-top: 3px solid var(--thread);
  border-bottom: 3px solid var(--thread);
  scrollbar-width: thin;
  scrollbar-color: var(--thread-soft) rgba(246, 240, 228, 0.12);
  -webkit-overflow-scrolling: touch;
}
.timeline-strip::-webkit-scrollbar {
  height: 7px;
}
.timeline-strip::-webkit-scrollbar-track {
  background: rgba(246, 240, 228, 0.1);
}
.timeline-strip::-webkit-scrollbar-thumb {
  background: var(--thread-soft);
  border-radius: 4px;
}
.timeline-frame {
  flex: 0 0 auto;
  width: 128px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 9px;
  border-right: 2px dashed rgba(246, 240, 228, 0.22);
}
.timeline-frame:last-child {
  border-right: none;
}
.timeline-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 2px;
  border: 1px solid rgba(246, 240, 228, 0.28);
  background:
    linear-gradient(135deg, rgba(142, 43, 40, 0.5), transparent 60%),
    linear-gradient(200deg, var(--wood) 0%, #4a3524 60%, #2a1e15 100%);
  box-shadow: inset 0 0 0 2px rgba(42, 30, 21, 0.5);
}
.timeline-code {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: #e5b9a0;
  font-variant-numeric: tabular-nums;
}
.timeline-label {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(246, 240, 228, 0.92);
  letter-spacing: 0.02em;
}
.episodes-section {
  margin-top: 20px;
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
  gap: 7px;
  align-items: start;
}
.episode-item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "no title"
    "sum sum"
    "dur dur";
  column-gap: 8px;
  row-gap: 2px;
  padding: 7px 9px 8px;
  background: rgba(251, 247, 238, 0.82);
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--wood);
  border-radius: 0 var(--radius) var(--radius) 0;
  min-width: 0;
  transition: border-color 0.15s, background-color 0.15s, transform 0.15s;
}
.episode-item:hover, .episode-item:focus-within {
  background: rgba(255, 253, 247, 0.98);
  border-left-color: var(--thread);
  transform: translateX(1px);
}
.episode-no {
  grid-area: no;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--thread);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  align-self: baseline;
}
.episode-title {
  grid-area: title;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--wood-dark);
  letter-spacing: 0.02em;
  min-width: 0;
  word-break: break-word;
}
.episode-summary {
  grid-area: sum;
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: -webkit-line-clamp 0.15s;
}
.episode-item:hover .episode-summary, .episode-item:focus-within .episode-summary {
  -webkit-line-clamp: 5;
}
.episode-duration {
  grid-area: dur;
  justify-self: end;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: #8b7a6a;
  padding-top: 1px;
  border-top: 1px dotted var(--line-soft);
  width: 100%;
  text-align: right;
}
.recommend-region {
  margin-top: 20px;
}
.recommend-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
  gap: 8px;
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 7px;
  background: rgba(251, 247, 238, 0.86);
  border: 1px solid var(--line-soft);
  border-bottom: 3px solid var(--wood);
  border-radius: var(--radius) var(--radius) 0 0;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.15s, background-color 0.15s, transform 0.15s;
}
a.recommend-card:hover, a.recommend-card:focus-visible {
  background: rgba(255, 253, 247, 1);
  border-bottom-color: var(--thread);
  transform: translateY(-1px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid var(--line-soft);
  background: var(--cream-2);
  filter: saturate(0.92);
}
.recommend-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--wood-dark);
  letter-spacing: 0.02em;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-region:last-of-type .recommend-blurb {
  -webkit-line-clamp: 4;
}
.comments-section {
  margin-top: 20px;
}
.comments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
  gap: 8px;
  align-items: start;
}
.comment-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "mark nick"
    "mark text";
  column-gap: 8px;
  row-gap: 2px;
  padding: 8px 10px 9px;
  background: rgba(251, 247, 238, 0.86);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  min-width: 0;
}
.comments-grid > .comment-card:nth-child(even) {
  margin-top: 16px;
  background: rgba(246, 240, 228, 0.9);
}
.comment-mark {
  grid-area: mark;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 1px;
  background: var(--thread);
  box-shadow: 0 0 0 2px rgba(142, 43, 40, 0.14);
  flex: 0 0 auto;
}
.comment-card:nth-child(2) .comment-mark {
  background: var(--wood);
  box-shadow: 0 0 0 2px rgba(138, 106, 75, 0.18);
}
.comment-card:nth-child(3) .comment-mark {
  background: #6b7f6a;
  box-shadow: 0 0 0 2px rgba(107, 127, 106, 0.18);
}
.comment-card:nth-child(4) .comment-mark {
  background: #8a6a4b;
  box-shadow: 0 0 0 2px rgba(138, 106, 75, 0.18);
}
.comment-card:nth-child(5) .comment-mark {
  background: #a8763e;
  box-shadow: 0 0 0 2px rgba(168, 118, 62, 0.18);
}
.comment-card:nth-child(6) .comment-mark {
  background: var(--thread-soft);
  box-shadow: 0 0 0 2px rgba(176, 74, 66, 0.18);
}
.comment-nick {
  grid-area: nick;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--wood-dark);
}
.comment-text {
  grid-area: text;
  font-size: 12.5px;
  line-height: 1.7;
  color: #4a3c32;
  text-align: justify;
}
.site-footer {
  max-width: 1180px;
  margin: 22px auto 0;
  padding: 14px 16px 0;
  border-top: 2px solid var(--wood-deep);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: flex-start;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 16px;
  right: 16px;
  height: 1px;
  background-image: repeating-linear-gradient(
    90deg,
    var(--thread) 0,
    var(--thread) 5px,
    transparent 5px,
    transparent 11px
  );
}
.footer-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--wood-dark);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:focus-visible {
  color: var(--thread);
  border-bottom-color: var(--thread);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: baseline;
  flex: 1 1 320px;
  min-width: 0;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  padding-right: 8px;
  border-right: 1px solid var(--line);
}
a.runtime-friend-link {
  color: #7a6a5c;
  font-size: 11.5px;
  text-decoration: none;
  border-bottom: 1px dotted var(--line);
  white-space: nowrap;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--thread);
  border-bottom-color: var(--thread);
}
.footer-disclaimer {
  flex: 1 1 100%;
  font-size: 11px;
  line-height: 1.6;
  color: #8b7a6a;
  padding-top: 8px;
  border-top: 1px dotted var(--line-soft);
}
.is-lights-off .site-header, .is-lights-off .site-footer {
  opacity: 0.42;
  transition: opacity 0.25s;
}
.is-theater .movie-overview {
  border-color: var(--thread);
}
.is-theater .overview-stage {
  grid-template-columns: minmax(0, 1fr);
}
.is-theater .poster-frame {
  display: none;
}
@media (max-width: 900px) {.overview-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "status cast"
      "synopsis synopsis"
      "details details";
  }
.synopsis {
    padding-left: 0;
    border-left: none;
    border-top: 1px dashed var(--line);
    padding-top: 10px;
  }
.cast {
    padding-left: 0;
    border-left: none;
  }}
@media (max-width: 720px) {.overview-stage {
    grid-template-columns: minmax(140px, 190px) minmax(0, 1fr);
    gap: 12px;
  }
.movie-title {
    font-size: 22px;
  }
.episodes-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
.recommend-row {
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  }}
@media (max-width: 560px) {body {
    font-size: 13.5px;
    padding-bottom: 18px;
  }
.page-main {
    padding: 0 11px;
  }
.movie-overview {
    padding: 11px;
  }
.overview-stage {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-frame {
    max-width: 220px;
  }
.poster-image {
    aspect-ratio: 2 / 3;
  }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "status"
      "synopsis"
      "cast"
      "details";
  }
.movie-title {
    font-size: 21px;
  }
.status-list {
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  }
.cast-list {
    grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
  }
.episodes-grid, .comments-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-grid > .comment-card:nth-child(even) {
    margin-top: 0;
  }
.recommend-row {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
.timeline-frame {
    width: 112px;
  }
.header-bar {
    padding: 8px 11px 6px;
  }
.categories-strip {
    padding: 6px 11px 8px;
  }}
@media (max-width: 400px) {.recommend-row {
    grid-template-columns: minmax(0, 1fr);
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (prefers-reduced-motion: reduce) {html {
    scroll-behavior: auto;
  }
* {
    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}
