@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp,.staggered-children>*{animation:fadeInUp 1s cubic-bezier(.6,.6,0,1) backwards}.staggered-children>*{animation-delay:calc(var(--child-index) * .1s)}.autocomplete-properties-active button:first-of-type{animation:bounceUp 2s cubic-bezier(.175,.885,.32,1.275) forwards}.autocomplete-properties-active button:nth-of-type(n+2){--animation-duration:calc(0.9s - var(--child-index) * 0.1s);--animation-delay:calc(1.1s + var(--child-index) * 0.1s);animation:bounceUp var(--animation-duration) cubic-bezier(.175,.885,.32,1.275) forwards;animation-delay:var(--animation-delay)}.autocomplete-properties-active button:first-of-type .autocomplete-property{animation:fadeInOut 2s cubic-bezier(.175,.885,.32,1.275) forwards}.autocomplete-properties-active
	button:nth-of-type(n+2)
	.autocomplete-property{--animation-duration:calc(0.9s - var(--child-index) * 0.1s);--animation-delay:calc(1.1s + var(--child-index) * 0.1s);animation:fadeIn var(--animation-duration) cubic-bezier(.175,.885,.32,1.275) forwards;animation-delay:var(--animation-delay)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInOut{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes bounceUp{0%{transform:translateY(0)}50%{transform:translateY(-7px)}to{transform:translateY(0)}}.word-rotate{-webkit-mask-image:linear-gradient(180deg,transparent,#fff 25%,#fff 90%,transparent);mask-image:linear-gradient(180deg,transparent,#fff 25%,#fff 90%,transparent)}.cycle-text p{padding-top:var(--padding-y);padding-bottom:var(--padding-y)}@property --rotate{syntax:"<angle>";initial-value:132deg;inherits:false}.animated-border:before{content:"";width:calc(100% + 2px);height:calc(100% + 2px);top:-1px;left:-1px;position:absolute;background:conic-gradient(from var(--rotate),hsl(var(--border)) 0deg 300deg,hsl(var(--foreground)/.1) 320deg,hsl(var(--foreground)/.2) 340deg,hsl(var(--foreground)/.5) 1turn);animation:rotation 10s linear infinite;border-radius:inherit;z-index:-1}@keyframes rotation{0%{--rotate:0turn}to{--rotate:1turn}}.alert-block{transform:translateZ(10px)}