*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #05080f;
  background-image:
    radial-gradient(120% 80% at 12% -10%, rgba(0, 229, 255, 0.09), transparent 55%),
    radial-gradient(90% 60% at 100% 0%, rgba(255, 42, 85, 0.08), transparent 50%),
    linear-gradient(180deg, #060a14 0%, #04060c 45%, #05080f 100%);
  color: #c9d6e4;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img, video {
  max-width: 100%;
  display: block;
}
h1, h2, h3, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: #6fe9ff;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
::selection {
  background: rgba(255, 42, 85, 0.45);
  color: #fff;
}
:focus-visible {
  outline: 1px solid #00e5ff;
  outline-offset: 2px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(4, 7, 14, 0.86);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-bottom: 1px solid rgba(0, 229, 255, 0.16);
  box-shadow: 0 10px 26px -18px rgba(0, 229, 255, 0.5);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1360px;
  margin: 0 auto;
  padding: 9px 18px;
}
a[data-contract="site-name"] {
  color: #eaf7ff;
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.55), 1px 0 0 rgba(255, 42, 85, 0.4);
  animation: brand-jitter 6.5s steps(1, end) infinite;
}
@keyframes brand-jitter {
  0%, 92%, 100% { transform: translate(0, 0); }
  93% { transform: translate(-1px, 1px); }
  94% { transform: translate(1px, -1px); }
  95% { transform: translate(-1px, 0); }
  96% { transform: translate(0, 1px); }
}
.category-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  color: #9fb6cc;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 2px 8px 2px 8px;
  background: linear-gradient(180deg, rgba(0, 229, 255, 0.07), transparent);
  transition: color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
