*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, h3, p, figure, dl, dd, ol, ul {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
button, input {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
:root {
  --ink: #0d1512;
  --ink-2: #10201b;
  --ink-3: #16261f;
  --panel: #13201b;
  --panel-2: #182b23;
  --green: #1d3a2f;
  --green-soft: #24463a;
  --grey: #b9c2bd;
  --grey-dim: #86948d;
  --paper: #e8ece9;
  --cold: #f2f7f4;
  --wine: #7d2230;
  --wine-bright: #a63243;
  --line: rgba(232, 236, 233, 0.14);
  --line-strong: rgba(232, 236, 233, 0.28);
  --torn: polygon(0 0, 100% 0, 100% calc(100% - 7px), 92% 100%, 74% calc(100% - 4px), 55% 100%, 33% calc(100% - 5px), 14% 100%, 0 calc(100% - 6px));
}
html {
  background: var(--ink);
}
body {
  min-height: 100vh;
  background:
    radial-gradient(120% 90% at 78% -10%, rgba(242, 247, 244, 0.09), transparent 55%),
    linear-gradient(180deg, #0b1310 0%, #0d1512 40%, #0b1210 100%);
  color: var(--grey);
  font-family: "Songti SC", "SimSun", "STSong", "Noto Serif CJK SC", serif;
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: 0.01em;
}
.page-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px 26px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(8, 16, 13, 0.98), rgba(11, 19, 16, 0.9));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 9px 16px;
}
a[data-contract="site-name"].brand {
  flex: 0 0 auto;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--cold);
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 3px solid var(--wine);
  line-height: 1.25;
}
.category-rail {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  min-width: 0;
}
.category-rail::-webkit-scrollbar {
  display: none;
}
a.runtime-category {
  flex: 0 0 auto;
  display: inline-block;
  padding: 3px 9px;
  white-space: nowrap;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--grey);
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(29, 58, 47, 0.4);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--cold);
  border-color: var(--wine-bright);
  background: rgba(125, 34, 48, 0.35);
}
.section-heading {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-stretch: condensed;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3em;
  color: var(--paper);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--line);
}
.section-heading::before {
  content: "";
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  background: var(--wine);
  clip-path: polygon(0 0, 100% 0, 100% 62%, 62% 100%, 0 100%);
}
.hero-door {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 0 6px;
  margin-top: 4px;
}
.hero-poster-door {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 14px 18px;
  align-content: start;
  padding: 16px 18px 18px;
  background: linear-gradient(150deg, #16261f 0%, #101d18 60%, #0c1613 100%);
  border: 1px solid var(--line);
  border-top: 3px solid var(--wine);
  box-shadow: 0 22px 46px -30px #000;
  clip-path: var(--torn);
  isolation: isolate;
}
.poster-frame {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #08100d;
  border: 1px solid var(--line-strong);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 10, 8, 0.72) 0%, rgba(4, 10, 8, 0.12) 34%, rgba(242, 247, 244, 0.14) 100%);
  pointer-events: none;
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.1) brightness(0.82);
}
.hero-overlay {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding-left: 14px;
  border-left: 1px solid var(--line);
}
.movie-title {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-stretch: condensed;
  font-size: clamp(24px, 3.4vw, 40px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0.05em;
  color: var(--cold);
  text-shadow: 0 0 26px rgba(242, 247, 244, 0.22), 0 2px 0 #000;
}
.movie-tagline {
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--wine-bright);
  padding: 3px 0 3px 10px;
  border-left: 2px solid var(--wine);
  font-style: italic;
}
.movie-seo {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--grey-dim);
  max-width: 46ch;
}
.hero-door-gap {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, rgba(242, 247, 244, 0.85), rgba(242, 247, 244, 0.34) 45%, rgba(242, 247, 244, 0) 100%);
  box-shadow: -12px 0 34px 4px rgba(242, 247, 244, 0.14);
  pointer-events: none;
  z-index: 3;
}
.cast-strip {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-width: 0;
  padding-left: 14px;
  border-left: 1px solid var(--line);
}
.cast-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: thin;
  scrollbar-color: var(--wine) transparent;
  -webkit-overflow-scrolling: touch;
}
.cast-track::-webkit-scrollbar {
  height: 4px;
}
.cast-track::-webkit-scrollbar-thumb {
  background: var(--wine);
}
.cast-card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 58px;
  text-align: center;
}
.cast-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(242, 247, 244, 0.34), transparent 58%),
    linear-gradient(160deg, #2b4a3d, #14231d);
  border: 1px solid var(--line-strong);
  box-shadow: 0 0 0 2px rgba(125, 34, 48, 0.28), inset 0 -6px 12px rgba(0, 0, 0, 0.5);
}
.cast-name {
  font-size: 11.5px;
  line-height: 1.3;
  color: var(--grey);
  letter-spacing: 0.04em;
}
.synopsis-panel {
  grid-column: 1;
  grid-row: 3;
  align-self: start;
  min-width: 0;
}
.synopsis-line {
  font-size: 13px;
  line-height: 1.74;
  color: var(--grey);
  padding: 3px 0 3px 10px;
  border-left: 1px solid var(--line);
}
.synopsis-line + .synopsis-line {
  margin-top: 4px;
}
.episode-status {
  grid-column: 1;
  grid-row: 4;
  align-self: start;
  min-width: 0;
}
.status-line {
  font-size: 12.5px;
  color: var(--grey);
  padding: 2px 0 2px 10px;
  border-left: 2px solid var(--wine);
  font-variant-numeric: tabular-nums;
}
.status-line + .status-line {
  margin-top: 3px;
  border-left-color: var(--line-strong);
  color: var(--grey-dim);
}
.details-panel {
  grid-column: 2;
  grid-row: 3 / span 2;
  align-self: start;
  min-width: 0;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dashed var(--line);
}
.detail-key {
  flex: 0 0 4.6em;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--grey-dim);
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  color: var(--paper);
}
.hero-side {
  min-width: 0;
  align-self: start;
  position: sticky;
  top: 52px;
}
.player-section {
  min-width: 0;
  padding: 14px 16px 16px;
  background: linear-gradient(180deg, #13211c, #0d1714);
  border: 1px solid var(--line);
  border-top: 3px solid var(--cold);
  box-shadow: 0 22px 44px -30px #000;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #000;
  border: 1px solid var(--line-strong);
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px var(--wine-bright), 0 0 60px -10px rgba(166, 50, 67, 0.5);
}
.player-shell.is-light-off {
  filter: brightness(0.72) contrast(1.06);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: #0a1310;
  border-top: 1px solid var(--line);
}
.player-btn {
  flex: 0 0 auto;
  padding: 4px 9px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--grey);
  background: rgba(29, 58, 47, 0.55);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.player-btn:hover, .player-btn:focus-visible {
  color: var(--cold);
  border-color: var(--wine-bright);
}
.player-btn.is-active {
  color: var(--cold);
  background: var(--wine);
  border-color: var(--wine-bright);
}
.player-btn.is-playing {
  color: var(--cold);
  border-color: var(--cold);
}
.player-btn.is-paused {
  color: var(--grey-dim);
}
.player-btn.is-muted {
  color: var(--wine-bright);
  border-color: var(--wine);
}
.player-progress, .player-volume {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: linear-gradient(90deg, var(--wine) 0%, var(--wine) 50%, rgba(232, 236, 233, 0.16) 50%);
  border: none;
  cursor: pointer;
  min-width: 0;
}
.player-progress {
  flex: 1 1 120px;
}
.player-volume {
  flex: 0 1 78px;
}
.player-progress::-webkit-slider-thumb, .player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: var(--cold);
  border: 1px solid var(--ink);
  cursor: pointer;
}
.player-progress::-moz-range-thumb, .player-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: var(--cold);
  border: 1px solid var(--ink);
  border-radius: 0;
  cursor: pointer;
}
.timeline-section {
  min-width: 0;
  padding-top: 4px;
}
.timeline-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.timeline-rail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wine), rgba(125, 34, 48, 0.06));
}
.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  padding: 8px 9px 9px;
  background: rgba(24, 43, 35, 0.5);
  border-left: 2px solid var(--line-strong);
  align-self: start;
}
.timeline-item::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -3px;
  width: 5px;
  height: 5px;
  background: var(--wine-bright);
}
.timeline-item-offset {
  margin-top: 20px;
  border-left-color: var(--wine);
  background: rgba(125, 34, 48, 0.16);
}
.timeline-timecode {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--wine-bright);
  font-variant-numeric: tabular-nums;
}
.timeline-label {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--paper);
}
.episodes-section {
  min-width: 0;
  padding-top: 4px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 10px 11px 11px;
  background: rgba(19, 32, 27, 0.85);
  border: 1px solid var(--line);
  border-left: 3px solid var(--green-soft);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.episode-card:hover {
  background: rgba(24, 43, 35, 0.95);
  border-left-color: var(--cold);
}
.episode-number {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--grey-dim);
}
.episode-title {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-stretch: condensed;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: var(--cold);
}
.episode-summary {
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 1.62;
  color: var(--grey);
}
.episode-duration {
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--grey-dim);
  font-variant-numeric: tabular-nums;
  padding-top: 4px;
  border-top: 1px dashed var(--line);
}
.episode-card-active, .episode-card.is-selected {
  border-color: var(--wine-bright);
  border-left-color: var(--wine-bright);
  background: rgba(125, 34, 48, 0.2);
}
.episode-card-active .episode-number, .episode-card.is-selected .episode-number {
  color: var(--wine-bright);
}
.comments-section {
  min-width: 0;
  padding-top: 4px;
}
.comments-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 9px 11px;
  background: rgba(19, 32, 27, 0.7);
  border: 1px solid var(--line);
  border-bottom: 2px solid rgba(125, 34, 48, 0.5);
  align-self: start;
}
.comment-nickname {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--wine-bright);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--paper);
}
.recommend-region {
  min-width: 0;
  padding-top: 4px;
}
.recommend-title {
  font-family: "Xingkai SC", "STXingkai", "Kaiti SC", "STKaiti", cursive, serif;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--cold);
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  text-shadow: 0 0 18px rgba(242, 247, 244, 0.14);
}
.recommend-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: var(--wine) transparent;
  -webkit-overflow-scrolling: touch;
}
.recommend-rail::-webkit-scrollbar {
  height: 4px;
}
.recommend-rail::-webkit-scrollbar-thumb {
  background: var(--wine);
}
a.recommend-card {
  flex: 0 0 168px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 7px;
  background: rgba(19, 32, 27, 0.85);
  border: 1px solid var(--line);
  color: var(--grey);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
a.recommend-card:hover, a.recommend-card:focus-visible {
  border-color: var(--wine-bright);
  background: rgba(24, 43, 35, 0.95);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img, .recommend-poster {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #08100d;
  border: 1px solid var(--line);
  filter: saturate(0.72) brightness(0.88);
}
.recommend-name {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: var(--cold);
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--grey-dim);
}
.site-footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 16px 26px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(8, 16, 13, 0.6), rgba(8, 16, 13, 0.98));
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: var(--grey-dim);
  max-width: 92ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin: 9px 0;
  padding: 7px 0;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: var(--wine-bright);
  border-bottom-color: var(--wine-bright);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
}
.friend-links-label {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--wine);
  padding-right: 8px;
  border-right: 1px solid var(--line-strong);
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: var(--grey-dim);
  text-decoration: none;
  border-bottom: 1px dotted var(--line-strong);
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--paper);
  border-bottom-color: var(--wine-bright);
}
.player-shell.is-fullscreen, .player-shell.fullscreen {
  width: 100%;
  max-width: none;
  height: 100%;
}
.player-shell.is-theater video {
  filter: contrast(1.05);
}
.player-btn.is-selected {
  border-color: var(--wine-bright);
  color: var(--cold);
}
@media (max-width: 1180px) {.hero-door {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
.timeline-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 12px;
  }}
