@tailwind base;@tailwind components;@tailwind utilities;@keyframes roll-in{0%{transform:translate(100%) rotate(90deg);opacity:0}to{transform:translate(0) rotate(0);opacity:1}}.animate-roll-in{animation:roll-in 1.2s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes hero-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-hero-pulse{animation:hero-pulse 3s ease-in-out infinite;animation-delay:1.5s}@keyframes scan-vertical{0%{top:0%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.animate-scan-vertical{animation:scan-vertical 3s linear infinite}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 20s linear infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float{animation:float 6s ease-in-out infinite}.pac-container{z-index:10000!important}
