@media (prefers-reduced-motion:no-preference){@keyframes ph-swim-ltr{0%{transform:translateX(-25%)}to{transform:translateX(125%)}}@keyframes ph-swim-rtl{0%{transform:translateX(125%)}to{transform:translateX(-25%)}}@keyframes ph-fish-bob{0%{transform:translateY(-3px)}to{transform:translateY(3px)}}.ph-swim-lane{animation:ph-swim-rtl linear infinite;will-change:transform}.ph-swim-lane--right{animation-name:ph-swim-ltr}.ph-swim-lane--left{animation-name:ph-swim-rtl}.ph-fish-member{animation:ph-fish-bob 2.2s ease-in-out infinite alternate}@keyframes ph-drift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-30px) scale(1.1)}}.ph-blob{animation:ph-drift 18s ease-in-out infinite}@keyframes ph-pulse-dot{0%{box-shadow:0 0 0 0 currentColor}to{box-shadow:0 0 0 12px transparent}}.ph-pulse-dot{animation:ph-pulse-dot 1.4s ease-out infinite}@keyframes ph-ring{0%{transform:scale(1);opacity:.7}to{transform:scale(2.2);opacity:0}}.ph-ring{animation:ph-ring 2.4s ease-out infinite}.ph-ring--delay{animation-delay:1.2s}@keyframes ph-blink{0%,to{opacity:1}50%{opacity:.3}}.ph-blink{animation:ph-blink 1s ease-in-out infinite}@keyframes ph-wave{0%{height:8px}to{height:48px}}.ph-wave-bar{animation:ph-wave .9s ease-in-out infinite alternate}@keyframes ph-spark{0%,to{transform:scale(0);opacity:0}50%{transform:scale(1);opacity:1}}.ph-spark{position:relative;display:inline-block}.ph-spark:after,.ph-spark:before{content:"";position:absolute;width:8px;height:8px;background:currentColor;border-radius:50%;animation:ph-spark 2s ease-in-out infinite}.ph-spark:before{top:-6px;right:-14px}.ph-spark:after{bottom:-2px;right:-8px;animation-delay:.5s;width:5px;height:5px}}.ph-underline{position:relative;white-space:nowrap}.ph-underline:after{content:"";position:absolute;left:-4px;right:-4px;bottom:4px;height:14px;background:#7c5cfc;opacity:.22;border-radius:4px;z-index:-1}