@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}}@layer utilities{.animate-slide-up{animation:slide-up .3s cubic-bezier(.4,0,.2,1)}.animate-slide-down{animation:slide-down .3s cubic-bezier(.4,0,.2,1)}.animate-fade-in{animation:fade-in .2s ease-out}.animate-scale-in{animation:scale-in .3s cubic-bezier(.34,1.56,.64,1)}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.animate-spin-slow{animation:spin 8s linear infinite}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.export-mode #root>div{overflow:visible!important}.export-mode .sticky{position:static!important}
