:root {
  --film-brown: #2a1d14;
  --film-brown-2: #3a2a1c;
  --film-brown-3: #4d3826;
  --oxide-green: #4a5c46;
  --oxide-green-dim: #38452f;
  --tungsten: #e8b567;
  --tungsten-dim: #c99a4e;
  --amber-glow: #f0b862;
  --signal-red: #c8452f;
  --ink: #16100b;
  --ink-2: #1e1610;
  --paper: #d9cbb4;
  --paper-dim: #a99a82;
  --paper-faint: #7a6d59;
  --rule: #4a3a28;
  --rule-soft: #362819;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: var(--ink);
  background-image:
    radial-gradient(ellipse at 18% 8%, rgba(232, 181, 103, 0.07), transparent 42%),
    radial-gradient(ellipse at 88% 92%, rgba(74, 92, 70, 0.09), transparent 46%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.012) 0px,
      rgba(255, 255, 255, 0.012) 1px,
      transparent 1px,
      transparent 3px
    );
  color: var(--paper);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
h1, h2, h3, p, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: var(--tungsten);
  text-decoration: none;
}
a:hover {
  color: var(--amber-glow);
}
button, input {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  padding: 0.55rem 1.1rem;
  background: linear-gradient(180deg, #241a11, #1a120b);
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 1px 0 rgba(232, 181, 103, 0.06) inset, 0 6px 18px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 20;
}
.header-bar {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  flex: 0 1 auto;
  min-width: 0;
}
.site-brand {
  font-family: "Arial Narrow", "Helvetica Neue Condensed", "PingFang SC", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--tungsten);
  text-decoration: none;
  text-shadow: 0 0 12px rgba(232, 181, 103, 0.35);
  white-space: nowrap;
}
.site-brand::before {
  content: "◉";
  margin-right: 0.4rem;
  font-size: 0.7em;
  color: var(--signal-red);
  vertical-align: 0.1em;
}
a[data-contract="site-name"] {
  color: var(--tungsten);
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: var(--amber-glow);
  text-decoration: none;
}
.header-note {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--paper-faint);
  white-space: nowrap;
  text-transform: uppercase;
}
.header-note::before {
  content: "— ";
  color: var(--rule);
}
.categories-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.45rem;
  margin-left: auto;
  min-width: 0;
}
.runtime-category, a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  padding: 0.18rem 0.55rem;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--paper-dim);
  text-decoration: none;
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  background: rgba(232, 181, 103, 0.04);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover {
  color: var(--amber-glow);
  border-color: var(--tungsten-dim);
  background: rgba(232, 181, 103, 0.1);
  text-decoration: none;
}
.page-main {
  display: block;
  padding: 0.9rem 1.1rem 1.4rem;
  max-width: 1320px;
  margin: 0 auto;
}
.block-heading {
  font-family: "Arial Narrow", "Helvetica Neue Condensed", "PingFang SC", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--tungsten);
  padding-bottom: 0.3rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.block-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 3.2rem;
  height: 1px;
  background: var(--signal-red);
}
section {
  margin-bottom: 1.15rem;
}
.film-hero {
  background: linear-gradient(160deg, #241a12 0%, #1b130c 60%, #171008 100%);
  border: 1px solid var(--rule-soft);
  border-radius: 3px;
  padding: 0.95rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.55);
}
.film-hero::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 30%;
  width: 42%;
  height: 120%;
  background: linear-gradient(
    95deg,
    transparent 0%,
    rgba(240, 184, 98, 0.09) 45%,
    rgba(240, 184, 98, 0.16) 52%,
    rgba(240, 184, 98, 0.06) 60%,
    transparent 100%
  );
  transform: rotate(8deg);
  pointer-events: none;
  filter: blur(2px);
}
.film-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 82% 18%, rgba(74, 92, 70, 0.16), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(200, 69, 47, 0.07), transparent 32%);
  pointer-events: none;
}
.hero-room {
  display: grid;
  grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  position: relative;
  z-index: 1;
}
.poster-column {
  min-width: 0;
}
.poster-frame {
  position: relative;
  width: 100%;
  padding: 5px;
  background: linear-gradient(150deg, #3d2c1d, #241a11);
  border: 1px solid var(--rule);
  border-radius: 2px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(232, 181, 103, 0.06);
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(232, 181, 103, 0.12);
  pointer-events: none;
}
.poster-plate {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  display: block;
  filter: sepia(0.28) contrast(1.05) saturate(0.85) brightness(0.92);
  background: #120c07;
}
.hero-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.film-title {
  font-family: "Arial Narrow", "Helvetica Neue Condensed", "PingFang SC", sans-serif;
  font-size: clamp(1.55rem, 3.6vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.12;
  color: #f2e3c8;
  text-shadow:
    0 0 18px rgba(240, 184, 98, 0.3),
    2px 0 0 rgba(200, 69, 47, 0.18),
    -2px 0 0 rgba(74, 92, 70, 0.22);
}
.film-tagline {
  font-size: 0.95rem;
  color: var(--tungsten-dim);
  letter-spacing: 0.04em;
  padding-left: 0.7rem;
  border-left: 2px solid var(--signal-red);
  line-height: 1.5;
}
.film-seo {
  font-size: 0.85rem;
  color: var(--paper-dim);
  line-height: 1.68;
  max-width: 62ch;
}
.player-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #0d0906;
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  transition: box-shadow 0.25s, border-color 0.25s;
}
.player-shell video {
  width: 100%;
  display: block;
  background: #000;
  border-radius: 1px;
}
.player-shell.is-playing {
  border-color: var(--tungsten-dim);
  box-shadow: 0 0 0 1px rgba(232, 181, 103, 0.25), 0 10px 30px rgba(0, 0, 0, 0.7);
}
.player-shell.is-theater {
  position: fixed;
  inset: 0;
  z-index: 90;
  border-radius: 0;
  border: none;
  padding: 0;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.player-shell.is-theater video {
  max-height: 100vh;
}
.player-shell.is-lights-dim {
  filter: brightness(0.82) contrast(1.05);
}
.player-shell.is-muted .ctrl-volume {
  opacity: 0.4;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.5rem;
  padding: 0.45rem 0.35rem 0.2rem;
  border-top: 1px solid var(--rule-soft);
  margin-top: 5px;
}
.ctrl-btn {
  flex: 0 0 auto;
  padding: 0.22rem 0.6rem;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  color: var(--paper-dim);
  background: rgba(232, 181, 103, 0.05);
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.ctrl-btn:hover, .ctrl-btn.is-active {
  color: var(--amber-glow);
  border-color: var(--tungsten-dim);
  background: rgba(232, 181, 103, 0.13);
}
.ctrl-progress {
  flex: 1 1 180px;
  min-width: 120px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, var(--tungsten-dim), var(--rule-soft));
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--signal-red);
  border: 1px solid var(--amber-glow);
  box-shadow: 0 0 6px rgba(200, 69, 47, 0.7);
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid var(--amber-glow);
  border-radius: 50%;
  background: var(--signal-red);
}
.ctrl-volume {
  flex: 0 1 90px;
  min-width: 60px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: var(--rule-soft);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--oxide-green);
  border: 1px solid var(--tungsten-dim);
}
.ctrl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 1px solid var(--tungsten-dim);
  border-radius: 50%;
  background: var(--oxide-green);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.status-chip {
  display: inline-block;
  padding: 0.18rem 0.6rem;
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  color: var(--paper-dim);
  background: rgba(74, 92, 70, 0.16);
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  white-space: nowrap;
}
.status-current {
  color: #f2e3c8;
  background: rgba(232, 181, 103, 0.14);
  border-color: var(--tungsten-dim);
  box-shadow: inset 0 0 0 1px rgba(240, 184, 98, 0.14);
}
.status-current::before {
  content: "●";
  margin-right: 0.35rem;
  font-size: 0.7em;
  color: var(--signal-red);
  vertical-align: 0.12em;
}
.cast-row {
  display: block;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.28rem;
  padding: 0.45rem 0.3rem;
  background: rgba(74, 92, 70, 0.1);
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  min-width: 0;
}
.cast-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 34% 28%, rgba(240, 184, 98, 0.5), transparent 55%),
    linear-gradient(145deg, var(--film-brown-3), var(--oxide-green-dim));
  border: 1px solid var(--tungsten-dim);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  position: relative;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 60%);
}
.cast-name {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #efe0c6;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
.cast-role {
  display: block;
  font-size: 0.68rem;
  color: var(--paper-faint);
  line-height: 1.35;
}
.synopsis-block {
  display: block;
}
.synopsis-paragraph {
  font-size: 0.85rem;
  line-height: 1.72;
  color: var(--paper-dim);
  margin-bottom: 0.45rem;
  padding-left: 0.65rem;
  border-left: 1px solid var(--rule);
}
.synopsis-paragraph:last-child {
  margin-bottom: 0;
}
.details-block {
  display: block;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.3rem 0.9rem;
}
.details-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.22rem 0.5rem;
  border-bottom: 1px dashed var(--rule-soft);
  font-size: 0.8rem;
  min-width: 0;
}
.details-row dt {
  color: var(--paper-faint);
  letter-spacing: 0.08em;
  flex: 0 0 auto;
}
.details-row dd {
  color: var(--paper);
  text-align: right;
  min-width: 0;
}
.timeline-section {
  padding: 0.7rem 0.95rem 0.95rem;
  background: linear-gradient(180deg, #1d150e, #171009);
  border: 1px solid var(--rule-soft);
  border-radius: 3px;
}
.timeline-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 0.7rem;
  position: relative;
  overflow-x: auto;
  padding: 0.85rem 0.1rem 0.3rem;
  scrollbar-width: thin;
  scrollbar-color: var(--rule) transparent;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  right: 0.1rem;
  top: calc(0.85rem + 6px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rule) 4%, var(--rule) 96%, transparent);
}
.timeline-node {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
  position: relative;
  padding-top: 0.2rem;
}
.node-time {
  font-family: "Arial Narrow", "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--tungsten-dim);
}
.node-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--signal-red);
  box-shadow: 0 0 0 3px rgba(200, 69, 47, 0.16), 0 0 8px rgba(200, 69, 47, 0.5);
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.node-label {
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--paper-dim);
  max-width: 22ch;
}
.timeline-node-last .node-dot {
  background: var(--oxide-green);
  box-shadow: 0 0 0 3px rgba(74, 92, 70, 0.2), 0 0 8px rgba(74, 92, 70, 0.6);
}
.timeline-node-last .node-time {
  color: var(--oxide-green);
}
.episodes-section {
  padding: 0.7rem 0.95rem 0.95rem;
  background: linear-gradient(180deg, #1b130d, #161009);
  border: 1px solid var(--rule-soft);
  border-radius: 3px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}
.episode-cell {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  padding: 0.5rem 0.6rem 0.55rem;
  background: rgba(74, 92, 70, 0.08);
  border: 1px solid var(--rule-soft);
  border-left: 3px solid var(--rule);
  border-radius: 2px;
  min-width: 0;
  transition: background 0.15s, border-color 0.15s;
}
.episode-cell:hover {
  background: rgba(74, 92, 70, 0.16);
}
.episode-cell-current {
  border-left-color: var(--signal-red);
  background: rgba(232, 181, 103, 0.09);
  box-shadow: inset 0 0 0 1px rgba(240, 184, 98, 0.1);
}
.episode-number {
  font-family: "Arial Narrow", "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--tungsten-dim);
}
.episode-cell-current .episode-number {
  color: var(--signal-red);
}
.episode-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #efe0c6;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.episode-summary {
  font-size: 0.75rem;
  line-height: 1.58;
  color: var(--paper-faint);
}
.episode-duration {
  margin-top: auto;
  padding-top: 0.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--oxide-green);
  align-self: flex-start;
}
.episode-duration::before {
  content: "▸ ";
  color: var(--rule);
}
.comments-section {
  padding: 0.7rem 0.95rem 0.95rem;
  background: linear-gradient(180deg, #1a130c, #150f09);
  border: 1px solid var(--rule-soft);
  border-radius: 3px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.45rem 0.6rem;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.014) 0px,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 4px
    ),
    rgba(74, 92, 70, 0.09);
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  min-width: 0;
}
.comment-card:nth-child(even) {
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.014) 0px,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 4px
    ),
    rgba(232, 181, 103, 0.06);
}
.comment-nick {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--tungsten);
}
.comment-nick::before {
  content: "◎ ";
  color: var(--oxide-green);
}
.comment-text {
  font-size: 0.79rem;
  line-height: 1.6;
  color: var(--paper-dim);
}
.rec-region {
  display: block;
  padding: 0.7rem 0.95rem 0.95rem;
  background: linear-gradient(180deg, #1c140d, #161009);
  border: 1px solid var(--rule-soft);
  border-radius: 3px;
}
.rec-region-1 {
  border-top: 2px solid var(--tungsten-dim);
}
.rec-region-2 {
  border-top: 2px solid var(--oxide-green);
}
.rec-region-3 {
  border-top: 2px solid var(--signal-red);
}
.rec-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}
.rec-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.5rem;
  row-gap: 0.1rem;
  padding: 0.35rem;
  background: rgba(74, 92, 70, 0.08);
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  color: var(--paper);
  text-decoration: none;
  min-width: 0;
  transition: background 0.15s, border-color 0.15s;
}
a.rec-item {
  color: var(--paper);
  text-decoration: none;
}
a.rec-item:hover {
  background: rgba(232, 181, 103, 0.1);
  border-color: var(--tungsten-dim);
  color: #f2e3c8;
  text-decoration: none;
}
.rec-item img, [data-runtime="recommendation"] img {
  grid-row: 1 / span 2;
  width: 58px;
  height: 82px;
  object-fit: cover;
  border-radius: 1px;
  background: #120c07;
  filter: sepia(0.22) brightness(0.9) saturate(0.85);
}
.rec-name {
  font-size: 0.79rem;
  font-weight: 600;
  color: #efe0c6;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-width: 0;
}
.rec-blurb {
  font-size: 0.69rem;
  line-height: 1.45;
  color: var(--paper-faint);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-width: 0;
}
.site-footer {
  margin-top: 0.8rem;
  padding: 0.9rem 1.1rem 1.3rem;
  background: linear-gradient(0deg, #140e08, #1a120b);
  border-top: 1px solid var(--rule);
  color: var(--paper-faint);
  font-size: 0.75rem;
}
.footer-disclaimer {
  max-width: 70ch;
  line-height: 1.65;
  color: var(--paper-faint);
  margin-bottom: 0.55rem;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  margin-bottom: 0.5rem;
}
.footer-nav a, a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--tungsten-dim);
  text-decoration: none;
  letter-spacing: 0.08em;
  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(--amber-glow);
  border-bottom-color: var(--signal-red);
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.28rem 0.55rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--rule-soft);
}
.friend-links-label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: var(--oxide-green);
  white-space: nowrap;
  margin-right: 0.25rem;
}
.runtime-friend-link, a.runtime-friend-link {
  display: inline-block;
  white-space: nowrap;
  padding: 0.1rem 0.45rem;
  font-size: 0.71rem;
  color: var(--paper-faint);
  text-decoration: none;
  background: rgba(74, 92, 70, 0.12);
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  transition: color 0.15s, border-color 0.15s;
}
a.runtime-friend-link:hover {
  color: var(--tungsten);
  border-color: var(--oxide-green);
  text-decoration: none;
}
@media (max-width: 1080px) {.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 900px) {.hero-room {
    grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.rec-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 760px) {body {
    font-size: 14.5px;
  }
.page-main {
    padding: 0.7rem 0.75rem 1.1rem;
  }
.site-header {
    padding: 0.5rem 0.75rem;
  }
.categories-strip {
    margin-left: 0;
    width: 100%;
  }
.hero-room {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
  }
.poster-column {
    max-width: 210px;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-column {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-auto-columns: minmax(140px, 1fr);
  }}
@media (max-width: 520px) {.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 0.6rem;
  }
.cast-avatar {
    width: 40px;
    height: 40px;
  }
.cast-name, .cast-role {
    text-align: left;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.ctrl-progress {
    flex: 1 1 100%;
    order: -1;
  }
.film-title {
    font-size: 1.5rem;
  }
.poster-column {
    max-width: 170px;
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !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}
