:root {
  --paper: #e8e0cf;
  --paper-deep: #d9cfb8;
  --paper-edge: #c4b89c;
  --ink: #1c1a16;
  --ink-soft: #3a352c;
  --ink-fade: #6b6354;
  --green: #14261f;
  --green-deep: #0d1a15;
  --green-mid: #1e3a2f;
  --green-line: #2c4f41;
  --amber: #b98a4a;
  --amber-soft: #d8b47a;
  --note: #efe7d4;
  --note-shadow: rgba(18, 12, 4, 0.42);
  --rule: rgba(232, 224, 207, 0.14);
  --rule-strong: rgba(232, 224, 207, 0.28);
  --serif: "Songti SC", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", Georgia, serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  --tight: 0.1em;
  --gap: 0.9rem;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: var(--green-deep);
  background-image:
    radial-gradient(circle at 18% 8%, rgba(185, 138, 74, 0.07), transparent 42%),
    radial-gradient(circle at 82% 92%, rgba(30, 58, 47, 0.55), transparent 55%),
    repeating-linear-gradient(0deg, rgba(232, 224, 207, 0.018) 0 1px, transparent 1px 3px);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}
button {
  cursor: pointer;
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: var(--tight);
}
.site-header {
  position: relative;
  z-index: 40;
  background: linear-gradient(180deg, rgba(13, 26, 21, 0.96), rgba(13, 26, 21, 0.82));
  border-bottom: 1px solid var(--rule);
  backdrop-filter: blur(6px);
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1.4rem;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.6rem 1rem 0.55rem;
}
.site-brand {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--paper);
  padding-right: 0.9rem;
  border-right: 1px solid var(--rule-strong);
}
.site-brand:hover, .site-brand:focus-visible {
  color: var(--amber-soft);
}
.category-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.1rem;
  flex: 1 1 12rem;
  min-width: 0;
}
.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--ink-fade);
  color: #a99c84;
  padding: 0.22rem 0.6rem;
  border: 1px solid transparent;
  border-radius: 1px;
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--paper);
  border-color: var(--rule-strong);
  background-color: rgba(232, 224, 207, 0.06);
}
.page-main {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1rem 2.4rem;
}
.section-title {
  font-size: 1.02rem;
  letter-spacing: 0.2em;
  color: var(--paper);
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 0.85rem;
}
.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "backdrop"
    "copy"
    "meta";
  gap: 0.9rem;
  padding: 0.7rem 0 1.4rem;
  border-bottom: 1px solid var(--rule);
}
.hero-backdrop {
  grid-area: backdrop;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--green) 0%, var(--green-deep) 58%, #0a130f 100%);
  border: 1px solid var(--rule);
  border-radius: 2px;
  min-height: 15rem;
}
.hero-shelf-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(232, 224, 207, 0.05) 0 2px,
      transparent 2px 7px,
      rgba(0, 0, 0, 0.28) 7px 9px,
      transparent 9px 26px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(232, 224, 207, 0.035) 0 1px,
      transparent 1px 34px
    );
  mix-blend-mode: screen;
  opacity: 0.72;
}
.hero-figure {
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  width: 46%;
  max-width: 22rem;
  pointer-events: none;
  background:
    radial-gradient(ellipse 34% 22% at 50% 22%, rgba(216, 180, 122, 0.42), rgba(216, 180, 122, 0) 70%),
    linear-gradient(180deg, rgba(10, 18, 14, 0) 12%, rgba(8, 14, 11, 0.72) 58%, rgba(6, 10, 8, 0.95) 100%),
    radial-gradient(ellipse 60% 70% at 50% 42%, rgba(20, 38, 31, 0.9), rgba(6, 10, 8, 0.98) 78%);
  filter: blur(0.4px);
  clip-path: polygon(46% 0, 100% 0, 100% 100%, 28% 100%, 34% 62%, 30% 34%, 40% 12%);
}
.hero-poster-wrap {
  position: relative;
  z-index: 2;
  width: 46%;
  max-width: 15rem;
  margin: 0.9rem 0 0.9rem 0.9rem;
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  background: var(--green-mid);
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08) brightness(0.92);
}
.hero-copy {
  grid-area: copy;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0 0.2rem;
}
.hero-title {
  font-size: clamp(1.6rem, 6.4vw, 2.9rem);
  letter-spacing: 0.12em;
  color: var(--paper);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}
