*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, h3, p, dl, dd, dt, ol, ul {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input, a {
  font: inherit;
  color: inherit;
}
button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
a {
  text-decoration: none;
}
:root {
  --bg-deep: #05070f;
  --bg-ink: #0a0e1c;
  --bg-panel: #0d1224;
  --bg-panel-alt: #111730;
  --line: #1d2440;
  --line-soft: #161c33;
  --text: #d7dcec;
  --text-dim: #8b93b0;
  --text-faint: #5c6480;
  --neon: #a98bff;
  --neon-soft: #6f5bd6;
  --cyan: #5ed3f0;
  --amber: #f0b45e;
  --radius: 3px;
  --font-stack: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "Noto Sans SC", "Source Han Sans SC", "WenQuanYi Micro Hei",
    system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
html {
  background: var(--bg-deep);
}
body {
  font-family: var(--font-stack);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 82% -10%, rgba(111, 91, 214, 0.16), transparent 60%),
    radial-gradient(900px 520px at 4% 12%, rgba(94, 211, 240, 0.07), transparent 62%),
    linear-gradient(180deg, #060912 0%, #05070f 42%, #070a14 100%);
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 7, 15, 0.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 9px 18px;
}
a[data-contract="site-name"] {
  color: var(--neon);
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-shadow: 0 0 14px rgba(169, 139, 255, 0.55);
  border-left: 3px solid var(--neon);
  padding-left: 9px;
  line-height: 1.15;
}
a[data-contract="site-name"]:hover {
  color: #d9caff;
  text-decoration: none;
}
.category-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 4px;
  min-width: 0;
  flex: 1 1 220px;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  color: var(--text-dim);
  text-decoration: none;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  padding: 3px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(17, 23, 48, 0.6);
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #e7e2ff;
  border-color: var(--neon-soft);
  background: rgba(111, 91, 214, 0.2);
  text-decoration: none;
}
.page-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 18px 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.movie-overview {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(17, 23, 48, 0.72) 0%, rgba(10, 14, 28, 0.86) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 16px 14px;
}
.overview-headline {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line-soft);
}
.movie-title {
  font-size: clamp(26px, 4.6vw, 46px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0.02em;
  color: #f2f0ff;
  text-shadow: 0 0 26px rgba(111, 91, 214, 0.5);
}
.movie-tagline {
  font-size: 13.5px;
  letter-spacing: 0.2em;
  color: var(--neon);
  text-transform: none;
}
.movie-seo {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--text-dim);
  max-width: 92ch;
}
.overview-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.hero-figure {
  position: relative;
  align-self: start;
  width: 100%;
  max-width: 340px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #070a14;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08) brightness(0.86);
}
.hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 7, 15, 0) 38%, rgba(5, 7, 15, 0.88) 100%),
    linear-gradient(120deg, rgba(111, 91, 214, 0.22), rgba(94, 211, 240, 0.08));
}
.hero-sign {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.3em;
  color: #f6f2ff;
  padding: 5px 10px 5px 14px;
  border: 1px solid rgba(169, 139, 255, 0.55);
  border-radius: 2px;
  background: rgba(9, 12, 24, 0.62);
  text-shadow: 0 0 12px rgba(169, 139, 255, 0.9), 0 0 30px rgba(169, 139, 255, 0.45);
  box-shadow: inset 0 0 18px rgba(111, 91, 214, 0.35);
}
.hero-rain-note {
  position: absolute;
  bottom: 8px;
  left: 10px;
  right: 10px;
  z-index: 2;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: #b9c1dc;
}
.episode-status {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.status-line {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: var(--amber);
  padding-left: 9px;
  border-left: 2px solid var(--amber);
  line-height: 1.4;
}
.player-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #04060d;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.player-shell.theater-mode {
  border-color: var(--neon-soft);
  box-shadow: 0 0 0 1px rgba(169, 139, 255, 0.35), 0 18px 46px rgba(0, 0, 0, 0.6);
}
.player-shell.lights-off {
  background: #000;
}
.player-shell.lights-off .player-controls {
  opacity: 0.35;
}
.player-shell.lights-off .player-controls:hover, .player-shell.lights-off .player-controls:focus-within {
  opacity: 1;
}
.player-shell:fullscreen {
  border-radius: 0;
  justify-content: center;
}
.main-player {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 7px 8px;
  border-top: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(17, 23, 48, 0.9), rgba(9, 12, 24, 0.95));
}
.ctl {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--text-dim);
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(13, 18, 36, 0.9);
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.ctl:hover, .ctl:focus-visible {
  color: #ece8ff;
  border-color: var(--neon-soft);
  background: rgba(111, 91, 214, 0.22);
}
.ctl.play, .ctl.is-active {
  color: #f4f0ff;
  border-color: rgba(169, 139, 255, 0.6);
  background: rgba(111, 91, 214, 0.3);
  box-shadow: 0 0 12px rgba(111, 91, 214, 0.35);
}
.ctl.mute.is-muted, .ctl.is-muted {
  color: var(--amber);
  border-color: rgba(240, 180, 94, 0.55);
}
.ctl-fullscreen, .ctl-theater, .ctl-light, .ctl-pip {
  color: #9fa8c6;
}
.ctl-progress {
  flex: 1 1 150px;
  min-width: 90px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: #1a2138;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.ctl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 9px rgba(169, 139, 255, 0.9);
}
.ctl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 9px rgba(169, 139, 255, 0.9);
}
.ctl-progress::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: #1a2138;
}
.ctl-volume {
  flex: 0 1 74px;
  min-width: 56px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: #1a2138;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.ctl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(94, 211, 240, 0.85);
}
.ctl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--cyan);
}
.detail-strip {
  border-top: 1px solid var(--line-soft);
  padding-top: 11px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 6px 14px;
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  padding: 3px 0;
  border-bottom: 1px dotted rgba(92, 100, 128, 0.28);
}
.detail-item dt {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--text-faint);
}
.detail-item dd {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text);
  min-width: 0;
  overflow-wrap: anywhere;
}
.section-heading {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #e6e2ff;
  padding-left: 10px;
  border-left: 3px solid var(--neon);
  line-height: 1.25;
  margin-bottom: 10px;
}
.cast-panel {
  border-top: 1px solid var(--line-soft);
  padding-top: 13px;
}
.cast-stack {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.cast-member {
  flex: 0 0 auto;
}
.cast-avatar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 62px;
  padding: 4px 2px;
  border-radius: var(--radius);
  transition: background 0.16s ease;
}
.cast-avatar:hover, .cast-avatar:focus-visible {
  background: rgba(111, 91, 214, 0.16);
}
.avatar-ring {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #ece8ff;
  background: radial-gradient(circle at 34% 28%, #2a3260, #10142a 72%);
  box-shadow:
    0 0 0 2px rgba(169, 139, 255, 0.55),
    0 0 14px rgba(111, 91, 214, 0.5);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.cast-avatar:hover .avatar-ring, .cast-avatar:focus-visible .avatar-ring {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 2px rgba(169, 139, 255, 0.9),
    0 0 22px rgba(169, 139, 255, 0.75);
}
.cast-name {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  white-space: nowrap;
}
.cast-relation-net {
  margin-top: 11px;
  padding: 9px 10px;
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--neon-soft);
  border-radius: var(--radius);
  background: rgba(9, 12, 24, 0.6);
}
.relation-hint {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--text-faint);
  margin-bottom: 6px;
}
.relation-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 3px 16px;
}
.relation-node {
  position: relative;
  font-size: 12px;
  color: var(--text-dim);
  padding-left: 12px;
  line-height: 1.7;
}
.relation-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 7px rgba(94, 211, 240, 0.9);
}
.synopsis-panel {
  border-top: 1px solid var(--line-soft);
  padding-top: 13px;
}
.synopsis-body {
  column-gap: 26px;
  column-rule: 1px solid var(--line-soft);
}
.synopsis-para {
  font-size: 13px;
  line-height: 1.82;
  color: #b6bdd4;
  margin-bottom: 8px;
  break-inside: avoid;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.synopsis-para::first-letter {
  color: var(--neon);
}
.timeline-panel, .episodes-panel, .comments-panel, .rec-region {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding-left: 16px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(169, 139, 255, 0.75),
    rgba(94, 211, 240, 0.4) 55%,
    rgba(29, 36, 64, 0.9)
  );
}
.timeline-node {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: baseline;
  gap: 4px 10px;
  padding: 6px 0 6px 14px;
  border-bottom: 1px solid rgba(29, 36, 64, 0.55);
}
.timeline-node:last-child {
  border-bottom: 0;
}
.node-dot {
  position: absolute;
  left: -16px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow:
    0 0 0 2px rgba(5, 7, 15, 1),
    0 0 10px rgba(169, 139, 255, 0.95),
    0 0 22px rgba(169, 139, 255, 0.5);
}
.node-time {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cyan);
  white-space: nowrap;
}
.node-label {
  font-size: 12.5px;
  color: var(--text);
  line-height: 1.6;
  min-width: 0;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 10px 10px;
  border: 1px solid var(--line);
  border-left: 2px solid rgba(111, 91, 214, 0.55);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(17, 23, 48, 0.72), rgba(10, 14, 28, 0.86));
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}
.episode-card:hover, .episode-card:focus-within {
  border-color: rgba(169, 139, 255, 0.6);
  border-left-color: var(--neon);
  background: linear-gradient(180deg, rgba(28, 32, 66, 0.85), rgba(12, 16, 32, 0.92));
  transform: translateY(-1px);
}
.ep-number {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--neon);
}
.ep-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #eeebff;
  line-height: 1.3;
}
.ep-summary {
  font-size: 11.5px;
  line-height: 1.62;
  color: var(--text-faint);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.22s ease, opacity 0.22s ease, margin 0.22s ease;
}
.episode-card:hover .ep-summary, .episode-card:focus-within .ep-summary {
  max-height: 140px;
  opacity: 1;
  margin-top: 2px;
  color: #a9b2cc;
}
.ep-duration {
  margin-top: auto;
  padding-top: 4px;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--text-faint);
  border-top: 1px solid rgba(29, 36, 64, 0.6);
}
.comment-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.comment-column {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.comment-card {
  padding: 8px 10px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(13, 18, 36, 0.72);
  break-inside: avoid;
}
.comment-nick {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cyan);
  margin-bottom: 3px;
}
.comment-nick::before {
  content: "◆";
  font-size: 8px;
  margin-right: 5px;
  color: var(--neon);
  vertical-align: 1px;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.7;
  color: #b8bfd6;
}
.rec-region {
  min-width: 0;
}
.rec-heading {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #e6e2ff;
  padding-left: 10px;
  border-left: 3px solid var(--cyan);
  line-height: 1.25;
  margin-bottom: 9px;
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 8px;
  align-items: start;
}
.rec-item {
  min-width: 0;
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  padding: 6px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(11, 15, 30, 0.72);
  color: var(--text-dim);
  text-decoration: none;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}
