:root {
  --brass: #b98a44;
  --brass-dim: #7d5c2e;
  --brass-deep: #4a3418;
  --verdigris: #4a5c46;
  --verdigris-deep: #232b22;
  --mold: #5c6b52;
  --ink: #0d0f0c;
  --ink-2: #141711;
  --ink-3: #1b1f18;
  --paper: #d8d2c0;
  --paper-dim: #a8a292;
  --rain: #cfe0e6;
  --rain-dim: #8fa6ad;
  --rule: rgba(185, 138, 68, 0.28);
  --rule-soft: rgba(185, 138, 68, 0.14);
  --serif: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Helvetica Neue", Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  background: var(--ink);
}
body {
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(185, 138, 68, 0.09) 0%, rgba(13, 15, 12, 0) 55%),
    radial-gradient(100% 80% at 88% 4%, rgba(92, 107, 82, 0.12) 0%, rgba(13, 15, 12, 0) 60%),
    linear-gradient(180deg, #0b0d0a 0%, #101310 40%, #0c0e0b 100%);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
img, video {
  display: block;
  max-width: 100%;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
a {
  color: var(--brass);
  text-decoration: none;
}
ol, ul {
  list-style: none;
}
figure {
  margin: 0;
}
h1, h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0.03em;
}
dl, dd, dt {
  margin: 0;
}
.site-header {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 10px 18px;
  border-bottom: 1px solid var(--rule);
  background: linear-gradient(180deg, rgba(20, 23, 17, 0.96), rgba(13, 15, 12, 0.9));
  position: sticky;
  top: 0;
  z-index: 40;
}
a[data-contract="site-name"].brand-mark {
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: 0.12em;
  color: var(--brass);
  text-decoration: none;
  white-space: nowrap;
  padding-left: 14px;
  position: relative;
  text-shadow: 0 0 12px rgba(185, 138, 68, 0.35);
}
a[data-contract="site-name"].brand-mark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border: 1px solid var(--brass);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px var(--ink);
}
a[data-contract="site-name"].brand-mark:hover {
  color: var(--rain);
}
.category-rail {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  margin-left: auto;
  min-width: 0;
}
a.runtime-category {
  color: var(--paper-dim);
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 4px 9px;
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  background: rgba(35, 43, 34, 0.5);
  transition: color 0.18s, border-color 0.18s;
}
a.runtime-category:hover {
  color: var(--brass);
  border-color: var(--rule);
}
.page-main {
  padding: 0 18px 26px;
  max-width: 1500px;
  margin: 0 auto;
}
.overture {
  padding: 34px 0 22px;
  border-bottom: 1px solid var(--rule-soft);
}
.overture-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 10px 0 26px;
}
.music-box-shell {
  position: relative;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--brass-deep);
  border-radius: 3px;
  background:
    linear-gradient(160deg, #2a2416 0%, #171a13 45%, #0d0f0c 100%);
  overflow: hidden;
  box-shadow:
    0 22px 46px -22px rgba(0, 0, 0, 0.9),
    inset 0 1px 0 rgba(185, 138, 68, 0.22);
}
.music-box-lid {
  position: absolute;
  inset: 0 0 46% 0;
  background: linear-gradient(180deg, rgba(185, 138, 68, 0.2), rgba(185, 138, 68, 0.02) 82%, rgba(0, 0, 0, 0.4));
  border-bottom: 1px solid var(--brass-deep);
  transform-origin: top center;
  transform: perspective(700px) rotateX(-32deg);
  box-shadow: 0 12px 20px -14px rgba(0, 0, 0, 0.95);
  z-index: 3;
  pointer-events: none;
}
.music-box-gearbed {
  position: absolute;
  left: 6%;
  bottom: 6%;
  width: 52%;
  height: 46%;
  z-index: 4;
  pointer-events: none;
}
.gear {
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 2px solid var(--brass-dim);
  background: radial-gradient(circle at 34% 30%, rgba(185, 138, 68, 0.5), rgba(74, 52, 24, 0.85) 70%);
  box-shadow: inset 0 0 0 4px rgba(13, 15, 12, 0.75), 0 0 10px rgba(185, 138, 68, 0.16);
}
.gear::after {
  content: "";
  position: absolute;
  inset: 34%;
  border-radius: 50%;
  background: var(--ink-2);
  border: 1px solid var(--brass-deep);
}
.gear-a {
  width: 58px;
  height: 58px;
  left: 4%;
  top: 8%;
}
.gear-b {
  width: 42px;
  height: 42px;
  left: 34%;
  top: 40%;
}
.gear-c {
  width: 30px;
  height: 30px;
  left: 56%;
  top: 12%;
}
.gear-d {
  width: 22px;
  height: 22px;
  left: 68%;
  top: 56%;
}
.spring-coil {
  position: absolute;
  right: 4%;
  bottom: 6%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px dashed var(--brass-dim);
  opacity: 0.75;
}
.music-box-rainlight {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    linear-gradient(102deg, rgba(207, 224, 230, 0) 58%, rgba(207, 224, 230, 0.22) 74%, rgba(207, 224, 230, 0) 84%),
    linear-gradient(96deg, rgba(207, 224, 230, 0) 30%, rgba(207, 224, 230, 0.1) 44%, rgba(207, 224, 230, 0) 52%);
  mix-blend-mode: screen;
}
.poster-wrap {
  position: absolute;
  right: 7%;
  top: 11%;
  width: 33%;
  aspect-ratio: 2 / 3;
  z-index: 2;
  border: 1px solid var(--brass-deep);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 16px 30px -14px rgba(0, 0, 0, 0.95);
}
.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.92);
}
.overture-words {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-left: 1px solid var(--rule);
  padding-left: 26px;
}
.movie-title {
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.18;
  color: var(--paper);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
}
.movie-tagline {
  font-family: var(--serif);
  font-size: clamp(14px, 1.35vw, 18px);
  color: var(--rain-dim);
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--rule-soft);
}
.overture-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.btn-primary, .btn-ghost {
  font-size: 13px;
  letter-spacing: 0.12em;
  padding: 8px 20px;
  border-radius: 2px;
  white-space: nowrap;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.btn-primary {
  background: linear-gradient(180deg, var(--brass) 0%, var(--brass-dim) 100%);
  color: #16130c;
  border: 1px solid var(--brass);
  font-weight: 600;
}
.btn-primary:hover, .btn-primary.is-active {
  background: linear-gradient(180deg, var(--rain) 0%, var(--brass) 100%);
}
.btn-ghost {
  background: rgba(35, 43, 34, 0.45);
  color: var(--brass);
  border: 1px solid var(--rule);
}
.btn-ghost:hover, .btn-ghost.is-active {
  color: var(--rain);
  border-color: var(--rain-dim);
  background: rgba(74, 92, 70, 0.35);
}
.player-panel {
  position: relative;
  border: 1px solid var(--brass-deep);
  border-radius: 3px;
  background: #08090a;
  padding: 10px;
  box-shadow:
    0 24px 48px -26px rgba(0, 0, 0, 0.95),
    inset 0 1px 0 rgba(185, 138, 68, 0.16);
}
.player-panel video {
  display: block;
  width: 100%;
  background: #000;
  border-radius: 2px;
}
.player-panel .player-controls {
  margin-top: 9px;
}
.player-panel.is-theater {
  border-color: var(--brass);
  box-shadow: 0 26px 60px -24px rgba(185, 138, 68, 0.4);
}
.player-panel.is-playing {
  border-color: var(--brass);
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.chip {
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  background: rgba(35, 43, 34, 0.55);
  color: var(--paper-dim);
  white-space: nowrap;
  transition: color 0.16s, border-color 0.16s, background 0.16s;
}
.chip:hover {
  color: var(--brass);
  border-color: var(--rule);
}
.chip.is-active {
  color: var(--brass);
  border-color: var(--brass-dim);
  background: rgba(74, 52, 24, 0.5);
}
.chip.is-muted {
  color: #c07a55;
  border-color: rgba(192, 122, 85, 0.5);
}
.overview-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.6fr) minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 26px;
}
.cast-panel, .synopsis-panel, .status-panel, .details-panel {
  min-width: 0;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.panel-heading {
  font-size: 15px;
  letter-spacing: 0.18em;
  color: var(--brass);
  margin-bottom: 12px;
  padding-left: 10px;
  position: relative;
}
.panel-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: var(--brass-dim);
}
.cast-cards {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cast-card {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 7px 9px;
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(35, 43, 34, 0.42), rgba(20, 23, 17, 0.42));
}
.relic {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  border: 1px solid var(--brass-dim);
  border-radius: 1px;
  background: rgba(13, 15, 12, 0.7);
}
.relic::before, .relic::after {
  content: "";
  position: absolute;
  background: var(--brass-dim);
  opacity: 0.85;
}
.relic-wrench::before {
  left: 11px;
  top: 4px;
  width: 3px;
  height: 13px;
  transform: rotate(24deg);
}
.relic-wrench::after {
  left: 8px;
  top: 15px;
  width: 10px;
  height: 3px;
  transform: rotate(24deg);
}
.relic-tape::before {
  left: 4px;
  top: 9px;
  width: 18px;
  height: 8px;
  background: none;
  border: 2px solid var(--brass-dim);
  border-radius: 2px;
  opacity: 0.9;
}
.relic-tape::after {
  left: 8px;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  box-shadow: 7px 0 0 var(--brass-dim);
}
.relic-teapot::before {
  left: 6px;
  top: 10px;
  width: 13px;
  height: 9px;
  border-radius: 2px 2px 5px 5px;
  background: none;
  border: 2px solid var(--brass-dim);
}
.relic-teapot::after {
  left: 19px;
  top: 13px;
  width: 4px;
  height: 2px;
  background: var(--brass-dim);
}
.relic-receipt::before {
  left: 7px;
  top: 5px;
  width: 12px;
  height: 16px;
  background: none;
  border: 1px solid var(--brass-dim);
}
.relic-receipt::after {
  left: 10px;
  top: 10px;
  width: 6px;
  height: 1px;
  box-shadow: 0 4px 0 var(--brass-dim), 0 8px 0 var(--brass-dim);
}
.relic-score::before {
  left: 6px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: none;
  border: 1px solid var(--brass-dim);
  border-radius: 50%;
}
.relic-score::after {
  left: 12px;
  top: 9px;
  width: 1px;
  height: 8px;
  background: var(--brass-dim);
}
.cast-name {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--paper);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.cast-note {
  font-size: 11px;
  color: var(--paper-dim);
  letter-spacing: 0.05em;
  text-align: right;
  white-space: nowrap;
}
.synopsis-para {
  font-size: 13px;
  color: #bdb7a6;
  margin-bottom: 9px;
  text-align: justify;
}
.synopsis-para:last-of-type {
  margin-bottom: 12px;
}
.seo-line {
  font-size: 11.5px;
  line-height: 1.7;
  color: var(--paper-dim);
  padding: 9px 11px;
  border-left: 2px solid var(--rule);
  background: rgba(35, 43, 34, 0.34);
  border-radius: 0 2px 2px 0;
}
.status-current {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--rain-dim);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.status-meter {
  position: relative;
  height: 8px;
  border: 1px solid var(--brass-deep);
  border-radius: 1px;
  background: rgba(13, 15, 12, 0.85);
  overflow: hidden;
  margin-bottom: 9px;
}
.meter-fill {
  display: block;
  height: 100%;
  width: 37.5%;
  background: repeating-linear-gradient(
    -45deg,
    var(--brass) 0 4px,
    var(--brass-dim) 4px 8px
  );
}
.status-note {
  font-size: 11.5px;
  color: var(--paper-dim);
  letter-spacing: 0.08em;
}
.detail-list {
  display: flex;
  flex-direction: column;
}
.detail-row {
  display: grid;
  grid-template-columns: 4.6em minmax(0, 1fr);
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(185, 138, 68, 0.16);
  font-size: 12.5px;
}
.detail-row:last-child {
  border-bottom: none;
}
.detail-row dt {
  color: var(--paper-dim);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.detail-row dd {
  color: var(--paper);
}
.timeline-section {
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--rule-soft);
}
.section-heading {
  font-size: 15px;
  letter-spacing: 0.18em;
  color: var(--brass);
  margin-bottom: 14px;
  padding-left: 10px;
  position: relative;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: var(--brass-dim);
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  position: relative;
  align-items: start;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 15px;
  height: 1px;
  background: linear-gradient(90deg, rgba(185, 138, 68, 0), var(--brass-dim) 12%, var(--brass-dim) 88%, rgba(185, 138, 68, 0));
  z-index: 0;
}
.timeline-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 0 6px;
  text-align: center;
}
.node-gear {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--brass-dim);
  background:
    radial-gradient(circle at 50% 50%, var(--ink-2) 0 6px, transparent 6px),
    radial-gradient(circle at 34% 30%, rgba(185, 138, 68, 0.45), rgba(74, 52, 24, 0.9) 72%);
  box-shadow: 0 0 0 4px rgba(13, 15, 12, 0.9);
  position: relative;
}
.node-gear::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px dotted rgba(185, 138, 68, 0.45);
}
.node-timecode {
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--brass);
  white-space: nowrap;
}
.node-label {
  font-size: 12.5px;
  color: #c4bead;
  line-height: 1.45;
}
.episode-comment-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 268px;
  gap: 22px;
  align-items: start;
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--rule-soft);
}
.episodes-section {
  min-width: 0;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-cell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "sum sum"
    "dur dur";
  column-gap: 8px;
  row-gap: 5px;
  padding: 9px 10px;
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(35, 43, 34, 0.34), rgba(20, 23, 17, 0.34));
  position: relative;
  overflow: hidden;
}
.episode-cell::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--brass-deep);
}
.episode-number {
  grid-area: num;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.3;
  color: var(--brass-dim);
  min-width: 1.4em;
}
.episode-title {
  grid-area: title;
  font-family: var(--serif);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--paper);
  align-self: center;
}
.episode-summary {
  grid-area: sum;
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--paper-dim);
}
.episode-duration {
  grid-area: dur;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--brass-dim);
  padding-top: 5px;
  border-top: 1px dashed rgba(185, 138, 68, 0.16);
}
.episode-cell.is-current {
  border-color: var(--brass);
  background: linear-gradient(180deg, rgba(74, 52, 24, 0.55), rgba(20, 23, 17, 0.5));
  box-shadow: 0 0 0 1px rgba(185, 138, 68, 0.35), 0 12px 26px -18px rgba(185, 138, 68, 0.6);
}
.episode-cell.is-current::after {
  background: var(--brass);
}
.episode-cell.is-current .episode-number {
  color: var(--rain);
}
.episode-cell.is-current .episode-title {
  color: var(--brass);
}
.comments-rail {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background:
    repeating-linear-gradient(180deg, rgba(185, 138, 68, 0.04) 0 1px, transparent 1px 26px),
    linear-gradient(180deg, rgba(35, 43, 34, 0.5), rgba(20, 23, 17, 0.6));
  box-shadow: inset 0 1px 0 rgba(185, 138, 68, 0.14);
}
.rail-heading {
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--brass);
  margin-bottom: 11px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--rule-soft);
}
.comment-stack {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.comment-note {
  padding: 7px 9px;
  border-left: 2px solid var(--brass-deep);
  background: rgba(13, 15, 12, 0.5);
  border-radius: 0 2px 2px 0;
}
.comment-nick {
  display: block;
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--rain-dim);
  margin-bottom: 3px;
}
.comment-text {
  display: block;
  font-size: 11.5px;
  line-height: 1.62;
  color: #b3ad9c;
}
.reco-region {
  padding: 18px 0 4px;
  border-bottom: 1px solid var(--rule-soft);
}
.reco-region:last-of-type {
  border-bottom: none;
}
.reco-heading {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--brass);
  margin-bottom: 11px;
  padding-left: 10px;
  position: relative;
}
.reco-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: var(--brass-dim);
}
.reco-row {
  display: grid;
  gap: 10px;
  align-items: start;
}
.reco-region-one .reco-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.reco-region-two .reco-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.reco-region-three .reco-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
a.reco-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding: 7px;
  border: 1px solid var(--rule-soft);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(35, 43, 34, 0.36), rgba(20, 23, 17, 0.36));
  color: var(--paper);
  text-decoration: none;
  transition: border-color 0.18s, transform 0.18s;
}
a.reco-card:hover {
  border-color: var(--brass-dim);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img.reco-pic {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 1px;
  background: #0a0b09;
  filter: saturate(0.76) contrast(1.06) brightness(0.94);
}
.reco-name {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--paper);
  line-height: 1.35;
}
.reco-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--paper-dim);
}
.site-footer {
  margin-top: 24px;
  padding: 16px 18px 22px;
  border-top: 1px solid var(--rule);
  background: linear-gradient(180deg, rgba(20, 23, 17, 0.9), rgba(8, 9, 8, 0.95));
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--paper-dim);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--brass);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  flex: 1 1 320px;
  min-width: 0;
}
.friend-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--brass-dim);
  white-space: nowrap;
}
a.runtime-friend-link {
  color: var(--paper-dim);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: var(--brass);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-disclaimer {
  flex: 1 1 100%;
  font-size: 11px;
  line-height: 1.7;
  color: rgba(168, 162, 146, 0.72);
  padding-top: 10px;
  border-top: 1px dashed rgba(185, 138, 68, 0.14);
}
body.lights-dim {
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(185, 138, 68, 0.05) 0%, rgba(13, 15, 12, 0) 55%),
    linear-gradient(180deg, #060705 0%, #0a0c09 40%, #050605 100%);
}
.player-panel.lights-dim {
  background: #030403;
  border-color: var(--brass-deep);
}
.player-panel.is-theater video {
  border-radius: 0;
}
@media (max-width: 1180px) {.overview-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  }
.status-panel, .details-panel {
    grid-column: span 1;
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.reco-region-one .reco-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 980px) {.overture-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
.music-box-shell {
    aspect-ratio: 16 / 10;
  }
.overture-words {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--rule);
    padding-top: 18px;
  }
.timeline-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 0;
  }