.hero-tagline {
  font-family: var(--serif);
  font-size: 0.98rem;
  letter-spacing: 0.22em;
  color: var(--amber-soft);
  padding-left: 0.15rem;
  border-left: 2px solid var(--amber);
  padding-left: 0.6rem;
}
.hero-seo-note {
  font-size: 0.8rem;
  line-height: 1.62;
  color: #a89e8b;
  max-width: 46rem;
}
.hero-player-wrap {
  width: 100%;
  max-width: 46rem;
  min-width: 0;
  margin-top: 0.2rem;
  background: #060b09;
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
  overflow: hidden;
}
.hero-player-wrap video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #060b09;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.4rem;
  padding: 0.42rem 0.5rem;
  background: linear-gradient(180deg, rgba(20, 38, 31, 0.9), rgba(9, 17, 13, 0.95));
  border-top: 1px solid var(--rule);
}
.player-btn {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: #b9ae97;
  padding: 0.22rem 0.5rem;
  border: 1px solid var(--rule);
  border-radius: 1px;
  background: rgba(232, 224, 207, 0.03);
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}
.player-btn:hover, .player-btn:focus-visible {
  color: var(--paper);
  border-color: var(--rule-strong);
  background: rgba(232, 224, 207, 0.09);
}
.player-btn.is-active {
  color: var(--green-deep);
  background: var(--amber-soft);
  border-color: var(--amber-soft);
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 6rem;
  min-width: 4.5rem;
  height: 3px;
  background: var(--green-line);
  border-radius: 1px;
  cursor: pointer;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 1px;
  background: var(--amber-soft);
  border: 1px solid var(--green-deep);
}
.player-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 1px;
  background: var(--amber-soft);
  border: 1px solid var(--green-deep);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.15rem;
}
.btn-primary, .btn-ghost {
  font-family: var(--serif);
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  padding: 0.42rem 1.1rem;
  border-radius: 1px;
  border: 1px solid transparent;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn-primary {
  background: var(--amber);
  color: #12100b;
  border-color: var(--amber);
  font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--amber-soft);
  border-color: var(--amber-soft);
}
.btn-ghost {
  background: transparent;
  color: var(--paper);
  border-color: var(--rule-strong);
}
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: rgba(232, 224, 207, 0.08);
  border-color: var(--paper);
}
.overview-meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--gap);
  padding: 0.9rem 0.85rem 1rem;
  background: linear-gradient(180deg, rgba(232, 224, 207, 0.045), rgba(232, 224, 207, 0.015));
  border: 1px solid var(--rule);
  border-radius: 2px;
}
.cast-strip {
  min-width: 0;
}
.cast-strip-title {
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  color: var(--amber-soft);
  margin-bottom: 0.4rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid var(--rule);
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.3rem 0.5rem;
}
.cast-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem;
  padding: 0.24rem 0.4rem;
  background: rgba(232, 224, 207, 0.035);
  border-left: 2px solid var(--green-line);
  min-width: 0;
}
.cast-name {
  font-family: var(--serif);
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  color: var(--paper);
  white-space: nowrap;
}
.cast-keyword {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--amber);
  white-space: nowrap;
}
.episode-status {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  padding: 0.4rem 0.5rem;
  border: 1px solid var(--rule);
  border-radius: 1px;
  background: rgba(13, 26, 21, 0.5);
}
.status-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.78rem;
  border-bottom: 1px dashed rgba(232, 224, 207, 0.1);
  padding-bottom: 0.18rem;
}
.status-line:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.status-label {
  color: var(--ink-fade);
  color: #8d8471;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.status-value {
  font-family: var(--serif);
  color: var(--paper);
  letter-spacing: 0.06em;
  text-align: right;
}
.synopsis-block {
  min-width: 0;
}
.synopsis-title, .details-title {
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  color: var(--amber-soft);
  margin-bottom: 0.4rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid var(--rule);
}
.synopsis-text {
  font-size: 0.79rem;
  line-height: 1.72;
  color: #b3a992;
  text-align: justify;
  margin-bottom: 0.42rem;
}
.synopsis-text:last-child {
  margin-bottom: 0;
}
.details-block {
  min-width: 0;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.2rem 0.7rem;
}
.details-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem;
  font-size: 0.76rem;
  padding: 0.2rem 0;
  border-bottom: 1px dotted rgba(232, 224, 207, 0.12);
  min-width: 0;
}
.details-key {
  color: #8d8471;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.details-value {
  font-family: var(--serif);
  color: var(--paper);
  text-align: right;
  letter-spacing: 0.04em;
}
.hero-shell.is-theater .hero-player-wrap {
  max-width: none;
}
.hero-shell.is-lights-off {
  background-color: #050806;
}
.hero-shell.is-lights-off .hero-backdrop {
  filter: brightness(0.34);
}
.hero-shell.is-playing .hero-title {
  color: var(--amber-soft);
}
.timeline-section {
  padding: 1.3rem 0 1.2rem;
  border-bottom: 1px solid var(--rule);
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding-left: 0.9rem;
  border-left: 1px solid var(--green-line);
}
.timeline-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.7rem;
  padding: 0.42rem 0.5rem 0.42rem 0.7rem;
  margin-bottom: 0.28rem;
  background: linear-gradient(90deg, rgba(232, 224, 207, 0.05), rgba(232, 224, 207, 0.012));
  border-left: 2px solid var(--rule-strong);
  border-radius: 1px;
  min-width: 0;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -1.22rem;
  top: 0.85rem;
  width: 6px;
  height: 6px;
  background: var(--amber);
  border: 1px solid var(--green-deep);
  transform: rotate(45deg);
}
.timeline-item:nth-child(1) { margin-left: 0; }
.timeline-item:nth-child(2) { margin-left: 0.55rem; }
.timeline-item:nth-child(3) { margin-left: 1.1rem; }
.timeline-item:nth-child(4) { margin-left: 1.65rem; }
.timeline-item:nth-child(5) { margin-left: 2.2rem; }
.timeline-item:nth-child(6) { margin-left: 2.75rem; }
.timeline-timecode {
  font-family: var(--serif);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  color: var(--amber-soft);
  white-space: nowrap;
}
.timeline-label {
  font-size: 0.8rem;
  color: #b8ae98;
  flex: 1 1 12rem;
  min-width: 0;
}
.episodes-section {
  padding: 1.3rem 0 1.2rem;
  border-bottom: 1px solid var(--rule);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  padding: 0.6rem 0.6rem 0.7rem;
  background: linear-gradient(180deg, rgba(232, 224, 207, 0.075), rgba(232, 224, 207, 0.028));
  border: 1px solid var(--rule);
  border-radius: 1px;
  min-width: 0;
}
.episode-number {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: var(--green-mid);
  color: #a89e8b;
  padding: 0.1rem 0.34rem;
  border: 1px solid var(--rule);
  align-self: flex-start;
}
.episode-name {
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  color: var(--paper);
}
.episode-summary {
  font-size: 0.74rem;
  line-height: 1.62;
  color: #a89e8b;
  text-align: justify;
  flex: 1 1 auto;
}
.episode-duration {
  font-family: var(--serif);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--amber);
  border-top: 1px solid var(--rule);
  padding-top: 0.28rem;
}
.comments-section {
  padding: 1.3rem 0 1.4rem;
  border-bottom: 1px solid var(--rule);
}
.comment-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  align-items: start;
}
.comment-note {
  position: relative;
  padding: 0.7rem 0.75rem 0.8rem;
  background: linear-gradient(168deg, var(--note), var(--paper-deep));
  color: var(--ink);
  border-radius: 1px;
  box-shadow: 0 8px 20px var(--note-shadow);
  min-width: 0;
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 42px;
  height: 9px;
  transform: translateX(-50%) rotate(-1.5deg);
  background: rgba(185, 138, 74, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.comment-note:nth-child(1) { transform: rotate(-0.9deg); }
.comment-note:nth-child(2) { transform: rotate(0.8deg) translateY(0.5rem); }
.comment-note:nth-child(3) { transform: rotate(-0.4deg); }
.comment-note:nth-child(4) { transform: rotate(1.1deg) translateY(0.35rem); }
.comment-note:nth-child(5) { transform: rotate(-0.7deg); }
.comment-nickname {
  display: block;
  font-family: var(--serif);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--green-mid);
  margin-bottom: 0.3rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px dashed rgba(28, 26, 22, 0.22);
}
.comment-text {
  font-size: 0.78rem;
  line-height: 1.68;
  color: var(--ink-soft);
  text-align: justify;
}
.rec-region {
  padding: 1.1rem 0 0.4rem;
}
.rec-title {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  color: var(--amber-soft);
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  border-left: 2px solid var(--green-line);
}
.rec-grid {
  display: grid;
  gap: 0.65rem;
  align-items: start;
}
.rec-grid-1 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rec-grid-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rec-grid-3 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.rec-item {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  padding: 0.4rem;
  background: rgba(232, 224, 207, 0.04);
  border: 1px solid var(--rule);
  border-radius: 1px;
  min-width: 0;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
a.rec-item:hover, a.rec-item:focus-visible {
  border-color: var(--rule-strong);
  background: rgba(232, 224, 207, 0.09);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 1px;
  filter: saturate(0.8) brightness(0.92);
}
.rec-pic {
  display: block;
  background: var(--green-mid);
}
.rec-name {
  font-family: var(--serif);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: var(--paper);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rec-blurb {
  font-size: 0.7rem;
  line-height: 1.55;
  color: #948b78;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 1.2rem;
  padding: 1.2rem 1rem 2rem;
  background: linear-gradient(180deg, rgba(13, 26, 21, 0.6), rgba(6, 11, 9, 0.95));
  border-top: 1px solid var(--rule);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
  max-width: 1240px;
  margin: 0 auto 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: #a89e8b;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: color 0.18s ease, border-color 0.18s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: var(--amber-soft);
  border-bottom-color: var(--amber-soft);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.75rem;
  max-width: 1240px;
  margin: 0 auto 0.8rem;
  padding: 0.5rem 0.6rem;
  border: 1px solid var(--rule);
  border-radius: 1px;
  background: rgba(232, 224, 207, 0.025);
}
.friend-links-label {
  font-family: var(--serif);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--amber);
  white-space: nowrap;
  padding-right: 0.6rem;
  border-right: 1px solid var(--rule);
}
a.runtime-friend-link {
  font-size: 0.74rem;
  color: #948b78;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--paper);
  text-decoration: underline;
}
.footer-disclaimer {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0.7rem;
  line-height: 1.7;
  color: #6f6857;
  text-align: justify;
}
@media (min-width: 720px) {body {
    font-size: 14.5px;
  }
.page-main {
    padding: 0 1.4rem 3rem;
  }
.hero-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    grid-template-areas:
      "backdrop copy"
      "meta meta";
    gap: 1rem 1.4rem;
    align-items: start;
  }
.hero-backdrop {
    min-height: 20rem;
  }
.hero-copy {
    padding-top: 0.4rem;
  }
.overview-meta {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    grid-template-areas:
      "cast status"
      "synopsis synopsis"
      "details details";
    gap: 0.9rem 1.2rem;
  }
.cast-strip { grid-area: cast; }
.episode-status { grid-area: status; }
.synopsis-block { grid-area: synopsis; }
.details-block { grid-area: details; }
.synopsis-text {
    column-count: 2;
    column-gap: 1.6rem;
    margin-bottom: 0;
  }
.timeline-item:nth-child(1) { margin-left: 0; }
.timeline-item:nth-child(2) { margin-left: 0.9rem; }
.timeline-item:nth-child(3) { margin-left: 1.8rem; }
.timeline-item:nth-child(4) { margin-left: 2.7rem; }
.timeline-item:nth-child(5) { margin-left: 3.6rem; }
.timeline-item:nth-child(6) { margin-left: 4.5rem; }
.comment-notes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem 1rem;
  }}
