*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, h3, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input, select {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
}
:root {
  --ink: #1c2320;
  --chalk: #eef1ec;
  --chalk-dim: #c7ccc4;
  --cool-gray: #6b7370;
  --cool-gray-deep: #3d4442;
  --panel: #232a27;
  --panel-raised: #2a322e;
  --ink-green: #1f3a30;
  --ink-green-soft: #2f5546;
  --red-pen: #c0442f;
  --red-pen-soft: #d9694f;
  --rule: rgba(199, 204, 196, 0.22);
  --rule-strong: rgba(199, 204, 196, 0.4);
  --gap: 10px;
  --gap-tight: 7px;
  --pad: 14px;
  --font-display: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --font-body: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", "Cascadia Mono", "Roboto Mono", "Courier New", monospace;
}
body {
  background:
    radial-gradient(1200px 600px at 78% -8%, rgba(47, 85, 70, 0.28), transparent 62%),
    linear-gradient(178deg, #1b211e 0%, #191f1c 42%, #151a18 100%);
  background-attachment: fixed;
  color: var(--chalk);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
body.lights-off {
  filter: brightness(0.55) saturate(0.8);
}
body.lights-off .player-shell {
  filter: brightness(1.7) saturate(1.05);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(21, 27, 24, 0.86);
  backdrop-filter: blur(9px);
  border-bottom: 1px solid var(--rule);
}
.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 9px var(--pad);
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--chalk);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--ink-green-soft);
  white-space: nowrap;
  flex: 0 0 auto;
}
a[data-contract="site-name"]:hover {
  color: var(--chalk-dim);
  border-bottom-color: var(--red-pen);
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 14px;
  min-width: 0;
  flex: 1 1 320px;
}
a.runtime-category {
  font-size: 12.5px;
  color: var(--chalk-dim);
  text-decoration: none;
  white-space: nowrap;
  padding: 3px 1px;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--chalk);
  border-bottom-color: var(--red-pen-soft);
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--gap) var(--pad) 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.section-heading {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--chalk-dim);
  text-transform: none;
  padding-bottom: 5px;
  margin-bottom: var(--gap-tight);
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 26px;
  height: 1px;
  background: var(--ink-green-soft);
}
.hero-classroom {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr);
  gap: 0;
  align-items: start;
  background:
    linear-gradient(180deg, rgba(35, 42, 39, 0.94), rgba(27, 33, 30, 0.97));
  border: 1px solid var(--rule);
  overflow: hidden;
}
.hero-classroom::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(199, 204, 196, 0.05) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(199, 204, 196, 0.045) 0 1px, transparent 1px 46px);
  pointer-events: none;
}
.hero-poster-wrap {
  position: relative;
  align-self: start;
  display: block;
  background: #141a17;
  border-right: 1px solid var(--rule);
}
.hero-poster {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.62) contrast(1.06) brightness(0.92);
  display: block;
}
.hero-poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 58, 48, 0.16), rgba(20, 26, 23, 0.42));
  pointer-events: none;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding: var(--pad) 16px 18px;
  min-width: 0;
}
.movie-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: var(--chalk);
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.5),
    0 0 22px rgba(47, 85, 70, 0.45);
  margin-top: 2px;
}
.movie-tagline {
  font-size: 13px;
  line-height: 1.6;
  color: var(--chalk-dim);
  max-width: 44em;
  border-left: 2px solid var(--red-pen);
  padding-left: 10px;
}
.movie-seo {
  font-size: 12.5px;
  line-height: 1.62;
  color: rgba(199, 204, 196, 0.78);
  max-width: 46em;
}
.player-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #0e1311;
  border: 1px solid var(--rule);
  border-radius: 2px;
  overflow: hidden;
}
.player-video {
  width: 100%;
  display: block;
  background: #050807;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 6px;
  padding: 6px 8px;
  background: linear-gradient(180deg, rgba(31, 58, 48, 0.32), rgba(14, 19, 17, 0.9));
  border-top: 1px solid var(--rule);
}
.ctrl-btn {
  appearance: none;
  border: 1px solid var(--rule);
  background: rgba(38, 46, 42, 0.82);
  color: var(--chalk-dim);
  font-size: 11px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.14s ease, color 0.14s ease, border-color 0.14s ease;
}
.ctrl-btn:hover {
  color: var(--chalk);
  border-color: var(--rule-strong);
}
.ctrl-btn.is-active, .ctrl-btn.play.is-active, .ctrl-btn.mute.is-active, .ctrl-btn.pip.is-active, .ctrl-btn.fullscreen.is-active, .ctrl-btn.theater.is-active, .ctrl-btn.light.is-active {
  background: var(--ink-green-soft);
  color: #f2f5f1;
  border-color: var(--ink-green-soft);
}
.ctrl-range {
  appearance: none;
  -webkit-appearance: none;
  height: 4px;
  border-radius: 2px;
  background: rgba(199, 204, 196, 0.24);
  cursor: pointer;
  min-width: 72px;
}
.ctrl-progress {
  flex: 1 1 130px;
}
.ctrl-volume {
  flex: 0 1 84px;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--chalk);
  border: 2px solid var(--ink-green-soft);
  cursor: pointer;
}
.ctrl-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--chalk);
  border: 2px solid var(--ink-green-soft);
  cursor: pointer;
}
.ctrl-select {
  appearance: none;
  border: 1px solid var(--rule);
  background: rgba(38, 46, 42, 0.82);
  color: var(--chalk-dim);
  font-size: 11px;
  padding: 5px 6px;
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-select:hover {
  color: var(--chalk);
}
.player-theater {
  position: relative;
}
.player-theater .player-video {
  max-height: 78vh;
  object-fit: contain;
}
.overview-details-group {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr);
  gap: var(--gap) 18px;
  align-items: start;
}
.cast-section {
  grid-column: 1 / -1;
}
.synopsis-section {
  grid-column: 1;
}
.episode-status-section {
  grid-column: 2;
  grid-row: 2;
}
.details-section {
  grid-column: 2;
  grid-row: 3;
}
.cast-strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.cast-card {
  position: relative;
  flex: 0 0 auto;
  height: 116px;
  border: 1px solid var(--rule);
  background:
    linear-gradient(180deg, rgba(47, 85, 70, 0.32) 0%, rgba(28, 35, 32, 0.9) 62%, rgba(18, 23, 21, 0.98) 100%);
  display: flex;
  align-items: flex-end;
  padding: 7px 8px;
  overflow: hidden;
}
.cast-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, rgba(199, 204, 196, 0.06) 0 1px, transparent 1px 9px);
  opacity: 0.6;
  pointer-events: none;
}
.cast-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: rgba(238, 241, 236, 0.09);
  pointer-events: none;
}
.cast-card-a { width: 84px; }
.cast-card-b { width: 106px; }
.cast-card-c { width: 74px; }
.cast-card-d { width: 98px; }
.cast-card-e { width: 80px; }
.cast-card-f { width: 112px; }
.cast-name {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--chalk);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  white-space: nowrap;
}
.cast-card-a, .cast-card-d {
  border-bottom: 2px solid var(--ink-green-soft);
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.66;
  color: rgba(199, 204, 196, 0.82);
  padding-left: 9px;
  border-left: 1px solid var(--rule);
}
.synopsis-para:nth-child(3) {
  color: var(--chalk-dim);
  border-left-color: var(--red-pen);
}
.episode-status-text {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--chalk);
  padding: 7px 9px;
  background: rgba(47, 85, 70, 0.28);
  border-left: 3px solid var(--red-pen);
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(199, 204, 196, 0.12);
  min-width: 0;
}
.detail-key {
  font-size: 11.5px;
  color: var(--cool-gray);
  letter-spacing: 0.08em;
  flex: 0 0 auto;
}
.detail-value {
  font-size: 12px;
  color: var(--chalk-dim);
  text-align: right;
  min-width: 0;
  overflow-wrap: anywhere;
}
.timeline-section {
  padding-top: 2px;
}
.timeline-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid var(--rule);
  margin-left: 4px;
  padding-left: 0;
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 62px 22px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 5px 0;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  width: 7px;
  height: 1px;
  background: var(--rule-strong);
}
.timeline-timecode {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--chalk);
  padding-left: 12px;
  font-variant-numeric: tabular-nums;
}
.timeline-connector {
  display: block;
  height: 1px;
  background: var(--rule);
  width: 100%;
}
.timeline-label {
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(199, 204, 196, 0.84);
  padding-left: 6px;
}
.timeline-item:nth-child(odd) .timeline-label {
  color: var(--chalk-dim);
}
.episodes-section {
  padding-top: 2px;
}
.episode-rail {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
.episode-card {
  flex: 0 0 auto;
  width: min(74vw, 300px);
  scroll-snap-align: start;
  background: linear-gradient(180deg, rgba(38, 46, 42, 0.9), rgba(28, 35, 32, 0.94));
  border: 1px solid var(--rule);
  border-top: 2px solid var(--ink-green-soft);
  padding: 9px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 100%;
}
.episode-card-6 {
  border-top-color: var(--red-pen);
}
.episode-number {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--cool-gray);
}
.episode-title {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--chalk);
}
.episode-summary {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(199, 204, 196, 0.76);
}
.episode-duration {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--cool-gray);
  align-self: flex-start;
  border: 1px solid var(--rule);
  padding: 1px 5px;
  margin-top: 2px;
}
.comments-section {
  padding-top: 2px;
}
.comments-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap) 20px;
  align-items: start;
}
.comments-col {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.comment-item {
  position: relative;
  display: grid;
  grid-template-columns: 2px minmax(0, 1fr);
  gap: 8px;
  padding: 6px 8px 6px 0;
  border-bottom: 1px solid rgba(199, 204, 196, 0.1);
}
.comment-rule {
  display: block;
  width: 1px;
  height: 100%;
  min-height: 26px;
  background: linear-gradient(180deg, var(--rule-strong), transparent);
  justify-self: start;
}
.comment-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.comment-nickname {
  font-family: var(--font-display);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--ink-green-soft);
  filter: brightness(1.55);
}
.comment-text {
  font-size: 11.8px;
  line-height: 1.4;
  color: rgba(199, 204, 196, 0.78);
}
.recommend-region {
  padding-top: 2px;
}
.recommend-heading {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.recommend-heading::after {
  counter-reset: none;
  content: "";
}
.recommend-region-1 .recommend-heading::after { content: "01"; }
.recommend-region-2 .recommend-heading::after { content: "02"; }
.recommend-region-3 .recommend-heading::after { content: "03"; }
.recommend-heading::after {
  font-family: var(--font-mono);
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--chalk);
  background: var(--ink-green-soft);
  padding: 2px 4px;
  border-radius: 1px;
  position: relative;
  top: -2px;
}
.recommend-region-1 .recommend-heading::after {
  background: var(--red-pen);
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap-tight) var(--gap);
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  color: inherit;
  background: rgba(35, 42, 39, 0.6);
  border: 1px solid rgba(199, 204, 196, 0.14);
  padding: 7px;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
