:root {
  --neon: #7dffb0;
  --neon-dim: #4ad98a;
  --white-lit: #f2f5f2;
  --bulb: #e8f4ec;
  --deep: #060d14;
  --deep-2: #0b1622;
  --deep-3: #122232;
  --frame: rgba(125, 255, 176, 0.28);
  --frame-soft: rgba(125, 255, 176, 0.14);
  --ink: #d8e6de;
  --ink-dim: #8fa79b;
  --ink-faint: #5e7268;
  --gap: 10px;
  --tight: 6px;
  --sr: 2px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  background: var(--deep);
}
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink);
  background:
    radial-gradient(120% 60% at 50% -10%, #10202e 0%, transparent 60%),
    linear-gradient(180deg, var(--deep-2) 0%, var(--deep) 40%, var(--deep) 100%);
  background-attachment: fixed;
  letter-spacing: 0.01em;
}
img, video {
  display: block;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
h1, h2 {
  font-weight: 800;
  line-height: 1.25;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(6, 13, 20, 0.86);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--frame-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 7px 14px;
  max-width: 1280px;
  margin: 0 auto;
}
a[data-contract="site-name"] {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--bulb);
  text-decoration: none;
  text-transform: uppercase;
  border-left: 3px solid var(--neon);
  padding-left: 8px;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: var(--neon);
}
.categories-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 11.5px;
  line-height: 1.5;
  padding: 2px 8px;
  color: var(--ink-dim);
  text-decoration: none;
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  background: rgba(125, 255, 176, 0.03);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover {
  color: var(--neon);
  border-color: var(--frame);
  background: rgba(125, 255, 176, 0.08);
}
.page-main {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 14px 26px;
}
.hero {
  display: block;
}
.hero-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  background: #04080d;
  margin-bottom: 12px;
}
.hero-aisle {
  position: relative;
  min-height: 210px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(125, 255, 176, 0.05) 0%, transparent 45%),
    radial-gradient(80% 90% at 50% 120%, rgba(125, 255, 176, 0.12) 0%, transparent 70%),
    linear-gradient(180deg, #050a10 0%, #081520 70%, #0a1a26 100%);
}
.shelf-perspective {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.shelf-row {
  position: absolute;
  left: 50%;
  height: 0;
  border-top: 1px solid rgba(125, 255, 176, 0.22);
  transform: translateX(-50%);
}
.shelf-row-a {
  top: 22%;
  width: 78%;
  border-top-color: rgba(125, 255, 176, 0.3);
}
.shelf-row-b {
  top: 42%;
  width: 56%;
  border-top-color: rgba(125, 255, 176, 0.22);
}
.shelf-row-c {
  top: 60%;
  width: 36%;
  border-top-color: rgba(125, 255, 176, 0.16);
}
.shelf-row-d {
  top: 76%;
  width: 20%;
  border-top-color: rgba(125, 255, 176, 0.1);
}
.shelf-row::before, .shelf-row::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.counter-zone {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 46%;
  min-width: 120px;
  height: 62%;
  border-top: 1px solid rgba(125, 255, 176, 0.3);
  border-left: 1px solid rgba(125, 255, 176, 0.12);
  border-right: 1px solid rgba(125, 255, 176, 0.12);
  background: linear-gradient(180deg, rgba(125, 255, 176, 0.04) 0%, rgba(6, 13, 20, 0.9) 100%);
}
.clerk-silhouette {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30%;
  max-width: 84px;
  min-width: 44px;
  height: 74%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, #0a1620 0%, #020508 100%);
  border-left: 1px solid rgba(125, 255, 176, 0.18);
  border-right: 1px solid rgba(125, 255, 176, 0.18);
  clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%);
}
.clerk-back {
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--neon);
  opacity: 0.72;
  padding-bottom: 6px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.floating-clock {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding: 6px 10px;
  border: 1px solid var(--frame);
  border-radius: var(--sr);
  background: rgba(4, 8, 13, 0.72);
  text-align: right;
}
.clock-digits {
  font-size: clamp(22px, 5.4vw, 40px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  color: var(--neon);
  text-shadow: 0 0 12px rgba(125, 255, 176, 0.5);
}
.clock-caption {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-dim);
}
.overview-unit {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  background: linear-gradient(180deg, rgba(18, 34, 50, 0.55) 0%, rgba(8, 16, 24, 0.85) 100%);
  padding: 12px;
}
.poster-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: start;
}
.poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--frame);
  border-radius: var(--sr);
  background: #071019;
}
.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(125, 255, 176, 0.06) 0%, transparent 40%, rgba(4, 8, 13, 0.35) 100%);
  pointer-events: none;
}
.poster-caption {
  display: block;
  border-top: 1px solid var(--frame-soft);
  padding-top: 5px;
}
.caption-line {
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--ink-faint);
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.movie-title {
  font-size: clamp(20px, 3.2vw, 30px);
  letter-spacing: 0.02em;
  color: var(--white-lit);
}
.movie-tagline {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--neon-dim);
  letter-spacing: 0.04em;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--frame-soft);
}
.overview-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.block-heading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.26em;
  color: var(--neon);
  padding-left: 8px;
  border-left: 3px solid var(--neon);
  line-height: 1.2;
}
.player-block {
  display: block;
}
.player-shell {
  width: 100%;
  max-width: none;
  border: 1px solid var(--frame);
  border-radius: var(--sr);
  overflow: hidden;
  background: #02060a;
}
.player-shell video {
  display: block;
  width: 100%;
  height: auto;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  margin-top: 6px;
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  background: rgba(4, 8, 13, 0.6);
}
.ctrl-btn {
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1.5;
  padding: 2px 9px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.ctrl-btn:hover {
  color: var(--neon);
  border-color: var(--frame);
  background: rgba(125, 255, 176, 0.07);
}
.ctrl-btn.is-active {
  color: var(--deep);
  background: var(--neon);
  border-color: var(--neon);
}
.ctrl-range {
  flex: 1 1 110px;
  min-width: 70px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(125, 255, 176, 0.16);
  border-radius: 0;
  cursor: pointer;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: var(--neon);
  border: none;
}
.ctrl-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: var(--neon);
  border: none;
}
.ctrl-volume {
  flex: 0 1 84px;
}
.ctrl-select {
  flex: 0 0 auto;
  font-size: 11px;
  padding: 2px 4px;
  color: var(--ink);
  background: rgba(4, 8, 13, 0.8);
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  cursor: pointer;
}
.episode-status-block {
  gap: 6px;
}
.status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
.status-badge {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--deep);
  background: var(--neon);
  padding: 2px 8px;
  border-radius: var(--sr);
  white-space: nowrap;
}
.status-note {
  font-size: 11px;
  color: var(--ink-dim);
  letter-spacing: 0.06em;
}
.status-meter {
  display: flex;
  gap: 3px;
}
.meter-seg {
  flex: 1 1 0;
  height: 6px;
  background: rgba(125, 255, 176, 0.12);
  border: 1px solid rgba(125, 255, 176, 0.16);
  border-radius: 0;
}
.meter-seg-on {
  background: var(--neon);
  border-color: var(--neon);
  box-shadow: 0 0 6px rgba(125, 255, 176, 0.45);
}
.synopsis-block {
  display: block;
}
.synopsis-block .block-heading {
  margin-bottom: 8px;
}
.synopsis-body {
  display: block;
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--ink);
  border-left: 1px solid var(--frame-soft);
  padding-left: 10px;
}
.synopsis-body p + p {
  margin-top: 6px;
}
.synopsis-body p {
  color: var(--ink-dim);
}
.cast-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 7px;
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  background: rgba(125, 255, 176, 0.03);
}
.cast-avatar {
  width: 40px;
  height: 40px;
  border: 1px solid var(--frame);
  border-radius: var(--sr);
  background:
    radial-gradient(60% 60% at 50% 35%, rgba(125, 255, 176, 0.35) 0%, transparent 70%),
    linear-gradient(180deg, #0d1c28 0%, #050a10 100%);
}
.cast-name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--white-lit);
  letter-spacing: 0.04em;
}
.cast-note {
  font-size: 11px;
  line-height: 1.55;
  color: var(--ink-faint);
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0;
  border-top: 1px solid var(--frame-soft);
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 4px 8px 4px 0;
  border-bottom: 1px solid var(--frame-soft);
  font-size: 11.5px;
}
.detail-row dt {
  flex: 0 0 auto;
  color: var(--ink-faint);
  letter-spacing: 0.1em;
}
.detail-row dd {
  flex: 1 1 auto;
  color: var(--ink);
  min-width: 0;
  overflow-wrap: break-word;
}
.section-heading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.26em;
  color: var(--neon);
  padding-left: 8px;
  border-left: 3px solid var(--neon);
  line-height: 1.2;
  margin-bottom: 8px;
}
.timeline-section {
  margin-top: 18px;
}
.timeline-strip {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  background: linear-gradient(180deg, rgba(4, 8, 13, 0.9) 0%, rgba(10, 22, 32, 0.9) 100%);
  padding: 8px;
  -webkit-overflow-scrolling: touch;
}
.timeline-track {
  display: flex;
  gap: 8px;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
}
.timeline-card {
  flex: 0 0 auto;
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 7px 8px;
  border: 1px solid var(--frame-soft);
  border-left: 2px solid var(--neon);
  border-radius: var(--sr);
  background:
    repeating-linear-gradient(90deg, rgba(125, 255, 176, 0.05) 0 1px, transparent 1px 4px),
    rgba(125, 255, 176, 0.03);
}
.timeline-timecode {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--neon);
  font-variant-numeric: tabular-nums;
}
.timeline-label {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--ink-dim);
}
.episodes-section {
  margin-top: 18px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-ticket {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num summary"
    "num duration";
  column-gap: 9px;
  row-gap: 2px;
  align-items: start;
  padding: 8px 9px;
  border: 1px solid var(--frame-soft);
  border-left: 2px dashed var(--frame);
  border-radius: var(--sr);
  background: linear-gradient(180deg, rgba(18, 34, 50, 0.4) 0%, rgba(8, 16, 24, 0.7) 100%);
}
.episode-number {
  grid-area: num;
  align-self: start;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: transparent;
  -webkit-text-stroke: 1px var(--neon);
  letter-spacing: -0.02em;
}
.episode-title {
  grid-area: title;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--white-lit);
  letter-spacing: 0.04em;
}
.episode-summary {
  grid-area: summary;
  font-size: 11px;
  line-height: 1.6;
  color: var(--ink-faint);
}
.episode-duration {
  grid-area: duration;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--ink-faint);
  border-top: 1px solid var(--frame-soft);
  padding-top: 3px;
  margin-top: 3px;
}
.rec-region {
  margin-top: 16px;
}
.rec-heading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--neon-dim);
  padding-left: 8px;
  border-left: 3px solid var(--frame);
  line-height: 1.2;
  margin-bottom: 7px;
}
.rec-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
a.rec-card {
  flex: 0 0 auto;
  width: 138px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  background: rgba(10, 22, 32, 0.6);
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
a.rec-card:hover {
  border-color: var(--frame);
  background: rgba(125, 255, 176, 0.06);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: var(--sr);
  border: 1px solid var(--frame-soft);
  background: #071019;
}
.rec-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--white-lit);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec-blurb {
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--ink-faint);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.comments-section {
  margin-top: 20px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 10px;
  align-items: start;
  padding: 4px 2px 8px;
}
.comment-note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 9px;
  border: 1px solid var(--frame-soft);
  border-radius: var(--sr);
  background: linear-gradient(180deg, rgba(232, 244, 236, 0.06) 0%, rgba(10, 22, 32, 0.7) 100%);
  box-shadow: 2px 3px 0 rgba(4, 8, 13, 0.5);
  transform: rotate(-1deg);
}
.comment-note:nth-child(2n) {
  transform: rotate(1.2deg);
}
.comment-note:nth-child(3n) {
  transform: rotate(-0.6deg);
}
.comment-note:nth-child(4n) {
  transform: rotate(1.6deg);
}
.comment-note:nth-child(5n) {
  transform: rotate(-1.4deg);
}
.comment-nickname {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--neon-dim);
}
.comment-text {
  font-size: 11.5px;
  line-height: 1.7;
  color: var(--ink-dim);
}
.site-footer {
  margin-top: 24px;
  border-top: 1px solid var(--frame-soft);
  background: linear-gradient(180deg, rgba(6, 13, 20, 0.6) 0%, rgba(4, 8, 13, 0.95) 100%);
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-disclaimer {
  font-size: 10.5px;
  line-height: 1.7;
  color: var(--ink-faint);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-dim);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--neon);
  border-bottom-color: var(--neon);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  border-top: 1px solid var(--frame-soft);
  padding-top: 8px;
}
.friend-links-label {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: var(--ink-faint);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 10.5px;
  color: var(--ink-faint);
  text-decoration: none;
  border-bottom: 1px dotted rgba(125, 255, 176, 0.25);
  transition: color 0.15s, border-color 0.15s;
}
a.runtime-friend-link:hover {
  color: var(--neon);
  border-bottom-color: var(--neon);
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px var(--neon), 0 0 26px rgba(125, 255, 176, 0.25);
}
body.is-lights-off {
  background: #02060a;
}
body.is-lights-off .hero-aisle {
  filter: brightness(0.5);
}
body.is-lights-off .overview-info, body.is-lights-off .timeline-section, body.is-lights-off .episodes-section, body.is-lights-off .rec-region, body.is-lights-off .comments-section {
  opacity: 0.62;
}
@media (max-width: 900px) {.overview-unit {
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
    gap: 12px;
  }}
@media (max-width: 720px) {.overview-unit {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 220px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
.hero-aisle {
    min-height: 180px;
  }}
@media (max-width: 560px) {.header-inner {
    gap: 8px;
    padding: 6px 10px;
  }
.page-main {
    padding: 10px 10px 22px;
  }
.overview-unit {
    padding: 10px;
    gap: 10px;
  }
.poster-column {
    max-width: 180px;
  }
.player-controls {
    gap: 5px;
    padding: 6px;
  }
.ctrl-range {
    flex: 1 1 100%;
    min-width: 0;
  }
.ctrl-volume {
    flex: 1 1 40%;
  }
.cast-row {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
.details-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
.footer-inner {
    padding: 10px 10px 18px;
  }}
@media (max-width: 400px) {.cast-row {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 150px;
  }}

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}
