:root {
  --ink: #0b1020;
  --ink-2: #131a2e;
  --ink-3: #1c2440;
  --dusk: #2b3358;
  --muted: #8b94b8;
  --muted-2: #626b90;
  --paper: #f4f1ea;
  --paper-2: #eae5da;
  --paper-3: #fffdf8;
  --orange: #f28b3c;
  --orange-2: #ff9f52;
  --orange-deep: #d9641f;
  --line: rgba(11, 16, 32, 0.12);
  --line-dark: rgba(255, 255, 255, 0.1);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --mono: ui-monospace, "SFMono-Regular", "Cascadia Mono", Menlo, Consolas, monospace;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  background-image: linear-gradient(180deg, #0b1020 0, #0b1020 640px, #1a2140 760px, #3a3f5e 860px, #7d6f74 940px, #c9a487 1010px, #f4f1ea 1080px, #f4f1ea 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
ul, ol {
  list-style: none;
}
h1, h2, h3 {
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
::selection {
  background: var(--orange);
  color: #14100c;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 10px clamp(14px, 3vw, 40px);
  background: rgba(9, 13, 27, 0.82);
  backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.brand-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.brand-name {
  display: inline-block;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 5px 14px;
  border-radius: 999px;
  background: linear-gradient(100deg, var(--orange) 0%, var(--orange-deep) 100%);
  box-shadow: 0 6px 18px -8px rgba(242, 139, 60, 0.9);
}
a[data-contract="site-name"] {
  color: #fff;
  text-decoration: none;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  filter: brightness(1.08);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.categories-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 999px;
  color: #d6dbf0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #1a1206;
  background: var(--orange-2);
  border-color: var(--orange-2);
  text-decoration: none;
}
.page-main {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(14px, 3vw, 40px) 40px;
}
section {
  margin-top: 30px;
}
.section-title {
  font-size: 19px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--ink);
}
.section-title::before {
  content: "";
  width: 6px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange) 0%, var(--orange-deep) 100%);
  flex: 0 0 auto;
}
.hero-stage {
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}
.hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(120% 130% at 12% 6%, rgba(242, 139, 60, 0.22) 0%, rgba(43, 51, 88, 0) 52%),
    linear-gradient(150deg, #0a0e1e 0%, #17203c 44%, #2b3358 74%, #6a5560 100%);
  box-shadow: 0 26px 60px -34px rgba(6, 9, 20, 0.95);
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  max-height: 460px;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(1.05) contrast(1.04);
}
.hero-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(18px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(180deg, rgba(9, 13, 27, 0) 0%, rgba(9, 13, 27, 0.72) 46%, rgba(9, 13, 27, 0.96) 100%);
}
.hero-title {
  font-size: clamp(24px, 4.4vw, 42px);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.6);
}
.hero-tagline {
  font-size: clamp(13px, 1.5vw, 15px);
  color: #f6dcc6;
  max-width: 62ch;
  font-weight: 400;
}
.player-shell {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #131a2e 0%, #0b1020 100%);
  border: 1px solid var(--line-dark);
  box-shadow: 0 22px 48px -32px rgba(6, 9, 20, 0.95);
  width: 100%;
  min-width: 0;
}
.main-player {
  width: 100%;
  border-radius: var(--radius);
  background: #05070f;
  display: block;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.control-btn {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #e6e9f7;
  white-space: nowrap;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}
.control-btn:hover {
  background: rgba(242, 139, 60, 0.28);
  border-color: rgba(242, 139, 60, 0.6);
  color: #fff;
}
.control-btn:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
.control-btn.is-playing {
  background: linear-gradient(100deg, var(--orange) 0%, var(--orange-deep) 100%);
  border-color: transparent;
  color: #17100a;
}
.control-btn.is-muted {
  background: rgba(242, 139, 60, 0.35);
  border-color: rgba(242, 139, 60, 0.7);
  color: #fff;
}
.control-btn.is-active {
  background: #fff;
  color: #10162b;
  border-color: #fff;
}
.control-range {
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  outline: none;
}
.progress-range {
  flex: 1 1 180px;
  min-width: 120px;
}
.volume-range {
  flex: 0 1 110px;
  min-width: 84px;
}
.control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--orange-2);
  border: 2px solid #0b1020;
  box-shadow: 0 0 0 2px rgba(242, 139, 60, 0.35);
}
.control-range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 2px solid #0b1020;
  border-radius: 50%;
  background: var(--orange-2);
}
.control-range::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}
.control-select {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #e6e9f7;
}
.control-select option {
  color: #10162b;
}
.player-shell.is-theater {
  padding: 6px;
  background: #04060d;
  border-color: rgba(242, 139, 60, 0.3);
}
body.is-lights-off {
  background-image: none;
  background: #05070f;
}
body.is-lights-off .page-main {
  opacity: 0.72;
  transition: opacity 0.3s ease;
}
body.is-lights-off .player-shell {
  opacity: 1;
}
.overview-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding: clamp(16px, 2.4vw, 26px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #171f38 0%, #131a2e 100%);
  border: 1px solid var(--line-dark);
  color: #e9ecf9;
  box-shadow: 0 22px 48px -34px rgba(6, 9, 20, 0.95);
}
.overview-info .section-title {
  color: #fff;
  margin-bottom: 0;
}
.title-group {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.synopsis-block {
  display: grid;
  gap: 10px;
}
.synopsis-paragraph {
  font-size: 14px;
  line-height: 1.72;
  color: #c6ccdf;
  text-align: justify;
}
.synopsis-paragraph:first-child::first-letter {
  font-size: 1.9em;
  font-weight: 800;
  float: left;
  line-height: 0.9;
  padding: 3px 8px 0 0;
  color: var(--orange-2);
}
.cast-strip {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line-dark);
}
.cast-heading {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px;
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-self: start;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.cast-card:hover {
  background: rgba(242, 139, 60, 0.14);
  border-color: rgba(242, 139, 60, 0.45);
  transform: translateY(-2px);
}
.cast-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, #ffd7b0 0%, #f28b3c 42%, #b74a1c 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16), 0 6px 14px -8px rgba(242, 139, 60, 0.9);
  flex: 0 0 auto;
}
.cast-name {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.cast-tag {
  font-size: 12px;
  line-height: 1.5;
  color: #9fa8c6;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line-dark);
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}
.status-label {
  color: #98a1c0;
  font-size: 12px;
}
.status-value {
  font-family: var(--mono);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}
.status-rating {
  background: linear-gradient(100deg, rgba(242, 139, 60, 0.28) 0%, rgba(217, 100, 31, 0.28) 100%);
  border-color: rgba(242, 139, 60, 0.55);
}
.status-rating .status-value {
  color: var(--orange-2);
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line-dark);
  align-items: start;
}
.detail-row {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.09);
}
.detail-label {
  flex: 0 0 62px;
  font-size: 12px;
  color: #8f98b8;
  letter-spacing: 0.04em;
}
.detail-value {
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 600;
  color: #e6e9f7;
}
.timeline-section {
  padding: clamp(16px, 2.2vw, 24px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #202948 0%, #2b3358 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.timeline-section .section-title {
  color: #fff;
}
.timeline-track {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(242, 139, 60, 0.7) rgba(255, 255, 255, 0.08);
}
.timeline-track::-webkit-scrollbar {
  height: 8px;
}
.timeline-track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}
.timeline-track::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-deep) 100%);
  border-radius: 999px;
}
.timeline-list {
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: max-content;
  position: relative;
  padding: 6px 4px 2px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 33px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-deep) 46%, rgba(255, 255, 255, 0.16) 46%, rgba(255, 255, 255, 0.16) 100%);
}
.timeline-node {
  position: relative;
  flex: 0 0 188px;
  width: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 0 10px;
}
.node-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-size: 19px;
  border-radius: 50%;
  background: linear-gradient(160deg, #2f3a63 0%, #1a2140 100%);
  border: 2px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 1;
}
.node-time {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #cfd6ee;
}
.node-label {
  font-size: 12px;
  line-height: 1.5;
  color: #aab3d2;
  max-width: 100%;
}
.timeline-node.is-unlocked .node-icon {
  background: linear-gradient(160deg, var(--orange-2) 0%, var(--orange-deep) 100%);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 22px -12px rgba(242, 139, 60, 0.95);
}
.timeline-node.is-unlocked .node-time {
  color: var(--orange-2);
}
.timeline-node.is-unlocked .node-label {
  color: #e4e8f7;
}
.timeline-node.is-locked {
  opacity: 0.62;
}
.timeline-node.is-locked .node-icon {
  filter: grayscale(0.75);
  border-style: dashed;
}
.timeline-node.is-locked .node-time {
  color: #8b94b8;
}
.episodes-section {
  padding: clamp(16px, 2.2vw, 24px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #e8e2d6 0%, #f4f1ea 100%);
  border: 1px solid var(--line);
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
  align-items: start;
}
.episode-item {
  border-radius: var(--radius);
  background: var(--paper-3);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.episode-item:hover {
  border-color: rgba(242, 139, 60, 0.55);
  box-shadow: 0 12px 26px -20px rgba(11, 16, 32, 0.5);
}
.episode-item.is-active {
  border-color: var(--orange);
  background: linear-gradient(180deg, #fff6ec 0%, #fffdf8 100%);
  box-shadow: 0 14px 30px -22px rgba(217, 100, 31, 0.8);
}
.episode-details {
  display: block;
}
.episode-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  transition: background 0.16s ease;
}
.episode-summary::-webkit-details-marker {
  display: none;
}
.episode-summary::after {
  content: "＋";
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--orange-deep);
  flex: 0 0 auto;
}
.episode-details[open] .episode-summary::after {
  content: "－";
}
.episode-summary:hover {
  background: rgba(242, 139, 60, 0.1);
}
.episode-number {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(100deg, #2b3358 0%, #131a2e 100%);
  padding: 3px 9px;
  border-radius: 999px;
  flex: 0 0 auto;
  letter-spacing: 0.02em;
}
.episode-item.is-active .episode-number {
  background: linear-gradient(100deg, var(--orange) 0%, var(--orange-deep) 100%);
  color: #1a1206;
}
.episode-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.episode-duration {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--muted-2);
  background: rgba(11, 16, 32, 0.06);
  padding: 2px 8px;
  border-radius: 999px;
  flex: 0 0 auto;
}
.episode-blurb {
  padding: 2px 13px 12px;
  font-size: 12.5px;
  line-height: 1.65;
  color: #4a5470;
  border-top: 1px dashed rgba(11, 16, 32, 0.12);
  margin-top: 2px;
  padding-top: 9px;
}
.comments-section {
  padding: clamp(16px, 2.2vw, 24px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #f7f3ea 0%, #efe9dc 100%);
  border: 1px solid var(--line);
}
.comments-masonry {
  columns: 2;
  column-gap: 10px;
}
.comment-card {
  break-inside: avoid;
  margin-bottom: 10px;
  padding: 11px 13px;
  border-radius: var(--radius-sm);
  background: var(--paper-3);
  border: 1px solid var(--line);
  border-left: 3px solid var(--orange);
  display: flex;
  flex-direction: column;
  gap: 7px;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.comment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -20px rgba(11, 16, 32, 0.6);
}
.comment-text {
  font-size: 13px;
  line-height: 1.62;
  color: #333c58;
  margin: 0;
}
.comment-meta {
  display: flex;
  align-items: center;
  gap: 6px;
}
.comment-nickname {
  font-size: 12px;
  font-weight: 800;
  color: var(--orange-deep);
  letter-spacing: 0.01em;
}
.comment-nickname::before {
  content: "@";
  opacity: 0.7;
}
.recommend-region {
  padding: clamp(14px, 2vw, 20px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #f9f6ef 0%, #f1ecdf 100%);
  border: 1px solid var(--line);
}
.region-two {
  background: linear-gradient(180deg, #fff4e8 0%, #f8ebdb 100%);
  border-color: rgba(242, 139, 60, 0.35);
}
.region-three {
  background: linear-gradient(180deg, #f0f2f8 0%, #e7eaf4 100%);
}
.recommend-grid {
  display: grid;
  gap: 12px;
  align-items: start;
}
.columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--radius);
  background: var(--paper-3);
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  align-self: start;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
a.recommend-card:hover, a.recommend-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(242, 139, 60, 0.7);
  box-shadow: 0 16px 30px -22px rgba(11, 16, 32, 0.7);
  text-decoration: none;
}
.recommend-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: linear-gradient(140deg, #2b3358 0%, #131a2e 100%);
}
.recommend-name {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.35;
}
.recommend-blurb {
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted-2);
}
[data-runtime="recommendation"] img {
  width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: cover;
}
.site-footer {
  margin-top: 30px;
  padding: 22px clamp(14px, 3vw, 40px) 30px;
  background: linear-gradient(180deg, #10162b 0%, #070a15 100%);
  color: #a9b1cc;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  gap: 14px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e6e9f7;
  text-decoration: none;
  transition: background 0.16s ease, color 0.16s ease;
}
.footer-link:hover, .footer-link:focus-visible {
  background: var(--orange);
  border-color: var(--orange);
  color: #17100a;
  text-decoration: none;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: #e6e9f7;
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #17100a;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.friend-links-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--orange-2);
  flex: 0 0 auto;
}
a.runtime-friend-link {
  font-size: 12.5px;
  color: #9fa8c6;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.16s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--orange-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-disclaimer {
  font-size: 12px;
  line-height: 1.7;
  color: #6f789a;
  max-width: 78ch;
}
.main-player.play, .main-player.pause, .main-player.volume, .main-player.volumechange, .main-player.timeupdate, .main-player.loadedmetadata, .main-player.progress, .main-player.speed, .main-player.mute, .main-player.pip, .main-player.theater, .main-player.fullscreen, .main-player.player, .main-player.input, .main-player.change, .main-player.click, .main-player.light {
  outline: none;
}
.control-range.progress, .control-range.volume {
  accent-color: var(--orange);
}
.control-select.speed {
  accent-color: var(--orange);
}
.control-btn.play, .control-btn.mute, .control-btn.pip, .control-btn.theater, .control-btn.light, .control-btn.fullscreen {
  user-select: none;
}
@media (min-width: 860px) {.hero-stage {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr);
    align-items: start;
    gap: 24px;
  }
.hero-visual {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
.player-shell {
    grid-column: 2;
    grid-row: 1;
  }
.overview-info {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 16px 26px;
  }
.overview-info .title-group {
    grid-column: 1 / -1;
  }
.synopsis-block {
    grid-column: 1;
    grid-row: 2 / span 3;
    padding-right: 22px;
    border-right: 1px solid var(--line-dark);
  }
.cast-strip, .episode-status, .details-grid {
    grid-column: 2;
  }
.cast-strip {
    padding-top: 0;
    border-top: none;
  }
.episode-status {
    padding-top: 0;
    border-top: none;
  }
.details-grid {
    padding-top: 0;
    border-top: none;
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  }
.comments-masonry {
    columns: 2;
  }
.timeline-node {
    flex: 0 0 210px;
    width: 210px;
  }}
@media (min-width: 1180px) {.hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  }
.hero-poster {
    max-height: 520px;
  }
.comments-masonry {
    columns: 3;
  }}
@media (max-width: 719px) {body {
    font-size: 14px;
  }
.site-header {
    gap: 10px;
    padding: 9px 14px;
  }
.brand-name {
    font-size: 16px;
  }
.categories-shell {
    justify-content: flex-start;
  }
.comments-masonry {
    columns: 1;
  }
.episode-list {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-grid.columns-3, .recommend-grid.columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
  }
.hero-poster {
    max-height: 380px;
  }
.details-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.progress-range {
    flex: 1 1 100%;
  }
.volume-range {
    flex: 1 1 100%;
  }}
@media (max-width: 420px) {.recommend-grid.columns-3, .recommend-grid.columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
.hero-title {
    font-size: 22px;
  }}
@media (prefers-reduced-motion: reduce) {* {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !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}