a[data-runtime="recommendation"]:hover, a[data-runtime="recommendation"]:focus-visible {
  border-color: rgba(169, 139, 255, 0.55);
  background: rgba(24, 28, 58, 0.85);
  transform: translateY(-1px);
  text-decoration: none;
}
a[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  background: #060912;
  filter: saturate(0.82) contrast(1.05) brightness(0.9);
}
a[data-runtime="recommendation"] [data-runtime="name"] {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e4e0ff;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
a[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 10.5px;
  line-height: 1.55;
  color: var(--text-faint);
  overflow-wrap: anywhere;
}
.site-footer {
  margin-top: 8px;
  border-top: 1px solid var(--line);
  background: rgba(4, 6, 13, 0.9);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #b9c1dc;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--neon);
  border-bottom-color: var(--neon);
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
}
.friend-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--text-faint);
  padding-right: 8px;
  border-right: 1px solid var(--line);
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: var(--text-dim);
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-faint);
  max-width: 92ch;
  padding-top: 6px;
  border-top: 1px solid var(--line-soft);
}
@media (min-width: 760px) {.synopsis-body {
    columns: 2;
  }
.timeline-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 26px;
    padding-left: 16px;
  }
.timeline-list::before {
    left: 4px;
  }
.timeline-node {
    padding-left: 12px;
  }}