a.runtime-category:hover {
  color: #eaf7ff;
  border-color: rgba(0, 229, 255, 0.66);
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.2), 0 0 14px -4px rgba(0, 229, 255, 0.7);
}
.page-main {
  max-width: 1360px;
  margin: 0 auto;
  padding: 16px 18px 34px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.section-heading, .block-heading, .strip-heading, .region-heading {
  font-weight: 700;
  color: #e6f6ff;
  letter-spacing: 0.14em;
  position: relative;
}
.section-heading {
  font-size: 1.02rem;
  margin-bottom: 13px;
  padding-left: 13px;
  border-left: 3px solid #00e5ff;
  text-shadow: 0 0 14px rgba(0, 229, 255, 0.45);
  animation: heading-glitch 7s steps(1, end) infinite;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.55), rgba(255, 42, 85, 0.25) 40%, transparent);
}
@keyframes heading-glitch {
  0%, 88%, 100% { transform: translate(0, 0); }
  89% { transform: translate(1px, 0); }
  90% { transform: translate(-2px, 1px); }
  91% { transform: translate(0, -1px); }
}
.block-heading, .strip-heading {
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  color: #8fe6f7;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.region-heading {
  font-size: 0.94rem;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px dashed rgba(0, 229, 255, 0.24);
}
.overview-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(200px, 268px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 16px;
  background:
    linear-gradient(150deg, rgba(0, 229, 255, 0.07), transparent 38%),
    linear-gradient(330deg, rgba(255, 42, 85, 0.07), transparent 42%),
    #080d18;
  border: 1px solid rgba(0, 229, 255, 0.16);
  border-radius: 4px 26px 4px 26px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 26px 50px -34px rgba(0, 229, 255, 0.55);
  overflow: hidden;
}
.overview-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(115deg, transparent 46%, rgba(0, 229, 255, 0.12) 47%, transparent 48%),
    linear-gradient(115deg, transparent 62%, rgba(255, 42, 85, 0.1) 63%, transparent 64%);
  opacity: 0.7;
}
.overview-media {
  position: relative;
  display: block;
  align-self: start;
}
.poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 2px 18px 2px 18px;
  overflow: hidden;
  background: #0b1220;
  box-shadow: 0 0 0 1px rgba(255, 42, 85, 0.15), 0 20px 40px -26px rgba(0, 229, 255, 0.8);
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 7, 14, 0.72));
  pointer-events: none;
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 0;
}
.movie-title {
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #f2fbff;
  text-shadow: 0 0 18px rgba(0, 229, 255, 0.4), 2px 0 0 rgba(255, 42, 85, 0.28);
  animation: heading-glitch 8.5s steps(1, end) infinite;
}
.movie-tagline {
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  color: #ff8ba4;
  border-left: 2px solid rgba(255, 42, 85, 0.6);
  padding-left: 9px;
}
.movie-seo {
  font-size: 0.82rem;
  line-height: 1.62;
  color: #93a9bf;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.status-chip {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border-radius: 1px 9px 1px 9px;
  border: 1px solid rgba(0, 229, 255, 0.3);
  color: #a9e8f5;
  background: rgba(0, 229, 255, 0.07);
  white-space: nowrap;
}
.status-current {
  color: #04121a;
  background: linear-gradient(120deg, #00e5ff, #57ffd8);
  border-color: transparent;
  font-weight: 700;
  box-shadow: 0 0 16px -3px rgba(0, 229, 255, 0.8);
}
.status-total {
  border-color: rgba(255, 42, 85, 0.36);
  color: #ff9db2;
  background: rgba(255, 42, 85, 0.07);
}
.cast-strip {
  border-top: 1px solid rgba(0, 229, 255, 0.14);
  border-bottom: 1px solid rgba(0, 229, 255, 0.14);
  padding: 10px 0;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cast-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 11px 5px 5px;
  background: linear-gradient(140deg, rgba(0, 229, 255, 0.08), rgba(255, 42, 85, 0.05));
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: 22px 4px 22px 4px;
  min-width: 0;
}
.cast-avatar {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.5), transparent 42%),
    conic-gradient(from 210deg, #00e5ff, #123a52, #ff2a55, #0b1d2c, #00e5ff);
  box-shadow: 0 0 10px -2px rgba(0, 229, 255, 0.75);
}
.cast-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: #e4f5ff;
  white-space: nowrap;
}
.cast-role {
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  color: #ff9db2;
  border-left: 1px solid rgba(255, 42, 85, 0.35);
  padding-left: 7px;
  white-space: nowrap;
}
.synopsis-block {
  border-top: 1px solid rgba(0, 229, 255, 0.12);
  padding-top: 10px;
}
.synopsis-para {
  font-size: 0.82rem;
  line-height: 1.66;
  color: #a3b7cb;
  margin-bottom: 7px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.detail-block {
  border-top: 1px solid rgba(0, 229, 255, 0.12);
  padding-top: 10px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 4px 14px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.78rem;
  padding: 3px 0;
  border-bottom: 1px dotted rgba(0, 229, 255, 0.14);
  min-width: 0;
}
.detail-row dt {
  flex: 0 0 auto;
  color: #6f8ba4;
  letter-spacing: 0.08em;
}
.detail-row dd {
  color: #dcecf8;
  margin-left: auto;
  text-align: right;
  min-width: 0;
}
.player-section {
  min-width: 0;
}
.player-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 8px;
  background:
    linear-gradient(150deg, rgba(0, 229, 255, 0.08), transparent 45%),
    #060b14;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 3px 22px 3px 22px;
  box-shadow: 0 0 0 1px rgba(255, 42, 85, 0.1), 0 30px 60px -40px rgba(0, 229, 255, 0.9);
}
.player-frame.is-theater {
  max-width: 100%;
  border-color: rgba(255, 42, 85, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 42, 85, 0.4), 0 0 60px -20px rgba(0, 229, 255, 0.8);
}
.player-frame.is-lit {
  background: linear-gradient(150deg, rgba(0, 229, 255, 0.16), rgba(255, 42, 85, 0.1));
}
.player-video {
  display: block;
  width: 100%;
  border-radius: 2px 16px 2px 16px;
  background: #000;
  object-fit: cover;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 7px 8px;
  background: rgba(2, 5, 10, 0.72);
  border: 1px solid rgba(0, 229, 255, 0.14);
  border-radius: 2px 12px 2px 12px;
}
.ctrl {
  flex: 0 0 auto;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  color: #bcd6e6;
  background: linear-gradient(180deg, rgba(0, 229, 255, 0.1), rgba(0, 229, 255, 0.02));
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: 1px 9px 1px 9px;
  cursor: pointer;
  transition: color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.ctrl:hover {
  color: #f2fbff;
  border-color: rgba(0, 229, 255, 0.7);
  box-shadow: 0 0 14px -4px rgba(0, 229, 255, 0.85);
}
.ctrl-play {
  font-weight: 700;
  color: #04121a;
  background: linear-gradient(120deg, #00e5ff, #57ffd8);
  border-color: transparent;
}
.ctrl-play.is-playing {
  background: linear-gradient(120deg, #ff2a55, #ff8ba4);
  color: #14020a;
  box-shadow: 0 0 16px -3px rgba(255, 42, 85, 0.85);
}
.ctrl.is-active, .ctrl.mute.is-active {
  color: #14020a;
  background: linear-gradient(120deg, #ff2a55, #ffb0c1);
  border-color: transparent;
}
.ctrl-progress {
  flex: 1 1 190px;
  min-width: 120px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, #00e5ff, rgba(255, 42, 85, 0.7));
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eaf7ff;
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.9);
}
.ctrl-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #eaf7ff;
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.9);
}
.ctrl-volume {
  flex: 0 1 90px;
  min-width: 64px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 229, 255, 0.32);
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff2a55;
  box-shadow: 0 0 10px rgba(255, 42, 85, 0.9);
}
.ctrl-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: #ff2a55;
  box-shadow: 0 0 10px rgba(255, 42, 85, 0.9);
}
.timeline-section {
  min-width: 0;
}
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 10px;
  padding-left: 16px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 4px;
  width: 1px;
  background: linear-gradient(180deg, rgba(0, 229, 255, 0.7), rgba(255, 42, 85, 0.55));
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px 8px 14px;
  background: linear-gradient(140deg, rgba(0, 229, 255, 0.08), rgba(255, 42, 85, 0.04));
  border: 1px solid rgba(0, 229, 255, 0.16);
  border-left: 2px solid rgba(0, 229, 255, 0.55);
  border-radius: 1px 12px 1px 12px;
}
.node-pulse {
  position: absolute;
  top: 11px;
  left: -16px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #00e5ff;
  box-shadow: 0 0 0 0 rgba(0, 229, 255, 0.75);
  animation: node-pulse 2.4s ease-out infinite;
}
@keyframes node-pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 229, 255, 0.75); }
  70% { box-shadow: 0 0 0 9px rgba(0, 229, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 229, 255, 0); }
}
.node-timecode {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: #57ffd8;
  text-transform: uppercase;
}
.node-label {
  font-size: 0.8rem;
  line-height: 1.42;
  color: #cfe2f0;
}
.episodes-section {
  min-width: 0;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 11px 10px 13px;
  background: linear-gradient(150deg, rgba(0, 229, 255, 0.06), rgba(5, 9, 16, 0.9));
  border: 1px solid rgba(0, 229, 255, 0.15);
  border-radius: 2px 14px 2px 14px;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.episode-card:hover {
  border-color: rgba(0, 229, 255, 0.45);
  transform: translateY(-2px);
}
.episode-card-active {
  background:
    linear-gradient(150deg, rgba(255, 42, 85, 0.2), rgba(0, 229, 255, 0.12)),
    #0a1018;
  border-color: rgba(255, 42, 85, 0.62);
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.2), 0 0 26px -8px rgba(255, 42, 85, 0.85);
}
.episode-card-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #ff2a55, #00e5ff);
}
.episode-title {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #eaf7ff;
}
.episode-card-active .episode-title {
  color: #ffd6df;
  text-shadow: 0 0 12px rgba(255, 42, 85, 0.6);
}
.episode-summary {
  font-size: 0.74rem;
  line-height: 1.55;
  color: #8fa6bb;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  color: #6fe9ff;
  padding: 2px 8px;
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: 1px 8px 1px 8px;
  background: rgba(0, 229, 255, 0.06);
}
.comments-section {
  min-width: 0;
}
.comment-stream {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 12px;
  background: linear-gradient(160deg, rgba(0, 229, 255, 0.07), rgba(6, 10, 18, 0.92));
  border: 1px solid rgba(0, 229, 255, 0.15);
  border-radius: 2px 16px 2px 16px;
}
.comment-left {
  border-left: 3px solid rgba(0, 229, 255, 0.6);
  margin-right: 22px;
}
.comment-right {
  border-right: 3px solid rgba(255, 42, 85, 0.6);
  border-left-width: 1px;
  margin-left: 22px;
  background: linear-gradient(200deg, rgba(255, 42, 85, 0.08), rgba(6, 10, 18, 0.92));
}
.comment-nick {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: #57ffd8;
}
.comment-right .comment-nick {
  color: #ff9db2;
  text-align: right;
}
.comment-text {
  font-size: 0.78rem;
  line-height: 1.6;
  color: #a9bdd0;
}
.recommend-region {
  min-width: 0;
}
.region-one .region-heading {
  color: #8fe6f7;
}
.region-two .region-heading {
  color: #ffb0c1;
  border-bottom-color: rgba(255, 42, 85, 0.28);
}
.region-three .region-heading {
  color: #b6ffe9;
  border-bottom-color: rgba(87, 255, 216, 0.26);
}
.recommend-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.region-one .recommend-columns {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  color: #d5e6f2;
  text-decoration: none;
  background: linear-gradient(155deg, rgba(0, 229, 255, 0.07), rgba(5, 9, 16, 0.92));
  border: 1px solid rgba(0, 229, 255, 0.16);
  border-radius: 2px 15px 2px 15px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
a.recommend-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 229, 255, 0.55);
  box-shadow: 0 18px 32px -24px rgba(0, 229, 255, 0.95);
}
.region-two a.recommend-card:hover {
  border-color: rgba(255, 42, 85, 0.6);
  box-shadow: 0 18px 32px -24px rgba(255, 42, 85, 0.95);
}
[data-runtime="recommendation"] img, .recommend-pic {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 1px 11px 1px 11px;
  background: #0a1220;
  filter: saturate(0.9) contrast(1.05);
}
.recommend-name {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #eaf7ff;
}
.recommend-blurb {
  font-size: 0.72rem;
  line-height: 1.5;
  color: #8ba2b8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.region-three a.recommend-card {
  background: linear-gradient(155deg, rgba(87, 255, 216, 0.08), rgba(5, 9, 16, 0.92));
  border-color: rgba(87, 255, 216, 0.18);
}
.site-footer {
  margin-top: 12px;
  padding: 20px 18px 30px;
  border-top: 1px solid rgba(0, 229, 255, 0.16);
  background: linear-gradient(180deg, rgba(0, 229, 255, 0.04), transparent 60%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.footer-disclaimer {
  max-width: 760px;
  font-size: 0.72rem;
  line-height: 1.66;
  color: #6e8499;
}
.footer-nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
a[data-contract="footer-home"] {
  color: #6fe9ff;
  text-decoration: none;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(0, 229, 255, 0.35);
  padding-bottom: 2px;
}
a[data-contract="footer-home"]:hover {
  color: #eaf7ff;
  border-bottom-color: rgba(0, 229, 255, 0.9);
}
a[data-contract="footer-sitemap"] {
  color: #ff8ba4;
  text-decoration: none;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 42, 85, 0.35);
  padding-bottom: 2px;
}
a[data-contract="footer-sitemap"]:hover {
  color: #ffd6df;
  border-bottom-color: rgba(255, 42, 85, 0.9);
}
.footer-friends {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 10px;
  max-width: 900px;
}
.friends-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: #5f768c;
  text-transform: uppercase;
}
a.runtime-friend-link {
  color: #8fb8c9;
  text-decoration: none;
  font-size: 0.72rem;
  padding: 2px 8px;
  border: 1px solid rgba(0, 229, 255, 0.14);
  border-radius: 1px 8px 1px 8px;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #eaf7ff;
  border-color: rgba(0, 229, 255, 0.55);
}
@media (max-width: 1080px) {.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.region-one .recommend-columns, .recommend-columns {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }}
@media (max-width: 860px) {.page-main {
    gap: 22px;
    padding: 14px 14px 28px;
  }
.overview-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }
.overview-media {
    max-width: 300px;
  }
.comment-stream {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-left {
    margin-right: 0;
    margin-left: 0;
  }
.comment-right {
    margin-left: 18px;
    margin-right: 0;
  }}
@media (max-width: 640px) {body {
    font-size: 14px;
  }
.header-inner {
    gap: 10px;
    padding: 8px 12px;
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.region-one .recommend-columns, .recommend-columns {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  }
.player-controls {
    gap: 5px;
  }
.ctrl {
    padding: 4px 8px;
    font-size: 0.68rem;
  }
.ctrl-progress, .ctrl-volume {
    flex: 1 1 100%;
    min-width: 0;
  }
.comment-right {
    margin-left: 0;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 420px) {.region-one .recommend-columns, .recommend-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    gap: 6px;
  }
.cast-card {
    flex: 1 1 100%;
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !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}
