*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;background-color:#f9fafb}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-green-600{background-color:#059669}.bg-green-700{background-color:#047857}.bg-red-50{background-color:#fef2f2}.bg-red-600{background-color:#dc2626}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-yellow-100{background-color:#fef3c7}.bg-green-100{background-color:#dcfce7}.bg-blue-100{background-color:#dbeafe}.bg-red-100{background-color:#fee2e2}.bg-blue-50{background-color:#eff6ff}.bg-green-50{background-color:#f0fdf4}.text-white{color:#fff}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-gray-300{color:#d1d5db}.text-blue-600{color:#2563eb}.text-blue-800{color:#1e40af}.text-green-600{color:#059669}.text-green-800{color:#065f46}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.text-yellow-600{color:#d97706}.text-yellow-800{color:#92400e}.text-orange-600{color:#ea580c}.border{border:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-red-300{border-color:#fca5a5}.border-red-200{border-color:#fecaca}.border-red-400{border-color:#f87171}.border-blue-600{border-color:#2563eb}.border-blue-200{border-color:#bfdbfe}.border-green-200{border-color:#bbf7d0}.border-orange-600{border-color:#ea580c}.border-l-4{border-left:4px solid}.border-b{border-bottom:1px solid #e5e7eb}.border-b-2{border-bottom:2px solid}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-2.py-1{padding:.375rem .625rem}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.min-w-0{min-width:0}.flex-shrink-0{flex-shrink:0}@media (max-width: 640px){button{min-height:44px;min-width:44px}.fixed.inset-0{padding:1rem;display:flex;align-items:center;justify-content:center}.fixed.inset-0>div{max-height:calc(100vh - 2rem);overflow-y:auto}.mobile-modal{position:fixed!important;top:4rem!important;right:1rem!important;left:1rem!important;width:auto!important;max-width:none!important}}.m-2{margin:.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mt-12{margin-top:3rem}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.grid{display:grid}.block{display:block}.inline-block{display:inline-block}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-1{flex:1 1 0%}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-16{width:4rem}.w-full{width:100%}.w-96{width:24rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-16{height:4rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.max-w-full{max-width:100%}.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}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-green-700:hover{background-color:#047857}.hover\:bg-red-50:hover{background-color:#fef2f2}.hover\:bg-orange-50:hover{background-color:#fff7ed}.hover\:text-gray-600:hover{color:#4b5563}.hover\:text-gray-800:hover{color:#1f2937}.hover\:text-blue-800:hover{color:#1e40af}.hover\:text-red-600:hover{color:#dc2626}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 3px #3b82f680}.focus\:ring-blue-500:focus{box-shadow:0 0 0 3px #3b82f680}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;font-family:inherit;font-size:inherit}button:focus{outline:2px solid #2563eb;outline-offset:2px}.hover\:shadow-md:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.shadow-sm{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.shadow-lg{box-shadow:0 10px 25px #0000001a,0 4px 6px #0000000f}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.top-12{top:3rem}.right-0{right:0}.z-10{z-index:10}.z-50{z-index:50}.bg-opacity-50{background-color:#00000080}.bg-black{background-color:#000}.grid.gap-4{display:grid;gap:1.5rem}.border.border-gray-200{border:1px solid #e5e7eb;background-color:#fff;box-shadow:0 2px 4px #0000000a,0 1px 2px #0000000f}.card-content{display:flex;flex-direction:column;height:100%}.card-actions{margin-top:auto;padding-top:1rem}@media (max-width: 640px){.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:1.5rem;padding-bottom:1.5rem}.grid.gap-4{gap:1rem}.p-4{padding:.875rem}.text-2xl{font-size:1.25rem}.text-xl{font-size:1.125rem}.text-lg{font-size:1rem}.px-3{padding-left:.625rem;padding-right:.625rem}.py-2{padding-top:.375rem;padding-bottom:.375rem}.flex.gap-2{gap:.375rem}.flex.gap-4{gap:.75rem}.justify-between{flex-direction:column;align-items:flex-start;gap:1rem}.w-96{width:calc(100vw - 2rem);max-width:24rem;left:1rem!important;right:1rem!important}.absolute.right-0{right:1rem;left:1rem;width:auto}.max-w-md,.max-w-full{max-width:calc(100vw - 2rem)}}@media (max-width: 480px){.px-4{padding-left:.75rem;padding-right:.75rem}.p-4{padding:.75rem}.text-xs{font-size:.7rem}.text-sm{font-size:.8rem}.flex.gap-2{flex-direction:column;gap:.5rem}.flex-1{flex:none}}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.justify-between{flex-direction:row;align-items:center;gap:1rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}
