@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.custom-scrollbar-dark::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar-dark::-webkit-scrollbar-track{background:#202020}.custom-scrollbar-dark::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:4px}.custom-scrollbar-dark::-webkit-scrollbar-thumb:hover{background:#6a6a6a}@keyframes pulse-red-green{0%,to{background-color:#059669}50%{background-color:#dc2626}}.animate-pulse-red-green{animation:pulse-red-green 2s cubic-bezier(.4,0,.6,1) infinite}
