@keyframes pc-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.pc-marquee-track{animation:pc-marquee var(--pc-marquee-duration,60s) linear infinite;width:-moz-max-content;width:max-content}.pc-marquee{-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.pc-marquee:focus-within .pc-marquee-track,.pc-marquee:hover .pc-marquee-track{animation-play-state:paused}@keyframes pc-drop{0%{opacity:0;transform:translate(14px,-26px) rotate(-8deg)}55%{opacity:1;transform:translateY(2px) rotate(1deg)}70%{transform:translate(0) rotate(0deg)}92%{opacity:1;transform:translate(0) rotate(0deg)}to{opacity:0;transform:translate(0) rotate(0deg)}}.pc-drop{animation:pc-drop 4.5s cubic-bezier(.33,1,.68,1) infinite}@keyframes pc-pop{0%,8%{opacity:0;transform:translateY(6px) scale(.96)}22%,88%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(0) scale(1)}}.pc-pop{animation:pc-pop 4.5s ease-out infinite}@keyframes pc-caret{0%,49%{opacity:1}50%,to{opacity:0}}.pc-caret{animation:pc-caret 1.1s steps(1) infinite}@keyframes pc-word-in{0%{opacity:0;transform:translateY(26px) rotate(1.5deg)}to{opacity:1;transform:none}}.pc-word{display:inline-block;animation:pc-word-in .7s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--d,0s)}@keyframes pc-draw{to{stroke-dashoffset:0}}.pc-underline{stroke-dasharray:240;stroke-dashoffset:240;animation:pc-draw .8s cubic-bezier(.65,0,.35,1) both;animation-delay:var(--d,1.1s)}@keyframes pc-rise-in{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:none}}.pc-rise{animation:pc-rise-in .9s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--d,0s)}@keyframes pc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.pc-float{animation:pc-float var(--float-dur,5s) ease-in-out infinite;animation-delay:var(--float-delay,0s)}@keyframes pc-aurora{0%,to{transform:translate(0) scale(1)}50%{transform:translate(3%,-4%) scale(1.07)}}.pc-aurora{animation:pc-aurora var(--aurora-dur,14s) ease-in-out infinite}@keyframes pc-pulse{0%{opacity:.5;transform:scale(.9)}70%{opacity:0;transform:scale(1.25)}to{opacity:0;transform:scale(1.25)}}.pc-pulse{animation:pc-pulse 3.2s cubic-bezier(.22,1,.36,1) infinite}@keyframes pc-hint{0%{box-shadow:0 0 0 0 rgba(197,90,45,.4)}60%{box-shadow:0 0 0 8px rgba(197,90,45,0)}to{box-shadow:0 0 0 0 rgba(197,90,45,0)}}.pc-hint{animation:pc-hint 2.8s ease-out infinite;animation-delay:var(--hint-delay,0s)}@media (prefers-reduced-motion:reduce){.pc-aurora,.pc-caret,.pc-drop,.pc-float,.pc-hint,.pc-marquee-track,.pc-pop,.pc-pulse,.pc-rise,.pc-word{animation:none}.pc-drop,.pc-pop,.pc-rise,.pc-word{opacity:1}.pc-underline{animation:none;stroke-dashoffset:0}.pc-pulse{opacity:0}}