:root {
  --ink: #0a0d14;
  --ink-2: #0d1220;
  --indigo: #121a2e;
  --indigo-soft: #17203a;
  --patina: #3d5c4c;
  --patina-deep: #26402f;
  --gold: #b08d4a;
  --gold-dim: #7d6433;
  --gold-lit: #c9a558;
  --flame: #e8903a;
  --flame-soft: #d47c2c;
  --rain: #6d7f96;
  --rain-dim: #445367;
  --paper: #d9d2c2;
  --paper-dim: #a49b88;
  --line: #232c40;
  --line-gold: #3a3220;
  --serif: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  --mono: "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", "Courier New", monospace;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(120% 60% at 18% 0%, #16203a 0%, rgba(10, 13, 20, 0) 60%),
    linear-gradient(180deg, #0a0d14 0%, #0b1018 40%, #090c12 100%);
  background-attachment: fixed;
  color: var(--paper-dim);
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: var(--gold);
  text-decoration: none;
}
h1, h2, h3, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(9, 12, 18, 0.97) 0%, rgba(9, 12, 18, 0.86) 100%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(2px);
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 7px 16px;
  border-bottom: 1px solid rgba(176, 141, 74, 0.14);
  position: relative;
}
.header-bar::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-dim) 0%, rgba(176, 141, 74, 0) 55%);
}
a[data-contract="site-name"].site-brand {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--gold-lit);
  text-decoration: none;
  padding-right: 12px;
  border-right: 1px solid var(--line-gold);
  text-shadow: 0 0 14px rgba(232, 144, 58, 0.22);
  white-space: nowrap;
}
.category-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.2;
  padding: 3px 8px;
  color: var(--rain);
  text-decoration: none;
  border: 1px solid var(--line);
  border-left: 2px solid var(--patina);
  background: rgba(23, 32, 58, 0.42);
  letter-spacing: 0.08em;
  transition: color 0.15s linear, border-color 0.15s linear;
}
a.runtime-category:hover {
  color: var(--gold-lit);
  border-left-color: var(--flame);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-main {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 8px;
}
.overview-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr);
  grid-template-areas:
    "hero player"
    "hero details"
    "synopsis synopsis"
    "status status"
    "cast cast";
  gap: 10px 14px;
  padding: 16px 0 6px;
  align-items: start;
}
.hero-frame {
  grid-area: hero;
  position: relative;
  align-self: start;
  margin: 0;
  padding: 0 26px 0 0;
}
.hero-frame::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 40%;
  right: 12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(232, 144, 58, 0.55) 0%, rgba(232, 144, 58, 0) 100%);
}
.hero-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 34%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-dim) 0%, rgba(176, 141, 74, 0) 100%);
}
.poster-column {
  width: 100%;
  max-width: 340px;
  padding: 14px 0 0;
  border-left: 1px solid var(--line-gold);
  padding-left: 10px;
}
.poster-image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: #10151f;
  filter: saturate(0.86) contrast(1.05);
  border: 1px solid var(--line);
  box-shadow: 0 0 0 1px rgba(176, 141, 74, 0.12), 0 14px 34px rgba(0, 0, 0, 0.6);
}
.hero-caption {
  position: relative;
  margin-top: -46px;
  margin-left: -2px;
  padding: 12px 10px 10px;
  max-width: 92%;
  background: linear-gradient(180deg, rgba(9, 12, 18, 0.06) 0%, rgba(9, 12, 18, 0.9) 34%, rgba(9, 12, 18, 0.98) 100%);
  border-top: 1px solid rgba(176, 141, 74, 0.35);
  border-left: 2px solid var(--flame);
}
.film-title {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--paper);
  text-shadow: 0 0 22px rgba(232, 144, 58, 0.2), 0 2px 0 rgba(0, 0, 0, 0.7);
}
.film-tagline {
  margin-top: 6px;
  font-family: var(--serif);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--gold);
  opacity: 0.92;
}
.player-column {
  grid-area: player;
  min-width: 0;
  align-self: start;
}
.player-shell {
  position: relative;
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-top: 1px solid var(--line-gold);
  background: #070a11;
}
.player-video {
  display: block;
  width: 100%;
  background: #05070c;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 6px 7px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(23, 32, 58, 0.5) 0%, rgba(9, 12, 18, 0.9) 100%);
}
.control-btn {
  appearance: none;
  border: 1px solid var(--line);
  border-left: 2px solid var(--patina);
  background: rgba(13, 18, 32, 0.86);
  color: var(--rain);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 4px 9px;
  cursor: pointer;
  white-space: nowrap;
}
.control-btn:hover {
  color: var(--gold-lit);
  border-left-color: var(--flame);
}
.control-btn.is-active {
  color: var(--ink);
  background: var(--flame);
  border-color: var(--flame);
  border-left-color: var(--flame);
}
.control-range {
  appearance: none;
  height: 3px;
  background: var(--line);
  border: none;
  cursor: pointer;
  flex: 1 1 90px;
  min-width: 70px;
  margin: 0 2px;
}
.control-range[data-player-action="progress"] {
  flex: 2 1 140px;
}
.control-range::-webkit-slider-thumb {
  appearance: none;
  width: 9px;
  height: 13px;
  background: var(--gold);
  border: none;
  cursor: pointer;
}
.control-range::-moz-range-thumb {
  width: 9px;
  height: 13px;
  background: var(--gold);
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.control-select {
  appearance: none;
  border: 1px solid var(--line);
  border-left: 2px solid var(--patina);
  background: rgba(13, 18, 32, 0.86);
  color: var(--rain);
  font-size: 11px;
  padding: 4px 6px;
  cursor: pointer;
}
body.theater-mode .player-column {
  grid-column: 1 / -1;
}
body.theater-mode .player-shell {
  border-color: var(--gold-dim);
}
body.lights-off .page-main {
  filter: brightness(0.42) contrast(1.08);
}
body.lights-off .player-shell, body.lights-off .hero-frame {
  filter: brightness(2.1);
}
.detail-rail {
  grid-area: details;
  min-width: 0;
  align-self: start;
  border-top: 1px solid var(--line-gold);
  padding-top: 6px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0 14px;
  border-top: 1px solid rgba(35, 44, 64, 0.7);
}
.detail-cell {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px solid rgba(35, 44, 64, 0.5);
  min-width: 0;
}
.detail-cell dt {
  flex: 0 0 auto;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--patina);
  text-transform: uppercase;
}
.detail-cell dd {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--paper-dim);
  letter-spacing: 0.02em;
}
.synopsis-block {
  grid-area: synopsis;
  min-width: 0;
  margin-top: 4px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}
