@keyframes searchbar-stroke-trace{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1.5px}}@keyframes searchbar-stroke-fade{0%{opacity:1}to{opacity:0}}@keyframes searchbar-pulse-shadow{0%,to{box-shadow:0 0 10px #00000014}50%{box-shadow:0 0 14px #0000000d}}@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:2.5s ease-in-out infinite searchbar-pulse-shadow}.animate-searchbar-fade{animation:searchbar-fade var(--searchbar-phrase-duration) ease-in-out infinite}
