.un-landing-page {
  position: relative;
  overflow-x: hidden;
}
.un-landing-page > header,
.un-landing-page > main,
.un-landing-page > footer {
  position: relative;
  z-index: 10;
}
.un-phrase-cloud {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.un-phrase-chip {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(20, 30, 48, 0.55);
  backdrop-filter: blur(10px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: rgba(220, 235, 255, 0.55);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.un-phrase-chip .un-ph-icon {
  opacity: 0.7;
  flex-shrink: 0;
}
.un-phrase-chip.tint-emerald {
  border-color: rgba(16, 185, 129, 0.22);
  color: rgba(167, 243, 208, 0.65);
}
.un-phrase-chip.tint-violet {
  border-color: rgba(168, 85, 247, 0.22);
  color: rgba(216, 180, 254, 0.6);
}
.un-phrase-chip.tint-cyan {
  border-color: rgba(6, 182, 212, 0.22);
  color: rgba(165, 243, 252, 0.62);
}
@media (prefers-reduced-motion: reduce) {
  .un-phrase-chip {
    animation: none !important;
    opacity: 0.5 !important;
    transform: none !important;
  }
}
