* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: "Archivo Narrow", "Roboto Condensed", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #c7d2dd;
  background-color: #0e1319;
  background-image:
    linear-gradient(160deg, #0b0f14 0%, #131a22 42%, #0d1218 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
h1, h2, h3 {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.site-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 18px;
  padding: 10px 22px;
  background: #0a0e13;
  border-bottom: 1px solid #1e2933;
  position: sticky;
  top: 0;
  z-index: 40;
}
.site-brand {
  flex: 0 0 auto;
}
a[data-contract="site-name"].site-name {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8eef4;
  text-decoration: none;
  border-left: 3px solid #8c3a26;
  padding-left: 9px;
  line-height: 1.1;
}
a[data-contract="site-name"].site-name:hover {
  color: #c05a3c;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  color: #8d9aa7;
  text-decoration: none;
  border: 1px solid #1f2b36;
  background: #101720;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover {
  color: #d8e2ea;
  border-color: #8c3a26;
  background: #161f29;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
}
a.header-nav-link {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  color: #7f8c99;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a.header-nav-link:hover {
  color: #c05a3c;
  border-bottom-color: #8c3a26;
}
.page-main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 22px 40px;
}
.section-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #e2e9f0;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 3px solid #8c3a26;
  margin-bottom: 14px;
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
  grid-template-areas:
    "poster info"
    "player player"
    "cast cast"
    "synopsis details";
  gap: 18px 26px;
  align-items: start;
  padding: 24px 0 26px;
  border-bottom: 1px solid #1c2631;
  position: relative;
}
.movie-overview::before {
  content: "";
  position: absolute;
  inset: -1px -22px auto -22px;
  height: 260px;
  background:
    linear-gradient(115deg, rgba(11,16,22,0) 0%, rgba(11,16,22,0) 46%, rgba(140,58,38,0.16) 46%, rgba(140,58,38,0.16) 47%, rgba(11,16,22,0) 47%),
    linear-gradient(180deg, #101a26 0%, #0c1219 70%, rgba(12,18,25,0) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 62%, 0 100%);
  z-index: 0;
  pointer-events: none;
}
.overview-poster-wrap {
  grid-area: poster;
  z-index: 1;
  align-self: start;
}
.overview-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #1a232e;
  border: 1px solid #263340;
  filter: saturate(0.85) contrast(1.05);
}
.overview-info {
  grid-area: info;
  z-index: 1;
  min-width: 0;
}
.overview-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f0f4f8;
  margin-bottom: 6px;
}
.overview-tagline {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #a7b4c1;
  padding-left: 10px;
  border-left: 2px solid #8c3a26;
  margin-bottom: 10px;
}
.overview-seo {
  font-size: 13px;
  line-height: 1.55;
  color: #8b98a5;
  max-width: 78ch;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  margin-top: 12px;
  border-top: 1px solid #1e2933;
  border-bottom: 1px solid #1e2933;
}
.status-current, .status-total {
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 6px 14px;
}
.status-current {
  color: #e8eef4;
  background: #8c3a26;
  font-weight: 700;
}
.status-total {
  color: #8d9aa7;
  background: #131c26;
  border-left: 1px solid #1e2933;
}
.overview-player-wrap {
  grid-area: player;
  z-index: 1;
  width: 100%;
  min-width: 0;
  background: #05080b;
  border: 1px solid #1e2933;
  border-top: 2px solid #8c3a26;
}
.overview-player-wrap video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  padding: 6px 8px;
  background: #0b1118;
  border-top: 1px solid #1e2933;
}
.player-btn {
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 4px 9px;
  background: #131c26;
  color: #93a1ae;
  border: 1px solid #22303d;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.player-btn:hover {
  background: #1b2733;
  color: #d8e2ea;
  border-color: #3a4b5c;
}
.player-btn.is-active, .player-btn.play.is-active {
  background: #8c3a26;
  color: #f0f4f8;
  border-color: #8c3a26;
}
.player-progress, .player-volume {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: #22303d;
  border-radius: 0;
  cursor: pointer;
}
.player-progress {
  flex: 1 1 180px;
  min-width: 120px;
}
.player-volume {
  flex: 0 1 90px;
  min-width: 70px;
}
.player-progress::-webkit-slider-thumb, .player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 14px;
  background: #c05a3c;
  border: none;
  border-radius: 0;
}
.player-progress::-moz-range-thumb, .player-volume::-moz-range-thumb {
  width: 10px;
  height: 14px;
  background: #c05a3c;
  border: none;
  border-radius: 0;
}
body.player-theater .page-main {
  max-width: 100%;
}
body.player-theater .movie-overview {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "poster"
    "info"
    "player"
    "cast"
    "synopsis"
    "details";
}
body.player-lights-off .overview-player-wrap {
  background: #000;
  box-shadow: 0 0 0 1px #000;
}
.cast-grid {
  grid-area: cast;
  z-index: 1;
  min-width: 0;
}
.cast-heading {
  margin-bottom: 12px;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 6px 8px;
  background: #101821;
  border: 1px solid #1c2631;
  border-top: 2px solid #24313d;
  text-align: center;
  transition: border-color 0.15s, background 0.15s;
}
.cast-card:hover {
  border-top-color: #8c3a26;
  background: #131d27;
}
.cast-avatar {
  width: 54px;
  height: 54px;
  background:
    radial-gradient(circle at 50% 34%, #5d6d7c 0 22%, transparent 23%),
    radial-gradient(circle at 50% 108%, #5d6d7c 0 40%, transparent 41%),
    linear-gradient(160deg, #1d2937 0%, #131b24 100%);
  border: 1px solid #263340;
  flex: 0 0 auto;
}
.cast-role {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #d8e2ea;
}
.cast-actor {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #6f7d8b;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.15s;
}
.cast-card:hover .cast-actor, .cast-card:focus-within .cast-actor {
  opacity: 1;
  height: auto;
}
.synopsis-block {
  grid-area: synopsis;
  z-index: 1;
  min-width: 0;
}
.synopsis-para {
  font-size: 13px;
  line-height: 1.6;
  color: #93a1ae;
  margin-bottom: 9px;
  text-align: justify;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.details-block {
  grid-area: details;
  z-index: 1;
  min-width: 0;
  align-self: start;
}
.details-list {
  border-top: 1px solid #1e2933;
}
.details-row {
  display: grid;
  grid-template-columns: 5.5em minmax(0, 1fr);
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #161f29;
  font-size: 12.5px;
}
.details-term {
  color: #6f7d8b;
  letter-spacing: 0.08em;
}
.details-desc {
  color: #c3ced9;
}
.timeline-section {
  padding: 20px 0 22px;
  border-bottom: 1px solid #1c2631;
}
.timeline-track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 4px 2px 12px;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #2a3846 #0e1319;
}
.timeline-track::-webkit-scrollbar {
  height: 6px;
}
.timeline-track::-webkit-scrollbar-track {
  background: #131c26;
}
.timeline-track::-webkit-scrollbar-thumb {
  background: #2a3846;
}
.timeline-node {
  position: relative;
  flex: 0 0 168px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px 10px 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #2a3846;
}
.timeline-node::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #2a3846;
}
.timeline-timecode {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #7f8c99;
}
.timeline-label {
  font-size: 12.5px;
  line-height: 1.4;
  color: #a7b4c1;
}
.timeline-node-active {
  flex-basis: 210px;
  background: linear-gradient(180deg, rgba(140,58,38,0.22) 0%, rgba(140,58,38,0) 100%);
  padding-left: 12px;
  padding-right: 16px;
}
.timeline-node-active::before {
  background: #8c3a26;
  height: 2px;
}
.timeline-node-active::after {
  width: 9px;
  height: 9px;
  top: -4px;
  background: #c05a3c;
}
.timeline-node-active .timeline-timecode {
  color: #e0704c;
}
.timeline-node-active .timeline-label {
  color: #e8eef4;
  font-weight: 700;
}
.episodes-section {
  padding: 22px 0 24px;
  border-bottom: 1px solid #1c2631;
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  border-top: 1px solid #1e2933;
}
.episode-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 0 12px;
  align-items: start;
  padding: 12px 0 13px;
  border-bottom: 1px solid #161f29;
}
.episode-row-current {
  background: linear-gradient(90deg, rgba(140,58,38,0.2) 0%, rgba(140,58,38,0) 92%);
  border-bottom-color: #8c3a26;
  padding-left: 10px;
  margin-left: -10px;
}
.episode-number {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #7f8c99;
  padding-top: 1px;
  white-space: nowrap;
}
.episode-row-current .episode-number {
  color: #e0704c;
}
.episode-body {
  min-width: 0;
}
.episode-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #e2e9f0;
  margin-bottom: 4px;
}
.episode-row-current .episode-title {
  color: #f0f4f8;
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.5;
  color: #8b98a5;
  margin-bottom: 5px;
}
.episode-duration {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #6f7d8b;
  border: 1px solid #22303d;
  padding: 1px 7px;
}
.comments-section {
  padding: 22px 0 24px;
  border-bottom: 1px solid #1c2631;
}
.comments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
  align-items: start;
}
.comment-card {
  min-width: 0;
  padding: 0;
}
.comment-card:nth-child(even) {
  transform: translateY(16px);
}
.comment-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.comment-avatar {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 50% 34%, #6c7c8b 0 21%, transparent 22%),
    radial-gradient(circle at 50% 106%, #6c7c8b 0 38%, transparent 39%),
    linear-gradient(160deg, #1d2937 0%, #121a23 100%);
  border: 1px solid #263340;
}
.comment-nickname {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #cdd8e2;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.55;
  color: #93a1ae;
  padding-left: 34px;
  text-align: justify;
}
.recommend-region {
  padding: 22px 0 6px;
}
.recommend-region:last-of-type {
  padding-bottom: 26px;
}
.recommend-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #101821;
  border: 1px solid #1c2631;
  padding: 7px 7px 9px;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.recommend-card:hover {
  border-color: #8c3a26;
  background: #131d27;
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img.recommend-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #1a232e;
  border: 1px solid #263340;
}
.recommend-name {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #d8e2ea;
  line-height: 1.3;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.45;
  color: #7f8c99;
}
.recommend-region-1 .recommend-card {
  flex: 1 1 150px;
}
.recommend-region-1 .recommend-card:first-child {
  flex: 0 1 190px;
  border-top: 2px solid #8c3a26;
}
.recommend-region-2 .recommend-card {
  flex: 1 1 130px;
}
.recommend-region-2 .recommend-card:first-child {
  flex: 0 1 210px;
}
.recommend-region-2 .recommend-card:first-child .recommend-poster {
  aspect-ratio: 16 / 10;
}
.recommend-region-3 .recommend-card {
  flex: 1 1 170px;
}
.recommend-region-3 .recommend-card:nth-child(2) {
  flex: 0 1 200px;
}
.recommend-region-4 .recommend-card {
  flex: 1 1 140px;
}
.recommend-region-4 .recommend-card:first-child {
  flex: 0 1 120px;
}
.recommend-region-4 .recommend-card:last-child {
  flex: 1 1 190px;
  border-top: 2px solid #8c3a26;
}
.site-footer {
  background: #080c10;
  border-top: 1px solid #1c2631;
}
.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 22px 24px;
  display: grid;
  gap: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
a.footer-link {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #7f8c99;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a.footer-link:hover {
  color: #c05a3c;
  border-bottom-color: #8c3a26;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  padding-top: 10px;
  border-top: 1px solid #161f29;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #5f6c79;
  text-transform: uppercase;
  padding-right: 4px;
}
a.runtime-friend-link {
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: #8d9aa7;
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid #1c2631;
  background: #0e141b;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #d8e2ea;
  border-color: #8c3a26;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.5;
  color: #5f6c79;
  max-width: 90ch;
  padding-top: 10px;
  border-top: 1px solid #161f29;
}
@media (max-width: 1080px) {.movie-overview {
    grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
    grid-template-areas:
      "poster info"
      "player player"
      "cast cast"
      "synopsis details";
  }
.cast-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.overview-title {
    font-size: 23px;
  }}
@media (max-width: 820px) {.site-header {
    padding: 9px 16px;
  }
.page-main {
    padding: 0 16px 32px;
  }
.movie-overview {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "poster"
      "info"
      "player"
      "cast"
      "synopsis"
      "details";
    gap: 16px;
  }
.overview-poster-wrap {
    max-width: 220px;
  }
.episode-list {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card:nth-child(even) {
    transform: none;
  }
.footer-inner {
    padding: 16px 16px 22px;
  }}
@media (max-width: 560px) {body {
    font-size: 13px;
  }
.site-header {
    gap: 6px 12px;
    padding: 8px 12px;
  }
a[data-contract="site-name"].site-name {
    font-size: 16px;
  }
.header-nav {
    margin-left: auto;
  }
.page-main {
    padding: 0 12px 26px;
  }
.overview-title {
    font-size: 20px;
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
.cast-avatar {
    width: 44px;
    height: 44px;
  }
.episode-row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 0 10px;
  }
.timeline-node {
    flex-basis: 148px;
  }
.timeline-node-active {
    flex-basis: 184px;
  }
.comment-text {
    padding-left: 0;
  }
.recommend-row {
    gap: 9px;
  }
.recommend-card, .recommend-region-1 .recommend-card, .recommend-region-2 .recommend-card, .recommend-region-3 .recommend-card, .recommend-region-4 .recommend-card {
    flex: 1 1 calc(50% - 9px);
  }
.recommend-region-1 .recommend-card:first-child, .recommend-region-2 .recommend-card:first-child, .recommend-region-3 .recommend-card:nth-child(2), .recommend-region-4 .recommend-card:first-child, .recommend-region-4 .recommend-card:last-child {
    flex: 1 1 calc(50% - 9px);
  }
.recommend-region-2 .recommend-card:first-child .recommend-poster {
    aspect-ratio: 2 / 3;
  }
.footer-inner {
    padding: 14px 12px 20px;
  }}
@media (max-width: 380px) {.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-card, .recommend-region-1 .recommend-card, .recommend-region-2 .recommend-card, .recommend-region-3 .recommend-card, .recommend-region-4 .recommend-card, .recommend-region-1 .recommend-card:first-child, .recommend-region-2 .recommend-card:first-child, .recommend-region-3 .recommend-card:nth-child(2), .recommend-region-4 .recommend-card:first-child, .recommend-region-4 .recommend-card:last-child {
    flex: 1 1 100%;
  }}

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}
