*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
:root {
  --ink:#12151a;
  --cold-0:#0b0d10;
  --cold-1:#14181d;
  --cold-2:#1b2027;
  --cold-3:#232932;
  --cold-4:#2e3540;
  --cold-5:#3b434f;
  --cold-6:#4d5763;
  --paper:#e9e6dd;
  --paper-dim:#c9c5b8;
  --paper-edge:#b3ae9e;
  --red:#8f1f22;
  --red-bright:#c02a2a;
  --blue-gray-1:#1a2027;
  --blue-gray-2:#1f2731;
  --blue-gray-3:#252f3a;
  --blue-gray-4:#2b3743;
  --line:rgba(233,230,221,.12);
  --line-soft:rgba(233,230,221,.07);
  --shadow-deep:0 14px 34px rgba(0,0,0,.62);
  --shadow-note:0 6px 16px rgba(0,0,0,.5);
  --font:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
}
html {-webkit-text-size-adjust:100%}
body {
  font-family:var(--font);
  background:
    radial-gradient(120% 80% at 12% -10%,rgba(143,31,34,.16),transparent 55%),
    radial-gradient(90% 70% at 100% 0%,rgba(43,55,67,.5),transparent 60%),
    var(--cold-0);
  color:var(--paper-dim);
  font-size:15px;
  line-height:1.55;
  letter-spacing:-.012em;
  font-weight:400;
  min-height:100%;
  overflow-x:hidden;
}
img {display:block;max-width:100%}
a {color:inherit;text-decoration:none}
button, input {font:inherit;color:inherit}
ul, ol {list-style:none}
h1, h2, h3 {font-weight:800;letter-spacing:-.03em;color:var(--paper)}
.page-shell {
  max-width:1240px;
  margin:0 auto;
  padding:0 clamp(12px,2.6vw,26px) 0;
  display:flex;
  flex-direction:column;
  gap:clamp(14px,2vw,22px);
}
.site-header {
  position:sticky;
  top:0;
  z-index:40;
  margin:0 calc(-1 * clamp(12px,2.6vw,26px));
  padding:0 clamp(12px,2.6vw,26px);
  background:linear-gradient(180deg,rgba(11,13,16,.96),rgba(11,13,16,.82) 70%,rgba(11,13,16,0));
  backdrop-filter:blur(6px);
}
.header-inner {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 18px;
  padding:11px 0 12px;
  border-bottom:1px solid var(--line);
}
a[data-contract="site-name"] {
  font-size:19px;
  font-weight:800;
  letter-spacing:-.05em;
  color:var(--paper);
  padding-right:14px;
  border-right:1px solid var(--line);
  text-decoration:none;
  white-space:nowrap;
}
a[data-contract="site-name"]:hover {color:var(--red-bright)}
.categories-bar {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:4px 6px;
  min-width:0;
}
a.runtime-category {
  display:inline-block;
  white-space:nowrap;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:-.01em;
  color:var(--paper-dim);
  padding:4px 9px;
  border:1px solid var(--line);
  border-radius:2px;
  background:rgba(35,41,50,.55);
  text-decoration:none;
  transition:background .15s ease,color .15s ease,border-color .15s ease;
}
a.runtime-category:hover {
  color:var(--paper);
  background:rgba(143,31,34,.32);
  border-color:rgba(192,42,42,.55);
}
.page-main {
  display:flex;
  flex-direction:column;
  gap:clamp(18px,2.4vw,28px);
  padding-bottom:6px;
}
.block-heading {
  font-size:16px;
  line-height:1.2;
  letter-spacing:-.02em;
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:10px;
}
.block-heading::before {
  content:"";
  width:5px;
  height:15px;
  background:var(--red);
  box-shadow:0 0 0 1px rgba(192,42,42,.35);
  flex:none;
}
.movie-overview {
  position:relative;
  display:flex;
  flex-direction:column;
  gap:0;
  padding-top:4px;
}
.corridor-hero {
  position:relative;
  z-index:0;
  margin:0;
}
.corridor-frame {
  position:relative;
  overflow:hidden;
  height:clamp(330px,52vw,540px);
  border:1px solid var(--line);
  border-radius:3px;
  background:
    linear-gradient(180deg,rgba(8,10,12,.35),rgba(8,10,12,.9) 78%),
    linear-gradient(102deg,#1a1f26 0%,#141920 38%,#0d1116 68%,#080a0d 100%);
  box-shadow:var(--shadow-deep),inset 0 0 90px rgba(0,0,0,.75);
  perspective:900px;
}
.corridor-frame::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(168deg,transparent 0 46%,rgba(233,230,221,.055) 46.3% 46.9%,transparent 47.2%),
    linear-gradient(192deg,transparent 0 52%,rgba(233,230,221,.05) 52.3% 52.9%,transparent 53.2%),
    repeating-linear-gradient(94deg,rgba(255,255,255,.028) 0 1px,transparent 1px 74px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.022) 0 1px,transparent 1px 58px);
  transform:skewY(-2.1deg) scale(1.12);
  transform-origin:left center;
  pointer-events:none;
  mix-blend-mode:screen;
}
.corridor-frame::after {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(60% 55% at 84% 46%,rgba(0,0,0,0) 0%,rgba(0,0,0,.55) 62%,rgba(0,0,0,.86) 100%),
    linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.24) 42%,rgba(0,0,0,.5) 100%);
  pointer-events:none;
}
.corridor-door-rail {
  position:absolute;
  top:-6%;
  left:0;
  width:44%;
  height:112%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:12% 0 8%;
  transform:perspective(760px) rotateY(24deg) skewY(-3deg) scaleY(1.04);
  transform-origin:left center;
  z-index:2;
}
.door-plate {
  position:relative;
  display:block;
  height:17%;
  min-height:46px;
  margin-left:clamp(8px,4vw,54px);
  border:1px solid rgba(233,230,221,.14);
  border-left:3px solid rgba(143,31,34,.5);
  border-radius:1px;
  background:
    linear-gradient(100deg,rgba(46,53,64,.94) 0%,rgba(28,33,40,.96) 62%,rgba(14,17,21,.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,.55),
    inset -22px 0 34px rgba(0,0,0,.6),
    0 8px 20px rgba(0,0,0,.5);
}
.door-plate::before {
  content:"";
  position:absolute;
  top:50%;
  left:9px;
  width:9px;
  height:9px;
  margin-top:-4.5px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 32%,#c9c5b8,#5c5a52 60%,#2a2a27);
  box-shadow:0 0 0 2px rgba(0,0,0,.55);
}
.door-plate::after {
  content:"";
  position:absolute;
  inset:6% 8% 6% 6%;
  background:
    repeating-linear-gradient(180deg,rgba(255,255,255,.028) 0 1px,transparent 1px 13px);
  opacity:.7;
}
.door-1 {margin-left:clamp(4px,1.6vw,20px);height:15.5%;border-left-color:rgba(143,31,34,.34)}
.door-2 {margin-left:clamp(10px,5vw,68px);height:16.5%;border-left-color:rgba(143,31,34,.46)}
.door-3 {margin-left:clamp(6px,3vw,40px);height:17.5%;border-left-color:rgba(143,31,34,.58)}
.door-4 {margin-left:clamp(12px,6vw,84px);height:18.5%;border-left-color:rgba(143,31,34,.7)}
.corridor-half-face {
  position:absolute;
  top:6%;
  right:0;
  width:clamp(150px,34%,390px);
  height:92%;
  z-index:3;
  overflow:hidden;
  background:
    radial-gradient(58% 42% at 74% 34%,rgba(206,196,182,.5) 0%,rgba(146,136,124,.24) 36%,rgba(0,0,0,0) 68%),
    radial-gradient(50% 60% at 62% 52%,rgba(163,152,140,.24),rgba(0,0,0,0) 70%),
    linear-gradient(255deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.72) 74%,rgba(0,0,0,.92) 100%);
  clip-path:polygon(30% 0,100% 0,100% 100%,16% 100%,8% 58%,22% 26%);
  filter:contrast(1.08) brightness(.82);
}
.corridor-half-face::before {
  content:"";
  position:absolute;
  top:14%;
  right:26%;
  width:44%;
  height:30%;
  border-radius:60% 40% 55% 45%;
  background:radial-gradient(circle at 62% 46%,rgba(228,222,210,.42),rgba(0,0,0,0) 66%);
  filter:blur(3px);
}
.corridor-half-face::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:34%;
  height:100%;
  background:linear-gradient(90deg,rgba(6,7,9,1) 0%,rgba(6,7,9,.55) 55%,rgba(6,7,9,0) 100%);
  box-shadow:12px 0 26px rgba(0,0,0,.7);
}
.fridge-note {
  position:absolute;
  z-index:6;
  right:clamp(16px,16%,150px);
  top:clamp(22px,16%,104px);
  max-width:min(300px,58%);
  padding:13px 15px 14px;
  background:linear-gradient(174deg,#fbfaf5 0%,#efece2 58%,#ded9cb 100%);
  color:#20232a;
  border-radius:1px;
  transform:rotate(-2.6deg);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.5),
    0 0 30px rgba(233,230,221,.28),
    0 16px 30px rgba(0,0,0,.66);
}
.fridge-note::before {
  content:"";
  position:absolute;
  top:-7px;
  left:50%;
  width:44px;
  height:14px;
  transform:translateX(-50%) rotate(-1.5deg);
  background:rgba(214,208,192,.6);
  box-shadow:0 1px 3px rgba(0,0,0,.35);
}
.note-line {
  display:block;
  font-size:13.5px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.005em;
  color:#1c1f26;
}
.note-line::after {
  content:"";
  display:block;
  margin-top:9px;
  height:1px;
  background:repeating-linear-gradient(90deg,#8e897c 0 6px,transparent 6px 11px);
  opacity:.6;
}
.overview-stack {
  position:relative;
  z-index:8;
  margin-top:clamp(-96px,-9vw,-38px);
  margin-left:clamp(0px,2.5vw,30px);
  margin-right:clamp(0px,2.5vw,30px);
  display:grid;
  grid-template-columns:minmax(0,190px) minmax(0,1fr);
  grid-auto-rows:min-content;
  gap:clamp(12px,2vw,22px);
  align-items:start;
  padding:clamp(13px,1.8vw,20px);
  background:
    linear-gradient(180deg,rgba(27,32,39,.97),rgba(17,21,26,.98)),
    var(--cold-2);
  border:1px solid var(--line);
  border-radius:3px;
  box-shadow:var(--shadow-deep);
}
.poster-column {
  align-self:start;
  width:100%;
}
.poster-frame {
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:2/3;
  overflow:hidden;
  border:1px solid rgba(233,230,221,.16);
  border-radius:2px;
  background:linear-gradient(150deg,#222831,#0e1114);
  box-shadow:0 10px 26px rgba(0,0,0,.6);
}
.poster-frame::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.5));
  pointer-events:none;
}
.poster-image {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.82) contrast(1.05) brightness(.94);
}
.overview-body {
  display:flex;
  flex-direction:column;
  gap:clamp(10px,1.5vw,16px);
  min-width:0;
}
.movie-title {
  font-size:clamp(24px,3.6vw,38px);
  line-height:1.04;
  letter-spacing:-.05em;
  color:var(--paper);
  text-shadow:0 2px 20px rgba(0,0,0,.6);
}
.movie-tagline {
  font-size:13.5px;
  letter-spacing:.01em;
  color:#a9a496;
  padding-left:11px;
  border-left:2px solid var(--red);
  margin-top:-4px;
}
.player-shell {
  position:relative;
  width:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:8px;
  background:linear-gradient(180deg,rgba(11,13,16,.92),rgba(20,24,29,.92));
  border:1px solid var(--line);
  border-radius:3px;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.5),0 10px 24px rgba(0,0,0,.45);
  transition:box-shadow .2s ease,border-color .2s ease;
}
.player-video {
  display:block;
  width:100%;
  max-width:100%;
  background:#000;
  border-radius:2px;
  object-fit:cover;
}
.player-controls {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
}
.ctrl-btn {
  flex:0 0 auto;
  font-size:11.5px;
  font-weight:600;
  letter-spacing:-.01em;
  color:var(--paper-dim);
  padding:5px 9px;
  background:linear-gradient(180deg,var(--cold-4),var(--cold-3));
  border:1px solid rgba(233,230,221,.13);
  border-radius:2px;
  cursor:pointer;
  white-space:nowrap;
  transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease;
}
.ctrl-btn:hover {color:var(--paper);border-color:rgba(192,42,42,.5);background:linear-gradient(180deg,#39424e,#252c35)}
.ctrl-btn:active {transform:translateY(1px)}
.ctrl-play {
  color:#f0ece1;
  background:linear-gradient(180deg,#9c2626,#6f1a1c);
  border-color:rgba(192,42,42,.6);
}
.ctrl-play:hover {background:linear-gradient(180deg,#b32c2c,#7d1d1f)}
.ctrl-range {
  flex:1 1 120px;
  min-width:96px;
  height:22px;
  -webkit-appearance:none;
  appearance:none;
  background:transparent;
  cursor:pointer;
}
.ctrl-range::-webkit-slider-runnable-track {
  height:4px;
  border-radius:2px;
  background:linear-gradient(90deg,var(--red) 0%,var(--red) 0%,var(--cold-5) 0%);
  background-color:var(--cold-5);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.5);
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance:none;
  appearance:none;
  width:12px;
  height:12px;
  margin-top:-4px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#f2efe6,#b9b3a3 60%,#6d695e);
  box-shadow:0 1px 3px rgba(0,0,0,.7);
}
.ctrl-range::-moz-range-track {height:4px;border-radius:2px;background:var(--cold-5)}
.ctrl-range::-moz-range-thumb {width:12px;height:12px;border:0;border-radius:50%;background:#e6e2d7}
.ctrl-volume {flex:0 1 92px;min-width:70px}
.player-shell.is-playing .ctrl-play {background:linear-gradient(180deg,#2e5f43,#1e3f2d);border-color:rgba(90,180,130,.4)}
.player-shell.is-paused .ctrl-play {background:linear-gradient(180deg,#9c2626,#6f1a1c)}
.player-shell.is-muted .ctrl-mute {color:var(--red-bright);border-color:rgba(192,42,42,.55)}
.player-shell.is-fast .ctrl-speed {color:#f0ece1;background:linear-gradient(180deg,#8a5a1c,#5e3d12);border-color:rgba(200,150,60,.5)}
.player-shell.is-theater {
  border-color:rgba(192,42,42,.45);
  box-shadow:0 0 0 1px rgba(192,42,42,.25),0 18px 40px rgba(0,0,0,.7);
}
.player-shell.is-lights-off {background:#050607;border-color:rgba(233,230,221,.08)}
.player-shell.is-lights-off .player-controls {opacity:.55}
.episode-status {
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px 16px;
  padding:9px 12px;
  background:linear-gradient(90deg,rgba(143,31,34,.2),rgba(35,41,50,.4) 42%,rgba(35,41,50,.16));
  border-left:3px solid var(--red);
  border-radius:0 2px 2px 0;
}
.status-line {
  font-size:13.5px;
  font-weight:700;
  color:var(--paper);
  letter-spacing:-.01em;
  white-space:nowrap;
}
.status-hint {
  font-size:12.5px;
  color:#9d9889;
  min-width:0;
  flex:1 1 260px;
}
.details-block, .synopsis-block, .cast-block {min-width:0}
.details-list {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:0 20px;
  border-top:1px solid var(--line-soft);
}
.detail-row {
  display:flex;
  align-items:baseline;
  gap:10px;
  padding:5px 0;
  border-bottom:1px solid var(--line-soft);
  min-width:0;
}
.detail-key {
  flex:0 0 68px;
  font-size:12px;
  font-weight:600;
  color:#8d8879;
  letter-spacing:.02em;
}
.detail-value {
  flex:1 1 auto;
  min-width:0;
  font-size:13px;
  color:var(--paper-dim);
  letter-spacing:-.01em;
}
.synopsis-para {
  font-size:13.5px;
  line-height:1.72;
  color:#a8a396;
  letter-spacing:-.008em;
  padding-left:12px;
  border-left:1px solid var(--line-soft);
}
.synopsis-para + .synopsis-para {margin-top:8px}
.synopsis-para:first-of-type {border-left-color:rgba(143,31,34,.55)}
.cast-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(122px,1fr));
  gap:clamp(10px,1.6vw,16px);
  align-items:start;
  padding:6px 2px 4px;
}
.cast-card {
  position:relative;
  display:flex;
  align-items:flex-end;
  min-height:112px;
  padding:10px 10px 11px;
  background:linear-gradient(168deg,#f1eee4 0%,#ddd8c9 100%);
  border-radius:1px;
  box-shadow:var(--shadow-note),0 0 0 1px rgba(0,0,0,.35);
  overflow:hidden;
}
.cast-card::before {
  content:"";
  position:absolute;
  top:-6px;
  left:50%;
  width:36px;
  height:13px;
  transform:translateX(-50%) rotate(-2deg);
  background:rgba(200,60,60,.5);
  box-shadow:0 1px 3px rgba(0,0,0,.4);
}
.cast-card::after {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(70% 60% at 30% 18%,rgba(255,255,255,.5),transparent 62%),
    linear-gradient(180deg,transparent 46%,rgba(60,58,52,.34) 100%);
  pointer-events:none;
}
.cast-name {
  position:relative;
  z-index:1;
  font-size:13px;
  font-weight:700;
  letter-spacing:-.02em;
  color:#1d2027;
}
.cast-1 {transform:rotate(-2.4deg)}
.cast-2 {transform:rotate(1.8deg)}
.cast-3 {transform:rotate(-1.2deg)}
.cast-4 {transform:rotate(2.6deg)}
.cast-5 {transform:rotate(-3.1deg)}
.timeline-section {min-width:0}
.film-rail {
  position:relative;
  overflow-x:auto;
  overflow-y:hidden;
  padding:14px 4px 16px;
  background:
    linear-gradient(180deg,rgba(20,24,29,.95),rgba(11,13,16,.95)),
    repeating-linear-gradient(90deg,rgba(233,230,221,.06) 0 2px,transparent 2px 22px);
  border:1px solid var(--line);
  border-radius:3px;
  box-shadow:inset 0 0 40px rgba(0,0,0,.6);
  scrollbar-width:thin;
  scrollbar-color:var(--cold-5) transparent;
  -webkit-overflow-scrolling:touch;
}
.film-rail::before, .film-rail::after {
  content:"";
  position:absolute;
  top:6px;
  bottom:6px;
  width:14px;
  background:
    repeating-linear-gradient(180deg,rgba(233,230,221,.16) 0 6px,transparent 6px 14px);
  pointer-events:none;
  z-index:3;
}
.film-rail::before {left:2px}
.film-rail::after {right:2px}
.film-rail::-webkit-scrollbar {height:7px}
.film-rail::-webkit-scrollbar-track {background:rgba(0,0,0,.4)}
.film-rail::-webkit-scrollbar-thumb {background:var(--cold-5);border-radius:4px}
.timeline-track {
  display:flex;
  align-items:flex-start;
  gap:0;
  min-width:max-content;
  padding:0 22px;
  position:relative;
}
.timeline-track::before {
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:34px;
  height:1px;
  background:repeating-linear-gradient(90deg,rgba(233,230,221,.24) 0 10px,transparent 10px 18px);
}
.timeline-node {
  position:relative;
  flex:0 0 auto;
  width:132px;
  padding:0 6px 22px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.timeline-node::before {
  content:"";
  align-self:center;
  width:11px;
  height:11px;
  margin-top:29px;
  margin-bottom:12px;
  border-radius:50%;
  background:radial-gradient(circle at 34% 30%,#eceae1,#9d9789 58%,#4a4740);
  box-shadow:0 0 0 3px rgba(11,13,16,.9),0 0 0 4px rgba(233,230,221,.14);
  z-index:2;
}
.timeline-node:nth-child(odd) {transform:translateY(-6px)}
.timeline-node:nth-child(3n) {transform:translateY(6px)}
.timeline-node:nth-child(4n/**/+1) {transform:translateY(-2px)}
.node-timecode {
  display:block;
  width:100%;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  color:#8d8879;
  margin-bottom:5px;
}
.node-label {
  display:block;
  width:100%;
  padding:8px 10px 9px;
  font-size:12px;
  line-height:1.5;
  color:#242830;
  background:linear-gradient(172deg,#f3f0e7 0%,#e2ddce 62%,#d2ccbb 100%);
  border-radius:1px;
  box-shadow:0 6px 14px rgba(0,0,0,.5),0 0 0 1px rgba(0,0,0,.3);
  transform:rotate(-1.4deg);
}
.timeline-node:nth-child(even) .node-label {transform:rotate(1.6deg)}
.timeline-node:nth-child(3n) .node-label {transform:rotate(-2.2deg)}
.timeline-node:nth-child(4n) .node-label {transform:rotate(1deg)}
.node-current .node-label {
  background:linear-gradient(172deg,#f7f4ea 0%,#e8e2d2 100%);
  box-shadow:0 8px 18px rgba(0,0,0,.6),0 0 0 1px rgba(143,31,34,.5),0 0 22px rgba(143,31,34,.3);
}
.node-current::before {
  background:radial-gradient(circle at 34% 30%,#e2565a,#a32327 55%,#5d1416);
  box-shadow:0 0 0 3px rgba(11,13,16,.9),0 0 0 4px rgba(192,42,42,.55),0 0 16px rgba(192,42,42,.6);
}
.node-current::after {
  content:"";
  position:absolute;
  top:22px;
  left:50%;
  width:2px;
  height:12px;
  margin-left:-1px;
  background:linear-gradient(180deg,#c02a2a,#7a1c1e);
  z-index:3;
}
.node-current .node-timecode {color:var(--red-bright)}
.episodes-section {min-width:0}
.episode-group {min-width:0}
.episode-group-rule {
  height:1px;
  margin:12px 0 10px;
  background:linear-gradient(90deg,rgba(233,230,221,.26),rgba(233,230,221,.05) 46%,transparent);
}
.episode-group:first-of-type .episode-group-rule {margin-top:4px}
.episode-row {
  display:grid;
  grid-template-columns:minmax(0,86px) minmax(0,1fr);
  gap:clamp(10px,1.6vw,18px);
  align-items:start;
  padding:10px 0;
  border-bottom:1px solid var(--line-soft);
}
.episode-row:last-child {border-bottom:0}
.episode-index {
  position:relative;
  display:flex;
  justify-content:flex-start;
  padding-left:2px;
  border-left:2px solid rgba(143,31,34,.42);
}
.episode-number {
  writing-mode:vertical-rl;
  text-orientation:mixed;
  font-size:14px;
  font-weight:800;
  letter-spacing:.14em;
  color:#8b8677;
  line-height:1;
  padding-left:8px;
  white-space:nowrap;
}
.episode-body {
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.episode-title {
  font-size:15px;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--paper);
  line-height:1.3;
}
.episode-summary {
  font-size:13px;
  line-height:1.66;
  color:#a29d90;
  letter-spacing:-.008em;
}
.episode-duration {
  font-size:11.5px;
  font-weight:600;
  letter-spacing:.05em;
  color:#7d7869;
}
.episode-duration::before {
  content:"▸ ";
  color:var(--red);
}
.comments-section {min-width:0}
.comment-stack {
  position:relative;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(255px,1fr));
  gap:10px;
  align-items:start;
  padding:14px 6px 8px;
}
.comment-card {
  position:relative;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:12px 13px 11px;
  background:linear-gradient(168deg,rgba(43,52,63,.96),rgba(27,32,39,.98));
  border:1px solid var(--line);
  border-radius:2px;
  box-shadow:0 8px 20px rgba(0,0,0,.5);
}
.comment-card::before {
  content:"";
  position:absolute;
  inset:-5px -5px auto auto;
  width:22px;
  height:22px;
  border-top:1px solid rgba(233,230,221,.14);
  border-right:1px solid rgba(233,230,221,.14);
  pointer-events:none;
}
.comment-text {
  font-size:13px;
  line-height:1.66;
  color:#b3ae9f;
  letter-spacing:-.008em;
}
.comment-meta {
  display:flex;
  align-items:center;
  gap:8px;
  padding-top:8px;
  border-top:1px dashed rgba(233,230,221,.12);
}
.comment-meta::before {
  content:"";
  width:18px;
  height:18px;
  border-radius:50%;
  background:radial-gradient(circle at 34% 30%,#555e6a,#2a313a 62%,#171b21);
  box-shadow:0 0 0 1px rgba(233,230,221,.12);
  flex:none;
}
.comment-nickname {
  font-size:12px;
  font-weight:700;
  letter-spacing:-.01em;
  color:#8f8a7b;
}
.comment-card-2 {transform:rotate(-.6deg)}
.comment-card-3 {transform:rotate(.7deg)}
.comment-card-4 {transform:rotate(-.4deg)}
.comment-card-5 {transform:rotate(.5deg)}
.comment-card-6 {transform:rotate(-.8deg)}
.comment-card-7 {transform:rotate(.4deg)}
.comment-card-8 {transform:rotate(-.5deg)}
.comment-front {
  grid-column:1 / -1;
  z-index:5;
  transform:rotate(-.35deg);
  background:linear-gradient(168deg,#f4f1e7 0%,#e2ddce 100%);
  border-color:rgba(0,0,0,.4);
  box-shadow:0 16px 34px rgba(0,0,0,.66),0 0 0 1px rgba(0,0,0,.35);
}
.comment-front .comment-text {color:#22262d;font-size:13.5px}
.comment-front .comment-meta {border-top-color:rgba(20,20,20,.16)}
.comment-front .comment-meta::before {box-shadow:0 0 0 1px rgba(0,0,0,.28)}
.comment-front .comment-nickname {color:#7a231f}
.comment-front::after {
  content:"最新";
  position:absolute;
  top:-8px;
  right:12px;
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.08em;
  color:#f6f3ea;
  padding:3px 7px;
  background:linear-gradient(180deg,#a82626,#7a1c1e);
  border-radius:1px;
  box-shadow:0 3px 8px rgba(0,0,0,.5);
}
.recommend-region {
  min-width:0;
  padding:11px clamp(10px,1.6vw,15px) 13px;
  border:1px solid var(--line-soft);
  border-radius:3px;
}
.region-1 {background:linear-gradient(180deg,var(--blue-gray-1),rgba(26,32,39,.7))}
.region-2 {background:linear-gradient(180deg,var(--blue-gray-2),rgba(31,39,49,.72))}
.region-3 {background:linear-gradient(180deg,var(--blue-gray-3),rgba(37,47,58,.74))}
.region-4 {background:linear-gradient(180deg,var(--blue-gray-4),rgba(43,55,67,.76))}
.recommend-title {
  font-size:13.5px;
  font-weight:800;
  letter-spacing:-.01em;
  color:#cdc8ba;
  margin-bottom:9px;
  display:flex;
  align-items:center;
  gap:8px;
}
.recommend-title::before {
  content:"";
  width:16px;
  height:1px;
  background:var(--red-bright);
  flex:none;
}
.recommend-strip {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(148px,1fr));
  gap:clamp(8px,1.3vw,13px);
  align-items:start;
}
.strip-a, .strip-b, .strip-c, .strip-d {min-width:0}
a.recommend-item {
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
  padding:7px;
  background:linear-gradient(180deg,rgba(11,13,16,.72),rgba(11,13,16,.5));
  border:1px solid rgba(233,230,221,.09);
  border-radius:2px;
  text-decoration:none;
  color:var(--paper-dim);
  transition:border-color .15s ease,transform .15s ease,background .15s ease;
}
a.recommend-item:hover {
  border-color:rgba(192,42,42,.5);
  background:linear-gradient(180deg,rgba(20,24,29,.9),rgba(11,13,16,.7));
  transform:translateY(-2px);
}
[data-runtime="recommendation"] img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:1px;
  background:linear-gradient(150deg,#232932,#0e1114);
  filter:saturate(.85) brightness(.92);
}
.recommend-name {
  font-size:12.5px;
  font-weight:700;
  letter-spacing:-.015em;
  color:var(--paper);
  line-height:1.35;
}
.recommend-blurb {
  font-size:11.5px;
  line-height:1.55;
  color:#8f8a7c;
  letter-spacing:-.005em;
}
.site-footer {
  margin:0 calc(-1 * clamp(12px,2.6vw,26px));
  padding:0 clamp(12px,2.6vw,26px) 26px;
  background:linear-gradient(180deg,rgba(11,13,16,0),rgba(8,10,12,.9) 26%,#07080a);
}
.footer-inner {
  display:flex;
  flex-direction:column;
  gap:10px;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.footer-disclaimer {
  font-size:11.5px;
  line-height:1.68;
  color:#75705f;
  letter-spacing:-.004em;
  max-width:76ch;
}
.footer-nav {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 18px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size:12.5px;
  font-weight:700;
  letter-spacing:-.01em;
  color:var(--paper-dim);
  padding-bottom:2px;
  border-bottom:1px solid rgba(233,230,221,.2);
  text-decoration:none;
  transition:color .15s ease,border-color .15s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color:var(--red-bright);
  border-bottom-color:var(--red-bright);
}
.friend-links {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px 8px;
  padding-top:4px;
}
.friend-label {
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.04em;
  color:#6d6858;
  margin-right:2px;
}
a.runtime-friend-link {
  font-size:11.5px;
  color:#8b8677;
  padding:2px 7px;
  border:1px solid rgba(233,230,221,.09);
  border-radius:2px;
  background:rgba(35,41,50,.4);
  text-decoration:none;
  white-space:nowrap;
  transition:color .15s ease,border-color .15s ease,background .15s ease;
}
a.runtime-friend-link:hover {
  color:var(--paper);
  border-color:rgba(143,31,34,.5);
  background:rgba(143,31,34,.22);
}
@media (max-width:960px){.overview-stack {
    grid-template-columns:minmax(0,158px) minmax(0,1fr);
  }}
@media (max-width:760px){body {font-size:14.5px}
.overview-stack {
    grid-template-columns:minmax(0,1fr);
    margin-top:-44px;
    margin-left:0;
    margin-right:0;
  }
.poster-column {
    width:min(196px,52%);
  }
.corridor-hero {margin-bottom:0}
.corridor-frame {height:clamp(300px,72vw,420px)}
.corridor-half-face {width:clamp(120px,42%,240px);opacity:.85}
.fridge-note {right:10px;top:14px;max-width:min(240px,66%)}
.episode-row {grid-template-columns:minmax(0,60px) minmax(0,1fr)}
.episode-number {font-size:12.5px;letter-spacing:.1em;padding-left:6px}
.timeline-node {width:118px}
.comment-stack {grid-template-columns:minmax(0,1fr)}}
@media (max-width:520px){.page-shell {padding:0 10px}
.site-header {margin:0 -10px;padding:0 10px}
.header-inner {gap:8px 12px;padding:9px 0 10px}
a[data-contract="site-name"] {font-size:17px;padding-right:10px}
.movie-title {font-size:25px}
.corridor-frame {height:clamp(280px,88vw,360px)}
.fridge-note {padding:10px 11px;max-width:78%;right:8px;top:10px}
.note-line {font-size:12px}
.overview-stack {padding:12px;margin-top:-30px}
.poster-column {width:min(160px,58%)}
.player-shell {padding:6px}
.ctrl-btn {font-size:11px;padding:5px 7px}
.ctrl-range {flex:1 1 90px;min-width:70px}
.ctrl-volume {flex:0 1 70px;min-width:56px}
.details-list {grid-template-columns:minmax(0,1fr)}
.cast-grid {grid-template-columns:repeat(auto-fit,minmax(104px,1fr))}
.recommend-strip {grid-template-columns:repeat(auto-fit,minmax(132px,1fr))}
.timeline-node {width:108px}
.footer-inner {gap:9px}}
@media (prefers-reduced-motion:reduce){* {transition:none !important;animation:none !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}
