:root {
  --iron: #10171a;
  --iron-2: #17222a;
  --iron-3: #1e2c34;
  --steel: #2b3d47;
  --solder: #c7d3d6;
  --solder-hi: #eef4f5;
  --cold-grey: #8a9ba0;
  --cold-grey-2: #5f7178;
  --circuit-green: #0e2b22;
  --flux-green: #35e08a;
  --flux-green-dim: #1c7a4d;
  --banyan: #0b1f16;
  --banyan-deep: #06110c;
  --text: #d6e0e2;
  --text-dim: #93a5a9;
  --line: #253640;
  --line-soft: #1b2a32;
  --radius: 3px;
  --gap: 10px;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --sans: -apple-system, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: var(--iron);
  background-image:
    linear-gradient(180deg, #0c1417 0%, #101a1d 40%, #0b1412 100%),
    repeating-linear-gradient(0deg, rgba(53, 224, 138, 0.028) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(53, 224, 138, 0.028) 0 1px, transparent 1px 22px);
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input, select {
  font: inherit;
  color: inherit;
}
a {
  color: var(--solder);
  text-decoration: none;
}
ol, ul {
  list-style: none;
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.25;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, #0a1215 0%, #0c161a 100%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(53, 224, 138, 0.08), 0 8px 18px -14px #000;
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}
.brand-mark {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--solder-hi);
  text-decoration: none;
  padding: 4px 9px;
  border: 1px solid var(--flux-green-dim);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(53, 224, 138, 0.12), rgba(53, 224, 138, 0.02));
  white-space: nowrap;
}
.brand-mark:hover, .brand-mark:focus-visible {
  color: var(--flux-green);
  border-color: var(--flux-green);
}
.category-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.runtime-category {
  color: var(--cold-grey);
  text-decoration: none;
  font-size: 13px;
  padding: 3px 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(43, 61, 71, 0.28);
  white-space: nowrap;
}
.runtime-category:hover, .runtime-category:focus-visible {
  color: var(--flux-green);
  border-color: var(--flux-green-dim);
  background: rgba(53, 224, 138, 0.08);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 14px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(115deg, var(--circuit-green) 0%, #0d1e1c 45%, #0a1418 100%);
  min-height: 240px;
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-circuit-field {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(199, 211, 214, 0.09) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(0deg, rgba(199, 211, 214, 0.07) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(45deg, rgba(53, 224, 138, 0.05) 0 1px, transparent 1px 40px);
  filter: blur(0.4px);
  opacity: 0.85;
}
.hero-figure-silhouette {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 26%;
  max-width: 210px;
  height: 88%;
  background: linear-gradient(180deg, rgba(10, 18, 20, 0.2) 0%, rgba(6, 12, 14, 0.94) 62%);
  border-radius: 48% 48% 4% 4% / 30% 30% 2% 2%;
  box-shadow: -18px 0 34px -18px rgba(0, 0, 0, 0.9);
}
.hero-solder-glint {
  position: absolute;
  top: 18%;
  left: 12%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 40% 40%, rgba(238, 244, 245, 0.5) 0%, rgba(199, 211, 214, 0.12) 32%, transparent 68%);
  filter: blur(6px);
  opacity: 0.7;
}
.hero-banyan-shadow {
  position: absolute;
  left: -6%;
  bottom: -40%;
  width: 46%;
  height: 120%;
  background: radial-gradient(ellipse at 30% 60%, rgba(6, 17, 12, 0.85) 0%, rgba(6, 17, 12, 0.4) 45%, transparent 72%);
  opacity: 0.9;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 22px 20px 24px;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.hero-kicker {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--flux-green);
  text-transform: uppercase;
}
.hero-title {
  font-size: clamp(26px, 5.4vw, 44px);
  letter-spacing: 0.04em;
  color: var(--solder-hi);
  text-shadow: 0 0 18px rgba(53, 224, 138, 0.22);
}
.hero-tagline {
  font-size: clamp(14px, 2.2vw, 17px);
  font-weight: 700;
  color: var(--solder);
  border-left: 3px solid var(--flux-green);
  padding-left: 10px;
}
.hero-seo {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-dim);
  max-width: 56ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.action-chip {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--solder);
  background: rgba(23, 34, 42, 0.86);
  border: 1px solid var(--steel);
  border-radius: var(--radius);
  padding: 7px 14px;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.action-chip:hover, .action-chip:focus-visible {
  color: var(--flux-green);
  border-color: var(--flux-green-dim);
}
.action-chip-primary {
  color: #04140c;
  background: linear-gradient(180deg, var(--flux-green) 0%, #1fae6a 100%);
  border-color: var(--flux-green);
  font-weight: 700;
}
.action-chip-primary:hover, .action-chip-primary:focus-visible {
  color: #04140c;
  background: linear-gradient(180deg, #63f0a8 0%, var(--flux-green) 100%);
}
.player-shell {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #060c0e;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.player-shell video {
  border-radius: 2px;
  background: #000;
  display: block;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 2px 2px 4px;
  border-top: 1px solid var(--line-soft);
  padding-top: 8px;
}
.control-btn {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--solder);
  background: rgba(30, 44, 52, 0.8);
  border: 1px solid var(--steel);
  border-radius: var(--radius);
  padding: 5px 11px;
  cursor: pointer;
  white-space: nowrap;
}
.control-btn:hover, .control-btn:focus-visible {
  color: var(--flux-green);
  border-color: var(--flux-green-dim);
}
.control-field {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 1 1 200px;
  min-width: 150px;
}
.control-field-narrow {
  flex: 0 1 130px;
  min-width: 110px;
}
.control-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--cold-grey-2);
  white-space: nowrap;
}
.control-field input[type="range"] {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, var(--flux-green-dim), var(--steel));
  border-radius: 2px;
  cursor: pointer;
}
.control-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--solder-hi);
  border: 1px solid var(--flux-green);
  box-shadow: 0 0 6px rgba(53, 224, 138, 0.6);
}
.control-field input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--solder-hi);
  border: 1px solid var(--flux-green);
}
.control-field select {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--solder);
  background: rgba(30, 44, 52, 0.8);
  border: 1px solid var(--steel);
  border-radius: var(--radius);
  padding: 4px 6px;
  cursor: pointer;
}
.player-shell-theater {
  background: #020607;
  border-color: var(--flux-green-dim);
  box-shadow: 0 0 0 1px rgba(53, 224, 138, 0.18), 0 24px 60px -30px #000;
}
.player-shell-dim video {
  filter: brightness(0.55) saturate(0.8);
}
.player .play .click, .player .mute .input, .player .progress .timeupdate, .player .volume .speed, .player .theater .fullscreen .pip, .player .light .player-shell-theater, .player .player-shell-dim {
  outline: none;
}
.overview-shell {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(23, 34, 42, 0.55) 0%, rgba(13, 21, 25, 0.75) 100%);
  padding: 16px;
}
.overview-media {
  min-width: 0;
}
.poster-frame {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  width: 100%;
}
.poster-frame img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 1px solid var(--steel);
  border-radius: var(--radius);
  background: var(--iron-3);
  filter: saturate(0.85) contrast(1.05);
}
.poster-caption {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--cold-grey-2);
  border-top: 1px solid var(--line-soft);
  padding-top: 5px;
}
.overview-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.overview-head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.overview-title {
  font-size: clamp(20px, 3.4vw, 28px);
  color: var(--solder-hi);
  letter-spacing: 0.03em;
}
.overview-tagline {
  margin-top: 4px;
  font-size: 13.5px;
  color: var(--flux-green);
  font-weight: 700;
}
.status-title, .cast-title, .synopsis-title, .details-title {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.2em;
  color: var(--cold-grey-2);
  text-transform: uppercase;
  margin-bottom: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-soft);
}
.status-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.status-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  min-width: 74px;
  padding: 6px 10px 7px;
  border: 1px solid var(--steel);
  border-radius: var(--radius);
  background: rgba(30, 44, 52, 0.55);
}
.status-chip-current {
  border-color: var(--flux-green);
  background: linear-gradient(180deg, rgba(53, 224, 138, 0.16), rgba(53, 224, 138, 0.04));
  box-shadow: inset 0 0 0 1px rgba(53, 224, 138, 0.18);
}
.status-chip-score .chip-num {
  color: var(--flux-green);
}
.chip-num {
  font-family: var(--mono);
  font-size: 17px;
  font-weight: 700;
  color: var(--solder-hi);
  line-height: 1.1;
}
.chip-label {
  font-size: 11px;
  color: var(--cold-grey-2);
  letter-spacing: 0.06em;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cast-member {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px 4px 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 23, 26, 0.7);
}
.cast-avatar {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #06140d;
  background: linear-gradient(160deg, var(--solder) 0%, var(--cold-grey-2) 100%);
  border-radius: 50%;
  border: 1px solid var(--flux-green-dim);
}
.cast-name {
  font-size: 12.5px;
  color: var(--text);
  white-space: nowrap;
}
.synopsis-columns {
  column-count: 2;
  column-gap: 20px;
  column-rule: 1px solid var(--line-soft);
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--text-dim);
  break-inside: avoid;
  margin-bottom: 8px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0 16px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px dashed var(--line-soft);
}
.detail-key {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--cold-grey-2);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.detail-value {
  font-size: 13px;
  color: var(--text);
  text-align: right;
}
.detail-value-mono {
  font-family: var(--mono);
  color: var(--solder-hi);
}
.section-heading {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--solder-hi);
  padding-left: 10px;
  border-left: 3px solid var(--flux-green);
  margin-bottom: 12px;
}
.timeline-spine {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(14, 43, 34, 0.35) 0%, rgba(13, 21, 25, 0.6) 100%);
  padding: 14px 16px 16px;
}
.timeline-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 22px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--flux-green-dim) 0%, var(--steel) 60%, var(--banyan-deep) 100%);
}
.timeline-node {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px solid var(--line-soft);
}
.timeline-node:last-child {
  border-bottom: none;
}
.node-dot {
  position: absolute;
  left: -21px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--solder-hi) 0%, var(--cold-grey-2) 55%, var(--steel) 100%);
  border: 1px solid var(--flux-green-dim);
  box-shadow: 0 0 7px rgba(53, 224, 138, 0.35);
}
.node-timecode {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--flux-green);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.node-label {
  font-size: 13.5px;
  color: var(--text);
}
.episodes-grid-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 21, 25, 0.55);
  padding: 14px 16px 16px;
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(23, 34, 42, 0.5);
}
.episode-card-current {
  border-color: var(--solder-hi);
  background: linear-gradient(180deg, rgba(199, 211, 214, 0.14) 0%, rgba(199, 211, 214, 0.04) 100%);
  box-shadow: inset 0 0 0 1px rgba(238, 244, 245, 0.22), 0 0 14px -6px rgba(199, 211, 214, 0.5);
}
.ep-num {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--flux-green);
  letter-spacing: 0.08em;
}
.episode-card-current .ep-num {
  color: var(--solder-hi);
}
.ep-title {
  font-size: 13.5px;
  color: var(--solder-hi);
}
.ep-summary {
  font-size: 12px;
  line-height: 1.55;
  color: var(--text-dim);
}
.ep-duration {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--cold-grey-2);
  margin-top: 2px;
}
.comments-board {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(0deg, rgba(199, 211, 214, 0.02) 0 1px, transparent 1px 20px),
    rgba(16, 23, 26, 0.7);
  padding: 14px 16px 16px;
}
.comments-columns {
  column-count: 2;
  column-gap: 10px;
}
.comment-card {
  break-inside: avoid;
  margin-bottom: 8px;
  padding: 8px 11px 9px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--flux-green-dim);
  border-radius: var(--radius);
  background: rgba(23, 34, 42, 0.55);
}
.comment-nick {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--flux-green);
  letter-spacing: 0.06em;
  margin-bottom: 3px;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.62;
  color: var(--text-dim);
}
.recommend-region {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 21, 25, 0.5);
  padding: 12px 14px 14px;
}
.rec-heading {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--solder-hi);
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line-soft);
}
.rec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.rec-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(23, 34, 42, 0.6);
  color: var(--solder);
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}
a.rec-card:hover, a.rec-card:focus-visible {
  border-color: var(--flux-green-dim);
  background: rgba(53, 224, 138, 0.07);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  background: var(--iron-3);
  filter: saturate(0.85) contrast(1.05);
}
.rec-name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--solder-hi);
  line-height: 1.35;
}
.rec-blurb {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--text-dim);
}
.site-footer {
  position: relative;
  margin-top: 26px;
  background: linear-gradient(180deg, #0a1412 0%, var(--banyan) 55%, var(--banyan-deep) 100%);
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.footer-banyan-hollow {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  width: min(560px, 92%);
  height: 220px;
  background: radial-gradient(ellipse at 50% 30%, rgba(0, 0, 0, 0.92) 0%, rgba(3, 10, 7, 0.7) 42%, transparent 74%);
  pointer-events: none;
}
.footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 14px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-nav a {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--solder);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
}
.footer-nav a[data-contract="footer-home"], a[data-contract="footer-home"] {
  color: var(--flux-green);
  text-decoration: none;
}
.footer-nav a[data-contract="footer-sitemap"], a[data-contract="footer-sitemap"] {
  color: var(--cold-grey);
  text-decoration: none;
}
.footer-nav a:hover, .footer-nav a:focus-visible {
  color: var(--solder-hi);
  border-bottom-color: var(--flux-green);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding: 8px 10px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(6, 17, 12, 0.5);
}
.friend-links-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--cold-grey-2);
  white-space: nowrap;
}
.runtime-friend-link, a.runtime-friend-link {
  font-size: 12px;
  color: var(--cold-grey);
  text-decoration: none;
  border-bottom: 1px dotted var(--flux-green-dim);
  padding-bottom: 1px;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--flux-green);
  border-bottom-color: var(--flux-green);
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--cold-grey-2);
  max-width: 78ch;
}
@media (max-width: 900px) {.overview-shell {
    grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }
.episodes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.rec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 680px) {.page-main {
    padding: 10px 10px 0;
    gap: 16px;
  }
.overview-shell {
    grid-template-columns: minmax(0, 1fr);
  }
.overview-media {
    max-width: 210px;
  }
.synopsis-columns {
    column-count: 1;
  }
.comments-columns {
    column-count: 1;
  }
.timeline-node {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }
.node-timecode {
    font-size: 11.5px;
  }
.hero-content {
    padding: 18px 14px 20px;
  }
.hero-figure-silhouette {
    width: 34%;
    opacity: 0.7;
  }}
@media (max-width: 460px) {.episodes-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.status-chips {
    gap: 6px;
  }
.status-chip {
    min-width: 68px;
    padding: 5px 8px 6px;
  }
.control-field {
    flex: 1 1 100%;
  }
.control-field-narrow {
    flex: 1 1 46%;
  }}

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}
