*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.flex{display:flex}.flex-1{flex:1}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-y-1>*+*{margin-top:.25rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.h-screen{height:100vh}.w-64{width:16rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-8{width:2rem}.h-8{height:2rem}.w-4{width:1rem}.h-4{height:1rem}.w-3{width:.75rem}.h-3{height:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.m-4{margin:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.bg-gray-800{background-color:#1f2937}.bg-gray-700{background-color:#374151}.bg-gray-900{background-color:#111827}.bg-blue-600{background-color:#2563eb}.bg-green-500{background-color:#10b981}.bg-yellow-500{background-color:#f59e0b}.bg-red-600{background-color:#dc2626}.bg-purple-600{background-color:#9333ea}.bg-primary-600{background-color:#2563eb}.bg-primary-700{background-color:#1d4ed8}.text-white{color:#fff}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-blue-100{color:#dbeafe}.text-green-100{color:#dcfce7}.text-red-100{color:#fee2e2}.text-purple-100{color:#f3e8ff}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-6xl{font-size:3.75rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-l-4{border-left-width:4px}.border-gray-700{border-color:#374151}.border-gray-600{border-color:#4b5563}.border-l-red-500{border-left-color:#ef4444}.border-l-orange-500{border-left-color:#f97316}.border-l-yellow-500{border-left-color:#eab308}.border-l-green-500{border-left-color:#22c55e}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-sm{box-shadow:0 1px 2px #0000000d}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.min-h-96{min-height:24rem}.flex-shrink-0{flex-shrink:0}.min-w-0{min-width:0}.relative{position:relative}.absolute{position:absolute}.-bottom-1{bottom:-.25rem}.-right-1{right:-.25rem}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:text-white:hover{color:#fff}.hover\:bg-gray-750:hover{background-color:#2d3748}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.max-w-md{max-width:28rem}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--gradient-color-stops))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--gradient-color-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--gradient-color-stops))}.from-blue-600{--gradient-color-stops:#2563eb,var(--gradient-to-color,#2563eb00)}.to-blue-700{--gradient-to-color:#1d4ed8}.from-green-600{--gradient-color-stops:#16a34a,var(--gradient-to-color,#16a34a00)}.to-green-700{--gradient-to-color:#15803d}.from-red-600{--gradient-color-stops:#dc2626,var(--gradient-to-color,#dc262600)}.to-red-700{--gradient-to-color:#b91c1c}.from-purple-600{--gradient-color-stops:#9333ea,var(--gradient-to-color,#9333ea00)}.to-purple-700{--gradient-to-color:#7c3aed}.from-blue-500{--gradient-color-stops:#3b82f6,var(--gradient-to-color,#3b82f600)}.to-purple-600{--gradient-to-color:#9333ea}.hidden{display:none}.block{display:block}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:block{display:block}.sm\:hidden{display:none}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:block{display:block}.md\:hidden{display:none}.md\:flex{display:flex}.md\:w-64{width:16rem}.md\:relative{position:relative}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:block{display:block}.lg\:hidden{display:none}}@media (min-width:1280px){.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.w-full{width:100%}.h-full{height:100%}.inset-0{inset:0}.bg-black\/50{background-color:#00000080}.transform{transform:translateZ(0)}.transition-transform{transition-property:transform;transition-duration:.3s;transition-timing-function:ease-in-out}.translate-x-full{transform:translate(100%)}.-translate-x-full{transform:translate(-100%)}.scale-100{transform:scale(1)}.scale-95{transform:scale(.95)}.min-h-11{min-height:2.75rem}.min-w-11{min-width:2.75rem}.text-base{font-size:1rem}.text-lg-mobile{font-size:1.125rem}@media (max-width:767px){.mobile\:text-base{font-size:1rem}.mobile\:text-lg{font-size:1.25rem}.mobile\:text-xl{font-size:1.5rem}.mobile\:p-4{padding:1rem}.mobile\:px-4{padding-left:1rem;padding-right:1rem}.mobile\:py-3{padding-top:.75rem;padding-bottom:.75rem}.mobile\:min-h-11{min-height:2.75rem}.mobile\:block{display:block}.mobile\:hidden{display:none}}.kanban-mobile{flex-direction:column;gap:1rem;display:flex}.kanban-mobile .kanban-column{width:100%;min-height:auto}.team-mobile-list{flex-direction:column;gap:.75rem;display:flex}.bg-red-900\/20{background-color:#7f1d1d33}.bg-orange-900\/20{background-color:#9a341233}.bg-yellow-900\/20{background-color:#713f1233}.bg-green-900\/20{background-color:#14532d33}.bg-black\/30{background-color:#0000004d}.from-gray-700{--gradient-color-stops:#374151,var(--gradient-to-color,#37415100)}.to-gray-800{--gradient-to-color:#1f2937}.from-blue-700{--gradient-color-stops:#1d4ed8,var(--gradient-to-color,#1d4ed800)}.to-blue-800{--gradient-to-color:#1e40af}.from-purple-700{--gradient-color-stops:#7c3aed,var(--gradient-to-color,#7c3aed00)}.to-purple-800{--gradient-to-color:#6b21d4}.from-yellow-700{--gradient-color-stops:#a16207,var(--gradient-to-color,#a1620700)}.to-yellow-800{--gradient-to-color:#854d0e}.from-orange-700{--gradient-color-stops:#c2410c,var(--gradient-to-color,#c2410c00)}.to-orange-800{--gradient-to-color:#9a3412}.from-red-700{--gradient-color-stops:#b91c1c,var(--gradient-to-color,#b91c1c00)}.to-red-800{--gradient-to-color:#991b1b}.from-green-700{--gradient-color-stops:#15803d,var(--gradient-to-color,#15803d00)}.to-green-800{--gradient-to-color:#166534}.text-center{text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.rounded-full{border-radius:9999px}.border-b-2{border-bottom-width:2px}.mx-auto{margin-left:auto;margin-right:auto}
