* {box-sizing:border-box;margin:0;padding:0}
html {-webkit-text-size-adjust:100%}
body {
  font-family:"Heiti SC","Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;
  background:#2c3026;
  background-image:
    radial-gradient(circle at 12% 8%,rgba(214,150,80,.10),transparent 42%),
    radial-gradient(circle at 88% 0%,rgba(120,170,190,.08),transparent 40%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.014) 0 1px,transparent 1px 3px),
    repeating-linear-gradient(90deg,rgba(0,0,0,.05) 0 1px,transparent 1px 4px);
  color:#e6ddca;
  font-size:13px;
  line-height:1.5;
  letter-spacing:.01em;
}
img, video {display:block;max-width:100%}
a {color:inherit;text-decoration:none}
ul, ol {list-style:none}
button, input, select {font:inherit;color:inherit}
h1, h2, h3 {font-weight:600;letter-spacing:.04em}
.site-header {
  position:sticky;top:0;z-index:40;
  background:linear-gradient(180deg,#31372a 0%,#282d22 100%);
  border-bottom:1px solid rgba(214,150,80,.35);
  box-shadow:0 2px 0 rgba(0,0,0,.35),0 8px 20px -12px rgba(0,0,0,.8);
}
.header-inner {
  max-width:1180px;margin:0 auto;
  display:flex;align-items:center;gap:18px;flex-wrap:wrap;
  padding:8px 16px;
}
a[data-contract="site-name"] {
  font-family:"Songti SC","SimSun","STSong",serif;
  font-size:20px;font-weight:700;letter-spacing:.22em;
  color:#f0e2c6;
  text-shadow:0 1px 0 #000,0 0 14px rgba(214,150,80,.55);
  padding-right:4px;
  white-space:nowrap;
}
a[data-contract="site-name"]:hover {color:#f6b56a}
.category-nav {
  display:flex;align-items:center;flex-wrap:wrap;gap:6px;
  min-width:0;flex:1 1 auto;
}
a.runtime-category {
  display:inline-block;
  white-space:nowrap;
  font-size:12px;
  padding:3px 9px;
  border-radius:999px;
  color:#c6cfc0;
  text-decoration:none;
  border:1px solid rgba(150,175,155,.28);
  background:rgba(70,84,64,.34);
  transition:color .18s,border-color .18s,background .18s;
}
a.runtime-category:hover {
  color:#2c3026;background:#d69650;
  border-color:#e8ad6b;text-decoration:none;
}
.page-main {
  max-width:1180px;margin:0 auto;
  padding:14px 16px 26px;
  display:block;
}
.movie-overview {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.55fr);
  grid-template-areas:
    "poster info"
    "player info";
  column-gap:20px;row-gap:14px;
  align-items:start;
  padding:16px;
  border-radius:14px;
  background:
    linear-gradient(160deg,rgba(88,102,74,.32),rgba(44,48,38,.10) 55%),
    #333a2c;
  border:1px solid rgba(214,150,80,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 14px 30px -22px #000;
  position:relative;
  overflow:hidden;
}
.movie-overview::after {
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    repeating-linear-gradient(115deg,rgba(255,255,255,.022) 0 1px,transparent 1px 6px);
  mix-blend-mode:screen;
}
.overview-poster {
  grid-area:poster;
  position:relative;
  width:100%;
  aspect-ratio:2 / 3;
  border-radius:10px;
  overflow:hidden;
  background:#232820;
  border:1px solid rgba(120,170,190,.28);
  box-shadow:0 10px 22px -14px #000;
}
.overview-poster img {
  width:100%;height:100%;object-fit:cover;
  filter:saturate(.82) contrast(1.06) sepia(.14);
}
.poster-grain {
  position:absolute;inset:0;pointer-events:none;
  background:
    repeating-radial-gradient(circle at 30% 20%,rgba(255,255,255,.05) 0 1px,transparent 1px 3px),
    linear-gradient(180deg,rgba(214,150,80,.10),transparent 40%,rgba(20,26,18,.55));
  mix-blend-mode:overlay;
}
.overview-info {
  grid-area:info;
  min-width:0;
  display:flex;flex-direction:column;gap:11px;
}
.overview-title {
  font-family:"Songti SC","SimSun","STSong",serif;
  font-size:25px;line-height:1.25;
  color:#f4e8cd;
  letter-spacing:.06em;
  text-shadow:0 1px 0 #171b13,0 0 18px rgba(214,150,80,.35);
}
.overview-tagline {
  font-family:"Songti SC","SimSun",serif;
  font-size:13px;letter-spacing:.28em;
  color:#e0a25c;
  padding-bottom:8px;
  border-bottom:1px dashed rgba(214,150,80,.34);
}
.overview-seo {
  font-size:12.5px;line-height:1.72;
  color:#bfc7b6;
  text-align:justify;
}
.episode-status {
  margin-top:2px;
  padding:7px 10px;
  border-radius:8px;
  background:rgba(20,26,18,.42);
  border-left:3px solid #d69650;
}
.status-line {
  display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;
}
.status-current {
  font-family:"Songti SC","SimSun",serif;
  font-size:14px;font-weight:700;
  color:#f3b878;letter-spacing:.06em;
}
.status-total {
  font-size:12px;color:#9aa694;letter-spacing:.05em;
}
.cast-section {display:block}
.cast-heading, .synopsis-heading, .details-heading {
  font-family:"Songti SC","SimSun","STSong",serif;
  font-size:14px;letter-spacing:.24em;
  color:#d8c9a4;
  margin-bottom:7px;
  padding-left:9px;
  border-left:3px solid rgba(120,170,190,.6);
}
.cast-list {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
}
.cast-card {
  display:flex;flex-direction:column;align-items:center;gap:3px;
  padding:6px 2px;
  border-radius:8px;
  background:rgba(24,30,22,.36);
  border:1px solid rgba(150,175,155,.14);
  text-align:center;
  min-width:0;
}
.cast-avatar {
  width:38px;height:38px;border-radius:50%;
  background:
    radial-gradient(circle at 32% 28%,rgba(240,226,198,.5),transparent 55%),
    repeating-linear-gradient(45deg,#5c6a4e 0 3px,#4a5740 3px 6px);
  border:1px solid rgba(214,150,80,.5);
  box-shadow:0 0 0 2px rgba(44,48,38,.9),0 3px 8px -4px #000;
}
.cast-name {
  font-size:11.5px;font-weight:600;color:#ece0c4;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;
}
.cast-role {
  font-size:10.5px;color:#93a08a;letter-spacing:.02em;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;
}
.synopsis-section {display:block}
.synopsis-body {
  display:flex;flex-direction:column;gap:6px;
  padding-left:9px;
  border-left:1px solid rgba(150,175,155,.16);
}
.synopsis-para {
  font-size:12px;line-height:1.66;color:#b6bfab;text-align:justify;
}
.details-section {display:block}
.details-list {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 16px;
}
.detail-row {
  display:flex;align-items:baseline;gap:8px;
  padding:3px 0;
  border-bottom:1px dotted rgba(150,175,155,.16);
  min-width:0;
}
.detail-key {
  flex:0 0 auto;
  font-size:11.5px;color:#8e9a85;letter-spacing:.08em;
}
.detail-value {
  flex:1 1 auto;min-width:0;
  font-size:12px;color:#ddd2b5;
  text-align:right;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.overview-player {
  grid-area:player;
  width:100%;min-width:0;
  display:flex;flex-direction:column;gap:7px;
}
.overview-player video {
  width:100%;
  border-radius:10px;
  background:#12160f;
  border:1px solid rgba(120,170,190,.3);
  box-shadow:0 10px 24px -16px #000;
  filter:saturate(.9) contrast(1.04);
}
.player-controls {
  display:flex;flex-wrap:wrap;align-items:center;gap:5px;
  padding:7px 8px;
  border-radius:10px;
  background:rgba(20,26,18,.55);
  border:1px solid rgba(150,175,155,.16);
}
.player-controls button {
  cursor:pointer;
  font-size:11.5px;
  padding:3px 9px;
  border-radius:6px;
  color:#d7cdb2;
  background:rgba(70,84,64,.4);
  border:1px solid rgba(150,175,155,.24);
  white-space:nowrap;
  transition:background .16s,color .16s,border-color .16s;
}
.player-controls button:hover {
  background:#d69650;color:#2c3026;border-color:#e8ad6b;
}
.player-controls button.is-active {
  background:#e8ad6b;color:#2c3026;border-color:#f6c68a;
  box-shadow:0 0 10px rgba(214,150,80,.5);
}
.player-controls button.is-muted {
  background:#3c4a52;color:#a8d0dc;border-color:#7db4c4;
}
.player-controls input[type="range"] {
  -webkit-appearance:none;appearance:none;
  height:4px;border-radius:2px;
  background:linear-gradient(90deg,#d69650,#7db4c4);
  cursor:pointer;min-width:0;
}
.player-controls input[type="range"]:first-of-type {flex:1 1 120px}
.player-controls input[type="range"]:last-of-type {flex:0 1 74px}
.player-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance:none;appearance:none;
  width:12px;height:12px;border-radius:50%;
  background:#f0e2c6;border:2px solid #d69650;
}
.player-controls input[type="range"]::-moz-range-thumb {
  width:12px;height:12px;border-radius:50%;
  background:#f0e2c6;border:2px solid #d69650;
}
.player-controls select {
  font-size:11.5px;
  padding:3px 6px;border-radius:6px;
  background:rgba(70,84,64,.4);
  border:1px solid rgba(150,175,155,.24);
  color:#d7cdb2;cursor:pointer;
}
.player-controls select option {background:#262b20;color:#e6ddca}
.player.is-theater, .overview-player.is-theater {
  grid-column:1 / -1;
  width:100%;
}
body.lights-out {background:#0d1009}
body.lights-out .overview-player {
  position:relative;z-index:60;
  box-shadow:0 0 0 100vmax rgba(0,0,0,.82);
}
body.lights-out .player-controls {background:rgba(10,14,8,.9)}
.timeline-section {
  margin-top:24px;
  padding:14px 0 16px;
  border-top:1px solid rgba(214,150,80,.22);
  border-bottom:1px solid rgba(120,170,190,.18);
}
.timeline-heading, .episodes-heading, .comments-heading {
  font-family:"Songti SC","SimSun","STSong",serif;
  font-size:16px;letter-spacing:.26em;
  color:#eddcc0;
  margin-bottom:11px;
  padding-left:11px;
  border-left:4px solid #d69650;
}
.timeline-track {
  overflow-x:auto;
  overflow-y:hidden;
  padding:4px 2px 12px;
  scrollbar-width:thin;
  scrollbar-color:#d69650 rgba(70,84,64,.4);
}
.timeline-track::-webkit-scrollbar {height:7px}
.timeline-track::-webkit-scrollbar-track {background:rgba(70,84,64,.32);border-radius:4px}
.timeline-track::-webkit-scrollbar-thumb {background:#d69650;border-radius:4px}
.timeline-list {
  display:flex;align-items:flex-start;gap:16px;
  width:max-content;
  padding:2px 4px;
}
.timeline-node {
  position:relative;
  flex:0 0 auto;
  width:158px;
  display:flex;flex-direction:column;align-items:center;gap:5px;
  padding:10px 9px 9px;
  border-radius:12px;
  background:linear-gradient(180deg,rgba(88,102,74,.3),rgba(24,30,22,.42));
  border:1px solid rgba(150,175,155,.2);
  text-align:center;
  transition:box-shadow .22s,border-color .22s,transform .22s;
}
.timeline-node::before {
  content:"";position:absolute;top:15px;left:-17px;
  width:16px;height:1px;background:rgba(214,150,80,.5);
}
.timeline-node:first-child::before {display:none}
.timeline-node:hover {
  border-color:rgba(214,150,80,.75);
  box-shadow:0 0 0 1px rgba(214,150,80,.35),0 0 20px -4px rgba(214,150,80,.55);
  transform:translateY(-2px);
}
.node-timecode {
  font-family:"Songti SC","SimSun",serif;
  font-size:12px;letter-spacing:.14em;
  color:#f0b878;
}
.node-blade {
  width:24px;height:30px;
  background:linear-gradient(180deg,#dcecf2 0%,#8fbccd 45%,#5d8ea0 100%);
  clip-path:polygon(50% 0,100% 26%,100% 74%,50% 100%,0 74%,0 26%);
  box-shadow:0 0 10px rgba(160,210,225,.55),inset 0 0 6px rgba(255,255,255,.6);
  position:relative;
}
.node-blade::after {
  content:"";position:absolute;inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.85) 0 2px,transparent 2px 100%);
  opacity:.7;
}
.node-label {
  font-size:11.5px;line-height:1.42;
  color:#c3ccb8;
  letter-spacing:.02em;
}
.episodes-section {
  margin-top:26px;
  padding-top:6px;
}
.episode-list {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.episode-item {
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:10px 12px;
  border-radius:12px;
  background:linear-gradient(135deg,rgba(88,102,74,.28),rgba(24,30,22,.4));
  border:1px solid rgba(150,175,155,.16);
  transition:border-color .2s,box-shadow .2s,background .2s;
}
.episode-item:hover {
  border-color:rgba(120,170,190,.5);
  background:linear-gradient(135deg,rgba(88,102,74,.42),rgba(24,30,22,.5));
}
.episode-number {
  font-family:"Songti SC","SimSun",serif;
  font-size:30px;line-height:1;font-weight:700;
  color:rgba(214,150,80,.55);
  text-align:center;
  letter-spacing:-.02em;
  padding-top:3px;
  border-right:1px solid rgba(150,175,155,.18);
}
.episode-body {min-width:0}
.episode-title {
  font-size:13px;font-weight:600;color:#eee0c2;
  letter-spacing:.04em;
  margin-bottom:3px;
}
.episode-summary {
  font-size:11.5px;line-height:1.55;color:#a9b39e;
  margin-bottom:4px;
}
.episode-duration {
  display:inline-block;
  font-size:10.5px;letter-spacing:.08em;
  color:#8fbccd;
  padding:1px 7px;
  border-radius:999px;
  border:1px solid rgba(120,170,190,.4);
  background:rgba(120,170,190,.1);
}
.episode-item.is-current {
  border-color:#e8ad6b;
  box-shadow:0 0 0 1px #d69650,0 0 22px -6px rgba(214,150,80,.6);
  background:linear-gradient(135deg,rgba(120,90,50,.4),rgba(30,26,18,.5));
}
.episode-item.is-current .episode-number {
  color:#f5b06a;
  text-shadow:0 0 14px rgba(214,150,80,.7);
}
.episode-item.is-current .episode-title {color:#ffd9a6}
.recommend-region {
  margin-top:22px;
  padding-top:14px;
  border-top:1px dashed rgba(214,150,80,.24);
}
.recommend-title {
  font-family:"Songti SC","SimSun","STSong",serif;
  font-size:17px;letter-spacing:.16em;
  color:#f4e2c0;
  margin-bottom:10px;
  padding-left:6px;
  text-shadow:
    1px 0 0 rgba(214,150,80,.4),
    0 2px 0 rgba(0,0,0,.5),
    0 0 16px rgba(214,150,80,.4);
  position:relative;
}
.recommend-title::after {
  content:"";position:absolute;left:6px;bottom:-5px;
  width:88px;height:3px;
  background:linear-gradient(90deg,#d69650,transparent);
  border-radius:2px;
}
.recommend-cards {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  align-items:start;
}
a.recommend-card {
  display:flex;flex-direction:column;gap:5px;
  padding:8px;
  border-radius:11px;
  color:#e6ddca;
  text-decoration:none;
  background:linear-gradient(160deg,rgba(88,102,74,.3),rgba(20,26,18,.5));
  border:1px solid rgba(150,175,155,.18);
  box-shadow:0 8px 18px -14px #000;
  transition:border-color .2s,box-shadow .2s,transform .2s;
}
a.recommend-card:hover {
  border-color:#d69650;
  box-shadow:0 0 0 1px rgba(214,150,80,.5),0 12px 22px -14px #000;
  transform:translateY(-2px);
  text-decoration:none;
}
[data-runtime="recommendation"] img {
  width:100%;
  aspect-ratio:16 / 10;
  height:auto;
  object-fit:cover;
  border-radius:7px;
  background:#1b2016;
  filter:saturate(.84) contrast(1.05) sepia(.1);
}
.recommend-name {
  font-size:12.5px;font-weight:600;color:#eee0c2;
  letter-spacing:.03em;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.recommend-blurb {
  font-size:11px;line-height:1.5;color:#9ba694;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.comments-section {
  margin-top:24px;
  padding-top:14px;
  border-top:1px dashed rgba(214,150,80,.24);
}
.comments-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px 14px;
  align-items:start;
}
.comment-card {
  position:relative;
  padding:12px 13px 11px;
  border-radius:10px;
  background:linear-gradient(150deg,rgba(236,224,196,.09),rgba(24,30,22,.42));
  border:1px solid rgba(150,175,155,.18);
  box-shadow:0 8px 16px -14px #000;
}
.comment-tape {
  position:absolute;top:-7px;left:-6px;
  width:46px;height:15px;
  background:linear-gradient(100deg,rgba(214,150,80,.7),rgba(240,226,198,.55));
  transform:rotate(-7deg);
  border-radius:2px;
  box-shadow:0 1px 4px rgba(0,0,0,.45);
  opacity:.85;
}
.comment-card:nth-child(even) .comment-tape {
  left:auto;right:-6px;
  transform:rotate(6deg);
  background:linear-gradient(100deg,rgba(143,188,205,.65),rgba(240,226,198,.5));
}
.comment-text {
  font-size:12px;line-height:1.6;color:#c4ccb8;
  text-align:justify;
  margin-bottom:6px;
}
.comment-nickname {
  display:block;
  font-size:11px;letter-spacing:.06em;
  color:#e0a25c;
  text-align:right;
}
.comment-nickname::before {content:"—— "}
.site-footer {
  max-width:1180px;margin:0 auto;
  padding:16px 16px 24px;
  border-top:1px solid rgba(214,150,80,.28);
  display:flex;flex-direction:column;gap:9px;
}
.footer-disclaimer {
  font-size:11px;line-height:1.6;color:#7f8a77;
  text-align:center;
}
.footer-nav {
  display:flex;justify-content:center;gap:16px;flex-wrap:wrap;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size:12px;letter-spacing:.1em;
  color:#a8d0dc;
  text-decoration:none;
  padding-bottom:2px;
  border-bottom:1px solid rgba(120,170,190,.4);
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color:#f0b878;
  border-bottom-color:#d69650;
}
.friend-links {
  display:flex;flex-wrap:wrap;align-items:center;
  gap:5px 8px;
  justify-content:center;
  padding-top:4px;
}
.friend-links-label {
  font-family:"Songti SC","SimSun",serif;
  font-size:11.5px;letter-spacing:.16em;
  color:#8e9a85;
  margin-right:4px;
}
a.runtime-friend-link {
  font-size:11px;
  color:#9aa694;
  text-decoration:none;
  padding:2px 8px;
  border-radius:999px;
  border:1px solid rgba(150,175,155,.2);
  background:rgba(70,84,64,.26);
  white-space:nowrap;
  transition:color .16s,border-color .16s;
}
a.runtime-friend-link:hover {
  color:#f0b878;border-color:rgba(214,150,80,.6);
}
@media (max-width:980px){.movie-overview {
    grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
  }
.cast-list {grid-template-columns:repeat(3,minmax(0,1fr))}
.recommend-cards {grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){body {font-size:12.5px}
.movie-overview {
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:
      "poster"
      "info"
      "player";
    padding:13px;
  }
.overview-poster {
    max-width:230px;
    margin:0 auto;
  }
.overview-title {font-size:22px}
.cast-list {grid-template-columns:repeat(3,minmax(0,1fr))}
.details-list {grid-template-columns:minmax(0,1fr)}
.episode-list {grid-template-columns:minmax(0,1fr)}
.recommend-cards {grid-template-columns:repeat(2,minmax(0,1fr))}
.comments-grid {grid-template-columns:minmax(0,1fr)}}
@media (max-width:480px){.header-inner {padding:7px 12px;gap:10px}
a[data-contract="site-name"] {font-size:17px;letter-spacing:.14em}
.page-main {padding:11px 12px 20px}
.overview-title {font-size:20px}
.overview-tagline {letter-spacing:.16em}
.cast-list {grid-template-columns:repeat(2,minmax(0,1fr))}
.recommend-cards {grid-template-columns:minmax(0,1fr)}
.episode-item {grid-template-columns:42px minmax(0,1fr);padding:9px 10px}
.episode-number {font-size:24px}
.timeline-node {width:140px}
.timeline-heading, .episodes-heading, .comments-heading {font-size:15px}
.player-controls {gap:4px}
.player-controls button {font-size:11px;padding:3px 7px}}

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}
