@keyframes search-overlay-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.animate-search-overlay-enter{animation:search-overlay-slide-up .2s ease-out forwards}@keyframes searchbar-stroke-trace{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1.5}}@keyframes searchbar-stroke-fade{0%{opacity:1}to{opacity:0}}@keyframes searchbar-pulse-shadow{0%,to{box-shadow:0 0 10px color-mix(in srgb,var(--color-black) 8%,transparent)}50%{box-shadow:0 0 14px color-mix(in srgb,var(--color-black) 5%,transparent)}}@keyframes searchbar-fade{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.searchbar-intro-stroke{stroke-dashoffset:0;animation:searchbar-stroke-trace var(--searchbar-stroke-duration) linear forwards,searchbar-stroke-fade var(--searchbar-fade-duration) ease-out var(--searchbar-fade-delay) forwards}.animate-searchbar-pulse{animation:searchbar-pulse-shadow 2.5s ease-in-out infinite}.animate-searchbar-fade{animation:searchbar-fade var(--searchbar-phrase-duration) ease-in-out infinite}