/** sz-theme — 暮蓝瓷笺 标题对比 + 暗底兜底 */

html, body.body-tpl-sz {
  min-height: 100dvh;
  background: #101826;
  color: #eef3fa;
}

.app-shell.tpl-sz .sz-movie-title:link,
.app-shell.tpl-sz .sz-movie-title:visited,
.app-shell.tpl-sz .sz-fixed-item p {
  color: #eef3fa;
}

.app-shell.tpl-sz .sz-movie-title:hover,
.app-shell.tpl-sz .sz-movie-title:focus-visible {
  color: #3d9b8c;
}

.app-shell.tpl-sz .sz-movie-meta a:link,
.app-shell.tpl-sz .sz-movie-meta a:visited {
  color: #3d9b8c;
}

.app-shell.tpl-sz .sz-movie-meta a:hover {
  color: #e2b657;
}

.bbaaseo-inline {
  margin: 1.25rem 0 0.5rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  pointer-events: none;
  user-select: none;
}

.bbaaseo-inline__fly {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  animation: bbaaseo-inline-fly 4.2s ease-in-out infinite;
  will-change: transform;
}

.bbaaseo-inline__tg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: block;
  color: #3d9b8c;
  filter: drop-shadow(0 2px 8px rgba(61, 155, 140, 0.45));
}

.bbaaseo-inline__brand {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 3vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  color: transparent;
  background-image: linear-gradient(135deg, #3d9b8c 0%, #e2b657 55%, #37aee2 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

@keyframes bbaaseo-inline-fly {
  0%, 100% { transform: translate(0, 6px) rotate(-3deg); }
  20% { transform: translate(10px, -14px) rotate(4deg); }
  45% { transform: translate(-8px, -22px) rotate(-2deg); }
  70% { transform: translate(12px, -10px) rotate(3deg); }
  90% { transform: translate(-4px, -4px) rotate(-1deg); }
}

@media (prefers-reduced-motion: reduce) {
  .bbaaseo-inline__fly { animation: none; transform: translateY(-6px); }
}

@media print {
  .bbaaseo-inline { display: none !important; }
}
