*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);background-attachment:fixed;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;min-height:100vh}code{font-family:JetBrains Mono,source-code-pro,Menlo,Monaco,Consolas,monospace}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:#64748b80;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b899}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-glow{0%,to{box-shadow:0 0 15px #6366f126}50%{box-shadow:0 0 25px #6366f14d}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-fade-in{animation:fadeIn .4s ease-out both}.animate-slide-up{animation:slideUp .5s ease-out both}.animate-shimmer{animation:shimmer 2s linear infinite;background-size:200% 100%}.animate-pulse-glow{animation:pulse-glow 3s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.glass-card{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#1e293bb3;border:1px solid #94a3b81a;border-radius:16px;box-shadow:0 8px 32px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{border-color:#94a3b833;box-shadow:0 12px 40px #0000004d;transform:translateY(-2px)}.glass-card-static{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#1e293bb3;border:1px solid #94a3b81a;border-radius:16px;box-shadow:0 8px 32px #0003}.glass-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0f172acc;border-bottom:1px solid #94a3b814}.glass-input{background:#0f172a99;border:1px solid #94a3b826;border-radius:10px;color:#e2e8f0;transition:all .2s}.glass-input:focus{border-color:#6366f180;box-shadow:0 0 0 3px #6366f11a;outline:none}.glass-input::placeholder{color:#64748b}.gradient-emerald{background:linear-gradient(135deg,#059669,#10b981)}.gradient-rose{background:linear-gradient(135deg,#e11d48,#f43f5e)}.gradient-violet{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.gradient-blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.gradient-amber{background:linear-gradient(135deg,#d97706,#f59e0b)}.gradient-indigo{background:linear-gradient(135deg,#4f46e5,#6366f1)}.gradient-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa)}.gradient-primary-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;box-shadow:0 4px 15px #6366f14d;color:#fff;cursor:pointer;font-weight:600;transition:all .2s}.gradient-primary-btn:hover{box-shadow:0 6px 20px #6366f166;transform:translateY(-1px)}.glow-emerald{box-shadow:0 0 20px #10b98126}.glow-rose{box-shadow:0 0 20px #f43f5e26}.glow-violet{box-shadow:0 0 20px #8b5cf626}.glow-blue{box-shadow:0 0 20px #3b82f626}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e2e8f0,#94a3b8);-webkit-background-clip:text;background-clip:text}.gradient-text-primary{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a78bfa,#818cf8 50%,#6366f1);-webkit-background-clip:text;background-clip:text}.bg-dark-primary{background-color:#0f172a}.bg-dark-secondary{background-color:#1e293b}.bg-dark-card{background-color:#1e293bb3}.bg-dark-elevated{background-color:#33415580}.text-dark-primary{color:#f1f5f9}.text-dark-secondary{color:#94a3b8}.text-dark-muted{color:#64748b}.border-dark{border-color:#94a3b81a}.border-dark-strong{border-color:#94a3b833}.divide-dark>*+*{border-color:#94a3b80f}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.max-w-2xl{max-width:42rem}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.block{display:block}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>*+*{margin-left:.25rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.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-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-12{padding-bottom:3rem;padding-top:3rem}.m-0{margin:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-auto{margin-right:auto}.-ml-1{margin-left:-.25rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-full{width:100%}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-80{height:20rem}.h-96{height:24rem}.min-w-0{min-width:0}.min-h-0{min-height:0}.max-h-96{max-height:24rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.top-2{top:.5rem}.right-2{right:.5rem}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.inset-0{inset:0}.z-10{z-index:10}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leading-none{line-height:1}.leading-tight{line-height:1.25}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-l-4{border-left-width:4px}.border-dashed{border-style:dashed}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-r-lg{border-radius:0 .5rem .5rem 0}.bg-white{background-color:#1e293bb3}.bg-gray-50{background-color:#0f172a80}.bg-gray-100{background-color:#33415566}.bg-gray-200{background-color:#47556966}.border-gray-100{border-color:#94a3b80f}.border-gray-200{border-color:#94a3b81a}.border-gray-300{border-color:#94a3b826}.text-gray-400,.text-gray-500{color:#64748b}.text-gray-600{color:#94a3b8}.text-gray-700{color:#cbd5e1}.text-gray-800{color:#e2e8f0}.text-gray-900{color:#f1f5f9}.text-white{color:#fff}.bg-primary-50{background-color:#6366f114}.bg-primary-100{background-color:#6366f126}.bg-primary-400{background-color:#818cf8}.bg-primary-500{background-color:#6366f1}.border-primary-200{border-color:#6366f140}.border-primary-400{border-color:#6366f180}.text-primary-500{color:#818cf8}.text-primary-600{color:#a78bfa}.text-primary-700{color:#c4b5fd}.bg-success-50{background-color:#10b98114}.bg-success-100{background-color:#10b98126}.bg-success-700{background-color:#047857cc}.bg-success-800{background-color:#065f46cc}.border-success-200{border-color:#10b98140}.border-success-400{border-color:#34d39980}.text-success-400{color:#34d399}.text-success-500{color:#10b981}.text-success-600{color:#34d399}.text-success-700{color:#6ee7b7}.text-success-800{color:#a7f3d0}.text-success-900{color:#d1fae5}.bg-danger-50{background-color:#f43f5e14}.bg-danger-100{background-color:#f43f5e26}.bg-danger-700{background-color:#b91c1ccc}.bg-danger-900{background-color:#7f1d1dcc}.border-danger-200{border-color:#f43f5e40}.border-danger-400{border-color:#fb718580}.text-danger-500{color:#f43f5e}.text-danger-600{color:#fb7185}.text-danger-700{color:#fda4af}.text-danger-800{color:#fecdd3}.text-danger-900{color:#ffe4e6}.bg-blue-50{background-color:#3b82f614}.bg-blue-100{background-color:#3b82f626}.bg-blue-200{background-color:#3b82f633}.bg-blue-600{background-color:#3b82f6}.bg-blue-800{background-color:#1e40af99}.bg-blue-900{background-color:#1e3a8a99}.border-blue-200{border-color:#3b82f640}.text-blue-500,.text-blue-600{color:#60a5fa}.text-blue-800{color:#93c5fd}.text-blue-900{color:#bfdbfe}.bg-yellow-100{background-color:#f59e0b26}.text-yellow-800{color:#fbbf24}.bg-emerald-50{background-color:#10b98114}.bg-emerald-100{background-color:#10b98126}.bg-emerald-400{background-color:#34d399}.text-emerald-600{color:#34d399}.text-emerald-700{color:#6ee7b7}.bg-orange-50{background-color:#f9731614}.text-orange-600{color:#fb923c}.text-orange-700{color:#fdba74}.bg-orange-400{background-color:#fb923c}.bg-red-100{background-color:#f43f5e26}.text-red-700{color:#fda4af}.bg-red-50{background-color:#f43f5e14}.border-red-500{border-color:#f43f5e80}.text-red-500{color:#f43f5e}.bg-indigo-50{background-color:#6366f114}.bg-purple-50{background-color:#8b5cf614}.shadow-sm{box-shadow:0 1px 2px #0000004d}.shadow{box-shadow:0 2px 8px #0000004d}.shadow-md{box-shadow:0 4px 16px #0000004d}.shadow-lg{box-shadow:0 8px 32px #0000004d}.shadow-xl{box-shadow:0 12px 40px #0006}.shadow-2xl{box-shadow:0 20px 60px #00000080}.transition-all{transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200,.transition-transform{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.align-middle{vertical-align:middle}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.select-none{-webkit-user-select:none;user-select:none}.hover\:bg-gray-100:hover{background-color:#33415580}.hover\:text-gray-900:hover{color:#f1f5f9}.hover\:text-gray-600:hover{color:#94a3b8}.hover\:bg-primary-50:hover{background-color:#6366f11a}.hover\:bg-primary-400:hover{background-color:#818cf8}.hover\:bg-white\/50:hover{background-color:#ffffff0f}.hover\:text-primary-800:hover{color:#c4b5fd}.hover\:text-danger-800:hover{color:#fecdd3}.hover\:border-primary-400:hover{border-color:#6366f180}.hover\:border-danger-400:hover{border-color:#fb718580}.hover\:bg-blue-700:hover{background-color:#2563eb}.hover\:shadow-md:hover{box-shadow:0 4px 16px #0000004d}.hover\:shadow-lg:hover{box-shadow:0 8px 32px #00000059}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.last\:border-0:last-child{border-width:0}.last\:border-b-0:last-child{border-bottom-width:0}.divide-y>*+*{border-top-width:1px}.divide-gray-50>*+*,.divide-y>*+*{border-color:#94a3b80f}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:p-6{padding:1.5rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:h-8{height:2rem}.sm\:w-8{width:2rem}.sm\:ml-4{margin-left:1rem}.sm\:flex-row{flex-direction:row}.sm\:inline{display:inline}.sm\:justify-end{justify-content:flex-end}}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:gap-8{gap:2rem}.lg\:pb-28{padding-bottom:7rem}}@media (min-width:1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-from),var(--tw-gradient-to))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-from),var(--tw-gradient-to))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-from),var(--tw-gradient-to))}.to-indigo-600{--tw-gradient-to:#4f46e5}.from-blue-50{--tw-gradient-from:#3b82f614}.to-indigo-50{--tw-gradient-to:#6366f114}.from-emerald-50{--tw-gradient-from:#10b98114}.to-teal-50{--tw-gradient-to:#14b8a614}.from-blue-500{--tw-gradient-from:#3b82f6}.to-purple-600{--tw-gradient-to:#9333ea}.from-blue-600{--tw-gradient-from:#2563eb}.to-purple-700{--tw-gradient-to:#7e22ce}.from-white\/98{--tw-gradient-from:#1e293bfa}.from-blue-50.to-purple-50{--tw-gradient-from:#3b82f614;--tw-gradient-to:#8b5cf614}.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.backdrop-blur-xl{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.ring-2{box-shadow:0 0 0 2px #1e293bb3;box-shadow:0 0 0 2px var(--tw-ring-color,#1e293bb3)}.ring-white{--tw-ring-color:#1e293bb3}.hover\:bg-gray-50\/50:hover{background-color:#33415540}.table-row-dark{transition:all .2s ease}.table-row-dark:hover{background:#6366f10a;box-shadow:inset 0 0 0 1px #6366f114}.modal-overlay{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0009}input[type=checkbox]{accent-color:#6366f1}input[type=date],input[type=number],input[type=text],select,textarea{background:#0f172a99;border:1px solid #94a3b826;border-radius:8px;color:#e2e8f0;font-family:Inter,sans-serif;font-size:.875rem;padding:.5rem .75rem;transition:border-color .2s,box-shadow .2s}input[type=date]:focus,input[type=number]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:#6366f180;box-shadow:0 0 0 3px #6366f11a;outline:none}select option{background:#1e293b;color:#e2e8f0}.pb-32{padding-bottom:8rem}.bg-gradient-to-t.from-white\/98{background:linear-gradient(0deg,#0f172afa,#0f172af2,#0f172ae6)}.recharts-cartesian-grid-bg{fill:#0000}.recharts-text{fill:#94a3b8!important}
/*# sourceMappingURL=main.2dcbdb03.css.map*/