/* Fallback utility layer used when Tailwind CDN is unavailable */
*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:#0f172a;background:#f8fafc;line-height:1.5}
.flex{display:flex}.grid{display:grid}.block{display:block}.hidden{display:none}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.shrink-0{flex-shrink:0}
.min-h-screen{min-height:100vh}.h-full{height:100%}.w-full{width:100%}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.fixed{position:fixed}.inset-0{inset:0}.z-50{z-index:50}
.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-12{padding:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}
.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.mt-auto{margin-top:auto}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-8>*+*{margin-top:2rem}
.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}
.border{border:1px solid #e2e8f0}.border-b{border-bottom:1px solid #e2e8f0}.border-t{border-top:1px solid #e2e8f0}.border-slate-200{border-color:#e2e8f0}.border-indigo-100{border-color:#e0e7ff}.border-indigo-200{border-color:#c7d2fe}.border-green-100{border-color:#dcfce7}
.bg-white{background:#fff}.bg-black\/50{background:rgba(0,0,0,.5)}.bg-slate-50{background:#f8fafc}.bg-slate-100{background:#f1f5f9}.bg-slate-200{background:#e2e8f0}.bg-slate-700{background:#334155}.bg-slate-800{background:#1e293b}.bg-slate-900{background:#0f172a}.bg-indigo-50{background:#eef2ff}.bg-indigo-100{background:#e0e7ff}.bg-indigo-500{background:#6366f1}.bg-indigo-600{background:#4f46e5}.bg-green-50{background:#f0fdf4}.bg-green-500{background:#22c55e}.bg-blue-100{background:#dbeafe}.bg-red-100{background:#fee2e2}
.text-white{color:#fff}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-indigo-700{color:#4338ca}.text-indigo-800{color:#3730a3}.text-green-700{color:#15803d}.text-red-700{color:#b91c1c}.text-blue-700{color:#1d4ed8}
.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.italic{font-style:italic}.text-center{text-align:center}
.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}
.shadow-sm{box-shadow:0 1px 2px rgba(15,23,42,.08)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(15,23,42,.15),0 4px 6px -4px rgba(15,23,42,.1)}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(15,23,42,.35)}
.transition{transition:all .15s ease}.transition-colors{transition:color .15s,background-color .15s,border-color .15s}.transition-shadow{transition:box-shadow .15s}.transition-transform{transition:transform .15s}
.hover\:bg-indigo-700:hover{background:#4338ca}.hover\:bg-indigo-100:hover{background:#e0e7ff}.hover\:bg-slate-50:hover{background:#f8fafc}.hover\:bg-slate-100:hover{background:#f1f5f9}.hover\:text-slate-600:hover{color:#475569}.hover\:text-red-400:hover{color:#f87171}
.outline-none{outline:none}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(99,102,241,.45)}
.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-9{width:2.25rem}.h-9{height:2.25rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-24{width:6rem}.h-24{height:6rem}.w-48{width:12rem}.w-64{width:16rem}.h-64{height:16rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-h-\[90vh\]{max-height:90vh}.min-w-\[900px\]{min-width:900px}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.login-bg{background:radial-gradient(circle at top right,#4f46e5 0%,#0f172a 100%);min-height:100vh;display:flex;align-items:center;justify-content:center}
.kanban-column{min-height:calc(100vh - 200px)}
@media (min-width:768px){.md\:flex{display:flex}}
@media (min-width:1024px){.lg\:flex{display:flex}}
