@tailwind base;@tailwind components;@tailwind utilities;:root{--grid-color: #cbd5e1}*{box-sizing:border-box}html,body,#root{height:100vh;width:100vw;margin:0;padding:0;overflow:hidden;font-family:Inter,sans-serif}.grid-bg{background-color:#f8fafc;background-image:radial-gradient(var(--grid-color) 1.2px,transparent 1.2px);background-size:28px 28px}@keyframes dash{to{stroke-dashoffset:-16}}.animate-dash{animation:dash 1s linear infinite}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#cbd5e1}
