*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #14181a;
  color: #c8c6bd;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-stretch: condensed;
}
h1, h2, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
video {
  display: block;
  background: #0b0e0f;
}
::selection {
  background: #c8641f;
  color: #14181a;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #171c1e;
  border-bottom: 1px solid #2a3234;
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 8px 12px;
  max-width: 1180px;
  margin: 0 auto;
}
a[data-contract="site-name"] {
  color: #d9d5c8;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  border-left: 3px solid #c8641f;
  padding-left: 7px;
  line-height: 1.2;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  color: #f0a35e;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  align-items: center;
  min-width: 0;
  margin-left: auto;
}
a.runtime-category {
  color: #8fa396;
  text-decoration: none;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 2px 7px;
  border: 1px solid #2f3a38;
  border-radius: 2px;
  background: #1c2323;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #e9ede4;
  border-color: #c8641f;
  background: #251c15;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #dcd8ca;
  text-transform: none;
  border-bottom: 1px dashed #333c3b;
  padding-bottom: 5px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.section-heading::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c8641f;
  transform: rotate(45deg);
  flex: none;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "media  text"
    "media  player"
    "strip  player"
    "status strip2"
    "cast   cast"
    "syn    syn";
  gap: 10px 12px;
  background: linear-gradient(170deg, #1b2224 0%, #191d1d 55%, #1e1a16 100%);
  border: 1px solid #2c3535;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(180, 200, 190, 0.05) 0 1px, transparent 1.5px),
    radial-gradient(circle at 62% 42%, rgba(180, 200, 190, 0.045) 0 1px, transparent 1.5px),
    radial-gradient(circle at 84% 76%, rgba(180, 200, 190, 0.04) 0 1px, transparent 1.5px);
  background-size: 140px 120px, 180px 150px, 220px 190px;
}
.hero-media {
  grid-area: media;
  position: relative;
  align-self: start;
  border: 1px solid #333c3a;
  border-radius: 2px;
  overflow: hidden;
  background: #101413;
  z-index: 1;
}
.hero-still {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05) brightness(0.92);
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 14, 14, 0.55) 0%, rgba(10, 14, 14, 0) 34%, rgba(10, 14, 14, 0) 62%, rgba(8, 11, 11, 0.72) 100%),
    repeating-linear-gradient(102deg, rgba(200, 214, 206, 0.09) 0 1px, transparent 1px 7px);
}
.hero-text {
  grid-area: text;
  align-self: start;
  position: relative;
  z-index: 3;
  padding: 2px 0 0;
}
.hero-title {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #eee9db;
  text-shadow: 0 1px 0 #0d1111, 0 0 14px rgba(200, 100, 31, 0.18);
}
.hero-tagline {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.5;
  color: #9aa79c;
  letter-spacing: 0.03em;
  border-left: 2px solid #5c4a37;
  padding-left: 7px;
  max-width: 34ch;
}
.player-shell {
  grid-area: player;
  align-self: start;
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
  background: #0f1213;
  border: 1px solid #2f3838;
  border-radius: 2px;
  padding: 6px;
  box-shadow: 0 0 0 1px rgba(200, 100, 31, 0.06), 0 6px 18px rgba(0, 0, 0, 0.4);
}
.player-shell video {
  width: 100%;
  border-radius: 1px;
}
.player-shell.lights-off {
  background: #070909;
}
.player-shell.lights-off video {
  filter: brightness(0.55) saturate(0.9);
}
.player-shell.is-theater {
  position: fixed;
  inset: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background: #060808;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}
.player-shell.is-theater video {
  max-height: calc(100vh - 120px);
  object-fit: contain;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #333c3b;
}
.player-controls button {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #a9b3a8;
  background: #1b2222;
  border: 1px solid #303a39;
  border-radius: 2px;
  padding: 3px 7px;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}
.player-controls button:hover, .player-controls button:focus-visible {
  color: #f5d9b8;
  border-color: #c8641f;
}
.player-controls button.is-active, .player-controls button.play.is-active, .player-controls button.pause.is-active {
  color: #14181a;
  background: #c8641f;
  border-color: #e08840;
}
.player-controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: #2c3535;
  border: 1px solid #303a39;
  flex: 1 1 90px;
  min-width: 70px;
  max-width: 220px;
  margin: 0;
}
.player-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c8641f;
  border: 1px solid #e08840;
  cursor: pointer;
}
.player-controls input[type="range"]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 1px solid #e08840;
  border-radius: 50%;
  background: #c8641f;
  cursor: pointer;
}
.player-controls input[type="range"].input, .player-controls input[type="range"].volume, .player-controls input[type="range"].progress {
  accent-color: #c8641f;
}
.detail-strip {
  grid-area: strip;
  align-self: start;
  position: relative;
  z-index: 3;
  background: #1a2020;
  border: 1px solid #2c3535;
  border-left: 3px solid #6d5a3e;
  border-radius: 2px;
  padding: 7px 8px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  gap: 4px 10px;
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  border-bottom: 1px dotted #2f3837;
  padding-bottom: 2px;
}
.detail-item dt {
  flex: none;
  color: #7f8c82;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.detail-item dd {
  margin: 0;
  color: #d7d3c6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.01em;
  min-width: 0;
  overflow-wrap: break-word;
}
.episode-status {
  grid-area: status;
  align-self: start;
  position: relative;
  z-index: 3;
}
.status-line {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #f2c28c;
  background: #241a12;
  border: 1px solid #5c4022;
  border-radius: 2px;
  padding: 4px 9px;
  white-space: nowrap;
}
.cast-block {
  grid-area: cast;
  position: relative;
  z-index: 3;
  margin-top: 2px;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-width: 0;
}
.cast-silhouette {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(ellipse 46% 22% at 50% 24%, #4b5a55 0 98%, transparent 100%),
    radial-gradient(ellipse 78% 44% at 50% 92%, #3c4844 0 98%, transparent 100%);
  background-color: #202726;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0;
  filter: grayscale(0.3);
}
.cast-silhouette::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 24, 24, 0) 40%, rgba(20, 24, 24, 0.92) 100%);
}
.cast-name {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #e6e1d3;
  padding: 3px 2px 4px;
  margin-top: -22px;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 3px #000, 0 0 8px #000;
  overflow-wrap: anywhere;
}
.cast-card:hover .cast-silhouette {
  filter: grayscale(0) brightness(1.12);
  background-color: #262f2d;
}
.synopsis-block {
  grid-area: syn;
  position: relative;
  z-index: 3;
  background: #191f1f;
  border: 1px solid #2b3434;
  border-radius: 2px;
  padding: 8px 10px;
}
.synopsis-note {
  font-size: 11px;
  line-height: 1.62;
  color: #cfc9b9;
  border-left: 2px solid #c8641f;
  padding: 2px 0 2px 8px;
  margin-bottom: 7px;
}
.synopsis-para {
  font-size: 11px;
  line-height: 1.62;
  color: #97a29a;
  margin-bottom: 6px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.synopsis-para::first-letter {
  color: #d3cdbd;
}
.timeline-section {
  background: #171d1d;
  border: 1px solid #2a3333;
  border-radius: 3px;
  padding: 9px 10px 11px;
}
.timeline-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: #46524e #1c2323;
  -webkit-overflow-scrolling: touch;
}
.timeline-scroll::-webkit-scrollbar {
  height: 6px;
}
.timeline-scroll::-webkit-scrollbar-track {
  background: #1c2323;
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: #46524e;
  border-radius: 3px;
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 8px 9px;
  min-width: 0;
  background: #1b2323;
  border: 1px solid #2e3837;
  border-radius: 2px;
  background-image:
    repeating-linear-gradient(0deg, rgba(150, 175, 160, 0.06) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(150, 175, 160, 0.04) 0 1px, transparent 1px 9px);
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #55635d;
  border-left: 1px solid #55635d;
}
.node-time {
  display: inline-block;
  align-self: flex-start;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #9fb0a2;
  background: #232c2b;
  border: 1px solid #39443f;
  border-radius: 2px;
  padding: 1px 5px;
}
.node-label {
  font-size: 11px;
  line-height: 1.5;
  color: #b6bcb0;
}
.timeline-node-turn {
  border-color: #7d2a20;
  background-color: #241a18;
  box-shadow: inset 0 0 0 1px rgba(200, 60, 40, 0.12);
}
.timeline-node-turn::before {
  border-color: #b03a28;
}
.timeline-node-turn .node-time {
  color: #ffe3d6;
  background: #8c2318;
  border-color: #c8641f;
}
.timeline-node-turn .node-label {
  color: #e6b9ab;
}
.episodes-section {
  background: #171d1d;
  border: 1px solid #2a3333;
  border-radius: 3px;
  padding: 9px 10px 11px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}