@media (min-width: 960px) {.page-main {
    padding: 20px 22px 34px;
    gap: 26px;
  }
.movie-overview {
    padding: 20px 20px 16px;
    gap: 16px;
  }
.overview-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }
.hero-figure {
    max-width: none;
  }
.episode-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.timeline-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.rec-region {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }
.rec-region .rec-heading {
    margin-bottom: 0;
    padding-top: 2px;
  }
.rec-list {
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
  }}
@media (min-width: 1180px) {.overview-main {
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.rec-region {
    grid-template-columns: 210px minmax(0, 1fr);
  }}
@media (max-width: 720px) {.header-inner {
    gap: 10px;
    padding: 8px 14px;
  }
a[data-contract="site-name"] {
    font-size: 15px;
    letter-spacing: 0.16em;
  }
.page-main {
    padding: 12px 13px 24px;
    gap: 18px;
  }
.movie-overview {
    padding: 13px 12px 12px;
  }
.movie-title {
    font-size: clamp(22px, 7vw, 30px);
  }
.hero-figure {
    max-width: 280px;
  }
.episode-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 7px;
  }
.ep-summary {
    max-height: 140px;
    opacity: 1;
    color: #a0a9c4;
  }
.comment-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-list {
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
  }
.timeline-node {
    grid-template-columns: 56px minmax(0, 1fr);
  }}
@media (max-width: 440px) {.detail-list {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  }
.cast-avatar {
    width: 56px;
  }
.avatar-ring {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
.rec-list {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  }
.ctl {
    font-size: 11px;
    padding: 4px 7px;
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !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}
