*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #33414b;
  background-color: #cfd8dd;
  background-image:
    linear-gradient(180deg, #c4cdd3 0%, #cfd8dd 32%, #d6dde1 68%, #c8d1d6 100%);
  background-attachment: fixed;
}
img, video {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, figure, dl, dd, dt, ol, ul {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
.section-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #26333c;
  padding: 0 0 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid #9fadb6;
  text-transform: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(38, 51, 60, 0.94);
  border-bottom: 1px solid #16222b;
  backdrop-filter: blur(4px);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 16px;
}
a[data-contract="site-name"] {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #eef3f5;
  text-decoration: none;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #e8843c;
}
.categories-shell {
  display: flex;
  align-items: center;
  flex: 1 1 320px;
  min-width: 0;
  flex-wrap: wrap;
  gap: 4px 8px;
  overflow: hidden;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #b9c6cd;
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid #4c5f6b;
  background: #2f3f4a;
}
a.runtime-category:hover {
  color: #f4b483;
  border-color: #a4622c;
  background: #26333c;
  text-decoration: none;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 16px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: stretch;
  min-height: 300px;
  background:
    radial-gradient(120% 90% at 50% 12%, rgba(240, 244, 246, 0.5) 0%, rgba(200, 210, 216, 0) 60%),
    linear-gradient(180deg, #b8c4cb 0%, #a8b7bf 44%, #93a4ae 72%, #7f929d 100%);
  border: 1px solid #6e818c;
  overflow: hidden;
}
.hero-steam {
  position: relative;
  background-color: #8fa0aa;
  background-image:
    repeating-linear-gradient(102deg, rgba(255, 255, 255, 0.34) 0px, rgba(255, 255, 255, 0.34) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 9px),
    linear-gradient(180deg, rgba(236, 242, 245, 0.85) 0%, rgba(160, 175, 184, 0.4) 60%, rgba(120, 137, 147, 0.1) 100%);
  background-blend-mode: overlay, normal;
}
.hero-steam-left {
  border-right: 1px solid #72848e;
  clip-path: polygon(0 0, 100% 6%, 78% 34%, 100% 62%, 74% 100%, 0 100%);
}
.hero-steam-right {
  border-left: 1px solid #72848e;
  clip-path: polygon(100% 0, 100% 100%, 26% 100%, 0 62%, 22% 34%, 0 6%);
}
.hero-figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding: 26px 20px 30px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(46, 60, 70, 0) 34%, rgba(38, 51, 60, 0.34) 72%, rgba(30, 42, 50, 0.6) 100%),
    radial-gradient(140% 70% at 50% 0%, rgba(126, 145, 156, 0.9) 0%, rgba(112, 130, 141, 0.9) 42%, rgba(84, 100, 110, 0.95) 100%);
}
.hero-figure::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 62px;
  width: 210px;
  height: 210px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 26%, #e3e9ec 0 30px, rgba(227, 233, 236, 0) 31px),
    radial-gradient(60% 52% at 50% 78%, #4e6069 0 62%, rgba(78, 96, 105, 0) 63%),
    linear-gradient(180deg, #cfd8dd 0%, #728791 100%);
  clip-path: polygon(34% 0, 66% 0, 76% 26%, 96% 100%, 4% 100%, 24% 26%);
  opacity: 0.92;
  pointer-events: none;
}
.hero-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #f1f5f7;
  text-shadow: 0 1px 3px rgba(15, 24, 30, 0.7);
}
.hero-tagline {
  position: relative;
  font-family: "KaiTi", "STKaiti", "Kaiti SC", serif;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.32em;
  color: #e6edf0;
  text-shadow: 0 1px 3px rgba(15, 24, 30, 0.75);
  writing-mode: vertical-rl;
  text-orientation: upright;
  max-height: 200px;
  margin: 0 auto;
}
.overview-panel {
  display: grid;
  grid-template-columns: minmax(0, 232px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 14px;
  background: #eef2f4;
  border: 1px solid #93a3ac;
  box-shadow: 0 1px 0 #ffffff inset;
}
.overview-panel.theater-mode {
  grid-template-columns: minmax(0, 1fr);
}
.overview-panel.theater-mode .poster-column {
  display: none;
}
.overview-panel.lights-off {
  background: #1d2931;
  border-color: #0e171d;
  color: #c9d5db;
}
.overview-panel.lights-off .lead-title, .overview-panel.lights-off .lead-tagline, .overview-panel.lights-off .lead-seo, .overview-panel.lights-off .details-heading, .overview-panel.lights-off .synopsis-heading, .overview-panel.lights-off .cast-heading, .overview-panel.lights-off .detail-key, .overview-panel.lights-off .detail-value, .overview-panel.lights-off .synopsis-para, .overview-panel.lights-off .status-line {
  color: #c9d5db;
}
.overview-panel.lights-off .details-block, .overview-panel.lights-off .synopsis-block, .overview-panel.lights-off .cast-strip {
  border-color: #3a4a55;
}
.poster-column {
  align-self: start;
}
.poster-frame {
  position: relative;
  border: 1px solid #7b8c96;
  background: #c3ccd2;
  padding: 5px;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #8c9ba4;
}
.info-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.info-lead {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6c2c9;
}
.lead-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #1f2c35;
}
.lead-tagline {
  font-family: "KaiTi", "STKaiti", "Kaiti SC", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #4a5b65;
}
.lead-seo {
  font-size: 13.5px;
  line-height: 1.72;
  color: #46565f;
  max-width: 62ch;
}
.player-shell {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  min-width: 0;
  border: 1px solid #7b8c96;
  background: #202c34;
}
.player-shell video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #10181d;
  display: block;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 6px 7px;
  background: #26333c;
  border-top: 1px solid #101a20;
}
.ctrl-btn {
  flex: 0 0 auto;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  color: #cdd9df;
  background: #33454f;
  border: 1px solid #556a76;
  border-radius: 0;
  white-space: nowrap;
}
.ctrl-btn:hover {
  background: #3e5костюм;
}
.ctrl-btn:hover {
  background: #3e5361;
  color: #f2f6f8;
}
.ctrl-btn.is-playing {
  color: #f6f9fa;
  background: #b4571f;
  border-color: #e8843c;
}
.ctrl-btn.is-muted {
  color: #9fb0b9;
  border-style: dashed;
}
.ctrl-btn.is-active {
  color: #1d2931;
  background: #e8843c;
  border-color: #f2a468;
}
.ctrl-range {
  flex: 1 1 140px;
  min-width: 90px;
  height: 4px;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  background: #4a5d68;
  border-radius: 0;
}
.ctrl-range-volume {
  flex: 0 1 90px;
  min-width: 64px;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 14px;
  background: #e8843c;
  border: 0;
  border-radius: 0;
}
.ctrl-range::-moz-range-thumb {
  width: 10px;
  height: 14px;
  background: #e8843c;
  border: 0;
  border-radius: 0;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 18px;
  padding: 7px 10px;
  border-left: 3px solid #e8843c;
  background: #e3e9ec;
}
.status-line {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #2c3a43;
}
.status-score {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #b4571f;
}
.cast-strip {
  padding: 10px 0 0;
  border-top: 1px solid #b6c2c9;
}
.cast-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #4a5b65;
  margin-bottom: 8px;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 56px;
}
.cast-avatar {
  width: 52px;
  height: 52px;
  border: 1px solid #7b8c96;
  background:
    radial-gradient(circle at 50% 30%, #dfe6ea 0 30%, rgba(223, 230, 234, 0) 31%),
    linear-gradient(180deg, #b3c0c8 0%, #8598a3 100%);
}
.cast-name {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #35434c;
  text-align: center;
  white-space: nowrap;
}
.synopsis-block {
  padding: 10px 0 0;
  border-top: 1px solid #b6c2c9;
}
.synopsis-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #4a5b65;
  margin-bottom: 6px;
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.78;
  color: #3d4c55;
  margin-bottom: 6px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.details-block {
  padding: 10px 0 0;
  border-top: 1px solid #b6c2c9;
}
.details-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #4a5b65;
  margin-bottom: 6px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dashed #c2cdd3;
  min-width: 0;
}
.detail-key {
  flex: 0 0 5.5em;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #66777f;
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  color: #2c3a43;
  overflow-wrap: anywhere;
}
.timeline-panel {
  padding: 12px 14px 14px;
  background: #e6ebee;
  border: 1px solid #93a3ac;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
  padding-top: 4px;
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 12px 4px 0 0;
  min-width: 0;
}
.node-dot {
  position: relative;
  z-index: 2;
  width: 9px;
  height: 9px;
  margin-left: 1px;
  background: #e8843c;
  border: 1px solid #a4571f;
}
.node-line {
  position: absolute;
  top: 16px;
  left: 5px;
  right: -10px;
  height: 1px;
  background: #8b9ba5;
}
.timeline-node:last-child .node-line {
  right: 0;
  background: transparent;
}
.node-timecode {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #b4571f;
}
.node-label {
  font-size: 12.5px;
  line-height: 1.6;
  color: #3d4c55;
}
.episodes-panel {
  padding: 12px 14px 14px;
  background: #e9eef1;
  border: 1px solid #93a3ac;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 9px 9px;
  background: #dde4e8;
  border: 1px solid #b0bcc3;
  min-width: 0;
}
.episode-card-current {
  background: #f4ede5;
  border: 1px solid #e8843c;
  box-shadow: 0 0 0 1px #e8843c inset;
}
.episode-number {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6d7f88;
}
.episode-card-current .episode-number {
  color: #b4571f;
}
.episode-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #22303a;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.6;
  color: #495a63;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  margin-top: 2px;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: #b4571f;
}
.comments-panel {
  padding: 12px 14px 14px;
  background: #eef2f4;
  border: 1px solid #93a3ac;
  margin-top: 8px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 14px;
  align-items: start;
}
.comment-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 7px 0 8px;
  border-bottom: 1px solid #cdd7dc;
  min-width: 0;
}
.comment-nickname {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2c3a43;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.62;
  color: #4b5b64;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-region {
  position: relative;
  padding: 12px 14px 14px;
  background: #e6ebee;
  border: 1px solid #93a3ac;
}
.rec-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #22303a;
  text-align: left;
  padding-right: 34px;
  margin-bottom: 8px;
  border-bottom: 1px solid #9fadb6;
  padding-bottom: 6px;
}
.rec-count {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #b4571f;
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  align-items: start;
}
.rec-item {
  min-width: 0;
}
a.rec-link {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-items: start;
  padding: 6px;
  background: #dde4e8;
  border: 1px solid #b6c2c9;
  color: #2c3a43;
  text-decoration: none;
}
a.rec-link:hover {
  border-color: #e8843c;
  background: #f2ece5;
}
a.rec-link:visited {
  color: #5a6b74;
}
.rec-thumb {
  grid-row: 1 / span 2;
  width: 76px;
  height: 76px;
  object-fit: cover;
  background: #8c9ba4;
  border: 1px solid #99a9b2;
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}
.rec-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #22303a;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: #586a73;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 16px 26px;
  border-top: 1px solid #9aa9b2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #33454f;
  text-decoration: none;
  border-bottom: 1px solid #8b9ba5;
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #b4571f;
  border-color: #e8843c;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
}
.friend-links-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #5a6b74;
}
a.runtime-friend-link {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #4b5d67;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #b4571f;
  text-decoration: underline;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: #6b7b84;
  max-width: 92ch;
}
@media (max-width: 1024px) {.overview-panel {
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
.timeline-node:nth-child(3) .node-line {
    right: 0;
    background: transparent;
  }}
@media (max-width: 860px) {.overview-panel {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 240px;
  }
.player-shell {
    min-width: 0;
  }
.rec-list {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 720px) {.page-main {
    padding: 10px 12px 18px;
    gap: 12px;
  }
.hero-panel {
    grid-template-columns: 26px minmax(0, 1fr) 26px;
    min-height: 250px;
  }
.hero-tagline {
    font-size: 14px;
    letter-spacing: 0.24em;
  }
.hero-figure::before {
    width: 160px;
    height: 160px;
    bottom: 56px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-node:nth-child(3) .node-line {
    right: -10px;
    background: #8b9ba5;
  }
.timeline-node:nth-child(2n) .node-line {
    right: 0;
    background: transparent;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 200px;
  }}
@media (max-width: 520px) {body {
    font-size: 14px;
  }
.header-inner {
    gap: 8px;
    padding: 7px 12px;
  }
a[data-contract="site-name"] {
    font-size: 15px;
  }
.hero-panel {
    grid-template-columns: 14px minmax(0, 1fr) 14px;
    min-height: 220px;
  }
.hero-title {
    font-size: 17px;
    letter-spacing: 0.12em;
  }
.hero-tagline {
    font-size: 13px;
    letter-spacing: 0.18em;
    max-height: 170px;
  }
.hero-figure {
    padding: 18px 12px 22px;
  }
.hero-figure::before {
    width: 128px;
    height: 128px;
    bottom: 48px;
  }
.lead-title {
    font-size: 18px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-node {
    padding-right: 0;
  }
.timeline-node .node-line {
    top: auto;
    left: 4px;
    right: auto;
    bottom: -8px;
    width: 1px;
    height: 14px;
    background: #8b9ba5;
  }
.timeline-node:last-child .node-line {
    display: none;
  }
.timeline-node:nth-child(2n) .node-line {
    right: auto;
    background: #8b9ba5;
  }
a.rec-link {
    grid-template-columns: 64px minmax(0, 1fr);
  }
.rec-thumb {
    width: 64px;
    height: 64px;
  }
.player-controls {
    gap: 5px;
  }
.ctrl-range {
    flex: 1 1 100%;
    order: 3;
  }
.ctrl-range-volume {
    flex: 1 1 44%;
  }}

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}