a.recommend-card:hover {
  border-color: var(--ink-green-soft);
  background: rgba(47, 85, 70, 0.24);
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  filter: saturate(0.66) brightness(0.94);
  border: 1px solid rgba(199, 204, 196, 0.12);
}
.recommend-name {
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--chalk);
  line-height: 1.3;
}
.recommend-blurb {
  font-size: 11.4px;
  line-height: 1.42;
  color: rgba(199, 204, 196, 0.68);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-region-1 a.recommend-card:first-child {
  border-color: var(--red-pen);
}
.recommend-region-1 a.recommend-card:first-child .recommend-name {
  color: var(--red-pen-soft);
}
.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px var(--pad) 26px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--rule);
  padding-top: 12px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  color: var(--chalk-dim);
  text-decoration: none;
  letter-spacing: 0.06em;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--chalk);
  border-bottom-color: var(--ink-green-soft);
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.55;
  color: rgba(199, 204, 196, 0.5);
  max-width: 62em;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  padding-top: 4px;
  border-top: 1px solid rgba(199, 204, 196, 0.1);
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--cool-gray);
  margin-right: 2px;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: rgba(199, 204, 196, 0.62);
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: var(--chalk);
  text-decoration: underline;
  text-decoration-color: var(--ink-green-soft);
}
@media (max-width: 980px) {.hero-classroom {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  }
.overview-details-group {
    grid-template-columns: minmax(0, 1fr);
  }
.synopsis-section, .episode-status-section, .details-section {
    grid-column: 1;
    grid-row: auto;
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 720px) {.hero-classroom {
    grid-template-columns: minmax(0, 1fr);
  }
.hero-poster-wrap {
    border-right: none;
    border-bottom: 1px solid var(--rule);
    max-height: 42vh;
    overflow: hidden;
  }
.hero-poster {
    aspect-ratio: 2 / 3;
    max-height: 42vh;
    object-position: center 22%;
  }
.movie-title {
    font-size: clamp(22px, 7vw, 30px);
  }
.comments-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--gap);
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-item {
    grid-template-columns: 56px 16px minmax(0, 1fr);
  }}
@media (max-width: 480px) {.header-inner {
    gap: 8px;
  }
.category-strip {
    gap: 3px 11px;
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-card {
    width: min(84vw, 280px);
  }
.cast-card {
    height: 104px;
  }
.timeline-item {
    grid-template-columns: 52px 12px minmax(0, 1fr);
  }
.timeline-label {
    padding-left: 4px;
  }}

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}