.episode-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding: 6px 7px 7px;
  background: #1c2424;
  border: 1px solid #2d3736;
  border-left: 2px solid #3c4744;
  border-radius: 2px;
}
.episode-number {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #86968a;
}
.episode-title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #ddd8ca;
  overflow-wrap: break-word;
}
.episode-summary {
  font-size: 10px;
  line-height: 1.45;
  color: #8b968d;
  overflow-wrap: break-word;
}
.episode-cell-active {
  background: linear-gradient(160deg, #35200e 0%, #26180e 100%);
  border-color: #c8641f;
  border-left-color: #f0913c;
  box-shadow: 0 0 12px rgba(200, 100, 31, 0.22);
}
.episode-cell-active .episode-number {
  color: #f5b877;
}
.episode-cell-active .episode-title {
  color: #fff0dd;
}
.episode-cell-active .episode-summary {
  color: #d3a877;
}
.comments-section {
  background: #161c1c;
  border: 1px solid #2a3333;
  border-radius: 3px;
  padding: 9px 10px 12px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  align-items: start;
}
.comment-note {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 8px 9px 9px;
  background: #232a28;
  border: 1px solid #37413e;
  border-radius: 1px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  background-image:
    repeating-linear-gradient(96deg, rgba(190, 205, 195, 0.05) 0 1px, transparent 1px 8px);
}
.comment-note:nth-child(odd) {
  transform: rotate(-1.1deg);
}
.comment-note:nth-child(even) {
  transform: rotate(0.9deg);
  background-color: #212826;
}
.comment-note:nth-child(3n) {
  transform: rotate(-0.5deg);
  background-color: #252b29;
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 44px;
  height: 9px;
  transform: translateX(-50%) rotate(-1.5deg);
  background: rgba(200, 100, 31, 0.28);
  border: 1px solid rgba(200, 100, 31, 0.35);
  border-radius: 1px;
}
.comment-nick {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e2a463;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment-text {
  font-size: 11px;
  line-height: 1.55;
  color: #b1b8ac;
  overflow-wrap: break-word;
}
.rec-region {
  background: #171d1d;
  border: 1px solid #2a3333;
  border-radius: 3px;
  padding: 9px 10px 10px;
}
.rec-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #d9d4c6;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #2f3837;
}
.rec-strips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 10px;
  align-items: start;
}
.rec-strip {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  padding: 7px 0 8px;
  border-bottom: 1px dashed #39423f;
  color: #b9c0b3;
  text-decoration: none;
  transition: color 0.15s;
}
.rec-strip:first-child {
  border-top: 1px dashed #39423f;
}
.rec-strip:hover, .rec-strip:focus-visible {
  color: #f0b070;
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border: 1px solid #2f3937;
  border-radius: 2px;
  filter: saturate(0.85) brightness(0.9);
  transition: filter 0.18s, border-color 0.18s;
}
.rec-strip:hover img, .rec-strip:focus-visible img {
  filter: saturate(1) brightness(1.02);
  border-color: #c8641f;
}
.rec-strip [data-runtime="name"] {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #dcd7c9;
  overflow-wrap: break-word;
}
.rec-strip [data-runtime="blurb"] {
  font-size: 10px;
  line-height: 1.45;
  color: #88938b;
  overflow-wrap: break-word;
}
.site-footer {
  border-top: 1px solid #2a3333;
  background: #121717;
  padding: 12px;
  margin-top: 4px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-bottom: 9px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #9aa79c;
  border-bottom: 1px dotted #46524e;
  padding-bottom: 1px;
}
a[data-contract="footer-home"] {
  color: #c9a271;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible {
  color: #f0b070;
  border-bottom-color: #c8641f;
}
a[data-contract="footer-sitemap"] {
  color: #8fa396;
}
a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: #e2e7dc;
  border-bottom-color: #c8641f;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  margin-bottom: 10px;
}
.friend-links-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #6f7b73;
  border-right: 1px solid #2f3837;
  padding-right: 10px;
  flex: none;
}
a.runtime-friend-link {
  font-size: 11px;
  text-decoration: none;
  color: #87968b;
  white-space: nowrap;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: #d7a86a;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}
.disclaimer {
  font-size: 10px;
  line-height: 1.55;
  color: #5f6a64;
  max-width: 78ch;
  border-top: 1px dashed #262e2d;
  padding-top: 8px;
}
@media (max-width: 900px) {.hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "text"
      "player"
      "strip"
      "status"
      "cast"
      "syn";
  }
.hero-media {
    max-width: 360px;
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 620px) {body {
    font-size: 11px;
  }
.header-bar {
    padding: 7px 10px;
  }
.category-nav {
    margin-left: 0;
    width: 100%;
  }
.page-main {
    padding: 8px 9px 14px;
    gap: 10px;
  }
.hero {
    padding: 8px;
    gap: 9px;
  }
.hero-title {
    font-size: 24px;
  }
.hero-media {
    max-width: 100%;
  }
.detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
.timeline-scroll {
    grid-auto-columns: minmax(140px, 78%);
  }
.rec-strips {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
.player-controls button {
    padding: 3px 6px;
  }
.player-controls input[type="range"] {
    max-width: none;
  }}
@media (max-width: 400px) {.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid, .cast-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-silhouette {
    aspect-ratio: 4 / 3;
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-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}
