:root {
  --chalk: #f4f1ea;
  --chalk-dim: #cfc9bd;
  --board: #12241d;
  --board-deep: #0b1712;
  --board-soft: #1a3329;
  --board-line: #2c4a3d;
  --lamp: #f2c14e;
  --lamp-soft: #f7d98a;
  --dust: rgba(244, 241, 234, 0.14);
  --ink: #0a120e;
  --radius: 14px;
  --radius-sm: 9px;
  --gap: 12px;
  --gap-tight: 8px;
  --font-kai: "Kaiti SC", "STKaiti", "KaiTi", "楷体", "Noto Serif SC", serif;
  --font-hei: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "黑体", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(242, 193, 78, 0.09), transparent 42%),
    radial-gradient(circle at 82% 0%, rgba(242, 193, 78, 0.05), transparent 38%),
    linear-gradient(180deg, var(--board) 0%, var(--board-deep) 60%, #08110d 100%);
  background-attachment: fixed;
  color: var(--chalk);
  font-family: var(--font-hei);
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--chalk-dim);
  text-decoration: none;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, p, dl, dd, dt {
  margin: 0;
}
button, input, select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
::selection {
  background: rgba(242, 193, 78, 0.32);
  color: var(--chalk);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(11, 23, 18, 0.96), rgba(11, 23, 18, 0.82));
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--board-line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: var(--gap);
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 16px;
}
.brand-chalk {
  font-family: var(--font-kai);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--chalk);
  text-shadow: 0 0 12px rgba(244, 241, 234, 0.28);
  white-space: nowrap;
  position: relative;
  padding-bottom: 2px;
}
.brand-chalk::after {
  content: "";
  position: absolute;
  left: 0;
  right: 12%;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--lamp), rgba(242, 193, 78, 0));
  border-radius: 2px;
}
a[data-contract="site-name"] {
  color: var(--chalk);
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: var(--lamp-soft);
  text-decoration: none;
}
.category-rail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5px;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid var(--board-line);
  background: rgba(244, 241, 234, 0.04);
  color: var(--chalk-dim);
  text-decoration: none;
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}
a.runtime-category:hover {
  color: var(--lamp-soft);
  border-color: rgba(242, 193, 78, 0.55);
  background: rgba(242, 193, 78, 0.1);
  text-decoration: none;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 16px 28px;
  display: block;
}
.section-heading {
  font-family: var(--font-kai);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--chalk);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.chalk-heading::before {
  content: "";
  width: 4px;
  height: 15px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--lamp), rgba(242, 193, 78, 0.25));
  flex: 0 0 auto;
  box-shadow: 0 0 10px rgba(242, 193, 78, 0.4);
}
.movie-overview {
  display: block;
}
.overview-shell {
  display: grid;
  grid-template-columns: minmax(0, 250px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  background:
    linear-gradient(160deg, rgba(26, 51, 41, 0.92), rgba(11, 23, 18, 0.94));
  border: 1px solid var(--board-line);
  border-radius: var(--radius);
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.overview-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(242, 193, 78, 0.1), transparent 40%),
    radial-gradient(circle at 88% 90%, rgba(244, 241, 234, 0.05), transparent 45%);
  pointer-events: none;
}
.poster-column {
  position: relative;
  z-index: 1;
}
.poster-frame {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(244, 241, 234, 0.14);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(242, 193, 78, 0.08) inset;
  background: var(--board-deep);
  align-self: start;
}
.poster-image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.poster-chalk-dust {
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 78%, rgba(244, 241, 234, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 62%, rgba(244, 241, 234, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 64% 84%, rgba(244, 241, 234, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 58%, rgba(244, 241, 234, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 34% 92%, rgba(244, 241, 234, 0.16) 0 1px, transparent 2px),
    linear-gradient(180deg, transparent, rgba(11, 23, 18, 0.72));
}
.overview-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.title-block {
  border-left: 3px solid rgba(242, 193, 78, 0.7);
  padding-left: 12px;
}
.movie-title {
  font-family: var(--font-kai);
  font-size: 30px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--chalk);
  text-shadow: 0 0 18px rgba(244, 241, 234, 0.22);
}
.movie-tagline {
  margin-top: 4px;
  font-size: 13.5px;
  color: var(--lamp-soft);
  letter-spacing: 0.06em;
  font-family: var(--font-kai);
}
.cast-strip {
  display: block;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: var(--gap-tight);
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  background: rgba(244, 241, 234, 0.045);
  border: 1px solid rgba(244, 241, 234, 0.1);
  min-width: 0;
}
.cast-name {
  font-family: var(--font-kai);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--chalk);
  letter-spacing: 0.04em;
}
.cast-role {
  font-size: 11.5px;
  color: var(--chalk-dim);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.synopsis-panel {
  display: block;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 11px 13px;
  border-radius: var(--radius-sm);
  background: rgba(11, 23, 18, 0.5);
  border: 1px solid rgba(244, 241, 234, 0.09);
}
.synopsis-paragraph {
  font-size: 13px;
  line-height: 1.68;
  color: #d9d4c7;
  text-indent: 2em;
}
.synopsis-paragraph:first-child {
  color: #e8e4d9;
}
.episode-status-panel {
  display: block;
}
.status-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}
.status-current {
  font-family: var(--font-kai);
  font-size: 15px;
  font-weight: 700;
  color: var(--lamp-soft);
  letter-spacing: 0.05em;
}
.status-total {
  font-size: 12px;
  color: var(--chalk-dim);
  letter-spacing: 0.06em;
}
.status-track {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.1);
  border: 1px solid rgba(244, 241, 234, 0.08);
  overflow: hidden;
}
.status-fill {
  display: block;
  height: 100%;
  width: 75%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 193, 78, 0.55), var(--lamp));
  box-shadow: 0 0 12px rgba(242, 193, 78, 0.5);
}
.details-panel {
  display: block;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: rgba(244, 241, 234, 0.09);
  border: 1px solid rgba(244, 241, 234, 0.09);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 7px 10px;
  background: rgba(11, 23, 18, 0.62);
  min-width: 0;
}
.detail-key {
  flex: 0 0 auto;
  font-size: 11.5px;
  color: var(--chalk-dim);
  letter-spacing: 0.08em;
}
.detail-value {
  margin: 0;
  font-size: 12.5px;
  color: var(--chalk);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-bay {
  margin-top: 14px;
}
.player-shell {
  background: linear-gradient(180deg, rgba(26, 51, 41, 0.85), rgba(11, 23, 18, 0.92));
  border: 1px solid var(--board-line);
  border-radius: var(--radius);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.player-frame {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(244, 241, 234, 0.12);
  background: #000;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.55);
}
.player-video {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.control-chip {
  appearance: none;
  border: 1px solid rgba(244, 241, 234, 0.18);
  background: rgba(244, 241, 234, 0.06);
  color: var(--chalk-dim);
  font-size: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}
.control-chip:hover {
  color: var(--lamp-soft);
  border-color: rgba(242, 193, 78, 0.5);
  background: rgba(242, 193, 78, 0.1);
}
.control-range {
  appearance: none;
  -webkit-appearance: none;
  height: 5px;
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.16);
  flex: 1 1 120px;
  min-width: 90px;
  outline: none;
  border: none;
}
.control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--lamp);
  box-shadow: 0 0 8px rgba(242, 193, 78, 0.6);
  border: none;
  cursor: pointer;
}
.control-range::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--lamp);
  border: none;
  box-shadow: 0 0 8px rgba(242, 193, 78, 0.6);
  cursor: pointer;
}
.control-range::-moz-range-track {
  height: 5px;
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.16);
}
.control-select {
  appearance: none;
  -webkit-appearance: none;
  background: rgba(244, 241, 234, 0.06);
  border: 1px solid rgba(244, 241, 234, 0.18);
  border-radius: 999px;
  color: var(--chalk-dim);
  font-size: 12px;
  padding: 5px 22px 5px 11px;
  background-image: linear-gradient(45deg, transparent 50%, var(--chalk-dim) 50%),
    linear-gradient(135deg, var(--chalk-dim) 50%, transparent 50%);
  background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.control-select option {
  background: var(--board-deep);
  color: var(--chalk);
}
.control-chip.is-playing, .control-chip.is-active {
  color: var(--lamp-soft);
  border-color: rgba(242, 193, 78, 0.6);
  background: rgba(242, 193, 78, 0.16);
}
.control-chip.is-muted {
  color: #f39a9a;
  border-color: rgba(243, 154, 154, 0.5);
  background: rgba(243, 154, 154, 0.12);
}
.player-shell.theater-mode {
  background: #050b08;
  border-color: rgba(242, 193, 78, 0.35);
  box-shadow: 0 0 40px rgba(242, 193, 78, 0.12);
}
body.lights-off {
  background: #030604;
}
body.lights-off .site-header, body.lights-off .page-main, body.lights-off .site-footer {
  opacity: 0.35;
  transition: opacity 0.3s;
}
body.lights-off .player-bay {
  opacity: 1;
  position: relative;
  z-index: 30;
}
.timeline-section {
  margin-top: 22px;
}
.timeline-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: var(--gap-tight);
  padding-left: 14px;
  border-left: 2px solid rgba(244, 241, 234, 0.14);
}
.timeline-node {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 7px 11px;
  border-radius: var(--radius-sm);
  background: rgba(244, 241, 234, 0.04);
  border: 1px solid rgba(244, 241, 234, 0.09);
  position: relative;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--board-deep);
  border: 2px solid rgba(244, 241, 234, 0.3);
}
.timeline-code {
  font-family: var(--font-kai);
  font-size: 13px;
  color: var(--lamp-soft);
  letter-spacing: 0.08em;
}
.timeline-label {
  font-size: 12px;
  color: #d5d0c3;
  line-height: 1.55;
}
.timeline-node.is-current {
  background: rgba(242, 193, 78, 0.12);
  border-color: rgba(242, 193, 78, 0.55);
  box-shadow: 0 0 18px rgba(242, 193, 78, 0.18);
}
.timeline-node.is-current::before {
  background: var(--lamp);
  border-color: var(--lamp-soft);
  box-shadow: 0 0 12px rgba(242, 193, 78, 0.8);
}
.timeline-node.is-current .timeline-code {
  color: var(--lamp);
  font-weight: 700;
}
.timeline-node.is-current .timeline-label {
  color: var(--chalk);
}
.episodes-section {
  margin-top: 22px;
}
.episode-slider {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(242, 193, 78, 0.5) rgba(244, 241, 234, 0.08);
}
.episode-slider::-webkit-scrollbar {
  height: 7px;
}
.episode-slider::-webkit-scrollbar-track {
  background: rgba(244, 241, 234, 0.07);
  border-radius: 999px;
}
.episode-slider::-webkit-scrollbar-thumb {
  background: rgba(242, 193, 78, 0.5);
  border-radius: 999px;
}
.episode-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: var(--gap);
  align-items: start;
}
.episode-card {
  display: block;
  min-width: 0;
}
.episode-details {
  border-radius: var(--radius-sm);
  background: rgba(244, 241, 234, 0.045);
  border: 1px solid rgba(244, 241, 234, 0.1);
  overflow: hidden;
}
.episode-summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
  gap: 6px;
  padding: 9px 11px;
  transition: background 0.18s;
}
.episode-summary::-webkit-details-marker {
  display: none;
}
.episode-summary:hover {
  background: rgba(242, 193, 78, 0.08);
}
.episode-number {
  font-family: var(--font-kai);
  font-size: 12.5px;
  color: var(--lamp-soft);
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.episode-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--chalk);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.episode-duration {
  font-size: 11px;
  color: var(--chalk-dim);
  justify-self: end;
  white-space: nowrap;
}
.episode-blurb {
  padding: 0 11px 10px;
  font-size: 12px;
  line-height: 1.62;
  color: var(--chalk-dim);
  border-top: 1px dashed rgba(244, 241, 234, 0.12);
  margin: 0 11px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
}
.episode-details[open] {
  background: rgba(242, 193, 78, 0.07);
  border-color: rgba(242, 193, 78, 0.35);
}
.comments-section {
  margin-top: 22px;
}
.comment-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
  align-items: start;
}
.comment-list {
  display: flex;
  flex-direction: column;
  gap: var(--gap-tight);
}
.comment-list-right {
  margin-top: 22px;
}
.comment-card {
  display: block;
  padding: 8px 11px;
  border-radius: var(--radius-sm);
  background: rgba(244, 241, 234, 0.04);
  border: 1px solid rgba(244, 241, 234, 0.09);
  min-width: 0;
}
.comment-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
}
.comment-avatar {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 32%, rgba(244, 241, 234, 0.35), transparent 60%),
    linear-gradient(140deg, rgba(242, 193, 78, 0.55), rgba(44, 74, 61, 0.9));
  border: 1px solid rgba(244, 241, 234, 0.2);
}
.comment-nick {
  font-family: var(--font-kai);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--lamp-soft);
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment-text {
  font-size: 12px;
  line-height: 1.62;
  color: #d3cec1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-region {
  margin-top: 22px;
}
.recommend-grid {
  display: grid;
  gap: var(--gap);
  align-items: start;
}
.recommend-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px;
  border-radius: var(--radius-sm);
  background: rgba(244, 241, 234, 0.045);
  border: 1px solid rgba(244, 241, 234, 0.1);
  color: var(--chalk);
  text-decoration: none;
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
  min-width: 0;
}
a.recommend-card:hover {
  border-color: rgba(242, 193, 78, 0.5);
  background: rgba(242, 193, 78, 0.09);
  transform: translateY(-2px);
  text-decoration: none;
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(244, 241, 234, 0.1);
  background: var(--board-deep);
}
.recommend-pic {
  flex: 0 0 auto;
}
.recommend-name {
  font-family: var(--font-kai);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--chalk);
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--chalk-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 26px;
  border-top: 1px solid var(--board-line);
  background: linear-gradient(180deg, rgba(11, 23, 18, 0.6), rgba(8, 17, 13, 0.95));
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: rgba(207, 201, 189, 0.72);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}
.footer-links-label {
  font-family: var(--font-kai);
  font-size: 12.5px;
  color: var(--lamp-soft);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: rgba(207, 201, 189, 0.8);
  text-decoration: none;
  border-bottom: 1px dashed rgba(207, 201, 189, 0.28);
  padding-bottom: 1px;
  transition: color 0.18s, border-color 0.18s;
}
a.runtime-friend-link:hover {
  color: var(--lamp-soft);
  border-color: rgba(242, 193, 78, 0.6);
  text-decoration: none;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
a.footer-nav-link {
  font-size: 12px;
  color: var(--chalk-dim);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.18s;
}
a.footer-nav-link:hover {
  color: var(--lamp-soft);
  text-decoration: none;
}
a[data-contract="footer-home"] {
  color: var(--chalk);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover {
  color: var(--lamp-soft);
  text-decoration: none;
}
a[data-contract="footer-sitemap"] {
  color: var(--chalk-dim);
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover {
  color: var(--lamp-soft);
  text-decoration: none;
}
@media (max-width: 900px) {.overview-shell {
    grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
    gap: 16px;
  }
.movie-title {
    font-size: 26px;
  }
.recommend-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-list-right {
    margin-top: 0;
  }}
@media (max-width: 680px) {.header-inner {
    padding: 8px 12px;
  }
.category-rail {
    justify-content: flex-start;
    flex-basis: 100%;
  }
.page-main {
    padding: 14px 12px 22px;
  }
.overview-shell {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
    gap: 14px;
  }
.poster-column {
    max-width: 210px;
    margin: 0 auto;
    width: 100%;
  }
.movie-title {
    font-size: 23px;
  }
.cast-list {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
.details-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
.timeline-rail {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-track {
    grid-auto-columns: minmax(190px, 84%);
  }
.recommend-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.player-controls {
    gap: 6px;
  }
.control-range {
    flex: 1 1 100%;
  }}
@media (max-width: 460px) {.recommend-grid-three {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.details-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.movie-title {
    font-size: 21px;
  }
.episode-track {
    grid-auto-columns: minmax(170px, 90%);
  }}

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}
