* {box-sizing:border-box}
html, body {margin:0;padding:0}
body {
  background:#0d1a14;
  color:#e8ddc4;
  font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:14px;
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
}
h1, h2, h3, p, ul, ol, dl, dd {margin:0;padding:0}
ul, ol {list-style:none}
img {display:block;max-width:100%}
a {color:inherit;text-decoration:none}
button {font:inherit;color:inherit;background:none;border:0;cursor:pointer}
input[type=range] {accent-color:#c0562f}
.site-header {
  position:sticky;top:0;z-index:40;
  background:linear-gradient(180deg,#0b1710,#102018);
  border-bottom:1px solid #23402f;
  padding:6px 14px;
}
.header-brand-row {display:flex;align-items:center;gap:10px;min-height:30px}
.site-brand {
  font-size:17px;font-weight:800;letter-spacing:.06em;
  color:#e9c86a;
  text-shadow:0 0 14px rgba(233,200,106,.25);
}
.site-brand::before {content:"";display:inline-block;width:9px;height:9px;margin-right:8px;
  background:#c0562f;border-radius:50%;box-shadow:0 0 8px rgba(192,86,47,.8);vertical-align:middle}
.categories-bar {
  display:flex;flex-wrap:wrap;gap:6px;
  margin-top:6px;
  overflow-x:auto;
  padding-bottom:2px;
}
.runtime-category {
  white-space:nowrap;
  font-size:12px;
  color:#a8c2ae;
  background:#152b1f;
  border:1px solid #2b4a37;
  border-radius:2px;
  padding:3px 9px;
  text-decoration:none;
  transition:background .15s,color .15s;
}
a.runtime-category:hover {background:#c0562f;color:#fff3d8;border-color:#c0562f;text-decoration:none}
.page-main {
  display:block;
  padding:10px 12px 4px;
  max-width:1280px;
  margin:0 auto;
}
.section-heading, .block-heading {
  font-weight:800;
  color:#e9c86a;
  letter-spacing:.04em;
}
.section-heading {
  font-size:15px;
  padding-left:10px;
  border-left:4px solid #c0562f;
  margin:14px 0 8px;
  line-height:1.2;
}
.block-heading {
  font-size:13px;
  color:#cfe0d2;
  margin:0 0 6px;
  padding-bottom:4px;
  border-bottom:1px dashed #2b4a37;
}
.hero-shell {
  display:grid;
  gap:10px;
  background:linear-gradient(160deg,#132218 0%,#0e1a13 60%,#0b1410 100%);
  border:1px solid #23402f;
  border-radius:3px;
  padding:10px;
}
.hero-media-wrap {
  position:relative;
  overflow:hidden;
  border-radius:2px;
  background:#0a120d;
}
.hero-poster {
  width:100%;
  aspect-ratio:2 / 3;
  object-fit:cover;
  filter:saturate(.85) contrast(1.05) brightness(.82);
}
.hero-overlay {
  position:absolute;left:0;right:0;bottom:0;
  padding:10px;
  background:linear-gradient(0deg,rgba(7,14,10,.96) 0%,rgba(7,14,10,.86) 55%,rgba(7,14,10,0) 100%);
  display:flex;flex-direction:column;gap:6px;
}
.hero-title {
  font-size:19px;font-weight:900;line-height:1.2;
  color:#f3e6c4;
  text-shadow:0 2px 10px rgba(0,0,0,.8);
}
.hero-tagline {
  font-size:12px;
  color:#c9d8c9;
  line-height:1.35;
  max-width:36em;
}
.hero-meta-row {display:flex;flex-wrap:wrap;gap:5px}
.hero-meta-chip {
  font-size:11px;
  color:#efdca6;
  background:rgba(192,86,47,.22);
  border:1px solid rgba(192,86,47,.55);
  border-radius:2px;
  padding:2px 7px;
  white-space:nowrap;
}
.hero-actions {display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}
.btn-play {
  display:inline-block;
  font-size:13px;font-weight:700;
  color:#1a0f06;
  background:linear-gradient(180deg,#e9c86a,#d8a63e);
  border-radius:2px;
  padding:6px 16px;
  text-decoration:none;
  box-shadow:0 2px 10px rgba(233,200,106,.25);
}
a.btn-play {color:#1a0f06;text-decoration:none}
a.btn-play:hover {background:linear-gradient(180deg,#f4dc90,#c0562f);color:#fff6e2;text-decoration:none}
.btn-ghost {
  font-size:13px;
  color:#a8c2ae;
  border:1px solid #2b4a37;
  border-radius:2px;
  padding:6px 12px;
  background:#132218;
}
.btn-ghost:hover {border-color:#c0562f;color:#e9c86a}
.player-shell {
  position:relative;
  width:100%;
  background:#050a07;
  border:1px solid #1d3326;
  border-radius:2px;
  overflow:hidden;
}
.player-shell video {
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  background:#000;
}
.player-controls {
  display:flex;flex-wrap:wrap;align-items:center;gap:6px;
  padding:6px 8px;
  background:#0b1410;
  border-top:1px solid #1d3326;
}
.player-controls button {
  font-size:11px;
  color:#b9cdbd;
  background:#152b1f;
  border:1px solid #2b4a37;
  border-radius:2px;
  padding:3px 8px;
  white-space:nowrap;
}
.player-controls button:hover {border-color:#c0562f;color:#e9c86a}
.player-controls input[type=range] {height:16px}
.player-controls input[type=range][data-player-action="progress"] {flex:1 1 120px;min-width:90px}
.player-controls input[type=range][data-player-action="volume"] {flex:0 1 70px}
.player-shell.is-theater {
  box-shadow:0 0 0 2px #c0562f inset;
}
body.lights-off {background:#020503}
body.lights-off .site-header, body.lights-off .site-footer {opacity:.25}
body.lights-off .hero-shell, body.lights-off .timeline-section, body.lights-off .episodes-section, body.lights-off .stars-section, body.lights-off .comments-section, body.lights-off .recommend-shell {opacity:.3}
body.lights-off .player-shell {opacity:1}
.player-controls button.is-active {background:#c0562f;color:#fff3d8;border-color:#c0562f}
.hero-detail-panel {
  background:#0f1c15;
  border:1px solid #23402f;
  border-radius:2px;
  padding:10px;
  display:grid;
  gap:12px;
}
.cast-block {display:block}
.cast-row {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
}
.cast-card {
  display:flex;flex-direction:column;gap:1px;
  background:#132218;
  border:1px solid #1f3629;
  border-left:3px solid #c0562f;
  border-radius:2px;
  padding:5px 8px;
}
.cast-name {font-size:12px;font-weight:800;color:#f0e2c0}
.cast-role {font-size:11px;color:#8fa898}
.synopsis-lead, .synopsis-body {font-size:12px;line-height:1.5;color:#c2d2c4}
.synopsis-lead {color:#dbe6d6;font-weight:600;margin-bottom:6px}
.synopsis-body {margin-bottom:6px}
.synopsis-body:last-child {margin-bottom:0}
.details-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:5px 10px;
}
.details-item {
  display:flex;gap:6px;align-items:baseline;
  border-bottom:1px dotted #22392b;
  padding-bottom:3px;
}
.details-item dt {font-size:11px;color:#8fa898;flex:0 0 auto}
.details-item dd {font-size:11px;color:#e2d8bd;font-weight:600;margin:0}
.timeline-section {display:block}
.timeline-track {
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:4px 2px 12px;
  scrollbar-width:thin;
}
.timeline-node {
  flex:0 0 auto;
  display:flex;
  align-items:stretch;
}
.node-ticket {
  position:relative;
  display:flex;flex-direction:column;gap:3px;
  width:150px;
  background:linear-gradient(150deg,#1b3327,#12231a);
  border:1px solid #2b4a37;
  border-radius:2px;
  padding:7px 10px;
  padding-left:16px;
  box-shadow:inset 0 0 0 1px rgba(233,200,106,.06);
}
.node-ticket::before, .node-ticket::after {
  content:"";
  position:absolute;
  left:5px;
  width:7px;height:7px;
  border-radius:50%;
  background:#0d1a14;
  border:1px solid #2b4a37;
}
.node-ticket::before {top:6px}
.node-ticket::after {bottom:6px}
.node-ticket::after {box-shadow:0 -55px 0 -1px #0d1a14,0 -55px 0 0 #2b4a37}
.node-ticket {
  border-left:2px dashed rgba(192,86,47,.55);
}
.node-timecode {
  font-size:10px;
  letter-spacing:.04em;
  color:#c0562f;
  font-weight:700;
}
.node-label {
  font-size:12px;
  line-height:1.3;
  color:#ded3b4;
  font-weight:600;
}
.episodes-section {display:block}
.episode-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.episode-card {
  display:flex;flex-direction:column;gap:4px;
  background:#122019;
  border:1px solid #21392b;
  border-top:3px solid #2b4a37;
  border-radius:2px;
  padding:8px 9px;
}
.episode-card.is-current {
  background:#c0562f;
  border-color:#e0784a;
  border-top-color:#f0a06a;
  color:#fff4e0;
}
.episode-number {
  font-size:11px;font-weight:800;letter-spacing:.05em;
  color:#c0562f;
}
.episode-card.is-current .episode-number {color:#ffe6c8}
.episode-title {font-size:13px;font-weight:800;line-height:1.25;color:#f1e4c2}
.episode-card.is-current .episode-title {color:#fff8ec}
.episode-summary {font-size:11px;line-height:1.45;color:#a9bda9}
.episode-card.is-current .episode-summary {color:#ffe9d6}
.episode-duration {
  font-size:10px;
  color:#8fa898;
  margin-top:auto;
  padding-top:3px;
  border-top:1px dotted #2b4a37;
}
.episode-card.is-current .episode-duration {color:#ffdcc0;border-top-color:rgba(255,255,255,.35)}
.stars-section {display:block}
.stars-list {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.star-card {
  display:flex;gap:9px;align-items:flex-start;
  background:#101e16;
  border:1px solid #1f3629;
  border-radius:2px;
  padding:7px;
}
.star-photo-wrap {
  flex:0 0 54px;
  width:54px;
  overflow:hidden;
  border-radius:2px;
  background:#0a120d;
}
.star-photo {
  width:100%;
  aspect-ratio:2 / 3;
  object-fit:cover;
  filter:grayscale(.35) brightness(.9);
}
.star-info {display:flex;flex-direction:column;gap:3px;min-width:0}
.star-name {font-size:12px;font-weight:800;color:#e9c86a;line-height:1.2}
.star-bio {font-size:11px;line-height:1.45;color:#a9bda9}
.comments-section {display:block}
.comments-columns {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  align-items:start;
}
.comments-column {
  display:flex;flex-direction:column;gap:8px;
}
.comments-column:nth-child(2) {margin-top:16px}
.comment-card {
  display:grid;
  grid-template-columns:32px 1fr;
  grid-template-areas:"avatar nick" "text text";
  gap:4px 8px;
  background:#111f17;
  border:1px solid #1f3629;
  border-left:3px solid #2b4a37;
  border-radius:2px;
  padding:8px 10px;
}
.comment-card:nth-child(3n) {border-left-color:#c0562f}
.comment-avatar {
  grid-area:avatar;
  width:32px;height:32px;
  border-radius:50%;
  object-fit:cover;
  filter:grayscale(1) contrast(1.1);
  border:1px solid #2b4a37;
}
.comment-nickname {
  grid-area:nick;
  align-self:center;
  font-size:12px;font-weight:800;color:#dccfa6;
}
.comment-text {
  grid-area:text;
  font-size:11.5px;
  line-height:1.5;
  color:#b3c5b5;
}
.recommend-shell {display:block;margin-top:8px}
.recommend-panel {
  background:#101e16;
  border:1px solid #23402f;
  border-radius:2px;
  overflow:hidden;
}
.recommend-shell:nth-of-type(odd) .recommend-panel {background:#12211a}
.recommend-shell:nth-of-type(3n) .recommend-panel {background:#111c16}
.recommend-summary {
  cursor:pointer;
  list-style:none;
  padding:8px 12px;
  background:linear-gradient(180deg,#172a1f,#101e16);
  border-bottom:1px solid #23402f;
}
.recommend-summary::-webkit-details-marker {display:none}
.recommend-summary::after {content:"＋";float:right;color:#c0562f;font-weight:800}
.recommend-panel[open] .recommend-summary::after {content:"－"}
.recommend-heading {
  display:inline;
  font-size:14px;font-weight:800;
  color:#e9c86a;
  letter-spacing:.03em;
}
.recommend-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  padding:9px;
}
.recommend-card {
  display:flex;flex-direction:column;gap:4px;
  background:#0d1a13;
  border:1px solid #1f3629;
  border-radius:2px;
  padding:6px;
  text-decoration:none;
  color:inherit;
}
a.recommend-card {color:inherit;text-decoration:none}
a.recommend-card:hover {border-color:#c0562f;text-decoration:none}
[data-runtime="recommendation"] img {
  width:100%;
  aspect-ratio:16 / 9;
  height:auto;
  object-fit:cover;
  border-radius:2px;
  filter:saturate(.85) brightness(.85);
}
[data-runtime="recommendation"] [data-runtime="name"] {
  font-size:12px;font-weight:800;color:#e5d8b4;line-height:1.25;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size:11px;color:#93a896;line-height:1.4;
}
.site-footer {
  margin-top:16px;
  padding:12px 14px 22px;
  background:#08120d;
  border-top:1px solid #1d3326;
  display:grid;
  gap:8px;
}
.footer-disclaimer {font-size:11px;line-height:1.5;color:#7d9184;max-width:70em}
.footer-nav {display:flex;flex-wrap:wrap;gap:12px}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size:12px;font-weight:700;
  color:#c0562f;
  text-decoration:underline;
  text-underline-offset:3px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {color:#e9c86a}
.friend-links {
  display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;
  padding-top:8px;
  border-top:1px dotted #1d3326;
}
.friend-links-label {
  font-size:11px;font-weight:800;color:#8fa898;
  letter-spacing:.05em;
}
a.runtime-friend-link {
  font-size:11px;
  color:#9fb8a3;
  text-decoration:none;
  border-bottom:1px dotted #2b4a37;
}
a.runtime-friend-link:hover {color:#e9c86a;border-bottom-color:#c0562f}
@media (min-width:760px){body {font-size:14.5px}
.page-main {padding:14px 18px 6px}
.hero-shell {
    grid-template-columns:minmax(0,300px) minmax(0,1fr);
    grid-template-areas:"media player" "detail detail";
    align-items:start;
    gap:12px;
  }
.hero-media-wrap {grid-area:media;align-self:start}
.player-shell {grid-area:player}
.hero-detail-panel {
    grid-area:detail;
    grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) minmax(0,1fr);
    align-items:start;
    gap:14px;
  }
.cast-row {grid-template-columns:repeat(2,minmax(0,1fr))}
.hero-title {font-size:22px}
.hero-tagline {font-size:13px}
.section-heading {font-size:16px}
.episode-grid {grid-template-columns:repeat(3,minmax(0,1fr))}
.stars-list {grid-template-columns:repeat(3,minmax(0,1fr))}
.comments-columns {grid-template-columns:repeat(2,minmax(0,1fr))}
.recommend-grid {grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (min-width:1080px){.page-main {padding:16px 24px 8px}
.hero-shell {
    grid-template-columns:minmax(0,340px) minmax(0,1fr);
  }
.hero-title {font-size:26px}
.hero-tagline {font-size:14px}
.cast-row {grid-template-columns:repeat(3,minmax(0,1fr))}
.details-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
.episode-grid {grid-template-columns:repeat(3,minmax(0,1fr))}
.stars-list {grid-template-columns:repeat(3,minmax(0,1fr))}
.recommend-grid {grid-template-columns:repeat(4,minmax(0,1fr))}
.comments-columns {grid-template-columns:repeat(2,minmax(0,1fr))}
.comments-column:nth-child(1) {padding-right:4px}
.comments-column:nth-child(2) {padding-left:4px}}
@media (min-width:1320px){.recommend-grid {grid-template-columns:repeat(5,minmax(0,1fr))}}
@media (max-width:759px){.hero-detail-panel {grid-template-columns:minmax(0,1fr)}
.cast-row {grid-template-columns:repeat(2,minmax(0,1fr))}
.episode-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
.stars-list {grid-template-columns:minmax(0,1fr)}
.comments-columns {grid-template-columns:minmax(0,1fr)}
.comments-column:nth-child(2) {margin-top:0}
.recommend-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
.details-grid {grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:479px){.cast-row {grid-template-columns:minmax(0,1fr)}
.episode-grid {grid-template-columns:minmax(0,1fr)}
.recommend-grid {grid-template-columns:minmax(0,1fr)}
.details-grid {grid-template-columns:minmax(0,1fr)}
.hero-title {font-size:17px}
.player-controls button {font-size:10px;padding:3px 6px}}

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}
