:root {
  --ink: #0a1420;
  --navy: #0d1b2c;
  --navy-2: #122438;
  --navy-3: #1a324a;
  --rust: #9c2f24;
  --rust-2: #b73a2c;
  --rust-deep: #6d1f17;
  --brass: #b08a4a;
  --brass-2: #d4ab63;
  --silver: #9aa8b4;
  --sun: #e6a05c;
  --line: rgba(176, 138, 74, 0.28);
  --line-soft: rgba(154, 168, 180, 0.16);
  --text: #d8dfe6;
  --text-dim: #8b9aa8;
  --radius: 3px;
  --gap: 10px;
  --pad: 12px;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;
  --sans: "Helvetica Neue", "Arial Narrow", "PingFang SC", "Microsoft YaHei", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background:
    radial-gradient(1200px 520px at 78% -8%, rgba(230, 160, 92, 0.14), transparent 62%),
    linear-gradient(180deg, #0a1420 0%, #0b1a2a 42%, #09131f 100%);
  background-color: var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: var(--brass-2);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, p, dl, dd, figure, ol, ul {
  margin: 0;
}
ol, ul {
  padding: 0;
  list-style: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
input[type="range"] {
  font: inherit;
}
video {
  display: block;
  background: #000;
}
::selection {
  background: var(--rust);
  color: #fff;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(10, 20, 32, 0.97), rgba(13, 27, 44, 0.92));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-bar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.brand {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brass-2);
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 8px 2px 0;
  border-right: 2px solid var(--rust);
  font-stretch: condensed;
}
.brand:hover {
  color: #f0c877;
  text-decoration: none;
}
.category-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  flex: 1 1 200px;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--silver);
  text-decoration: none;
  padding: 3px 9px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(26, 50, 74, 0.4);
}
a.runtime-category:hover {
  color: var(--brass-2);
  border-color: var(--line);
  background: rgba(156, 47, 36, 0.22);
  text-decoration: none;
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-content: start;
  min-width: 0;
}
.hero-art {
  position: relative;
  height: 188px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, #0e2036 0%, #16324b 46%, #3d3320 78%, #7a3a22 100%);
  isolation: isolate;
}
.hero-art-skyline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34%;
  height: 46px;
  background:
    linear-gradient(180deg, transparent, rgba(8, 16, 26, 0.9)),
    repeating-linear-gradient(90deg, rgba(9, 18, 29, 0.95) 0 14px, transparent 14px 26px);
  clip-path: polygon(0 100%, 0 62%, 7% 62%, 7% 40%, 13% 40%, 13% 68%, 21% 68%, 21% 30%, 27% 30%, 27% 55%, 36% 55%, 36% 22%, 43% 22%, 43% 52%, 52% 52%, 52% 34%, 61% 34%, 61% 60%, 70% 60%, 70% 26%, 78% 26%, 78% 50%, 87% 50%, 87% 36%, 94% 36%, 94% 58%, 100% 58%, 100% 100%);
  opacity: 0.85;
}
.hero-art-airship {
  position: absolute;
  top: 14%;
  right: 6%;
  width: 58%;
  height: 78px;
  background: linear-gradient(180deg, #c4402f 0%, #9c2f24 52%, #6d1f17 100%);
  border-radius: 50% 50% 46% 46% / 62% 62% 38% 38%;
  box-shadow:
    inset 0 -14px 22px rgba(0, 0, 0, 0.42),
    inset 0 8px 14px rgba(255, 190, 130, 0.28),
    0 10px 26px rgba(156, 47, 36, 0.32);
  transform: rotate(-4deg);
}
.hero-art-airship::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 52%;
  height: 1px;
  background: rgba(240, 200, 140, 0.42);
  box-shadow: 0 -14px 0 rgba(240, 200, 140, 0.2), 0 14px 0 rgba(20, 8, 6, 0.4);
}
.hero-art-airship::after {
  content: "";
  position: absolute;
  right: 14%;
  bottom: -20px;
  width: 46px;
  height: 22px;
  background: linear-gradient(180deg, #8d8f92, #4d5257);
  clip-path: polygon(0 0, 100% 0, 74% 100%, 26% 100%);
}
.hero-art-pilot {
  position: absolute;
  left: 4%;
  bottom: 0;
  width: 118px;
  height: 138px;
  background:
    radial-gradient(46px 38px at 50% 46%, #d59a86 0 62%, transparent 63%),
    linear-gradient(180deg, #5d3a2c 0 30%, #2c3a46 30% 100%);
  border-radius: 46% 46% 22% 22% / 40% 40% 12% 12%;
  clip-path: polygon(16% 100%, 20% 44%, 34% 22%, 50% 14%, 66% 22%, 80% 44%, 84% 100%);
  box-shadow: 0 0 0 1px rgba(176, 138, 74, 0.3);
  opacity: 0.96;
}
.hero-art-pilot::before {
  content: "";
  position: absolute;
  left: 34%;
  top: 34%;
  width: 32%;
  height: 26%;
  background: linear-gradient(180deg, #6f4a35, #3a2a20);
  border-radius: 50% 50% 44% 44%;
}
.hero-art-pilot::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 26%;
  width: 64%;
  height: 12%;
  background: linear-gradient(90deg, #4a3226, #7c5136 50%, #4a3226);
  border-radius: 8px;
}
.hero-art-sea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background:
    linear-gradient(180deg, rgba(230, 160, 92, 0.28), rgba(230, 160, 92, 0) 42%),
    repeating-linear-gradient(102deg, rgba(230, 160, 92, 0.14) 0 2px, transparent 2px 9px),
    linear-gradient(180deg, #2c2a2c 0%, #14202c 100%);
  border-top: 1px solid rgba(230, 160, 92, 0.34);
}
.poster-frame {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 108px;
  margin: 0;
  z-index: 3;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  border: 1px solid var(--brass);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.55);
}
.poster-caption {
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-align: center;
  color: var(--brass);
  text-transform: uppercase;
}
.player-shell {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #05090e;
  overflow: hidden;
}
.player-shell video {
  width: 100%;
  display: block;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  background: linear-gradient(180deg, rgba(13, 27, 44, 0.96), rgba(8, 16, 26, 0.98));
  border-top: 1px solid var(--line);
}
.ctrl {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--silver);
  background: rgba(26, 50, 74, 0.55);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 4px 9px;
  white-space: nowrap;
  font-family: var(--sans);
}
.ctrl:hover {
  color: var(--brass-2);
  border-color: var(--line);
}
.ctrl-play {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, var(--rust-2), var(--rust-deep));
  border-color: var(--rust-2);
  min-width: 62px;
}
.ctrl-play:hover {
  color: #fff;
  filter: brightness(1.12);
}
.ctrl-progress {
  flex: 1 1 140px;
  min-width: 90px;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, var(--rust) 0%, var(--rust) 0%, rgba(154, 168, 180, 0.22) 0%);
  background-color: rgba(154, 168, 180, 0.22);
  border-radius: 3px;
  border: none;
  padding: 0;
}
.ctrl-volume {
  flex: 0 1 88px;
  min-width: 64px;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(154, 168, 180, 0.22);
  border-radius: 3px;
  border: none;
  padding: 0;
}
.ctrl-progress::-webkit-slider-thumb, .ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brass-2);
  border: 1px solid #3a2c14;
  cursor: pointer;
}
.ctrl-progress::-moz-range-thumb, .ctrl-volume::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brass-2);
  border: 1px solid #3a2c14;
  cursor: pointer;
}
.player-shell.theater-mode {
  box-shadow: 0 0 0 2px var(--rust), 0 18px 44px rgba(0, 0, 0, 0.6);
}
.player-shell.lights-off {
  background: #000;
}
.player-shell.lights-off .player-controls, .player-shell.lights-off video {
  filter: brightness(0.86);
}
.ctrl.is-active {
  color: #fff;
  background: rgba(156, 47, 36, 0.55);
  border-color: var(--rust-2);
}
.ctrl.is-muted {
  color: var(--sun);
  border-color: var(--sun);
}
.ctrl-play.is-playing {
  background: linear-gradient(180deg, #2f6a4f, #1d4232);
  border-color: #2f6a4f;
}
.ctrl-play.is-paused {
  background: linear-gradient(180deg, var(--rust-2), var(--rust-deep));
}
.hero-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 36, 56, 0.86), rgba(10, 20, 32, 0.86));
}
.hero-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #f2e4cd;
  font-stretch: condensed;
  border-left: 4px solid var(--rust);
  padding-left: 10px;
}
.hero-tagline {
  font-size: 13px;
  color: var(--sun);
  letter-spacing: 0.05em;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 10px;
}
.hero-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.btn {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 7px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--brass);
  background: transparent;
  color: var(--brass-2);
}
.btn:hover {
  background: rgba(176, 138, 74, 0.16);
}
.btn-play {
  background: linear-gradient(180deg, var(--rust-2), var(--rust-deep));
  border-color: var(--rust-2);
  color: #fff;
}
.btn-play:hover {
  filter: brightness(1.14);
  background: linear-gradient(180deg, var(--rust-2), var(--rust-deep));
}
.btn-collect {
  color: var(--brass-2);
}
.subheading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
}
.episode-status, .details, .synopsis, .cast {
  display: block;
}
.status-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.status-item {
  flex: 1 1 110px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 9px;
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--rust);
  border-radius: var(--radius);
  background: rgba(9, 19, 31, 0.6);
}
.status-label {
  font-size: 11.5px;
  color: var(--text-dim);
  letter-spacing: 0.1em;
}
.status-value {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--sun);
  font-variant-numeric: tabular-nums;
}
.details-list {
  display: flex;
  flex-direction: column;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--line-soft);
}
.detail-row:last-child {
  border-bottom: none;
}
.detail-key {
  flex: 0 0 66px;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: var(--text-dim);
}
.detail-val {
  flex: 1 1 auto;
  font-size: 13px;
  color: var(--text);
  margin: 0;
}
.detail-row:nth-child(8) .detail-val {
  font-family: var(--mono);
  color: var(--sun);
  font-weight: 700;
}
.synopsis-para {
  font-size: 13px;
  line-height: 1.72;
  color: #b9c5d0;
  margin-bottom: 8px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cast-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--navy-3);
  box-shadow: 0 0 0 1px var(--brass);
  background: #0a1420;
}
.cast-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cast-name {
  display: block;
  width: 100%;
  margin-top: -13px;
  padding: 15px 2px 3px;
  font-size: 10.5px;
  line-height: 1.25;
  text-align: center;
  color: #e6d9c2;
  background: linear-gradient(180deg, rgba(10, 20, 32, 0) 0%, rgba(10, 20, 32, 0.92) 52%);
  border-radius: 0 0 4px 4px;
  overflow-wrap: anywhere;
}
.section-heading {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #f2e4cd;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.section-heading::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: none;
  border-radius: 50%;
  background: var(--rust);
  box-shadow: inset 0 0 0 3px var(--ink), inset 0 0 0 4px var(--brass);
}
.section-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--line), transparent);
}
.timeline-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 22px;
  padding-left: 20px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(180deg, var(--rust), var(--brass), var(--rust-deep));
  opacity: 0.7;
}
.timeline-node {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 6px 8px 6px 0;
  min-width: 0;
}
.timeline-rivet {
  position: absolute;
  left: -20px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--navy-3);
  box-shadow:
    0 0 0 2px var(--brass),
    inset 0 0 0 2px var(--rust);
}
.timeline-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 3px 8px 3px 10px;
  border-left: 1px solid var(--line-soft);
}
.timeline-time {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--sun);
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
}
.timeline-label {
  font-size: 12.5px;
  line-height: 1.5;
  color: #b9c5d0;
}
.episodes-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.episode-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-color: var(--rust) rgba(154, 168, 180, 0.18);
  scrollbar-width: thin;
}
.episode-scroll::-webkit-scrollbar {
  height: 7px;
}
.episode-scroll::-webkit-scrollbar-track {
  background: rgba(154, 168, 180, 0.14);
}
.episode-scroll::-webkit-scrollbar-thumb {
  background: var(--rust);
  border-radius: 4px;
}
.episode-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: stretch;
}
.episode-card {
  flex: 0 0 216px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border: 1px solid var(--line-soft);
  border-top: 3px solid var(--rust);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 36, 56, 0.86), rgba(10, 20, 32, 0.9));
}
.episode-number {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--brass-2);
}
.episode-title {
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #f2e4cd;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.6;
  color: #a8b5c1;
  flex: 1 1 auto;
}
.episode-duration {
  align-self: flex-start;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--sun);
  padding-top: 5px;
  border-top: 1px dotted var(--line);
  width: 100%;
}
.comments-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.comment-columns {
  column-count: 2;
  column-gap: 12px;
}
.comment-card {
  break-inside: avoid;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 7px 0;
  border-bottom: 1px dotted var(--line-soft);
  min-width: 0;
}
.comment-avatar {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--brass);
}
.comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-body {
  min-width: 0;
  flex: 1 1 auto;
}
.comment-nickname {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--sun);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.6;
  color: #b9c5d0;
  margin-top: 2px;
}
.recommend-region {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.region-heading {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--brass-2);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
  padding: 2px 10px;
  border-left: 3px solid var(--rust);
  background: rgba(26, 50, 74, 0.42);
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 7px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 36, 56, 0.72), rgba(10, 20, 32, 0.8));
  color: var(--text);
  text-decoration: none;
}
a.recommend-card:hover {
  border-color: var(--brass);
  color: var(--text);
  text-decoration: none;
}
a.recommend-card:hover .recommend-name {
  color: var(--sun);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(176, 138, 74, 0.28);
}
.recommend-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #e6d9c2;
  overflow-wrap: anywhere;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--text-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 14px 32px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--brass-2);
  text-decoration: none;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 2px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #f0c877;
  border-bottom-color: var(--rust);
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}
.friend-label {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  color: var(--text-dim);
  text-transform: uppercase;
  padding-right: 8px;
  border-right: 1px solid var(--line-soft);
}
a.runtime-friend-link {
  font-size: 12px;
  color: var(--silver);
  text-decoration: none;
  padding: 2px 6px;
  border: 1px solid transparent;
  border-radius: var(--radius);
}
a.runtime-friend-link:hover {
  color: var(--brass-2);
  border-color: var(--line-soft);
  background: rgba(26, 50, 74, 0.42);
  text-decoration: none;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.6;
  color: #6f7f8d;
  max-width: 78ch;
  border-top: 1px dotted var(--line-soft);
  padding-top: 8px;
}
@media (max-width: 1080px) {.hero {
    grid-template-columns: minmax(0, 1fr);
  }
.hero-info {
    order: 2;
  }
.hero-visual {
    order: 1;
  }
.timeline-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 820px) {.page-main {
    padding: 10px;
    gap: 16px;
  }
.hero-art {
    height: 158px;
  }
.hero-art-pilot {
    width: 92px;
    height: 108px;
  }
.hero-art-airship {
    width: 62%;
    height: 62px;
  }
.poster-frame {
    width: 88px;
  }
.hero-title {
    font-size: 24px;
  }
.comment-columns {
    column-count: 1;
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.ctrl {
    font-size: 11px;
    padding: 4px 7px;
  }}
@media (max-width: 560px) {.header-bar {
    gap: 8px;
  }
.brand {
    font-size: 15px;
  }
.hero-art {
    height: 132px;
  }
.hero-art-pilot {
    width: 74px;
    height: 88px;
  }
.hero-art-airship {
    height: 52px;
  }
.poster-frame {
    width: 72px;
    right: 8px;
    bottom: 8px;
  }
.hero-info {
    padding: 11px;
  }
.hero-title {
    font-size: 21px;
  }
.episode-card {
    flex: 0 0 178px;
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.player-controls {
    gap: 5px;
    padding: 6px;
  }
.ctrl-progress {
    flex: 1 1 100%;
    order: 2;
  }
.ctrl-play {
    order: 1;
  }
.btn {
    padding: 7px 13px;
    font-size: 12.5px;
  }
.detail-key {
    flex-basis: 58px;
  }}
@media (min-width: 1081px) {.hero-visual {
    position: sticky;
    top: 60px;
  }}

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}
