@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--topbar-bg:linear-gradient(135deg,#3c83f6,#895af6);--topbar-fg:0 0% 100%;--sidebar-bg:0 0% 100%;--sidebar-fg:222.2 84% 4.9%;--content-bg:210 40% 98%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:217 91% 60%;--primary-foreground:0 0% 100%;--secondary:258 90% 66%;--secondary-foreground:0 0% 100%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:189 94% 43%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:210 40% 88%;--input:210 40% 88%;--ring:217 91% 60%;--success:158 64% 52%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:0 0% 100%;--radius:0.5rem;--font-heading:"Inter",system-ui,-apple-system,sans-serif;--font-body:"Inter",system-ui,-apple-system,sans-serif;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.dark{--background:240 29% 5%;--foreground:216 10% 65%;--card:240 29% 7%;--card-foreground:216 10% 65%;--topbar-bg:linear-gradient(135deg,#3c83f6,#895af6);--topbar-fg:0 0% 100%;--sidebar-bg:240 29% 7%;--sidebar-fg:216 10% 65%;--content-bg:240 29% 5%;--popover:240 29% 7%;--popover-foreground:216 10% 65%;--primary:217 91% 60%;--primary-foreground:0 0% 100%;--secondary:258 90% 66%;--secondary-foreground:0 0% 100%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:189 94% 43%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:215 25% 27%;--input:215 25% 27%;--ring:217 91% 60%;--success:158 64% 52%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:0 0% 100%;--radius:0.5rem}*{@apply border-border}body{@apply bg-background text-foreground antialiased;font-family:var(--font-body)}.dark html{color-scheme:dark}}@layer utilities{.topbar-themed{background:var(--topbar-bg);color:hsl(var(--topbar-fg))}.topbar-themed button.text-muted-foreground{color:hsl(var(--topbar-fg)/.85)!important}.topbar-themed button.text-muted-foreground svg{color:currentColor}.topbar-themed button.hover\:text-foreground:hover{color:hsl(var(--topbar-fg))!important}.topbar-themed button.hover\:text-foreground:hover svg{color:currentColor}.topbar-themed button.hover\:bg-muted:hover{background-color:hsla(0,0%,100%,.15)!important}.topbar-themed .bg-background button.text-muted-foreground,.topbar-themed .bg-muted button.text-muted-foreground,.topbar-themed .p-1 button.text-muted-foreground,.topbar-themed button.bg-background.text-muted-foreground,.topbar-themed button.bg-muted.text-muted-foreground{color:hsl(var(--muted-foreground))!important}.topbar-themed .bg-background button.hover\:text-foreground:hover,.topbar-themed .bg-muted button.hover\:text-foreground:hover,.topbar-themed .p-1 button.hover\:text-foreground:hover,.topbar-themed button.bg-background.hover\:text-foreground:hover,.topbar-themed button.bg-muted.hover\:text-foreground:hover{color:hsl(var(--foreground))!important}.topbar-themed .bg-background button svg,.topbar-themed .bg-muted button svg,.topbar-themed .p-1 button svg,.topbar-themed button.bg-background svg,.topbar-themed button.bg-muted svg{color:currentColor}.topbar-themed .border-l button.bg-transparent,.topbar-themed .border-l button.bg-transparent span,.topbar-themed .border-l button.bg-transparent svg{color:hsl(var(--topbar-fg)/.9)!important}.topbar-themed .border-l button.bg-transparent:hover{background-color:hsla(0,0%,100%,.15)!important;color:hsl(var(--topbar-fg))!important}.topbar-themed .border-l button.bg-transparent:hover span,.topbar-themed .border-l button.bg-transparent:hover svg{color:hsl(var(--topbar-fg))!important}.topbar-themed .bg-background,.topbar-themed .bg-muted,.topbar-themed nav{color:hsl(var(--foreground))}.topbar-themed .bg-background svg,.topbar-themed .bg-muted svg,.topbar-themed nav svg{color:currentColor}.topbar-themed .bg-background .text-muted-foreground,.topbar-themed .bg-background button,.topbar-themed .bg-background span,.topbar-themed .bg-muted .text-muted-foreground,.topbar-themed .bg-muted button,.topbar-themed .bg-muted span,.topbar-themed nav .text-muted-foreground,.topbar-themed nav button,.topbar-themed nav span{color:hsl(var(--muted-foreground))}.topbar-themed .bg-background .hover\:text-foreground:hover,.topbar-themed .bg-muted .hover\:text-foreground:hover,.topbar-themed nav .hover\:text-foreground:hover{color:hsl(var(--foreground))}.topbar-themed nav button:hover,.topbar-themed nav button[aria-current=page]{background-color:rgba(0,0,0,.08);color:hsl(var(--foreground))}.topbar-themed .bg-background{background-color:hsl(var(--background))}.topbar-themed .bg-muted{background-color:hsl(var(--muted))}.sidebar-themed{background:var(--sidebar-bg);color:hsl(var(--sidebar-fg))}.sidebar-themed .text-muted-foreground{color:hsl(var(--sidebar-fg)/.7)}.sidebar-themed .hover\:text-foreground:hover{color:hsl(var(--sidebar-fg))}.sidebar-themed a,.sidebar-themed button,.sidebar-themed span{color:inherit}.content-themed{background:hsl(var(--content-bg))}.glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:hsl(var(--background)/.8)}}.overflow-hidden{overflow:hidden}.disabled\:opacity-50:disabled{opacity:.5}.-rotate-90{transform:rotate(-90deg)}.whitespace-nowrap{white-space:nowrap}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.dark .border-border{border-color:#344256}.max-w-7xl{max-width:80rem}.max-w-3xl{max-width:48rem}.max-w-\[440px\]{max-width:440px}.mx-auto{margin-left:auto;margin-right:auto}.space-y-8>*+*{margin-top:2rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-4>*+*{margin-top:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-1>*+*{margin-top:.25rem}.grid{display:grid}.gap-6{gap:1.5rem}.gap-3{gap:.75rem}.gap-2{gap:.5rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:p-8{padding:2rem}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-4{padding-bottom:1rem;padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-\[125px\]{padding-top:125px}.lg\:pt-\[130px\]{padding-top:130px}.top-\[125px\]{top:125px}.lg\:top-\[130px\]{top:130px}@media (min-width:1024px){.lg\:pt-\[130px\]{padding-top:130px}.lg\:top-\[130px\]{top:130px}}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.ml-2,.mx-2{margin-left:.5rem}.mx-2{margin-right:.5rem}.rounded-lg{border-radius:var(--radius)}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-\[10px\]{border-radius:10px}.bg-muted{background-color:hsl(var(--muted))}.bg-primary{background-color:hsl(var(--primary))}.bg-card{background-color:hsl(var(--card))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-emerald-500{color:#10b981}.text-emerald-600{color:#059669}.text-emerald-700{color:#047857}.dark .text-emerald-400{color:#34d399}.text-amber-500{color:#f59e0b}.text-amber-600{color:#d97706}.text-amber-700{color:#b45309}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-blue-500{color:#3b82f6}.text-blue-700{color:#1d4ed8}.bg-emerald-500{background-color:#10b981}.bg-emerald-100{background-color:#d1fae5}.dark .bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.bg-amber-500{background-color:#f59e0b}.bg-amber-100{background-color:#fef3c7}.dark .bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.bg-red-500{background-color:#ef4444}.bg-red-100{background-color:#fee2e2}.dark .bg-red-500\/20{background-color:rgba(239,68,68,.2)}.bg-blue-500{background-color:#3b82f6}.bg-blue-100{background-color:#dbeafe}.dark .bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.border{border-style:solid;border-width:1px}.border-border{border-color:hsl(var(--border))}.flex-shrink-0{flex-shrink:0}.list-decimal{list-style-type:decimal}.list-inside{list-style-position:inside}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.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}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.tracking-tight{letter-spacing:-.025em}.leading-none{line-height:1}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-primary\/80:hover{color:hsl(var(--primary)/.8)}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-lg:hover{box-shadow:var(--shadow-lg)}.w-10{width:2.5rem}.w-5{width:1.25rem}.w-4{width:1rem}.w-3{width:.75rem}.w-1\.5{width:.375rem}.w-1{width:.25rem}.h-10{height:2.5rem}.h-5{height:1.25rem}.h-4{height:1rem}.h-3{height:.75rem}.h-1\.5{height:.375rem}.h-1{height:.25rem}.w-\[140px\]{width:140px}.h-\[140px\]{height:140px}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(59,130,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-purple-600{--tw-gradient-to:#9333ea var(--tw-gradient-to-position)}.text-white{color:#fff}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 1s infinite}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.backdrop-blur-xl{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.bg-card\/80{background-color:hsl(var(--card)/.8)}.bg-muted\/30{background-color:hsl(var(--muted)/.3)}.bg-muted\/50{background-color:hsl(var(--muted)/.5)}.flex-1{flex:1 1 0%}.inline-flex{display:inline-flex}.bg-background{background-color:hsl(var(--background))}.border-4{border-style:solid;border-width:4px}.border-transparent{border-color:transparent}.border-r-blue-600,.border-t-blue-600{border-top-color:#2563eb}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-sm{box-shadow:var(--shadow-sm)}.hover\:shadow-md:hover{box-shadow:var(--shadow-md)}.min-h-screen{min-height:100vh}.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.w-2{width:.5rem}.h-2{height:.5rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mb-8{margin-bottom:2rem}.rounded-full{border-radius:9999px}.rounded-\[12px\]{border-radius:12px}.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:rgba(37,99,235,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-blue-700{--tw-gradient-via:#1d4ed8 var(--tw-gradient-via-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-via),var(--tw-gradient-to)}.to-indigo-800{--tw-gradient-to:#3730a3 var(--tw-gradient-to-position)}.max-w-2xl{max-width:42rem}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-transparent{color:transparent}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.blur-3xl{--tw-blur:blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.w-64{width:16rem}.h-64{height:16rem}.gap-4{gap:1rem}.w-24{width:6rem}.h-24{height:6rem}.w-32{width:8rem}.h-32{height:8rem}.shadow-2xl{box-shadow:var(--shadow-xl)}.border-2{border-style:solid;border-width:2px}.border-dashed{border-style:dashed}.border-blue-600\/30{border-color:rgba(37,99,235,.3)}.rounded-3xl{border-radius:1.5rem}.rounded-xl{border-radius:.75rem}.from-blue-600\/20{--tw-gradient-from:rgba(37,99,235,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(37,99,235,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-blue-700\/20{--tw-gradient-via:rgba(29,78,216,.2) var(--tw-gradient-via-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-via),var(--tw-gradient-to)}.to-indigo-800\/20{--tw-gradient-to:rgba(55,48,163,.2) var(--tw-gradient-to-position)}.shadow-blue-600\/25{--tw-shadow-color:rgba(37,99,235,.25);--tw-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-shadow)}.shadow-xl{box-shadow:var(--shadow-xl)}.shadow-blue-600\/30{--tw-shadow-color:rgba(37,99,235,.3);--tw-shadow:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-shadow)}.hover\:shadow-xl:hover{box-shadow:var(--shadow-xl)}.font-heading{font-family:var(--font-heading)}.hover\:-translate-y-0\.5:hover{transform:translateY(-.125rem)}.active\:translate-y-0:active{transform:translateY(0)}.hover\:bg-muted\/80:hover{background-color:hsl(var(--muted)/.8)}.transition-all{transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.w-px{width:1px}.h-px{height:1px}.sm\:flex-row{flex-direction:row}.header-row{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.header-row,.sm\:flex-row{flex-direction:row}.header-row{align-items:center;justify-content:space-between}}.align-middle{vertical-align:middle}.page-header{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;width:100%}.page-header-left{display:flex;flex-direction:column}.page-header-right{align-items:center;display:flex;flex-direction:row;gap:.5rem}@media (max-width:639px){.page-header{align-items:flex-start;flex-direction:column}.page-header-right{justify-content:flex-start;width:100%}}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.min-w-\[120px\]{min-width:120px}.w-48{width:12rem}.w-96{width:24rem}.appearance-none{appearance:none;-webkit-appearance:none}.cursor-pointer{cursor:pointer}.focus\:ring-primary\/20:focus{--tw-ring-color:hsl(var(--primary)/0.2);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.bg-blue-600{background-color:#2563eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.text-blue-600{color:#2563eb}.hover\:text-blue-700:hover{color:#1d4ed8}.text-red-500{color:#ef4444}.hover\:text-red-600:hover{color:#dc2626}.pointer-events-none{pointer-events:none}.dark .bg-red-900\/30{background-color:rgba(127,29,29,.3)}.dark .bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.dark .bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.dark .bg-green-900\/30{background-color:rgba(20,83,45,.3)}.dark .bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.dark .text-red-400{color:#f87171}.dark .text-blue-400{color:#60a5fa}.dark .text-purple-400{color:#c084fc}.dark .text-green-400{color:#4ade80}.dark .text-amber-400{color:#fbbf24}.dark .border-red-900\/50{border-color:rgba(127,29,29,.5)}.dark .border-blue-900\/50{border-color:rgba(30,58,138,.5)}.dark .border-purple-900\/50{border-color:rgba(88,28,135,.5)}
/*# sourceMappingURL=main.3fb1ef.css.map*/