*, * {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
body {
  background:#0d1218;
  color:#d8dee6;
  font-family:"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;
  font-weight:300;
  line-height:1.5;
  letter-spacing:.02em;
  min-height:100vh;
}
a {color:inherit;text-decoration:none;transition:color .25s}
button {font:inherit;cursor:pointer;border:none;background:none;color:inherit}
img, video {display:block;max-width:100%}
input[type=range] {accent-color:#8a1f2d}
header {
  position:sticky;
  top:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1em;
  padding:.8em 2em;
  background:rgba(13,18,24,.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(160,180,200,.12);
}
.site-title {
  font-size:1.15rem;
  font-weight:400;
  letter-spacing:.35em;
  color:#c9d4de;
  text-transform:uppercase;
  white-space:nowrap;
}
.site-title:hover {color:#a82b3a}
.category-nav {
  display:flex;
  gap:.4em;
  flex-wrap:nowrap;
  overflow-x:auto;
  scrollbar-width:none;
}
.category-nav::-webkit-scrollbar {display:none}
.runtime-category {
  display:inline-block;
  padding:.35em .9em;
  font-size:.78rem;
  letter-spacing:.12em;
  color:#a9b7c4;
  border:1px solid rgba(160,180,200,.18);
  border-radius:2em;
  white-space:nowrap;
  transition:all .25s;
}
.runtime-category:hover {
  color:#f0e6e8;
  border-color:#8a1f2d;
  background:rgba(138,31,45,.15)
}
main {
  max-width:1400px;
  margin:0 auto;
  padding:1.5em 2em 2em;
}
.movie-overview {
  background:linear-gradient(160deg,#121a23,#0d1218);
  border:1px solid rgba(160,180,200,.1);
  border-radius:6px;
  margin-bottom:2em;
  overflow:hidden;
}
.poster-hero {
  display:grid;
  grid-template-columns:minmax(240px,300px) 1fr;
  gap:2em;
  padding:2em;
  align-items:start;
}
.poster-shell {
  position:relative;
  background:#1a222b;
  border-radius:4px;
  overflow:hidden;
  box-shadow:0 8px 30px rgba(0,0,0,.5);
}
.hero-poster {
  width:100%;
  aspect-ratio:2/3;
  object-fit:cover;
  filter:saturate(.85) contrast(1.05);
}
.hero-copy {
  display:flex;
  flex-direction:column;
  gap:.6em;
  padding-top:.3em;
}
.movie-title {
  font-size:clamp(1.4rem,3vw,2.2rem);
  font-weight:400;
  letter-spacing:.18em;
  color:#e8edf2;
  line-height:1.3;
}
.movie-tagline {
  font-size:.95rem;
  letter-spacing:.2em;
  color:#8a1f2d;
  font-weight:400;
}
.overview-lower {
  display:grid;
  grid-template-columns:1.6fr 1fr 1.2fr;
  gap:0;
  border-top:1px solid rgba(160,180,200,.1);
}
.overview-lower .synopsis-panel, .overview-lower .details-panel, .overview-lower .cast-panel {
  padding:1.5em 1.8em;
}
.overview-lower .synopsis-panel {
  border-right:1px solid rgba(160,180,200,.08)
}
.overview-lower .details-panel {
  border-right:1px solid rgba(160,180,200,.08)
}
.section-heading {
  font-size:1rem;
  font-weight:400;
  letter-spacing:.3em;
  color:#c9d4de;
  margin-bottom:1em;
  padding-bottom:.4em;
  border-bottom:1px solid rgba(138,31,45,.4);
  position:relative;
}
.section-heading::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:3em;
  height:2px;
  background:#8a1f2d;
}
.synopsis-paragraph {
  font-size:.85rem;
  line-height:1.7;
  color:#aab8c5;
  margin-bottom:1em;
  text-align:justify;
}
.details-list {
  display:flex;
  flex-direction:column;
  gap:.5em;
}
.detail-item {
  display:flex;
  justify-content:space-between;
  gap:1em;
  font-size:.82rem;
  padding:.3em 0;
  border-bottom:1px dotted rgba(160,180,200,.15);
}
.detail-item dt {
  color:#778899;
  letter-spacing:.15em;
  flex-shrink:0;
}
.detail-item dd {
  color:#b8c6d2;
  text-align:right;
}
.cast-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:.8em;
}
.cast-card {
  display:flex;
  flex-direction:column;
  gap:.2em;
  padding:.7em .9em;
  background:rgba(160,180,200,.05);
  border:1px solid rgba(160,180,200,.1);
  border-radius:4px;
  transition:all .3s;
}
.cast-card:hover {
  background:rgba(138,31,45,.12);
  border-color:rgba(138,31,45,.4);
}
.cast-name {
  font-size:.85rem;
  color:#d8dee6;
  letter-spacing:.1em;
  font-weight:400;
}
.cast-role {
  font-size:.7rem;
  color:#778899;
}
.episode-status {
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:1.5em;
  padding:1em 1.8em;
  background:rgba(10,14,20,.6);
  border-top:1px solid rgba(160,180,200,.1);
}
.status-badge {
  display:flex;
  align-items:baseline;
  gap:.2em;
  background:rgba(138,31,45,.2);
  border:1px solid rgba(138,31,45,.4);
  padding:.4em 1em;
  border-radius:3px;
}
.status-label {
  font-size:.75rem;
  letter-spacing:.2em;
  color:#aab8c5;
}
.status-total {
  font-size:1.4rem;
  color:#e8edf2;
  font-weight:400;
}
.status-unit {
  font-size:.75rem;
  color:#aab8c5;
}
.progress-indicator {
  display:flex;
  align-items:center;
  gap:.8em;
  flex:1;
}
.progress-current {
  font-size:.8rem;
  color:#aab8c5;
  letter-spacing:.1em;
  white-space:nowrap;
}
.progress-bar {
  flex:1;
  height:4px;
  background:rgba(160,180,200,.15);
  border-radius:2px;
  overflow:hidden;
}
.progress-fill {
  display:block;
  height:100%;
  width:100%;
  background:linear-gradient(90deg,#8a1f2d,#c0392b);
  border-radius:2px;
}
.episodes-panel {
  margin-bottom:2em;
}
.episode-card-row {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:.7em;
}
.episode-card {
  position:relative;
  background:rgba(26,34,43,.6);
  backdrop-filter:blur(6px);
  border:1px solid rgba(160,180,200,.14);
  border-radius:4px;
  padding:1em 1.1em 1.2em;
  min-height:140px;
  display:flex;
  flex-direction:column;
  gap:.4em;
  transition:transform .3s,border-color .3s,box-shadow .3s;
  cursor:pointer;
  overflow:hidden;
}
.episode-card::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,#8a1f2d,transparent);
  opacity:.6;
  transition:opacity .3s;
}
.episode-card:hover {
  transform:translateY(-4px);
  border-color:rgba(138,31,45,.5);
  box-shadow:0 8px 24px rgba(0,0,0,.4);
}
.episode-card:hover::before {opacity:1}
.episode-number {
  position:absolute;
  top:.4em;
  right:.6em;
  font-size:1.8rem;
  font-weight:400;
  color:rgba(160,180,200,.15);
  line-height:1;
}
.episode-title {
  font-size:.82rem;
  font-weight:400;
  letter-spacing:.2em;
  color:#d8dee6;
  padding-top:.5em;
}
.episode-summary {
  font-size:.73rem;
  line-height:1.6;
  color:#8b9aa8;
  flex:1;
}
.episode-duration {
  font-size:.68rem;
  color:#8a1f2d;
  letter-spacing:.1em;
}
.timeline-panel {
  margin-bottom:2em;
}
.timeline-wrap {
  position:relative;
  padding:1em 0 1em 2.5em;
}
.timeline-wrap::before {
  content:"";
  position:absolute;
  left:1.1em;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(180deg,#8a1f2d,transparent);
}
.timeline-item {
  position:relative;
  padding:.6em 0 .6em 1.5em;
  border-left:1px dashed rgba(160,180,200,.2);
  margin-left:.5em;
}
.timeline-item::before {
  content:"";
  position:absolute;
  left:-0.55em;
  top:1.1em;
  width:.8em;
  height:.8em;
  background:#0d1218;
  border:2px solid #8a1f2d;
  border-radius:50%;
  box-shadow:0 0 8px rgba(138,31,45,.6);
  transition:box-shadow .3s;
}
.timeline-item:hover::before {
  box-shadow:0 0 16px rgba(138,31,45,1),0 0 30px rgba(138,31,45,.4);
}
.timecode {
  font-size:.75rem;
  letter-spacing:.15em;
  color:#8a1f2d;
  display:block;
  margin-bottom:.2em;
  font-weight:400;
}
.timeline-label {
  font-size:.8rem;
  color:#aab8c5;
  line-height:1.5;
}
.comments-panel {
  margin-bottom:2em;
}
.comment-wall {
  columns:3;
  column-gap:1em;
}
.comment-bubble {
  break-inside:avoid;
  display:flex;
  gap:.8em;
  margin-bottom:1em;
  background:rgba(26,34,43,.5);
  border:1px solid rgba(160,180,200,.12);
  border-radius:12px;
  padding:1em;
  transition:background .3s;
}
.comment-bubble:hover {background:rgba(26,34,43,.8)}
.comment-avatar-shell {
  flex-shrink:0;
  width:2.4em;
  height:2.4em;
  transform:rotate(45deg);
  background:linear-gradient(135deg,#8a1f2d,#5a1420);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  margin-top:.2em;
}
.comment-avatar {
  transform:rotate(-45deg);
  font-size:.8rem;
  color:#f0e6e8;
  font-weight:400;
}
.comment-content {
  flex:1;
  display:flex;
  flex-direction:column;
  gap:.3em;
}
.comment-nick {
  font-size:.75rem;
  color:#c9d4de;
  letter-spacing:.1em;
  font-weight:400;
}
.comment-text {
  font-size:.76rem;
  line-height:1.6;
  color:#9aa8b5;
}
.player-shell {
  margin:2em auto;
  max-width:min(960px,100%);
  background:#080c10;
  border:1px solid rgba(160,180,200,.12);
  border-radius:6px;
  overflow:hidden;
  transition:all .4s;
}
.player-shell.theater-mode {
  max-width:100%;
}
.player-shell.lights-off {
  background:#000;
  border-color:rgba(138,31,45,.3);
}
.player-shell video {
  background:#000;
}
.player-controls {
  display:flex;
  align-items:center;
  gap:.5em;
  padding:.6em .8em;
  background:rgba(13,18,24,.95);
  flex-wrap:wrap;
  border-top:1px solid rgba(160,180,200,.1);
}
.player-controls button {
  font-size:.72rem;
  color:#aab8c5;
  padding:.3em .7em;
  border:1px solid rgba(160,180,200,.15);
  border-radius:3px;
  white-space:nowrap;
  transition:all .25s;
}
.player-controls button:hover {
  color:#f0e6e8;
  border-color:#8a1f2d;
  background:rgba(138,31,45,.2)
}
.player-controls input[type=range] {
  flex:1;
  min-width:80px;
  height:4px;
}
.recommend-slice {
  margin-bottom:2.5em;
}
.rec-card-row {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1em;
}
.rec-card {
  position:relative;
  display:flex;
  flex-direction:column;
  gap:.5em;
  padding:1em;
  background:rgba(26,34,43,.55);
  border:1px solid rgba(160,180,200,.12);
  border-radius:6px;
  transform:rotate(-1deg);
  transition:transform .3s,border-color .3s,box-shadow .3s;
  overflow:hidden;
}
.rec-card:nth-child(even) {transform:rotate(1deg)}
.rec-card:hover {
  transform:rotate(0) translateY(-3px);
  border-color:rgba(138,31,45,.5);
  box-shadow:0 10px 30px rgba(0,0,0,.45);
  z-index:2;
}
.rec-thumb {
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:3px;
  filter:saturate(.8) contrast(1.05);
  transition:filter .3s;
}
.rec-card:hover .rec-thumb {filter:saturate(1) contrast(1.1)}
.rec-name {
  font-size:.8rem;
  color:#d8dee6;
  letter-spacing:.08em;
  font-weight:400;
}
.rec-blurb {
  font-size:.68rem;
  color:#8b9aa8;
  line-height:1.4;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.footer-panel {
  border-top:1px solid rgba(160,180,200,.1);
  padding:2em;
  background:#0a0e13;
}
.footer-legal {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5em;
  flex-wrap:wrap;
  margin-bottom:1.2em;
}
.disclaimer-text {
  font-size:.72rem;
  color:#667788;
  line-height:1.6;
  max-width:65%;
}
.footer-link {
  font-size:.75rem;
  color:#aab8c5;
  letter-spacing:.15em;
  white-space:nowrap;
  padding:.4em .8em;
  border:1px solid rgba(160,180,200,.12);
  border-radius:3px;
  transition:all .25s;
}
.footer-link:hover {
  color:#f0e6e8;
  border-color:#8a1f2d;
}
.friend-links {
  display:flex;
  align-items:center;
  gap:.6em;
  flex-wrap:wrap;
  padding-top:1em;
  border-top:1px solid rgba(160,180,200,.08);
}
.friend-link-label {
  font-size:.72rem;
  color:#778899;
  letter-spacing:.2em;
  margin-right:.5em;
  white-space:nowrap;
}
.runtime-friend-link {
  font-size:.7rem;
  color:#8b9aa8;
  padding:.3em .8em;
  background:rgba(160,180,200,.06);
  border-radius:2em;
  white-space:nowrap;
  transition:all .25s;
}
.runtime-friend-link:hover {
  color:#f0e6e8;
  background:rgba(138,31,45,.25);
}
.player-shell.theater-mode video {aspect-ratio:21/9}
.player-shell.lights-off video {
  filter:brightness(.7);
  border-radius:6px;
}
.player-shell.theater-mode .player-controls {
  position:sticky;
  bottom:0;
}
@media(max-width:1100px){.overview-lower {
    grid-template-columns:1fr 1fr;
  }
.overview-lower .synopsis-panel {
    grid-column:1/-1;
    border-right:none;
    border-bottom:1px solid rgba(160,180,200,.08);
  }
.overview-lower .details-panel {
    border-right:1px solid rgba(160,180,200,.08);
  }
.episode-card-row {
    grid-template-columns:repeat(3,1fr);
  }
.rec-card-row {
    grid-template-columns:repeat(3,1fr);
  }
.comment-wall {
    columns:2;
  }}
@media(max-width:800px){main {padding:1em}
header {
    padding:.6em 1em;
    flex-direction:column;
    align-items:flex-start;
    gap:.6em;
  }
.poster-hero {
    grid-template-columns:1fr;
    padding:1.5em;
  }
.poster-shell {
    max-width:280px;
  }
.overview-lower {
    grid-template-columns:1fr;
  }
.overview-lower .synopsis-panel, .overview-lower .details-panel {
    border-right:none;
    border-bottom:1px solid rgba(160,180,200,.08);
  }
.overview-lower .cast-panel {
    border-bottom:1px solid rgba(160,180,200,.08);
  }
.episode-card-row {
    grid-template-columns:repeat(2,1fr);
  }
.episode-status {
    flex-direction:column;
    align-items:flex-start;
    gap:.8em;
  }
.timeline-wrap {
    padding-left:1.5em;
  }
.comment-wall {
    columns:1;
  }
.rec-card-row {
    grid-template-columns:repeat(2,1fr);
  }
.footer-legal {
    flex-direction:column;
    align-items:flex-start;
  }
.disclaimer-text {
    max-width:100%;
  }}
@media(max-width:520px){main {padding:.8em}
.poster-hero {
    padding:1em;
  }
.movie-title {
    font-size:1.2rem;
  }
.overview-lower .synopsis-panel, .overview-lower .details-panel, .overview-lower .cast-panel {
    padding:1em;
  }
.cast-grid {
    grid-template-columns:1fr;
  }
.episode-card-row {
    grid-template-columns:1fr;
  }
.episode-card {
    min-height:auto;
  }
.episode-status {
    padding:1em;
  }
.progress-indicator {
    flex-direction:column;
    align-items:flex-start;
  }
.progress-bar {
    width:100%;
  }
.rec-card-row {
    grid-template-columns:1fr;
  }
.rec-card {
    transform:none;
  }
.rec-card:nth-child(even) {transform:none}
.player-controls {
    gap:.4em;
  }
.player-controls button {
    font-size:.65rem;
    padding:.25em .5em;
  }
.footer-panel {
    padding:1.2em;
  }
.friend-links {
    gap:.4em;
  }}
@media(min-width:1400px){main {
    padding-left:3em;
    padding-right:3em;
  }}

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}