@media (min-width: 1024px) {body {
    font-size: 15px;
  }
.page-main {
    padding: 0 1.6rem 3.4rem;
  }
.hero-shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1.2rem 2rem;
    padding-top: 1rem;
  }
.hero-backdrop {
    min-height: 26rem;
  }
.hero-poster-wrap {
    width: 42%;
    max-width: 13rem;
    margin: 1.4rem 0 1rem 1.3rem;
  }
.hero-copy {
    gap: 0.7rem;
  }
.overview-meta {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-areas:
      "cast status"
      "synopsis synopsis"
      "details details";
    gap: 1rem 2rem;
    padding: 1.1rem 1.2rem 1.2rem;
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.22rem 1.4rem;
  }
.synopsis-text {
    column-count: 2;
    column-gap: 2rem;
  }
.timeline-list {
    padding-left: 1.6rem;
  }
.timeline-item::before {
    left: -1.95rem;
  }
.timeline-item:nth-child(1) { margin-left: 0; }
.timeline-item:nth-child(2) { margin-left: 1.6rem; }
.timeline-item:nth-child(3) { margin-left: 3.2rem; }
.timeline-item:nth-child(4) { margin-left: 4.8rem; }
.timeline-item:nth-child(5) { margin-left: 6.4rem; }
.timeline-item:nth-child(6) { margin-left: 8rem; }
.comment-notes {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem 0.7rem;
    padding-top: 0.3rem;
  }
