@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: 79, 70, 229;--secondary: 139, 92, 246}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#94a3b833;border-radius:10px}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b866}@keyframes pulse-ring{0%{transform:scale(.33)}80%,to{opacity:0}}.pulse-indigo{position:relative}.pulse-indigo:before{content:"";position:absolute;left:-4px;top:-4px;width:calc(100% + 8px);height:calc(100% + 8px);border-radius:inherit;background-color:#4f46e566;animation:pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;z-index:-1}.kanban-column{min-height:calc(100vh - 250px)}
