@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes flash-green{0%,to{box-shadow:0 0 #4ade8000}50%{box-shadow:0 0 12px 4px #4ade80b3}}@keyframes flash-red{0%,to{box-shadow:0 0 #ef444400}50%{box-shadow:0 0 12px 4px #ef4444b3}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-shake{animation:shake .5s ease-in-out}.animate-flash-green{animation:flash-green 1s ease-out}.animate-flash-red{animation:flash-red 1s ease-out}