@media (max-width: 980px) {.hero-door {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
.hero-side {
    position: static;
  }
.hero-poster-door {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-item-offset {
    margin-top: 0;
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 720px) {body {
    font-size: 13.5px;
  }
.page-main {
    gap: 15px;
    padding: 0 12px 22px;
  }
.header-bar {
    padding: 8px 12px;
    gap: 10px;
  }
.hero-door {
    padding-top: 14px;
  }
.hero-poster-door {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 13px 13px 15px;
  }
.poster-frame {
    grid-column: 1;
    grid-row: auto;
    max-width: 62%;
  }
.hero-overlay {
    grid-column: 1;
    grid-row: auto;
    padding-left: 11px;
  }
.cast-strip {
    grid-column: 1;
    grid-row: auto;
    padding-left: 11px;
  }
.synopsis-panel, .episode-status, .details-panel {
    grid-column: 1;
    grid-row: auto;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-rail {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
a.recommend-card {
    flex: 0 0 148px;
  }
.player-controls {
    gap: 5px;
    padding: 7px;
  }}
@media (max-width: 460px) {.poster-frame {
    max-width: 78%;
  }
a.recommend-card {
    flex: 0 0 132px;
  }
.movie-title {
    letter-spacing: 0.03em;
  }
.section-heading {
    letter-spacing: 0.2em;
  }
.footer-nav {
    gap: 6px 12px;
  }}

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}
