*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: #1c2430;
  background-image:
    linear-gradient(180deg, #18202b 0%, #1f2937 45%, #171f29 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 7px);
  background-attachment: fixed;
  color: #c3cbd6;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  color: #d3b06a;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
h1, h2, h3 {
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.15;
}
:root {
  --bg-deep: #141b24;
  --bg-panel: #202a37;
  --bg-panel-2: #26313f;
  --rust: #c25a26;
  --rust-bright: #e0702f;
  --rust-deep: #8a3d18;
  --lamp: #e8c07a;
  --lamp-dim: #a98b52;
  --steel: #7d8b9c;
  --steel-dim: #586373;
  --text: #c3cbd6;
  --text-dim: #8b95a3;
  --line: rgba(125, 139, 156, 0.28);
  --gap: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: rgba(16, 22, 30, 0.94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(232, 192, 122, 0.08), 0 6px 18px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  color: var(--lamp);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(232, 192, 122, 0.35);
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: #f5d99b;
  text-decoration: underline;
  text-decoration-color: var(--rust-bright);
}
.categories-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--steel);
  background-color: #212b38;
  border: 1px solid rgba(125, 139, 156, 0.22);
  border-left: 2px solid var(--rust-deep);
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s, background-color 0.15s;
}
a.runtime-category:hover {
  color: #f0e2c2;
  background-color: #2b3846;
  border-left-color: var(--rust-bright);
  text-decoration: none;
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 18px 28px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.section-heading {
  font-size: 15px;
  color: #e4d7bb;
  letter-spacing: -0.03em;
  padding-left: 10px;
  border-left: 3px solid var(--rust);
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(194, 90, 38, 0.25);
}
.movie-overview {
  position: relative;
  background-color: var(--bg-panel);
  background-image:
    radial-gradient(120% 90% at 88% 0%, rgba(232, 192, 122, 0.07) 0%, transparent 55%),
    linear-gradient(180deg, #232e3c 0%, #1d2632 100%);
  border: 1px solid var(--line);
  border-top: 2px solid var(--rust-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  padding: 16px;
  overflow: hidden;
}
.movie-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.02) 0 2px,
    transparent 2px 11px
  );
  opacity: 0.6;
}
.overview-hero {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.poster-column {
  position: relative;
  background-color: var(--bg-deep);
  border: 1px solid rgba(125, 139, 156, 0.3);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.55);
  align-self: start;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.9);
}
.poster-column::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(232, 192, 122, 0.14) 0%, transparent 42%, rgba(20, 27, 36, 0.5) 100%);
}
.overview-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.movie-title {
  font-size: 34px;
  color: #f2e3c4;
  letter-spacing: -0.07em;
  text-shadow: 0 0 24px rgba(232, 192, 122, 0.22), 0 2px 0 rgba(0, 0, 0, 0.6);
}
.tagline {
  font-size: 13px;
  color: var(--lamp-dim);
  letter-spacing: 0.01em;
  border-left: 2px solid var(--rust);
  padding-left: 10px;
  margin-top: -4px;
}
.player-shell {
  display: block;
  width: 100%;
  min-width: 0;
  background-color: #0e1319;
  border: 1px solid rgba(125, 139, 156, 0.35);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  position: relative;
}
.player-shell video {
  display: block;
  width: 100%;
  background-color: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  background-color: #171f29;
  border-top: 1px solid rgba(125, 139, 156, 0.22);
}
.ctrl-btn {
  background-color: #253140;
  color: #cfd8e2;
  border: 1px solid rgba(125, 139, 156, 0.28);
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 0.14s, color 0.14s, border-color 0.14s;
}
.ctrl-btn:hover {
  background-color: #2f3d4e;
  border-color: rgba(232, 192, 122, 0.5);
  color: #f2e3c4;
}
.ctrl-btn.is-playing {
  background-color: var(--rust-deep);
  border-color: var(--rust-bright);
  color: #ffe6c9;
}
.ctrl-btn.is-muted {
  background-color: #3a2a20;
  border-color: rgba(194, 90, 38, 0.7);
  color: #e6a878;
}
.ctrl-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background-color: #2c3745;
  border: 1px solid rgba(125, 139, 156, 0.3);
  cursor: pointer;
}
.ctrl-range[data-player-action="progress"] {
  flex: 1 1 120px;
  min-width: 90px;
}
.ctrl-range[data-player-action="volume"] {
  flex: 0 1 84px;
  min-width: 64px;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 14px;
  background-color: var(--lamp);
  border: 1px solid var(--rust-deep);
  cursor: pointer;
}
.ctrl-range::-moz-range-thumb {
  width: 11px;
  height: 14px;
  background-color: var(--lamp);
  border: 1px solid var(--rust-deep);
  border-radius: 0;
  cursor: pointer;
}
.ctrl-select {
  background-color: #253140;
  color: #cfd8e2;
  border: 1px solid rgba(125, 139, 156, 0.28);
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
.player-shell.is-theater {
  position: fixed;
  inset: 0;
  z-index: 90;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #05070a;
  border: none;
  padding: 0 4vw;
}
.player-shell.is-theater .player-controls {
  background-color: #0f151d;
}
.player-shell.is-light-off::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.86;
  pointer-events: none;
}
.cast-grid {
  margin-top: 2px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  gap: 8px;
}
.cast-card {
  display: grid;
  grid-template-columns: 52px 22px minmax(0, 1fr);
  align-items: stretch;
  gap: 7px;
  padding: 6px;
  background-color: rgba(20, 27, 36, 0.55);
  border: 1px solid rgba(125, 139, 156, 0.16);
  border-left: 2px solid var(--rust-deep);
}
.cast-avatar {
  width: 52px;
  height: 66px;
  object-fit: cover;
  filter: saturate(0.6) contrast(1.1) brightness(0.86);
  border: 1px solid rgba(125, 139, 156, 0.25);
}
.cast-name-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  align-self: start;
  justify-self: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #e3d3b0;
  padding-top: 2px;
}
.cast-quote {
  align-self: start;
  font-size: 11px;
  line-height: 1.4;
  color: var(--text-dim);
  letter-spacing: 0.01em;
}
.synopsis-block {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.62;
  color: #b3bcc8;
  text-indent: 1.4em;
  margin-bottom: 7px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.episode-status {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.status-line {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffd9a8;
  background-color: rgba(194, 90, 38, 0.22);
  border: 1px solid rgba(224, 112, 47, 0.5);
  padding: 4px 12px;
  text-shadow: 0 0 10px rgba(232, 192, 122, 0.3);
}
.details-panel {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0 18px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(125, 139, 156, 0.18);
}
.detail-row dt {
  flex: 0 0 62px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--steel-dim);
  letter-spacing: 0.06em;
}
.detail-row dd {
  font-size: 12.5px;
  color: #cbd4de;
}
.timeline-section {
  position: relative;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  position: relative;
  padding: 14px 0 4px;
  border-top: 3px double rgba(125, 139, 156, 0.42);
  border-bottom: 1px solid rgba(125, 139, 156, 0.2);
}
.timeline-node {
  position: relative;
  padding: 20px 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  border-left: 1px dashed rgba(125, 139, 156, 0.25);
}
.timeline-node:first-child {
  border-left: none;
}
.node-timecode {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  color: var(--steel-dim);
}
.node-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #b6c0cc;
  letter-spacing: 0.01em;
}
.node-ripple {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--steel);
  box-shadow:
    0 0 0 3px rgba(125, 139, 156, 0.16),
    0 0 0 7px rgba(125, 139, 156, 0.08);
}
.node-ripple::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background-color: #e8eef5;
}
.timeline-node-current {
  background-color: rgba(194, 90, 38, 0.13);
  border-left-color: rgba(224, 112, 47, 0.5);
}
.timeline-node-current .node-timecode {
  color: var(--rust-bright);
}
.timeline-node-current .node-label {
  color: #ffdcb4;
  text-shadow: 0 0 12px rgba(224, 112, 47, 0.35);
}
.timeline-node-current .node-ripple {
  background-color: var(--rust-bright);
  box-shadow:
    0 0 0 3px rgba(224, 112, 47, 0.22),
    0 0 0 8px rgba(224, 112, 47, 0.1),
    0 0 18px 4px rgba(224, 112, 47, 0.45);
}
.timeline-node-current .node-ripple::after {
  background-color: #ffd9a8;
}
.episodes-scroller {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.episode-card {
  position: relative;
  flex: 0 0 208px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-panel-2);
  border: 1px solid rgba(125, 139, 156, 0.22);
  border-bottom: 2px solid var(--rust-deep);
  overflow: hidden;
}
.episode-cover {
  position: relative;
  background-color: var(--bg-deep);
  overflow: hidden;
}
.episode-cover img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.55) contrast(1.12) brightness(0.78);
  transition: filter 0.25s ease, transform 0.35s ease;
}
.episode-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(20, 27, 36, 0.88) 100%);
}
.episode-title {
  position: relative;
  margin-top: -22px;
  z-index: 2;
  padding: 0 9px 4px;
  font-size: 13px;
  color: #f0e1c2;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--text-dim);
  padding: 0 9px 4px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.32s ease, opacity 0.28s ease, padding 0.32s ease;
}
.episode-card:hover .episode-summary, .episode-card:focus-within .episode-summary {
  max-height: 160px;
  opacity: 1;
  padding-top: 2px;
}
.episode-card:hover .episode-cover img, .episode-card:focus-within .episode-cover img {
  filter: saturate(0.85) contrast(1.1) brightness(0.95);
  transform: scale(1.04);
}
.episode-duration {
  margin-top: auto;
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--lamp-dim);
  padding: 5px 9px 7px;
}
.comments-section {
  position: relative;
}
.comments-stack {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px;
  align-items: start;
  padding: 14px 12px;
  background-color: #1a222d;
  background-image:
    repeating-linear-gradient(90deg, rgba(125, 139, 156, 0.09) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(0deg, rgba(125, 139, 156, 0.07) 0 1px, transparent 1px 26px),
    linear-gradient(180deg, #1e2732 0%, #18202a 100%);
  border: 1px solid rgba(125, 139, 156, 0.2);
}
.comment-note {
  position: relative;
  background-color: #2b3644;
  background-image: linear-gradient(180deg, #303c4b 0%, #27313e 100%);
  border: 1px solid rgba(125, 139, 156, 0.24);
  padding: 9px 11px 11px;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.35);
  transform: rotate(-0.5deg);
}
.comment-note:nth-child(2n) {
  transform: rotate(0.7deg);
  background-image: linear-gradient(180deg, #313b47 0%, #272f3a 100%);
}
.comment-note:nth-child(3n) {
  transform: rotate(-1deg);
}
.comment-note:nth-child(4n) {
  transform: rotate(1.1deg);
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 34px;
  height: 10px;
  transform: translateX(-50%) rotate(-2deg);
  background-color: rgba(232, 192, 122, 0.32);
  border-left: 1px solid rgba(232, 192, 122, 0.25);
  border-right: 1px solid rgba(232, 192, 122, 0.25);
}
.comment-nickname {
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--rust-bright);
  margin-bottom: 4px;
  text-shadow: 0 0 10px rgba(224, 112, 47, 0.3);
}
.comment-text {
  font-size: 12px;
  line-height: 1.58;
  color: #c0c9d5;
}
[data-fragment="recommendations"] {
  display: block;
}
[data-recommendation-title] {
  margin-bottom: 10px;
}
.recommend-grid-1, .recommend-grid-2, .recommend-grid-3 {
  display: grid;
  gap: 10px;
  align-items: start;
}
.recommend-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.recommend-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.recommend-grid-1 {
  grid-template-columns: minmax(0, 1fr);
}
a.rec-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  row-gap: 1px;
  align-items: start;
  padding: 7px;
  background-color: #232d3a;
  border: 1px solid rgba(125, 139, 156, 0.2);
  border-top: 2px solid rgba(125, 139, 156, 0.34);
  color: #c3cbd6;
  text-decoration: none;
  transition: border-color 0.16s, background-color 0.16s;
}
a.rec-card:hover {
  background-color: #2a3644;
  border-top-color: var(--rust-bright);
  text-decoration: none;
}
[data-runtime="recommendation"] img {
  grid-row: 1 / span 2;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background-color: #131a22;
  filter: saturate(0.6) contrast(1.1) brightness(0.82);
}
a.rec-card:hover img {
  filter: saturate(0.85) contrast(1.08) brightness(0.95);
}
[data-runtime="name"] {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #e6d9bd;
  line-height: 1.35;
  align-self: start;
}
[data-runtime="blurb"] {
  font-size: 11px;
  line-height: 1.45;
  color: var(--text-dim);
  align-self: start;
}
.recommend-region-1 a.rec-card {
  grid-template-columns: 96px minmax(0, 1fr);
}
.recommend-region-2 a.rec-card {
  grid-template-columns: 72px minmax(0, 1fr);
}
.recommend-region-3 a.rec-card {
  grid-template-columns: 118px minmax(0, 1fr);
  column-gap: 12px;
  padding: 9px;
}
.recommend-region-3 [data-runtime="recommendation"] img {
  aspect-ratio: 16 / 10;
}
.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 18px 30px;
  border-top: 1px solid var(--line);
  background-image: linear-gradient(180deg, rgba(194, 90, 38, 0.06) 0%, transparent 40%);
}
.disclaimer {
  font-size: 11px;
  line-height: 1.55;
  color: #6d7787;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 12px;
}
a[data-contract="footer-home"] {
  font-size: 12px;
  font-weight: 700;
  color: var(--lamp);
  letter-spacing: 0.04em;
  text-decoration: none;
}
a[data-contract="footer-home"]:hover {
  color: #f7e0ad;
  text-decoration: underline;
  text-decoration-color: var(--rust);
}
a[data-contract="footer-sitemap"] {
  font-size: 12px;
  font-weight: 700;
  color: var(--steel);
  letter-spacing: 0.04em;
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover {
  color: #b9c5d3;
  text-decoration: underline;
  text-decoration-color: var(--rust);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  padding-top: 10px;
  border-top: 1px dashed rgba(125, 139, 156, 0.22);
}
.friend-links-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--steel-dim);
  margin-right: 2px;
}
a.runtime-friend-link {
  font-size: 11px;
  color: #7f8b9b;
  padding: 1px 5px;
  background-color: rgba(125, 139, 156, 0.08);
  border: 1px solid rgba(125, 139, 156, 0.14);
  text-decoration: none;
  transition: color 0.14s, border-color 0.14s;
}
a.runtime-friend-link:hover {
  color: var(--lamp);
  border-color: rgba(232, 192, 122, 0.4);
  text-decoration: none;
}
@media (max-width: 1000px) {.overview-hero {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 16px;
  }
.movie-title {
    font-size: 28px;
  }
.recommend-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.timeline-node:nth-child(4) {
    border-left: none;
  }}
@media (max-width: 760px) {.page-main {
    padding: 12px 12px 22px;
    gap: 20px;
  }
.header-inner {
    padding: 7px 12px;
    gap: 10px;
  }
.movie-overview {
    padding: 12px;
  }
.overview-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.poster-column {
    max-width: 210px;
  }
.movie-title {
    font-size: 25px;
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-node {
    border-left: 1px dashed rgba(125, 139, 156, 0.25);
  }
.timeline-node:nth-child(2n + 1) {
    border-left: none;
  }
.episode-card {
    flex: 0 0 186px;
  }
.comments-stack {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px 10px;
  }
.recommend-grid-2, .recommend-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-region-1 a.rec-card, .recommend-region-2 a.rec-card, .recommend-region-3 a.rec-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }
.recommend-region-3 [data-runtime="recommendation"] img {
    aspect-ratio: 3 / 4;
  }
.site-footer {
    padding: 16px 12px 26px;
  }}
@media (max-width: 480px) {.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-card {
    flex: 0 0 168px;
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.player-controls {
    gap: 5px;
    padding: 6px;
  }
.ctrl-btn {
    padding: 4px 7px;
    font-size: 10.5px;
  }}
@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}
