:root {
  --moss: #1c2b26;
  --moss-deep: #111b18;
  --slate: #26333c;
  --slate-soft: #35444e;
  --ash: #8a9aa0;
  --ash-dim: #5f6e74;
  --lamp: #e8b64c;
  --lamp-soft: #f2cf7e;
  --bone: #d9dcd6;
  --line: rgba(138, 154, 160, 0.22);
  --line-soft: rgba(138, 154, 160, 0.12);
  --ink: #0c1411;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background: var(--moss-deep);
  background-image:
    radial-gradient(120% 60% at 12% -4%, rgba(232, 182, 76, 0.09), transparent 62%),
    radial-gradient(90% 55% at 96% 8%, rgba(53, 68, 78, 0.55), transparent 60%),
    linear-gradient(180deg, #14201c 0%, #0e1714 100%);
  background-attachment: fixed;
  color: var(--bone);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Noto Sans SC", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.01em;
  padding-bottom: 0;
}
img, video {
  display: block;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  color: var(--bone);
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
h2, h3 {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(12, 20, 17, 0.96), rgba(12, 20, 17, 0.82));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
}
a[data-contract="site-name"] {
  color: var(--lamp);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-shadow: 0 0 14px rgba(232, 182, 76, 0.35);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus {
  color: var(--lamp-soft);
  text-decoration: none;
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  color: var(--ash);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  padding: 3px 9px;
  border: 1px solid var(--line-soft);
  border-radius: 2px;
  background: rgba(53, 68, 78, 0.28);
  transition: color 0.16s, border-color 0.16s, background 0.16s;
}
a.runtime-category:hover, a.runtime-category:focus {
  color: var(--lamp-soft);
  border-color: rgba(232, 182, 76, 0.5);
  background: rgba(232, 182, 76, 0.08);
  text-decoration: none;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 18px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.panel {
  background: linear-gradient(180deg, rgba(38, 51, 60, 0.4), rgba(20, 32, 28, 0.55));
  border: 1px solid var(--line-soft);
  border-radius: 3px;
  padding: 14px 16px 16px;
}
.section-title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--lamp-soft);
  text-transform: none;
  padding-left: 10px;
  border-left: 3px solid var(--lamp);
  line-height: 1.2;
  margin-bottom: 12px;
}
.block-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--ash);
  margin-bottom: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-soft);
}
.movie-overview {
  position: relative;
  overflow: hidden;
  padding: 16px 16px 18px;
}
.movie-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(70% 45% at 78% 4%, rgba(53, 68, 78, 0.6), transparent 70%),
    radial-gradient(45% 40% at 6% 96%, rgba(232, 182, 76, 0.08), transparent 72%);
  pointer-events: none;
}
.overview-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.overview-head .section-title {
  margin-bottom: 0;
}
.overview-seo {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ash);
  max-width: 62ch;
  border-left: 1px solid var(--line-soft);
  padding-left: 12px;
}
.overview-body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.overview-media {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.overview-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid var(--line);
  filter: saturate(0.78) contrast(1.06) brightness(0.9);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
}
.overview-media video[data-contract="player"] {
  width: 100%;
  background: #050a08;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 6px 7px;
  background: rgba(12, 20, 17, 0.72);
  border: 1px solid var(--line-soft);
  border-radius: 2px;
}
.ctrl {
  background: rgba(53, 68, 78, 0.5);
  border: 1px solid var(--line-soft);
  color: var(--bone);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 6px 9px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.16s, color 0.16s, border-color 0.16s;
}
.ctrl:hover, .ctrl:focus {
  background: rgba(232, 182, 76, 0.14);
  border-color: rgba(232, 182, 76, 0.5);
  color: var(--lamp-soft);
}
.ctrl-progress {
  flex: 1 1 130px;
  min-width: 90px;
  height: 4px;
  padding: 0;
  background: transparent;
  border: none;
  accent-color: var(--lamp);
  cursor: pointer;
}
.ctrl-volume {
  flex: 0 1 84px;
  min-width: 62px;
  height: 4px;
  padding: 0;
  background: transparent;
  border: none;
  accent-color: var(--lamp);
  cursor: pointer;
}
.ctrl-speed {
  padding: 5px 6px;
  background: rgba(53, 68, 78, 0.5);
  border-radius: 2px;
  font-size: 11.5px;
}
.ctrl.is-active, .ctrl.play.is-active, .ctrl.mute.is-active, .ctrl.pause.is-active {
  background: rgba(232, 182, 76, 0.22);
  border-color: var(--lamp);
  color: var(--lamp-soft);
}
.overview-media.is-lights-off::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 6, 5, 0.78);
  pointer-events: none;
  border-radius: 2px;
}
.overview-media.is-theater {
  grid-column: 1 / -1;
}
.overview-media:fullscreen, .overview-media.is-theater {
  padding: 0;
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.overview-title {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #eef1ea;
  line-height: 1.25;
}
.overview-tagline {
  font-size: 13px;
  font-weight: 300;
  color: var(--lamp-soft);
  letter-spacing: 0.08em;
  padding-left: 10px;
  border-left: 2px solid rgba(232, 182, 76, 0.55);
  margin-top: -6px;
}
.cast-block {
  min-width: 0;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.cast-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 2px;
  background: #16211d;
  min-width: 0;
}
.cast-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.cast-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.6) brightness(0.78) contrast(1.05);
  transition: filter 0.2s, transform 0.3s;
}
.cast-card:hover .cast-avatar img, .cast-card:focus-within .cast-avatar img {
  filter: saturate(0.85) brightness(1.02) contrast(1.02);
  transform: scale(1.03);
}
.cast-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 12px 5px 4px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #eef1ea;
  text-align: center;
  background: linear-gradient(180deg, transparent, rgba(8, 14, 12, 0.92));
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.synopsis-block {
  min-width: 0;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-top: 1px solid var(--line-soft);
  padding-top: 8px;
}
.synopsis-para {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.72;
  color: #b8c2bf;
  text-indent: 2em;
}
.episode-status-block {
  border-top: 1px solid var(--line-soft);
  padding-top: 10px;
}
.episode-status-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--lamp-soft);
  padding: 5px 9px;
  border: 1px dashed rgba(232, 182, 76, 0.4);
  border-radius: 2px;
  display: inline-block;
  background: rgba(232, 182, 76, 0.06);
}
.details-block {
  border-top: 1px solid var(--line-soft);
  padding-top: 10px;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
}
.detail-cell {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px solid var(--line-soft);
  min-width: 0;
}
.detail-label {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--ash-dim);
  white-space: nowrap;
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  font-weight: 400;
  color: #cfd6d2;
  line-height: 1.4;
}
.timeline-section {
  padding: 14px 16px 16px;
}
.timeline-axis {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 4px;
}
.timeline-axis::before {
  content: "";
  position: absolute;
  left: 62px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, rgba(232, 182, 76, 0.55), rgba(138, 154, 160, 0.25) 70%, transparent);
}
.timeline-node {
  position: relative;
  display: grid;
  grid-template-columns: 52px 26px minmax(0, 1fr);
  align-items: start;
  gap: 0;
  padding: 5px 0;
  min-height: 26px;
}
.timeline-code {
  grid-column: 1;
  text-align: right;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--lamp-soft);
  padding-top: 2px;
  white-space: nowrap;
}
.timeline-node::before {
  content: "";
  grid-column: 2;
  justify-self: center;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  border-radius: 50%;
  border: 2px solid var(--lamp);
  background: var(--moss-deep);
  box-shadow: 0 0 0 3px rgba(232, 182, 76, 0.12), 0 0 10px rgba(232, 182, 76, 0.35);
  z-index: 1;
}
.timeline-label {
  grid-column: 3;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.5;
  color: #c3ccc8;
  padding: 0 0 0 10px;
  word-break: break-word;
}
.episodes-section {
  padding: 14px 16px 16px;
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 0;
}
.episode-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0 8px;
  padding: 8px 0 9px;
  border-bottom: 1px solid var(--line-soft);
  min-width: 0;
}
.episode-number {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--lamp);
  white-space: nowrap;
}
.episode-title {
  font-size: 13px;
  font-weight: 600;
  color: #e2e7e2;
  line-height: 1.4;
  word-break: break-word;
}
.episode-duration {
  font-size: 11px;
  font-weight: 400;
  color: var(--ash-dim);
  white-space: nowrap;
  letter-spacing: 0.03em;
}
.episode-summary {
  grid-column: 2 / 4;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  color: #9aa7a3;
  margin-top: 3px;
  padding-left: 1.2em;
  border-left: 1px solid var(--line-soft);
  word-break: break-word;
}
.comments-section {
  padding: 14px 16px 16px;
}
.comments-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  align-items: start;
}
.comment-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.comment-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 9px 0;
  border-bottom: 1px solid var(--line-soft);
  min-width: 0;
}
.comment-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  background: linear-gradient(150deg, var(--lamp-soft), #b98c2d 80%);
  box-shadow: 0 0 10px rgba(232, 182, 76, 0.18);
  flex: 0 0 auto;
}
.comment-list:nth-child(2) .comment-avatar {
  background: linear-gradient(150deg, #93a6ae, #4b5d66 80%);
  color: #0f1916;
}
.comment-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.comment-nickname {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--lamp-soft);
}
.comment-text {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.65;
  color: #b4beba;
  word-break: break-word;
}
.rec-section {
  background: linear-gradient(180deg, rgba(38, 51, 60, 0.32), rgba(20, 32, 28, 0.5));
  border: 1px solid var(--line-soft);
  border-radius: 3px;
  padding: 13px 16px 15px;
}
.rec-title {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 11px;
}
.rec-title::after {
  content: attr(data-recommendation-title);
  display: none;
}
.rec-section .rec-title::after {
  content: "";
}
.rec-title[data-recommendation-title]::after {
  content: "";
}
.rec-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 10px;
}
.rec-item {
  min-width: 0;
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--bone);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 4px;
  transition: border-color 0.18s, background 0.18s;
}
a[data-runtime="recommendation"]:hover, a[data-runtime="recommendation"]:focus {
  color: var(--lamp-soft);
  text-decoration: none;
  border-color: rgba(232, 182, 76, 0.4);
  background: rgba(232, 182, 76, 0.05);
}
[data-runtime="recommendation"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid var(--line-soft);
  filter: saturate(0.72) brightness(0.86) contrast(1.06);
  transition: filter 0.2s;
}
a[data-runtime="recommendation"]:hover img, a[data-runtime="recommendation"]:focus img {
  filter: saturate(0.95) brightness(1.04) contrast(1.02);
}
a[data-runtime="recommendation"] [data-runtime="name"] {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  color: #e6eae5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
a[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.5;
  color: #93a09b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 6px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(12, 20, 17, 0.6), rgba(8, 14, 12, 0.95));
  padding: 16px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.footer-disclaimer {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ash-dim);
  max-width: 90ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  align-items: center;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ash);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.16s, border-color 0.16s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-home"]:focus, a[data-contract="footer-sitemap"]:focus {
  color: var(--lamp-soft);
  text-decoration: none;
  border-bottom-color: rgba(232, 182, 76, 0.6);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 12px;
  padding-top: 8px;
  border-top: 1px solid var(--line-soft);
}
.friend-links-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--ash-dim);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11.5px;
  font-weight: 300;
  color: #7d8b91;
  text-decoration: none;
  transition: color 0.16s;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus {
  color: var(--lamp-soft);
  text-decoration: none;
}
@media (max-width: 980px) {.overview-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.overview-media {
    max-width: 560px;
  }
.overview-poster {
    max-width: 340px;
  }
.cast-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.episode-list {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }
.comments-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
.rec-strip {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 720px) {.header-inner {
    flex-wrap: wrap;
    gap: 6px 12px;
    padding: 7px 14px;
  }
.category-strip {
    justify-content: flex-start;
  }
.page-main {
    padding: 12px 12px 20px;
    gap: 12px;
  }
.panel, .rec-section {
    padding: 12px 12px 14px;
  }
.overview-media {
    max-width: none;
  }
.overview-poster {
    max-width: 260px;
  }
.overview-title {
    font-size: 19px;
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-axis::before {
    left: 52px;
  }
.timeline-node {
    grid-template-columns: 42px 22px minmax(0, 1fr);
  }
.rec-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 480px) {body {
    font-size: 13.5px;
  }
.overview-poster {
    max-width: none;
    width: 100%;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-row {
    grid-template-columns: auto minmax(0, 1fr);
  }
.episode-duration {
    grid-column: 2;
    justify-self: start;
    margin-top: 1px;
  }
.episode-summary {
    grid-column: 1 / -1;
  }
.timeline-axis::before {
    left: 46px;
  }
.timeline-node {
    grid-template-columns: 38px 18px minmax(0, 1fr);
  }
.timeline-label {
    padding-left: 8px;
  }
.rec-strip {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-item a[data-runtime="recommendation"] {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
[data-runtime="recommendation"] img {
    flex: 0 0 42%;
    width: 42%;
    aspect-ratio: 16 / 10;
  }}

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}