.rec-grid-1 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rec-grid-2 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rec-grid-3 { grid-template-columns: repeat(5, minmax(0, 1fr)); }}
@media (max-width: 719px) {.hero-backdrop {
    display: flex;
    align-items: flex-end;
    min-height: 16rem;
  }
.hero-figure {
    width: 58%;
    right: -6%;
    opacity: 0.85;
  }
.hero-poster-wrap {
    width: 40%;
    max-width: 11rem;
    margin: 0.8rem;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }
.comment-note:nth-child(2), .comment-note:nth-child(4) {
    transform: rotate(0.6deg);
  }
.rec-grid-1, .rec-grid-2, .rec-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-item:nth-child(1), .timeline-item:nth-child(2), .timeline-item:nth-child(3), .timeline-item:nth-child(4), .timeline-item:nth-child(5), .timeline-item:nth-child(6) {
    margin-left: 0;
  }
.timeline-list {
    padding-left: 0.85rem;
  }
.timeline-item::before {
    left: -1.15rem;
  }}
@media (max-width: 420px) {.episode-grid, .comment-notes, .rec-grid-1, .rec-grid-2, .rec-grid-3, .cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.header-inner {
    gap: 0.35rem 0.8rem;
  }
.site-brand {
    border-right: none;
    padding-right: 0;
  }
.player-controls {
    gap: 0.28rem;
  }
.player-btn {
    font-size: 0.68rem;
    padding: 0.2rem 0.42rem;
  }}

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}
