:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a}*{box-sizing:border-box}body{margin:0;background:#f8fafc;color:#0f172a}h1,h2,h3,p{margin:0}button,input,textarea,select{font:inherit}.login-bg{background:radial-gradient(circle at top right,#4f46e5,#0f172a);min-height:100vh}.kanban-column{min-height:calc(100vh - 200px)}.fade-in{opacity:1}.zoom-in{transform:scale(1)}.slide-in-from-bottom-2{transform:translateY(0)}.animate-in{animation:fadezoom .35s ease-out both}.duration-200{animation-duration:.2s}.duration-500{animation-duration:.5s}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}#root{min-height:100vh}@keyframes fadezoom{0%{opacity:0;transform:translateY(.5rem) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
