@keyframes pulse-glow{0%,to{box-shadow:0 0 0 rgba(135,87,245,0)}50%{box-shadow:0 0 15px rgba(135,87,245,.2)}}.search-pulse{animation:pulse-glow 2s infinite}.feature-card{transition:all .3s ease}.feature-card:hover{transform:translateY(-5px)}:focus-visible{outline:2px solid rgba(135,87,245,.5);outline-offset:2px}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}