.block-heading {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold-lit);
  padding: 0 0 5px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid var(--line-gold);
  position: relative;
}
.block-heading::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 11px;
  margin-right: 8px;
  vertical-align: -1px;
  background: var(--flame);
  box-shadow: 0 0 8px rgba(232, 144, 58, 0.6);
}
.synopsis-line {
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.72;
  color: var(--paper-dim);
  letter-spacing: 0.015em;
  max-width: 74ch;
  margin-bottom: 4px;
}
.synopsis-line + .synopsis-line {
  padding-left: 10px;
  border-left: 1px solid rgba(61, 92, 76, 0.5);
}
.episode-status {
  grid-area: status;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  padding: 4px 0 4px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.1em;
}
.status-total {
  color: var(--patina);
  padding: 2px 8px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--patina);
}
.status-current {
  color: var(--flame);
  padding: 2px 8px;
  border: 1px solid rgba(232, 144, 58, 0.35);
  background: rgba(232, 144, 58, 0.07);
}
.cast-block {
  grid-area: cast;
  min-width: 0;
  margin-top: 2px;
}
.cast-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 108px;
  padding: 8px 8px 6px;
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold-dim);
  background:
    linear-gradient(180deg, rgba(23, 32, 58, 0.55) 0%, rgba(9, 12, 18, 0.92) 100%),
    repeating-linear-gradient(135deg, rgba(61, 92, 76, 0.12) 0 2px, rgba(0, 0, 0, 0) 2px 5px);
  overflow: hidden;
}
.cast-card::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  border: 1px solid rgba(176, 141, 74, 0.42);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(232, 144, 58, 0.22) 0%, rgba(0, 0, 0, 0) 72%);
}
.cast-name {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--serif);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--paper);
  padding-top: 4px;
  border-top: 1px solid rgba(176, 141, 74, 0.3);
}
.timeline-section {
  margin-top: 12px;
  padding-top: 6px;
  border-top: 1px solid var(--line);
}
.timeline-cord {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  padding-left: 18px;
}
.timeline-cord::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 1px;
  background: linear-gradient(180deg, rgba(176, 141, 74, 0.75) 0%, rgba(176, 141, 74, 0.28) 78%, rgba(232, 144, 58, 0.7) 100%);
}
.timeline-node {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 5px 0 5px 14px;
  border-bottom: 1px solid rgba(35, 44, 64, 0.55);
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 9px;
  width: 7px;
  height: 7px;
  background: var(--gold-dim);
  border: 1px solid var(--ink);
  box-shadow: 0 0 0 1px rgba(176, 141, 74, 0.4);
}
.timeline-node::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 12px;
  width: 12px;
  height: 1px;
  background: rgba(176, 141, 74, 0.4);
}
.node-timecode {
  flex: 0 0 auto;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--patina);
  min-width: 42px;
}
.node-label {
  font-family: var(--serif);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--paper-dim);
  min-width: 0;
}
.node-seventh {
  padding-top: 14px;
  padding-bottom: 16px;
}
.node-seventh::before {
  background: var(--flame);
  box-shadow: 0 0 10px rgba(232, 144, 58, 0.85);
}
.node-seventh .node-timecode {
  color: var(--flame);
}
.node-seventh .node-label {
  color: var(--paper);
  letter-spacing: 0.06em;
}
.episodes-section {
  margin-top: 14px;
  padding-top: 6px;
  border-top: 1px solid var(--line);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  align-items: start;
}
.episode-tag {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px 9px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold-dim);
  background: linear-gradient(180deg, rgba(23, 32, 58, 0.4) 0%, rgba(10, 13, 20, 0.85) 100%);
  min-width: 0;
}
.episode-tag:nth-child(even) {
  border-left-color: var(--patina);
}
.episode-number {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--gold);
  opacity: 0.9;
}
.episode-title {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--paper);
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(35, 44, 64, 0.8);
}
.episode-summary {
  font-family: var(--mono);
  font-size: 11.5px;
  line-height: 1.62;
  color: var(--rain-dim);
  letter-spacing: 0.01em;
}
.episode-duration {
  margin-top: 2px;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--patina);
}
.episode-duration::before {
  content: "— ";
  color: var(--gold-dim);
}
.comments-section {
  margin-top: 14px;
  padding-top: 6px;
  border-top: 1px solid var(--line);
}
.danmaku-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px 10px;
  align-items: start;
}
.comment-slip {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-top: 1px solid rgba(61, 92, 76, 0.75);
  background: rgba(13, 18, 32, 0.72);
  min-width: 0;
}
.slip-left {
  border-left: 2px solid var(--patina);
  margin-left: 0;
}
.slip-right {
  border-right: 2px solid var(--gold-dim);
  background: rgba(23, 32, 58, 0.6);
  transform: translateY(10px);
}
.comment-nick {
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--gold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment-text {
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.6;
  color: var(--rain);
  letter-spacing: 0.005em;
}
.recommend-region {
  margin-top: 14px;
  padding-top: 6px;
  border-top: 1px solid var(--line);
  min-width: 0;
}
.region-heading {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold-lit);
  padding: 0 0 4px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line-gold);
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 76px;
  display: flex;
  align-items: flex-start;
  border-bottom: none;
  border-left: 1px solid var(--line-gold);
  padding-left: 6px;
}
.region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
a.rec-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 5px;
  border: 1px solid var(--line);
  border-top: 2px solid var(--patina-deep);
  background: rgba(13, 18, 32, 0.6);
  color: var(--paper-dim);
  text-decoration: none;
  min-width: 0;
}
a.rec-card:hover {
  border-top-color: var(--flame);
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 3px;
}
[data-runtime="recommendation"] img.rec-pic {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: #10151f;
  filter: saturate(0.8) contrast(1.04);
  border: 1px solid rgba(35, 44, 64, 0.9);
}
.rec-name {
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--paper);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec-blurb {
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
  color: var(--rain-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.empty-lamp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 0 18px;
}
.lamp-body {
  position: relative;
  display: block;
  width: 2px;
  height: 44px;
  background: linear-gradient(180deg, rgba(176, 141, 74, 0.05) 0%, rgba(176, 141, 74, 0.5) 60%, rgba(176, 141, 74, 0.9) 100%);
}
.lamp-body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  width: 1px;
  height: 22px;
  margin-left: -0.5px;
  background: linear-gradient(180deg, rgba(176, 141, 74, 0) 0%, rgba(176, 141, 74, 0.35) 100%);
}
.lamp-body::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  width: 12px;
  height: 16px;
  margin-left: -6px;
  border: 1px solid rgba(176, 141, 74, 0.45);
  background: radial-gradient(circle at 50% 70%, rgba(61, 92, 76, 0.35) 0%, rgba(0, 0, 0, 0) 72%);
}
.seo-note {
  max-width: 78ch;
  margin: 0 auto;
  padding: 8px 0 14px;
  font-size: 10.5px;
  line-height: 1.7;
  color: rgba(68, 83, 103, 0.85);
  letter-spacing: 0.01em;
  border-top: 1px solid rgba(35, 44, 64, 0.6);
  text-align: justify;
}
.site-footer {
  margin-top: 10px;
  padding: 12px 16px 22px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(9, 12, 18, 0.4) 0%, rgba(5, 7, 12, 0.95) 100%);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(35, 44, 64, 0.7);
}
a[data-contract="footer-home"] {
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover {
  color: var(--flame);
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[data-contract="footer-sitemap"] {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--patina);
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover {
  color: var(--gold-lit);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  padding: 7px 0 6px;
  border-bottom: 1px solid rgba(35, 44, 64, 0.5);
}
.friend-links-label {
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-dim);
  padding-right: 8px;
  border-right: 1px solid var(--line-gold);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--rain-dim);
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-disclaimer {
  padding-top: 7px;
  font-size: 10px;
  line-height: 1.7;
  color: rgba(68, 83, 103, 0.8);
  letter-spacing: 0.01em;
  max-width: 90ch;
}
.player-shell.fullscreen, .player-shell.theater {
  border-color: var(--gold-dim);
}
.control-btn.play.is-active, .control-btn.pause.is-active {
  color: var(--ink);
  background: var(--flame);
  border-color: var(--flame);
}
.control-btn.mute.is-active {
  color: var(--ink);
  background: var(--rain);
  border-color: var(--rain);
}
.control-btn.pip.is-active, .control-btn.fullscreen.is-active, .control-btn.theater.is-active, .control-btn.light.is-active {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}
.player-controls.is-muted .control-range[data-player-action="volume"] {
  opacity: 0.4;
}
@media (max-width: 980px) {.overview-shell {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "hero"
      "player"
      "details"
      "synopsis"
      "status"
      "cast";
    gap: 10px;
  }
.hero-frame {
    padding-right: 0;
    display: grid;
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    align-items: end;
    gap: 0 12px;
  }
.hero-frame::before {
    display: none;
  }
.poster-column {
    max-width: 240px;
  }
.hero-caption {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
    background: linear-gradient(180deg, rgba(9, 12, 18, 0.2) 0%, rgba(9, 12, 18, 0.96) 100%);
  }
.film-title {
    font-size: 25px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.danmaku-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.slip-right {
    transform: translateY(8px);
  }
.region-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 720px) {.header-bar {
    padding: 6px 12px;
    gap: 8px;
  }
.page-main {
    padding: 0 12px 6px;
  }
.hero-frame {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 300px;
  }
.hero-caption {
    margin-top: -34px;
  }
.film-title {
    font-size: 23px;
  }
.timeline-cord {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.danmaku-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.slip-right {
    transform: translateY(6px);
  }
.region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.region-heading {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    height: auto;
    display: block;
    border-left: none;
    border-bottom: 1px solid var(--line-gold);
    padding-left: 0;
    padding-bottom: 4px;
  }}
@media (max-width: 480px) {.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.danmaku-wall {
    grid-template-columns: minmax(0, 1fr);
  }
.slip-right {
    transform: none;
  }
.region-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.film-title {
    font-size: 21px;
  }
.episode-number {
    font-size: 19px;
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition: 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}
