:root {
  --ink-black: #120d09;
  --ink-deep: #1c130c;
  --ledger-brown: #2b1d12;
  --ledger-panel: #342415;
  --tea-brown: #4a3venue;
  --tea-brown: #4a3320;
  --camel: #8a6a3e;
  --camel-light: #b08d55;
  --ochre: #9c6b2f;
  --umber: #5a3a1c;
  --dark-red: #6e2418;
  --dark-red-deep: #4a1710;
  --cold-blue: #6c7f92;
  --cold-blue-dim: #4a5a6a;
  --paper: #d9c49a;
  --paper-dim: #b8a077;
  --paper-faint: #8f7a55;
  --font-song: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  --font-kai: "Kaiti SC", "STKaiti", "KaiTi", "Noto Serif CJK SC", serif;
  --gap-tight: 6px;
  --gap-narrow: 10px;
  --gap-module: 14px;
  --radius-soft: 3px;
  --shadow-deep: 0 4px 18px rgba(0, 0, 0, 0.68);
  --shadow-inset: inset 0 0 40px rgba(0, 0, 0, 0.55);
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: var(--ink-black);
  background-image:
    radial-gradient(ellipse 120% 60% at 50% 0%, rgba(140, 100, 52, 0.18), transparent 70%),
    radial-gradient(ellipse 90% 50% at 50% 100%, rgba(90, 58, 28, 0.22), transparent 72%),
    linear-gradient(180deg, #1a120b 0%, #120d09 40%, #0e0a06 100%);
  color: var(--paper);
  font-family: var(--font-song);
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.25;
}
button, input, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
}
.page-shell {
  width: 100%;
}
.page-shell--ledger {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 14px 18px;
  position: relative;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, transparent 6%, transparent 94%, rgba(0, 0, 0, 0.35) 100%);
}
.page-main {
  display: block;
}
.site-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--gap-narrow);
  padding: 10px 2px 8px;
  border-bottom: 1px solid rgba(176, 141, 85, 0.28);
}
.ledger-header {
  background-image: linear-gradient(180deg, rgba(74, 51, 32, 0.35), transparent);
}
.site-header__brand {
  flex: 0 0 auto;
}
.site-header__sitename {
  font-family: var(--font-kai);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--paper);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8), 0 0 14px rgba(156, 107, 47, 0.35);
}
a[data-contract="site-name"] {
  color: var(--paper);
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: var(--camel-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-header__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.runtime-category {
  white-space: nowrap;
  font-size: 12px;
  font-family: var(--font-kai);
  color: var(--paper-dim);
  padding: 2px 1px;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
a.runtime-category {
  color: var(--paper-dim);
  text-decoration: none;
}
a.runtime-category:hover {
  color: var(--ochre);
  border-bottom-color: var(--ochre);
}
.hero-panel {
  position: relative;
  margin-top: var(--gap-module);
  border: 1px solid rgba(139, 106, 62, 0.35);
  border-radius: var(--radius-soft);
  overflow: hidden;
  background: var(--ledger-brown);
  box-shadow: var(--shadow-deep);
}
.hero-panel--oil-lamp {
  background-image:
    linear-gradient(180deg, rgba(28, 19, 12, 0.9) 0%, rgba(43, 29, 18, 0.94) 100%);
}
.hero-panel__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.hero-panel__lamp-glow {
  position: absolute;
  top: -18%;
  left: 42%;
  width: 60%;
  height: 90%;
  background: radial-gradient(
    ellipse at center,
    rgba(224, 168, 84, 0.42) 0%,
    rgba(184, 128, 56, 0.22) 34%,
    rgba(120, 78, 30, 0.08) 58%,
    transparent 76%
  );
  filter: blur(2px);
  mix-blend-mode: screen;
}
.hero-panel__sand-layer {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  height: 46%;
}
.hero-panel__sand-layer--ochre {
  background: linear-gradient(180deg, transparent 0%, rgba(156, 107, 47, 0.34) 55%, rgba(120, 78, 30, 0.5) 100%);
  transform: skewY(-2.4deg);
  transform-origin: left bottom;
}
.hero-panel__sand-layer--umber {
  height: 30%;
  background: linear-gradient(180deg, transparent 0%, rgba(90, 58, 28, 0.55) 60%, rgba(28, 19, 12, 0.85) 100%);
  transform: skewY(2.8deg);
  transform-origin: right bottom;
}
.hero-panel__porters-silhouette {
  position: absolute;
  right: 4%;
  bottom: 6%;
  width: 46%;
  height: 62%;
  opacity: 0.85;
}
.hero-panel__porter {
  position: absolute;
  bottom: 0;
  width: 9px;
  height: 54px;
  background: linear-gradient(180deg, #050302 0%, #120c07 100%);
  border-radius: 40% 40% 18% 18%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}
.hero-panel__porter::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  background: #050302;
  border-radius: 50%;
}
.hero-panel__porter::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 20px;
  height: 4px;
  transform: translateX(-50%) rotate(-3deg);
  background: #0a0603;
  border-radius: 2px;
}
.hero-panel__porter--one {
  left: 12%;
  height: 50px;
}
.hero-panel__porter--two {
  left: 44%;
  height: 56px;
}
.hero-panel__porter--three {
  left: 76%;
  height: 48px;
}
.hero-panel__carrying-pole {
  position: absolute;
  left: 6%;
  right: 2%;
  bottom: 52px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #0d0805 8%, #1a1009 50%, #0d0805 92%, transparent 100%);
  border-radius: 2px;
  transform: rotate(-1.2deg);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}
.hero-panel__ledger-page {
  position: relative;
  z-index: 1;
  padding: 18px 16px 20px;
  background-image:
    linear-gradient(180deg, rgba(217, 196, 154, 0.07) 0%, rgba(217, 196, 154, 0.03) 40%, rgba(28, 19, 12, 0.4) 100%),
    repeating-linear-gradient(
      180deg,
      rgba(217, 196, 154, 0.05) 0px,
      rgba(217, 196, 154, 0.05) 1px,
      transparent 1px,
      transparent 26px
    );
  border-radius: var(--radius-soft);
}
.hero-panel__page-curl {
  position: absolute;
  left: 0;
  right: 0;
  height: 26px;
  pointer-events: none;
}
.hero-panel__page-curl--top {
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.16) 40%, transparent 100%);
  border-radius: var(--radius-soft) var(--radius-soft) 0 0;
}
.hero-panel__page-curl--bottom {
  bottom: 0;
  height: 34px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 46%, transparent 100%);
  border-radius: 0 0 var(--radius-soft) var(--radius-soft);
}
.hero-panel__ink-smear {
  position: absolute;
  top: 12%;
  right: 8%;
  width: 130px;
  height: 80px;
  background: radial-gradient(ellipse at 40% 50%, rgba(20, 12, 6, 0.5) 0%, rgba(20, 12, 6, 0.16) 45%, transparent 72%);
  filter: blur(3px);
  pointer-events: none;
  z-index: 0;
}
.movie-unit {
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  gap: 14px 18px;
  align-content: start;
  background: transparent;
}
.movie-unit__poster-wrap {
  grid-row: 1 / span 2;
  align-self: start;
}
.media-frame {
  display: block;
  border: 1px solid rgba(139, 106, 62, 0.4);
  border-radius: var(--radius-soft);
  background: var(--ink-deep);
  overflow: hidden;
}
.media-frame--poster {
  aspect-ratio: 2 / 3;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.7);
}
.movie-unit__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.32) contrast(1.06) brightness(0.82) saturate(0.9);
}
.movie-unit__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-content: start;
}
.movie-unit__title {
  font-family: var(--font-kai);
  font-size: 26px;
  letter-spacing: 0.1em;
  color: var(--paper);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8), 0 0 20px rgba(156, 107, 47, 0.3);
}
.movie-unit__tagline {
  font-family: var(--font-kai);
  font-size: 13px;
  color: var(--camel-light);
  letter-spacing: 0.06em;
  padding-left: 10px;
  border-left: 2px solid var(--dark-red);
}
.movie-unit__seo {
  font-size: 12px;
  line-height: 1.6;
  color: var(--paper-faint);
  text-align: justify;
}
.movie-unit__synopsis {
  margin-top: 2px;
}
.section-heading {
  font-family: var(--font-kai);
  font-size: 15px;
  letter-spacing: 0.14em;
  color: var(--camel-light);
  padding: 0 0 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(139, 106, 62, 0.3);
}
.section-heading--ink {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.synopsis-body__para {
  font-family: var(--font-song);
  font-size: 12px;
  line-height: 1.62;
  color: var(--paper-dim);
  text-align: justify;
  text-indent: 2em;
}
.movie-unit__episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  margin-top: 2px;
  padding: 5px 9px;
  font-size: 12px;
  background: rgba(74, 51, 32, 0.4);
  border-left: 3px solid var(--dark-red);
  border-radius: 0 var(--radius-soft) var(--radius-soft) 0;
}
.episode-status__label {
  color: var(--paper-faint);
  font-family: var(--font-kai);
}
.episode-status__total {
  font-family: var(--font-kai);
  font-weight: 700;
  font-size: 15px;
  color: var(--camel-light);
}
.episode-status__sep {
  color: var(--paper-faint);
}
.episode-status__current {
  font-family: var(--font-kai);
  font-weight: 700;
  font-size: 15px;
  color: var(--ochre);
  text-shadow: 0 0 10px rgba(156, 107, 47, 0.4);
}
.movie-unit__details {
  margin-top: 2px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 16px;
}
.detail-list__row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 2px 0;
  border-bottom: 1px dotted rgba(139, 106, 62, 0.24);
}
.detail-list__term {
  flex: 0 0 60px;
  font-family: var(--font-kai);
  font-size: 12px;
  color: var(--paper-faint);
}
.detail-list__desc {
  flex: 1 1 auto;
  font-size: 12px;
  color: var(--paper-dim);
}
.movie-unit__cast {
  grid-column: 1 / -1;
  margin-top: 6px;
}
.cast-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-content: start;
}
.cast-strip__card {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 9px 4px 4px;
  background: rgba(74, 51, 32, 0.34);
  border: 1px solid rgba(139, 106, 62, 0.26);
  border-radius: 40px;
  flex: 0 0 auto;
}
.cast-strip__avatar {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #1a1009;
  background-image:
    radial-gradient(circle at 50% 34%, rgba(176, 141, 85, 0.5), transparent 62%),
    linear-gradient(160deg, #2b1d12 0%, #0e0905 100%);
  filter: brightness(0.72) sepia(0.4);
  border: 1px solid rgba(139, 106, 62, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.85);
}
.cast-strip__name {
  font-family: var(--font-kai);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--paper-dim);
  white-space: nowrap;
}
.movie-unit__player-wrap {
  grid-column: 1 / -1;
  margin-top: 8px;
  border: 1px solid rgba(139, 106, 62, 0.32);
  border-radius: var(--radius-soft);
  background: #0c0805;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}
.player-shell {
  display: block;
  width: 100%;
}
.player-shell__frame {
  width: 100%;
  background: #000;
  position: relative;
}
.player-shell__video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
  filter: sepia(0.14) brightness(0.94);
}
.player-shell__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 7px;
  padding: 6px 8px;
  background: linear-gradient(180deg, rgba(43, 29, 18, 0.96), rgba(20, 13, 8, 0.96));
  border-top: 1px solid rgba(139, 106, 62, 0.28);
}
.player-btn {
  font-family: var(--font-kai);
  font-size: 11px;
  color: var(--paper-dim);
  padding: 3px 9px;
  border: 1px solid rgba(139, 106, 62, 0.4);
  border-radius: 2px;
  background: rgba(74, 51, 32, 0.4);
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s, background-color 0.15s;
}
.player-btn:hover {
  color: var(--camel-light);
  border-color: var(--ochre);
}
.player-btn.is-active {
  color: var(--ink-black);
  background: var(--ochre);
  border-color: var(--camel-light);
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: rgba(139, 106, 62, 0.35);
  outline: none;
  cursor: pointer;
}
.player-range--progress {
  flex: 1 1 140px;
  min-width: 80px;
}
.player-range--volume {
  flex: 0 1 74px;
  min-width: 50px;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--camel-light);
  border: 1px solid var(--ochre);
  box-shadow: 0 0 6px rgba(156, 107, 47, 0.6);
}
.player-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--camel-light);
  border: 1px solid var(--ochre);
  box-shadow: 0 0 6px rgba(156, 107, 47, 0.6);
}
.player-select {
  font-family: var(--font-kai);
  font-size: 11px;
  color: var(--paper-dim);
  background: rgba(43, 29, 18, 0.9);
  border: 1px solid rgba(139, 106, 62, 0.4);
  border-radius: 2px;
  padding: 3px 5px;
  cursor: pointer;
}
.player-shell.is-lights-off {
  box-shadow: 0 0 0 200vmax rgba(0, 0, 0, 0.88);
  z-index: 60;
  position: relative;
}
.player-shell.is-theater {
  border-color: var(--ochre);
}
.player-shell.is-fullscreen {
  width: 100%;
  height: 100%;
  background: #000;
}
.player-shell.is-fullscreen .player-shell__video {
  height: calc(100vh - 44px);
  object-fit: contain;
}
.timeline-section {
  margin-top: var(--gap-module);
}
.timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 2px 12px;
  border-top: 1px solid rgba(139, 106, 62, 0.22);
  border-bottom: 1px solid rgba(139, 106, 62, 0.22);
  background-image: linear-gradient(180deg, rgba(74, 51, 32, 0.22), transparent 40%, rgba(28, 19, 12, 0.3));
  scrollbar-width: thin;
  scrollbar-color: var(--camel) rgba(28, 19, 12, 0.6);
}
.timeline-scroll::-webkit-scrollbar {
  height: 7px;
}
.timeline-scroll::-webkit-scrollbar-track {
  background: rgba(28, 19, 12, 0.6);
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: var(--camel);
  border-radius: 4px;
}
.timeline-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: max-content;
  position: relative;
  padding: 0 4px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(139, 106, 62, 0.5) 4%, rgba(139, 106, 62, 0.5) 96%, transparent);
}
.timeline-node {
  position: relative;
  flex: 0 0 auto;
  width: 176px;
  padding: 34px 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.timeline-node__bead {
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--camel);
  box-shadow: 0 0 8px rgba(156, 107, 47, 0.5);
}
.timeline-node__bead--abacus {
  width: 20px;
  height: 14px;
  border-radius: 50% / 42%;
  top: 7px;
  left: -2px;
  background: radial-gradient(ellipse at 40% 35%, var(--camel-light) 0%, var(--ochre) 45%, var(--umber) 100%);
  border: 1px solid rgba(217, 196, 154, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7), inset 0 -2px 3px rgba(0, 0, 0, 0.5);
}
.timeline-node__timecode {
  font-family: var(--font-kai);
  font-size: 12px;
  font-weight: 700;
  color: var(--ochre);
  letter-spacing: 0.04em;
}
.timeline-node__label {
  font-size: 12px;
  line-height: 1.5;
  color: var(--paper-dim);
  border-left: 2px solid rgba(139, 106, 62, 0.4);
  padding-left: 8px;
}
.episodes-section {
  margin-top: var(--gap-module);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 14px;
}
.episode-cell {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 6px 8px;
  background: rgba(74, 51, 32, 0.22);
  border-left: 2px solid rgba(139, 106, 62, 0.4);
  border-radius: 0 var(--radius-soft) var(--radius-soft) 0;
  transition: background-color 0.15s, border-color 0.15s;
}
.episode-cell:hover {
  background: rgba(74, 51, 32, 0.42);
  border-left-color: var(--dark-red);
}
.episode-cell__number {
  flex: 0 0 42px;
  font-family: var(--font-kai);
  font-size: 13px;
  font-weight: 700;
  color: var(--camel-light);
  letter-spacing: 0.02em;
  padding-top: 1px;
}
.episode-cell__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.episode-cell__title {
  font-family: var(--font-kai);
  font-size: 13px;
  color: var(--paper);
  letter-spacing: 0.03em;
}
.episode-cell__summary {
  font-size: 11.5px;
  line-height: 1.48;
  color: var(--paper-faint);
}
.episode-cell__duration {
  font-size: 11px;
  color: var(--cold-blue);
  letter-spacing: 0.04em;
}
.comments-section {
  margin-top: var(--gap-module);
}
.comment-masonry {
  columns: 2;
  column-gap: 12px;
}
.comment-card {
  break-inside: avoid;
  margin: 0 0 8px;
  padding: 7px 10px 8px;
  background: linear-gradient(180deg, rgba(74, 51, 32, 0.36), rgba(43, 29, 18, 0.28));
  border: 1px solid rgba(139, 106, 62, 0.22);
  border-radius: var(--radius-soft);
  display: block;
}
.comment-card__nickname {
  font-family: var(--font-kai);
  font-size: 12px;
  color: var(--camel-light);
  margin-bottom: 3px;
  letter-spacing: 0.04em;
}
.comment-card__text {
  font-size: 12px;
  line-height: 1.55;
  color: var(--paper-dim);
  text-align: justify;
}
.recommend-region {
  margin-top: var(--gap-module);
  padding: 9px 10px 10px;
  background: rgba(43, 29, 18, 0.42);
  border: 1px solid rgba(139, 106, 62, 0.2);
  border-radius: var(--radius-soft);
}
.recommend-region--one {
  border-left: 3px solid var(--dark-red);
}
.recommend-region--two {
  border-left: 3px solid var(--ochre);
}
.recommend-region--three {
  border-left: 3px solid var(--cold-blue-dim);
}
.recommend-region__title {
  font-size: 14px;
  margin-bottom: 7px;
}
.recommend-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 12px;
  align-items: start;
}
.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 5px;
  background: rgba(28, 19, 12, 0.5);
  border: 1px solid rgba(139, 106, 62, 0.22);
  border-radius: var(--radius-soft);
  transition: border-color 0.15s, background-color 0.15s;
}
a.recommend-item {
  color: var(--paper-dim);
  text-decoration: none;
}
a.recommend-item:hover {
  border-color: var(--ochre);
  background: rgba(74, 51, 32, 0.5);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  background: #0e0905;
  filter: sepia(0.28) brightness(0.8) contrast(1.05);
}
.recommend-item__name {
  font-family: var(--font-kai);
  font-size: 12px;
  font-weight: 700;
  color: var(--paper);
  letter-spacing: 0.03em;
  line-height: 1.35;
}
.recommend-item__blurb {
  font-size: 11px;
  line-height: 1.45;
  color: var(--paper-faint);
}
.site-footer {
  margin-top: var(--gap-module);
  padding-top: 10px;
  border-top: 1px solid rgba(139, 106, 62, 0.3);
}
.ledger-footer {
  background-image: linear-gradient(180deg, transparent, rgba(28, 19, 12, 0.6));
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px 18px;
}
.site-footer__disclaimer {
  flex: 1 1 320px;
  font-size: 11px;
  line-height: 1.55;
  color: var(--paper-faint);
}
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  flex: 0 0 auto;
}
.site-footer__nav a {
  font-family: var(--font-kai);
  font-size: 12px;
  color: var(--paper-dim);
  white-space: nowrap;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--paper-dim);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--ochre);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer__friend-links {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 12px;
  padding-top: 6px;
  border-top: 1px dotted rgba(139, 106, 62, 0.22);
}
.friend-links__label {
  font-family: var(--font-kai);
  font-size: 11px;
  color: var(--paper-faint);
  white-space: nowrap;
}
.runtime-friend-link {
  font-size: 11px;
  color: var(--cold-blue);
  white-space: nowrap;
}
a.runtime-friend-link {
  color: var(--cold-blue);
  text-decoration: none;
}
a.runtime-friend-link:hover {
  color: var(--camel-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 900px) {.movie-unit {
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
    gap: 12px 14px;
  }
.recommend-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 720px) {.movie-unit {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.movie-unit__poster-wrap {
    grid-row: auto;
    justify-self: start;
    width: 46%;
    max-width: 200px;
    min-width: 140px;
  }
.movie-unit__title {
    font-size: 22px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-masonry {
    columns: 1;
  }
.recommend-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-node {
    width: 150px;
  }}
@media (max-width: 520px) {.page-shell--ledger {
    padding: 0 10px 14px;
  }
.site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
.site-header__categories {
    justify-content: flex-start;
  }
.movie-unit__poster-wrap {
    width: 60%;
    min-width: 120px;
  }
.movie-unit__title {
    font-size: 20px;
  }
.recommend-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-strip {
    gap: 5px;
  }
.player-shell__controls {
    gap: 4px 5px;
    padding: 5px 6px;
  }
.player-range--progress {
    flex: 1 1 100%;
    order: -1;
  }
.site-footer__inner {
    flex-direction: column;
  }}

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}