.timeline-track::before {
    display: none;
  }
.episode-comment-row {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-rail {
    width: 100%;
  }
.comment-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: start;
  }
.reco-region-one .reco-row, .reco-region-two .reco-row, .reco-region-three .reco-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.page-main {
    padding: 0 12px 20px;
  }
.site-header {
    padding: 9px 12px;
    gap: 10px;
  }
.category-rail {
    width: 100%;
    margin-left: 0;
  }
.overview-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.reco-region-one .reco-row, .reco-region-two .reco-row, .reco-region-three .reco-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 480px) {body {
    font-size: 13px;
  }
.page-main {
    padding: 0 10px 18px;
  }
.site-header {
    padding: 8px 10px;
  }
.overture {
    padding: 20px 0 16px;
  }
.music-box-shell {
    aspect-ratio: 5 / 4;
  }
.poster-wrap {
    width: 30%;
    right: 5%;
  }
.gear-a {
    width: 44px;
    height: 44px;
  }
.gear-b {
    width: 32px;
    height: 32px;
  }
.btn-primary, .btn-ghost {
    padding: 7px 14px;
    font-size: 12px;
  }
.cast-card {
    grid-template-columns: 24px minmax(0, 1fr);
    grid-template-areas:
      "relic name"
      "relic note";
    row-gap: 2px;
  }
.cast-card .relic {
    grid-area: relic;
    align-self: center;
  }
.cast-card .cast-name {
    grid-area: name;
  }
.cast-card .cast-note {
    grid-area: note;
    text-align: left;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px 0;
  }
.timeline-node {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
  }
.reco-region-one .reco-row, .reco-region-two .reco-row, .reco-region-three .reco-row {
    grid-template-columns: minmax(0, 1fr);
  }
.site-footer {
    flex-direction: column;
    align-items: flex-start;
  }}

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}
