:root {
  --night:#0d1526;
  --night-2:#131f38;
  --night-3:#1b2b4a;
  --amber:#ffc45c;
  --amber-dim:#e6a63e;
  --pink:#ff7fa8;
  --mint:#6fe3c4;
  --paper:#f4efe4;
  --paper-2:#e7dfcd;
  --ink:#101828;
  --ink-soft:#3c4658;
  --line:rgba(255,255,255,.12);
  --shadow:0 6px 18px rgba(0,0,0,.35);
  --radius:14px;
  --radius-sm:9px;
  --gap:10px;
}
*, *::before, *::after {box-sizing:border-box;}
html {
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body {
  margin:0;
  background:
    radial-gradient(1200px 520px at 12% -8%, rgba(255,196,92,.13), transparent 62%),
    radial-gradient(900px 480px at 88% 4%, rgba(255,127,168,.10), transparent 60%),
    linear-gradient(180deg,#0c1424 0%, #0d1526 40%, #0b1220 100%);
  background-attachment:fixed;
  color:#eaeef7;
  font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:15px;
  line-height:1.6;
  letter-spacing:.01em;
  overflow-x:hidden;
}
img, video {
  display:block;
  max-width:100%;
}
h1, h2, h3, p, dl, dd, dt, figure, ol, ul {
  margin:0;
  padding:0;
}
ol, ul {
  list-style:none;
}
a {
  color:inherit;
  text-decoration:none;
}
button {
  font:inherit;
  color:inherit;
  background:none;
  border:0;
  cursor:pointer;
}
.site-header {
  position:sticky;
  top:0;
  z-index:40;
  background:linear-gradient(180deg, rgba(10,17,30,.96), rgba(10,17,30,.82));
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.header-bar {
  max-width:1180px;
  margin:0 auto;
  padding:8px 14px;
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
a[data-contract="site-name"] {
  font-family:"Kaiti SC","STKaiti","KaiTi","Songti SC",serif;
  font-size:20px;
  font-weight:700;
  letter-spacing:.06em;
  color:var(--amber);
  text-decoration:none;
  text-shadow:0 0 14px rgba(255,196,92,.35);
  white-space:nowrap;
}
a[data-contract="site-name"]:hover {
  color:#fff0cf;
}
.categories-shell {
  flex:1 1 260px;
  min-width:0;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}
a.runtime-category {
  white-space:nowrap;
  display:inline-block;
  padding:3px 10px;
  font-size:12.5px;
  color:#cfd8ea;
  text-decoration:none;
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  border-radius:999px;
  transition:background .18s ease, color .18s ease, border-color .18s ease;
}
a.runtime-category:hover {
  color:var(--night);
  background:var(--amber);
  border-color:var(--amber);
}
.page-main {
  max-width:1180px;
  margin:0 auto;
  padding:14px 14px 22px;
  display:flex;
  flex-direction:column;
  gap:20px;
}
.section-heading {
  font-family:"Kaiti SC","STKaiti","KaiTi","Songti SC",serif;
  font-size:19px;
  font-weight:700;
  letter-spacing:.08em;
  color:var(--amber);
  position:relative;
  padding-left:14px;
  margin-bottom:9px;
}
.section-heading::before {
  content:"";
  position:absolute;
  left:0;
  top:4px;
  bottom:4px;
  width:4px;
  border-radius:3px;
  background:linear-gradient(180deg,var(--amber),var(--pink));
}
.hero-stage {
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  padding:16px 14px 14px;
  background:
    linear-gradient(180deg, rgba(19,31,56,.9), rgba(13,21,38,.96));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  isolation:isolate;
}
.hero-backdrop {
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
}
.backdrop-bento {
  position:absolute;
  top:-6%;
  left:-4%;
  width:46%;
  height:64%;
  border-radius:16px;
  background:
    repeating-linear-gradient(90deg, rgba(255,196,92,.14) 0 26px, rgba(255,196,92,.05) 26px 52px),
    linear-gradient(160deg, rgba(255,196,92,.16), rgba(255,127,168,.07));
  transform:rotate(-4deg);
}
.backdrop-contract {
  position:absolute;
  right:-6%;
  top:4%;
  width:52%;
  height:70%;
  border-radius:10px;
  background:
    repeating-linear-gradient(180deg, rgba(244,239,228,.10) 0 2px, transparent 2px 22px),
    linear-gradient(180deg, rgba(244,239,228,.13), rgba(244,239,228,.03));
  transform:rotate(3.2deg);
  border:1px dashed rgba(244,239,228,.20);
}
.backdrop-board {
  position:absolute;
  left:22%;
  bottom:-14%;
  width:64%;
  height:52%;
  border-radius:14px;
  background:
    linear-gradient(120deg, rgba(111,227,196,.16), rgba(27,43,74,.05) 70%);
  transform:rotate(-2deg);
  border:1px solid rgba(111,227,196,.14);
}
.hero-crowd {
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:6px;
  flex-wrap:nowrap;
  padding-bottom:6px;
}
.hero-figure {
  flex:0 1 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  min-width:0;
}
.hero-avatar {
  width:64px;
  height:64px;
  border-radius:14px 14px 10px 10px;
  object-fit:cover;
  background:linear-gradient(160deg,#2a3c60,#16233c);
  border:1px solid var(--line);
  box-shadow:0 6px 14px rgba(0,0,0,.4);
}
.hero-figure-lead .hero-avatar {
  width:94px;
  height:94px;
  border-radius:18px 18px 12px 12px;
  border:2px solid rgba(255,196,92,.55);
  box-shadow:0 0 0 3px rgba(255,196,92,.12), 0 8px 20px rgba(0,0,0,.45);
}
.hero-avatar-a {background:linear-gradient(160deg,#7a3f57,#3a1e2c);border-color:rgba(255,127,168,.5);}
.hero-avatar-b {background:linear-gradient(160deg,#2f6a5c,#173a31);border-color:rgba(111,227,196,.5);}
.hero-avatar-c {background:linear-gradient(160deg,#5a4a86,#2a2246);border-color:rgba(178,158,255,.45);}
.hero-name {
  font-size:11.5px;
  letter-spacing:.06em;
  color:#dbe3f2;
  white-space:nowrap;
  text-shadow:0 1px 3px rgba(0,0,0,.7);
}
.hero-figure-lead .hero-name {
  font-family:"Kaiti SC","STKaiti","KaiTi",serif;
  font-size:13.5px;
  color:var(--amber);
  font-weight:700;
}
.overview-panel {
  position:relative;
  z-index:2;
  margin-top:14px;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding-top:12px;
  border-top:1px solid var(--line);
}
.poster-column {
  align-self:start;
}
.poster-image {
  width:100%;
  aspect-ratio:2 / 3;
  height:auto;
  object-fit:cover;
  border-radius:var(--radius-sm);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.overview-info {
  display:flex;
  flex-direction:column;
  gap:9px;
  min-width:0;
}
.movie-title {
  font-family:"Kaiti SC","STKaiti","KaiTi","Songti SC",serif;
  font-size:26px;
  line-height:1.2;
  letter-spacing:.05em;
  color:#fff6e4;
  text-shadow:0 0 18px rgba(255,196,92,.28);
}
.movie-tagline {
  font-size:13.5px;
  color:var(--amber);
  letter-spacing:.04em;
}
.movie-seo {
  font-size:13.5px;
  line-height:1.7;
  color:#c3cddf;
}
.episode-status {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.status-chip {
  display:inline-block;
  font-size:12px;
  padding:3px 10px;
  border-radius:999px;
  letter-spacing:.05em;
  white-space:nowrap;
}
.status-chip-current {
  background:var(--amber);
  color:#241a06;
  font-weight:700;
}
.status-chip-total {
  background:rgba(111,227,196,.14);
  color:var(--mint);
  border:1px solid rgba(111,227,196,.4);
}
.cast-strip {
  border-top:1px dashed var(--line);
  padding-top:8px;
}
.cast-heading {
  font-family:"Kaiti SC","STKaiti","KaiTi",serif;
  font-size:14px;
  letter-spacing:.1em;
  color:var(--amber);
  margin-bottom:6px;
}
.cast-list {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.cast-card {
  display:flex;
  align-items:center;
  gap:6px;
  padding:3px 8px 3px 4px;
  background:rgba(255,255,255,.045);
  border:1px solid var(--line);
  border-radius:999px;
}
.cast-avatar {
  width:22px;
  height:22px;
  border-radius:50%;
  flex:0 0 auto;
  background:linear-gradient(150deg,#33456b,#1a2740);
  border:1px solid rgba(255,255,255,.16);
}
.cast-avatar-a {background:linear-gradient(150deg,#8a4460,#3a1e2c);}
.cast-avatar-b {background:linear-gradient(150deg,#2f6a5c,#173a31);}
.cast-avatar-c {background:linear-gradient(150deg,#5a4a86,#2a2246);}
.cast-name {
  font-size:12px;
  color:#d5dded;
  white-space:nowrap;
}
.synopsis-block {
  border-top:1px dashed var(--line);
  padding-top:8px;
}
.synopsis-heading {
  font-family:"Kaiti SC","STKaiti","KaiTi",serif;
  font-size:14px;
  letter-spacing:.1em;
  color:var(--amber);
  margin-bottom:5px;
}
.synopsis-para {
  font-size:13.5px;
  line-height:1.75;
  color:#c3cddf;
  margin-bottom:6px;
}
.synopsis-para:last-child {margin-bottom:0;}
.details-block {
  border-top:1px dashed var(--line);
  padding-top:8px;
}
.details-heading {
  font-family:"Kaiti SC","STKaiti","KaiTi",serif;
  font-size:14px;
  letter-spacing:.1em;
  color:var(--amber);
  margin-bottom:6px;
}
.details-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:4px 12px;
}
.details-row {
  display:flex;
  align-items:baseline;
  gap:6px;
  font-size:12.5px;
  padding:2px 0;
  border-bottom:1px dotted rgba(255,255,255,.08);
  min-width:0;
}
.details-key {
  flex:0 0 auto;
  color:#8d9bb4;
  letter-spacing:.04em;
}
.details-value {
  color:#e4eaf6;
  min-width:0;
  overflow-wrap:anywhere;
}
.player-section {
  border-radius:var(--radius);
  overflow:hidden;
  background:linear-gradient(180deg, rgba(19,31,56,.86), rgba(11,18,32,.94));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.player-shell {
  position:relative;
  width:100%;
  display:flex;
  flex-direction:column;
}
.player-shell video {
  display:block;
  width:100%;
  max-width:100%;
  background:#000;
}
.player-bar {
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  padding:8px 10px;
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.03);
}
.player-btn {
  font-size:12px;
  padding:4px 10px;
  border-radius:999px;
  color:#d3dcee;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  white-space:nowrap;
  transition:background .16s ease, color .16s ease, border-color .16s ease;
}
.player-btn:hover {
  background:rgba(255,196,92,.16);
  border-color:rgba(255,196,92,.5);
  color:#fff3d8;
}
.player-btn.is-active {
  background:var(--amber);
  color:#241a06;
  border-color:var(--amber);
}
.player-btn.is-playing {
  background:var(--mint);
  color:#062018;
  border-color:var(--mint);
}
.player-btn.is-muted {
  background:rgba(255,127,168,.22);
  border-color:rgba(255,127,168,.6);
  color:#ffd9e5;
}
.player-shell.theater-mode {
  background:#05080f;
}
.player-shell.lights-off {
  background:#000;
}
.player-shell.lights-off video {
  opacity:.86;
}
.player-shell .click, .player-shell .fullscreen, .player-shell .mute, .player-shell .pip, .player-shell .play, .player-shell .progress, .player-shell .speed, .player-shell .volume, .player-shell .x, .player-shell .light {
  transition:background .16s ease, color .16s ease, border-color .16s ease;
}
.timeline-section {
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(19,31,56,.7), rgba(13,21,38,.86));
  border:1px solid var(--line);
  padding:12px 14px 14px;
}
.timeline-list {
  position:relative;
  display:flex;
  flex-direction:column;
  gap:0;
  padding-left:16px;
  border-left:1px solid rgba(255,196,92,.22);
}
.timeline-item {
  position:relative;
  display:grid;
  grid-template-columns:104px minmax(0,1fr);
  gap:10px;
  align-items:baseline;
  padding:6px 0;
  border-bottom:1px dotted rgba(255,255,255,.07);
}
.timeline-item:last-child {border-bottom:0;}
.timeline-dot {
  position:absolute;
  left:-21px;
  top:12px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--amber);
  box-shadow:0 0 0 3px rgba(255,196,92,.16);
}
.timeline-item:nth-child(3n/**/+2) .timeline-dot {background:var(--pink);box-shadow:0 0 0 3px rgba(255,127,168,.16);}
.timeline-item:nth-child(3n) .timeline-dot {background:var(--mint);box-shadow:0 0 0 3px rgba(111,227,196,.16);}
.timeline-time {
  font-size:12px;
  color:#8d9bb4;
  letter-spacing:.03em;
  white-space:nowrap;
}
.timeline-label {
  font-size:13px;
  color:#dbe3f2;
  line-height:1.55;
}
.episodes-section {
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(19,31,56,.7), rgba(13,21,38,.86));
  border:1px solid var(--line);
  padding:12px 14px 14px;
}
.episode-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  align-items:start;
}
.episode-card {
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-left:3px solid rgba(255,196,92,.42);
  border-radius:var(--radius-sm);
  padding:8px 10px;
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.episode-title {
  font-size:13.5px;
  font-weight:600;
  line-height:1.5;
  color:#edf2fb;
  display:flex;
  gap:8px;
  align-items:baseline;
  flex-wrap:wrap;
}
.episode-number {
  flex:0 0 auto;
  font-family:"Kaiti SC","STKaiti","KaiTi",serif;
  font-size:12.5px;
  color:var(--amber);
  letter-spacing:.05em;
}
.episode-details {
  font-size:12.5px;
}
.episode-summary {
  cursor:pointer;
  color:var(--mint);
  font-size:12px;
  letter-spacing:.03em;
  list-style:none;
  display:inline-block;
}
.episode-summary::-webkit-details-marker {display:none;}
.episode-summary::before {
  content:"＋ ";
  color:var(--mint);
}
.episode-details[open] .episode-summary::before {
  content:"－ ";
}
.episode-text {
  margin-top:5px;
  font-size:12.5px;
  line-height:1.7;
  color:#b9c4d8;
}
.episode-duration {
  font-size:11.5px;
  color:#8d9bb4;
  letter-spacing:.04em;
}
.comments-section {
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(19,31,56,.62), rgba(13,21,38,.82));
  border:1px solid var(--line);
  padding:12px 14px 16px;
}
.comment-stack {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  align-items:start;
}
.comment-note {
  position:relative;
  border-radius:4px 4px 12px 4px;
  padding:9px 11px 11px;
  background:var(--paper);
  color:var(--ink);
  box-shadow:0 5px 14px rgba(0,0,0,.4);
  min-width:0;
}
.comment-note::after {
  content:"";
  position:absolute;
  right:-1px;
  bottom:-1px;
  width:0;
  height:0;
  border-left:12px solid transparent;
  border-bottom:12px solid rgba(0,0,0,.14);
}
.comment-note-1 {transform:rotate(-1.4deg);background:#f6f0e2;}
.comment-note-2 {transform:rotate(1.1deg);background:#eef4ee;}
.comment-note-3 {transform:rotate(-.7deg);background:#f7eef2;}
.comment-note-4 {transform:rotate(1.6deg);background:#f1eff7;}
.comment-note-5 {transform:rotate(-1.1deg);background:#f5f1e6;}
.comment-note-6 {transform:rotate(.9deg);background:#eef3f6;}
.comment-nickname {
  display:block;
  font-family:"Kaiti SC","STKaiti","KaiTi",serif;
  font-size:12.5px;
  font-weight:700;
  color:#8a4a2c;
  letter-spacing:.04em;
  margin-bottom:3px;
}
.comment-text {
  font-size:12.5px;
  line-height:1.7;
  color:var(--ink-soft);
}
.rec-region {
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(19,31,56,.62), rgba(13,21,38,.84));
  border:1px solid var(--line);
  padding:12px 14px 14px;
}
.rec-heading {
  font-family:"Kaiti SC","STKaiti","KaiTi",serif;
  font-size:16px;
  letter-spacing:.08em;
  color:var(--amber);
  margin-bottom:9px;
  padding-left:12px;
  position:relative;
}
.rec-heading::before {
  content:"";
  position:absolute;
  left:0;
  top:4px;
  bottom:4px;
  width:3px;
  border-radius:3px;
  background:linear-gradient(180deg,var(--pink),var(--amber));
}
.rec-columns {
  display:grid;
  gap:9px;
  align-items:start;
}
.rec-columns-4 {grid-template-columns:repeat(4,minmax(0,1fr));}
.rec-columns-3 {grid-template-columns:repeat(3,minmax(0,1fr));}
.rec-columns-5 {grid-template-columns:repeat(5,minmax(0,1fr));}
a.rec-item {
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:7px;
  border-radius:var(--radius-sm);
  background:rgba(255,255,255,.045);
  border:1px solid var(--line);
  color:#e3e9f5;
  text-decoration:none;
  min-width:0;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}
a.rec-item:hover {
  background:rgba(255,196,92,.12);
  border-color:rgba(255,196,92,.5);
  transform:translateY(-2px);
}
[data-runtime="recommendation"] img {
  width:100%;
  max-width:100%;
  aspect-ratio:16 / 10;
  height:auto;
  object-fit:cover;
  border-radius:6px;
  background:linear-gradient(150deg,#22314f,#141f36);
}
.rec-name {
  font-size:12.5px;
  font-weight:600;
  line-height:1.45;
  color:#f1f5ff;
  overflow-wrap:anywhere;
}
.rec-blurb {
  font-size:11.5px;
  line-height:1.6;
  color:#98a5bd;
  overflow-wrap:anywhere;
}
.site-footer {
  margin-top:8px;
  border-top:1px solid var(--line);
  background:linear-gradient(180deg, rgba(9,15,27,.7), rgba(7,12,22,.95));
  padding:16px 14px 22px;
  font-size:12.5px;
  color:#8d9bb4;
}
.footer-nav {
  max-width:1180px;
  margin:0 auto 10px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
a[data-contract="footer-home"] {
  color:var(--amber);
  text-decoration:none;
  letter-spacing:.05em;
}
a[data-contract="footer-home"]:hover {
  color:#fff2d6;
  text-decoration:underline;
}
a[data-contract="footer-sitemap"] {
  color:var(--mint);
  text-decoration:none;
  letter-spacing:.05em;
}
a[data-contract="footer-sitemap"]:hover {
  color:#d6fff3;
  text-decoration:underline;
}
.friend-links {
  max-width:1180px;
  margin:0 auto 12px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px 10px;
}
.friend-links-label {
  font-size:12px;
  color:#6f7d95;
  letter-spacing:.08em;
  margin-right:2px;
}
a.runtime-friend-link {
  color:#b8c4da;
  text-decoration:none;
  font-size:12px;
  padding:1px 7px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  transition:background .16s ease, color .16s ease;
}
a.runtime-friend-link:hover {
  color:var(--night);
  background:var(--mint);
  border-color:var(--mint);
}
.footer-disclaimer {
  max-width:1180px;
  margin:0 auto;
  font-size:11.5px;
  line-height:1.7;
  color:#5f6c84;
}
@media (max-width:900px){.overview-panel {
    grid-template-columns:130px minmax(0,1fr);
  }
.details-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
.comment-stack {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
.rec-columns-4, .rec-columns-5 {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }}
@media (max-width:720px){.hero-crowd {
    gap:4px;
  }
.hero-figure-lead .hero-avatar {
    width:78px;
    height:78px;
  }
.hero-avatar {
    width:54px;
    height:54px;
  }
.overview-panel {
    grid-template-columns:118px minmax(0,1fr);
    gap:12px;
  }
.movie-title {
    font-size:22px;
  }
.episode-grid {
    grid-template-columns:1fr;
  }
.timeline-item {
    grid-template-columns:96px minmax(0,1fr);
  }
.rec-columns-4, .rec-columns-5, .rec-columns-3 {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }}
@media (max-width:560px){body {
    font-size:14px;
  }
.page-main {
    padding:10px 10px 18px;
    gap:14px;
  }
.hero-stage {
    padding:12px 10px 12px;
  }
.hero-crowd {
    flex-wrap:wrap;
    justify-content:center;
    gap:6px;
  }
.hero-figure-lead {
    flex:0 0 100%;
  }
.hero-figure-lead .hero-avatar {
    width:88px;
    height:88px;
  }
.hero-avatar {
    width:56px;
    height:56px;
  }
.overview-panel {
    grid-template-columns:1fr;
  }
.poster-column {
    max-width:150px;
  }
.details-grid {
    grid-template-columns:1fr;
  }
.comment-stack {
    grid-template-columns:1fr;
  }
.comment-note {
    transform:none;
  }
.rec-columns-4, .rec-columns-5, .rec-columns-3 {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
.timeline-item {
    grid-template-columns:1fr;
    gap:2px;
  }
.timeline-dot {
    top:9px;
  }
.movie-title {
    font-size:21px;
  }}
@media (max-width:400px){.rec-columns-4, .rec-columns-5, .rec-columns-3 {
    grid-template-columns:1fr;
  }
.cast-list {
    gap:5px;
  }}

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}
