*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --brine-deep: #1c0f08;
  --brine-brown: #2b170d;
  --brine-mid: #3d2113;
  --brine-darkred: #4a1410;
  --brine-red: #6b1f16;
  --brine-red-soft: #7d2a1e;
  --brine-amber: #d99a3c;
  --brine-warm: #e8b45c;
  --brine-glow: #f2c877;
  --brine-cream: #e8dcc6;
  --brine-fade: #b09a7c;
  --brine-line: rgba(217, 154, 60, 0.28);
  --brine-line-soft: rgba(217, 154, 60, 0.16);
  --radius: 4px;
  --radius-sm: 3px;
  --font-title: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
  --font-body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  --font-narrow: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
html { -webkit-text-size-adjust: 100%; }
body {
  background:
    radial-gradient(circle at 18% -4%, rgba(217, 154, 60, 0.10), transparent 42%),
    radial-gradient(circle at 92% 12%, rgba(107, 31, 22, 0.28), transparent 46%),
    linear-gradient(180deg, #1c0f08 0%, #241209 40%, #1a0d07 100%);
  background-attachment: fixed;
  color: var(--brine-cream);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, select { font: inherit; color: inherit; }
h1, h2, h3 { font-weight: 700; }
.site-header {
  background: linear-gradient(180deg, #160b05 0%, rgba(28, 15, 8, 0.94) 100%);
  border-bottom: 1px solid var(--brine-line);
  box-shadow: 0 1px 0 rgba(242, 200, 119, 0.06) inset;
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-family: var(--font-title);
  font-size: 20px;
  letter-spacing: 0.14em;
  color: var(--brine-warm);
  text-decoration: none;
  text-shadow: 0 0 12px rgba(217, 154, 60, 0.35);
  padding-right: 16px;
  border-right: 1px solid var(--brine-line-soft);
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  align-items: center;
  min-height: 22px;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  color: var(--brine-fade);
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover {
  color: var(--brine-glow);
  border-color: var(--brine-line);
  background: rgba(217, 154, 60, 0.08);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero-brine {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  grid-template-areas:
    "media player"
    "media synopsis"
    "cast cast"
    "status details";
  gap: 14px 18px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--brine-line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 6%, rgba(217, 154, 60, 0.12), transparent 38%),
    linear-gradient(160deg, #2b170d 0%, #22110a 55%, #1c0f08 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) inset;
}
.hero-media {
  grid-area: media;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(217, 154, 60, 0.22);
  align-self: start;
  isolation: isolate;
}
.poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06) brightness(0.86);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 108%, rgba(217, 154, 60, 0.30), transparent 52%),
    linear-gradient(0deg, rgba(20, 10, 5, 0.92) 0%, rgba(20, 10, 5, 0.10) 46%, rgba(20, 10, 5, 0.42) 100%);
  pointer-events: none;
  z-index: 2;
}
.hero-steam {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 26% at 30% 72%, rgba(242, 200, 119, 0.20), transparent 70%),
    radial-gradient(ellipse 36% 22% at 62% 62%, rgba(232, 220, 198, 0.13), transparent 72%),
    radial-gradient(ellipse 50% 30% at 48% 86%, rgba(217, 154, 60, 0.16), transparent 74%);
  filter: blur(6px);
  opacity: 0.9;
}
.hero-title-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 14px 16px 16px;
  background: linear-gradient(0deg, rgba(18, 9, 4, 0.94) 12%, rgba(18, 9, 4, 0.55) 62%, transparent 100%);
}
.movie-title {
  font-family: var(--font-title);
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: var(--brine-glow);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85), 0 0 26px rgba(217, 154, 60, 0.35);
  -webkit-text-stroke: 0.4px rgba(107, 31, 22, 0.55);
}
.movie-tagline {
  margin-top: 6px;
  font-size: 12.5px;
  letter-spacing: 0.22em;
  color: var(--brine-fade);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
}
.player-shell {
  grid-area: player;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid var(--brine-line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #241209 0%, #1a0d07 100%);
  padding: 8px;
  align-self: start;
}
.player-shell video {
  display: block;
  border-radius: var(--radius-sm);
  background: #0d0603;
  box-shadow: 0 0 0 1px rgba(217, 154, 60, 0.18), 0 6px 18px rgba(0, 0, 0, 0.5);
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.ctrl-btn {
  cursor: pointer;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  padding: 4px 9px;
  color: var(--brine-cream);
  background: linear-gradient(180deg, rgba(61, 33, 19, 0.95), rgba(36, 18, 9, 0.95));
  border: 1px solid var(--brine-line);
  border-radius: var(--radius-sm);
  transition: color 0.15s, border-color 0.15s, background 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.ctrl-btn:hover {
  color: var(--brine-glow);
  border-color: var(--brine-amber);
  box-shadow: 0 0 10px rgba(217, 154, 60, 0.25);
}
.ctrl-btn.is-active, .ctrl-btn.is-playing, .ctrl-btn.is-muted {
  color: #1c0f08;
  background: linear-gradient(180deg, var(--brine-glow), var(--brine-amber));
  border-color: var(--brine-glow);
}
.ctrl-play { min-width: 52px; font-weight: 700; }
.ctrl-mute { min-width: 56px; }
.ctrl-pip, .ctrl-fullscreen, .ctrl-theater, .ctrl-light { min-width: 52px; }
.ctrl-progress {
  flex: 1 1 140px;
  min-width: 120px;
  height: 5px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, var(--brine-red) 0%, var(--brine-amber) 100%);
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brine-glow);
  border: 1px solid #1c0f08;
  box-shadow: 0 0 8px rgba(242, 200, 119, 0.7);
}
.ctrl-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid #1c0f08;
  border-radius: 50%;
  background: var(--brine-glow);
}
.ctrl-volume {
  flex: 0 0 74px;
  width: 74px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(217, 154, 60, 0.32);
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brine-warm);
  border: 1px solid #1c0f08;
}
.ctrl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 1px solid #1c0f08;
  border-radius: 50%;
  background: var(--brine-warm);
}
.ctrl-speed {
  cursor: pointer;
  font-size: 11.5px;
  padding: 4px 6px;
  color: var(--brine-cream);
  background: linear-gradient(180deg, rgba(61, 33, 19, 0.95), rgba(36, 18, 9, 0.95));
  border: 1px solid var(--brine-line);
  border-radius: var(--radius-sm);
  outline: none;
}
.ctrl-speed option { background: #241209; color: var(--brine-cream); }
.player-shell.is-theater {
  border-color: var(--brine-amber);
  box-shadow: 0 0 0 1px rgba(217, 154, 60, 0.4), 0 10px 30px rgba(0, 0, 0, 0.6);
}
body.lights-off {
  background: #070301;
}
body.lights-off .page-main, body.lights-off .site-header, body.lights-off .site-footer {
  opacity: 0.42;
  transition: opacity 0.3s;
}
body.lights-off .player-shell {
  opacity: 1;
  position: relative;
  z-index: 20;
}
.section-heading {
  font-family: var(--font-title);
  font-size: 16px;
  letter-spacing: 0.16em;
  color: var(--brine-warm);
  padding-left: 10px;
  border-left: 3px solid var(--brine-red);
  margin-bottom: 8px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.hero-synopsis {
  grid-area: synopsis;
  align-self: start;
  padding: 10px 12px;
  border: 1px solid var(--brine-line-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(61, 33, 19, 0.42), rgba(28, 15, 8, 0.42));
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.62;
  color: #d9c8ab;
  text-indent: 2em;
  margin-bottom: 7px;
}
.synopsis-para:last-child { margin-bottom: 0; }
.cast-band {
  grid-area: cast;
  padding-top: 4px;
  border-top: 1px dashed var(--brine-line-soft);
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px 10px;
}
.cast-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.cast-avatar {
  width: 100%;
  max-width: 84px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 30%, rgba(232, 220, 198, 0.22), transparent 58%),
    radial-gradient(circle at 50% 120%, rgba(217, 154, 60, 0.35), transparent 60%),
    linear-gradient(160deg, #5a2c17 0%, #2b170d 100%);
  border: 1px solid rgba(217, 154, 60, 0.30);
  box-shadow: 0 0 0 3px rgba(28, 15, 8, 0.9), 0 4px 12px rgba(0, 0, 0, 0.55) inset;
  position: relative;
  overflow: hidden;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, transparent 34%, rgba(14, 7, 3, 0.72) 100%);
}
.cast-name {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #cbb794;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.episode-status {
  grid-area: status;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: start;
  padding: 7px 12px;
  border: 1px solid var(--brine-line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(74, 20, 16, 0.55), rgba(28, 15, 8, 0.55));
}
.status-current {
  font-family: var(--font-title);
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--brine-glow);
  text-shadow: 0 0 12px rgba(217, 154, 60, 0.5);
}
.status-total {
  font-size: 12px;
  color: var(--brine-fade);
  padding-left: 10px;
  border-left: 1px solid var(--brine-line-soft);
}
.details-panel {
  grid-area: details;
  align-self: start;
  padding: 10px 12px;
  border: 1px solid var(--brine-line-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(61, 33, 19, 0.42), rgba(28, 15, 8, 0.42));
}
.details-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-narrow);
}
.details-row { border-bottom: 1px dashed var(--brine-line-soft); }
.details-row:last-child { border-bottom: none; }
.details-key {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  color: var(--brine-fade);
  letter-spacing: 0.14em;
  padding: 4px 10px 4px 0;
  white-space: nowrap;
  vertical-align: top;
  width: 5.6em;
}
.details-val {
  font-size: 12.5px;
  color: #e2d3b6;
  letter-spacing: 0.02em;
  padding: 4px 0;
  vertical-align: top;
}
.episodes-section {
  padding: 12px 14px;
  border: 1px solid var(--brine-line-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(43, 23, 13, 0.55), rgba(24, 12, 6, 0.55));
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 9px 9px;
  border: 1px solid rgba(217, 154, 60, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(38, 20, 11, 0.92), rgba(26, 13, 7, 0.92));
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.episode-card:hover {
  border-color: var(--brine-line);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
}
.episode-active {
  border-color: var(--brine-warm);
  background: linear-gradient(180deg, rgba(74, 20, 16, 0.85), rgba(38, 20, 11, 0.95));
  box-shadow: 0 0 0 1px rgba(232, 180, 92, 0.45), 0 0 16px rgba(217, 154, 60, 0.22);
}
.episode-number {
  font-family: var(--font-title);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: var(--brine-amber);
}
.episode-active .episode-number { color: var(--brine-glow); }
.episode-title {
  font-family: var(--font-title);
  font-size: 14.5px;
  letter-spacing: 0.06em;
  color: var(--brine-cream);
  line-height: 1.2;
}
.episode-active .episode-title { color: var(--brine-glow); }
.episode-summary {
  font-size: 11.5px;
  line-height: 1.5;
  color: #b7a284;
  flex: 1 1 auto;
}
.episode-duration {
  align-self: flex-start;
  margin-top: 2px;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--brine-fade);
  padding: 1px 6px;
  border: 1px solid var(--brine-line-soft);
  border-radius: var(--radius-sm);
}
.timeline-section {
  padding: 12px 14px;
  border: 1px solid var(--brine-line-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(43, 23, 13, 0.5), rgba(24, 12, 6, 0.5));
}
.timeline-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 0;
}
.timeline-item {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 14px;
  padding: 6px 0 6px 14px;
  border-left: 1px solid var(--brine-line);
  position: relative;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -3.5px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brine-amber);
  box-shadow: 0 0 8px rgba(217, 154, 60, 0.7);
}
.timeline-label {
  flex: 1 1 auto;
  text-align: right;
  font-size: 12.5px;
  line-height: 1.5;
  color: #cbb794;
}
.timeline-timecode {
  flex: 0 0 auto;
  font-family: var(--font-title);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--brine-warm);
  padding: 1px 7px;
  border: 1px solid var(--brine-line);
  border-radius: var(--radius-sm);
  background: rgba(74, 20, 16, 0.45);
}
.comments-section {
  padding: 12px 14px;
  border: 1px solid rgba(242, 200, 119, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 200, 119, 0.14), transparent 40%),
    linear-gradient(160deg, #4a1410 0%, #3a100c 55%, #2b0c09 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
}
.comments-section .section-heading {
  color: var(--brine-glow);
  border-left-color: var(--brine-amber);
}
.comment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
}
.comment-item {
  padding: 7px 10px 7px 12px;
  border-left: 2px solid rgba(242, 200, 119, 0.45);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(20, 8, 5, 0.32);
}
.comment-nickname {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--brine-glow);
  margin-bottom: 3px;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.55;
  color: #e4d2b6;
}
.recommend-region {
  padding: 12px 14px;
  border: 1px solid var(--brine-line-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(43, 23, 13, 0.55), rgba(24, 12, 6, 0.55));
}
.region-heading {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 14.5px;
  letter-spacing: 0.16em;
  color: var(--brine-warm);
  padding: 3px 12px;
  margin-bottom: 9px;
  border: 1px solid var(--brine-line);
  border-radius: 999px;
  background: rgba(28, 15, 8, 0.6);
}
.region-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 12px;
  align-items: start;
}
.region-item {
  display: flex;
  min-width: 0;
}
a.rec-root {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-width: 0;
  padding: 6px 8px 7px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--brine-cream);
  text-decoration: none;
  background: rgba(28, 15, 8, 0.45);
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
  position: relative;
}
a.rec-root::before {
  content: "—";
  color: var(--brine-red-soft);
  font-size: 12px;
  line-height: 1;
  margin-bottom: 1px;
}
a.rec-root:hover {
  border-color: var(--brine-line);
  background: rgba(74, 20, 16, 0.5);
  transform: translateY(-1px);
}
[data-runtime="recommendation"] img, .rec-pic {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-sm);
  filter: saturate(0.88) brightness(0.88);
  border: 1px solid rgba(217, 154, 60, 0.16);
}
.rec-name {
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--brine-cream);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rec-blurb {
  font-size: 11px;
  line-height: 1.45;
  color: #a8937a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 6px;
  border-top: 1px solid var(--brine-line);
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 154, 60, 0.10), transparent 55%),
    linear-gradient(180deg, #1c0f08 0%, #120805 100%);
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 16px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}
.footer-disclaimer {
  flex: 1 1 320px;
  font-size: 11px;
  line-height: 1.55;
  color: #8d7a61;
  min-width: 0;
}
.footer-nav {
  display: flex;
  gap: 12px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"] {
  color: var(--brine-warm);
}
a[data-contract="footer-sitemap"] {
  color: var(--brine-fade);
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--brine-glow);
  border-bottom-color: var(--brine-line);
}
.friend-links {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  padding-top: 7px;
  border-top: 1px dashed var(--brine-line-soft);
}
.friend-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #8d7a61;
  padding-right: 8px;
  border-right: 1px solid var(--brine-line-soft);
}
a.runtime-friend-link {
  font-size: 11px;
  color: #a8937a;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
}
a.runtime-friend-link:hover {
  color: var(--brine-glow);
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 1024px) {.hero-brine {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "media player"
      "synopsis synopsis"
      "cast cast"
      "status details";
  }
.episode-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.region-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }}
@media (max-width: 760px) {.page-main { padding: 10px 10px 16px; gap: 14px; }
.hero-brine {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "player"
      "synopsis"
      "cast"
      "status"
      "details";
    gap: 12px;
    padding: 10px;
  }
.cast-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.episode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.comment-list { grid-template-columns: minmax(0, 1fr); }
.region-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.header-inner { padding: 8px 10px; gap: 10px; }
.footer-inner { padding: 10px 10px 14px; }}
@media (max-width: 520px) {.episode-grid { grid-template-columns: minmax(0, 1fr); }
.region-list { grid-template-columns: minmax(0, 1fr); }
.cast-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.player-controls { gap: 5px; }
.ctrl-btn { font-size: 11px; padding: 4px 7px; }
.ctrl-volume { flex: 1 1 60px; width: auto; }
.timeline-label { font-size: 12px; }
.movie-title { font-size: 24px; }}

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}
