@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;margin:0}@layer utilities{@keyframes dot-pulse{0%{transform:scale(1.5);box-shadow:0 0 #f40808b3}70%{transform:scale(1);box-shadow:0 0 0 10px #f4080800}to{transform:scale(.95);box-shadow:0 0 #f4444400}}.animate-dot-pulse{animation:dot-pulse 2s infinite}@keyframes input-error-pulse{0%{box-shadow:0 0 #f006;border-color:#f00c}50%{box-shadow:0 0 0 6px #f003;border-color:red}to{box-shadow:0 0 #f006;border-color:#f00c}}.animate-input-error{animation:input-error-pulse 1.5s infinite ease-in-out}@keyframes scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.animate-scroll-up{animation:scroll-up 30s linear infinite}}
